python package for finding the timezone of any point on earth (coordinates) offline
Project description
Notice: Looking for maintainers. Reach out if you want to contribute!
This is a python package for looking up the corresponding timezone for given coordinates on earth entirely offline.
Quick Guide:
pip install timezonefinder
from timezonefinder import TimezoneFinder
tf = TimezoneFinder() # reuse
query_points = [(13.358, 52.5061), ...]
for lng, lat in query_points:
tz = tf.timezone_at(lng=lng, lat=lat) # 'Europe/Berlin'
For more refer to the Documentation.
Also check:
ruby port: timezone_finder
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
timezonefinder-6.5.1.tar.gz
(49.4 MB
view hashes)
Built Distributions
Close
Hashes for timezonefinder-6.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 259b1d03cfc6e96cc84190be96e4847e04cd15797516450caa908f275f69fb63 |
|
MD5 | f41bc190e55ac3d3557a1d2bb035ef95 |
|
BLAKE2b-256 | fc72b4e420b94173b1d314f9396fa5fbfc0ac04da6cc4e6ee4cb1b4045420b58 |
Close
Hashes for timezonefinder-6.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb8cf4a62d21ac461624e50cb51ab43eaded5cec7318f82a95bd83fb0a77f042 |
|
MD5 | f0b81c87756aa1789cac52f3570c18c2 |
|
BLAKE2b-256 | 3a3e3f4bef796c132a45447a91df8c2de2246cde269c2e55f21008003f4fe758 |
Close
Hashes for timezonefinder-6.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aeea18e2e99901d874643b19b630fc1a29d6dc55c9c489ae1f5f91dea62382a |
|
MD5 | 6ab3b0cbc4e7b72b14b1f7b3d5bf0e79 |
|
BLAKE2b-256 | 4aa7dab4de13ebc9e9a06549c40e6271622829699149b961e2bfe910ea786dca |
Close
Hashes for timezonefinder-6.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3df1bd14284ceb6605a9f6aa7d20d96a7673398a0d959462515314996b64900 |
|
MD5 | a1e02cedff93e87f92147760b7eb8b6c |
|
BLAKE2b-256 | 569e23b87afa131af15095be1deee6a6653ec490b5b92934d289ca7a910c9d8f |
Close
Hashes for timezonefinder-6.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 425aae26be09dea41f15edca152e51af7f6b3edc492dc93d11d2b341c852992a |
|
MD5 | fb17f7057bbb2919d9cacbda02808c0b |
|
BLAKE2b-256 | 4f4bb0f11ed907bd50a6c41d7e55b79ac6912c5f24d426fdbe607b5b7efbd7d1 |