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.4.tar.gz
(50.7 MB
view hashes)
Built Distributions
Close
Hashes for timezonefinder-6.5.4-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac0fd6519b9603f0152507e8db779f6b183a2b73fe4f14a5ab3591d8c1c610a9 |
|
MD5 | 7c17a6e48c30e41124d275992c7a03c9 |
|
BLAKE2b-256 | 4a6946b940bcf12ab3132dfb828fcd9a0227cd4c53800c78497b2bd12c5c4192 |
Close
Hashes for timezonefinder-6.5.4-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6135a56c7af77e68f272899f71f2adfbd6e78595acc8b30a49c1695102fe1311 |
|
MD5 | 3fff39703477c5795f7aee90f3a2a7c6 |
|
BLAKE2b-256 | 8357f7e8aa3db6ea5f8a85e080c698475b46e6e550a443121ed0400653f60b0a |
Close
Hashes for timezonefinder-6.5.4-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7735f9c4841e5e90fa64b52be2e53591dfbc2796ee5017cd45b648019cdffe1d |
|
MD5 | 8949516e4946178b6d56b4739d39e2ac |
|
BLAKE2b-256 | 540a39e98b733e538251990d9e1f191f145f235205b3e70bd2cca340eb97d58c |
Close
Hashes for timezonefinder-6.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a60f23c734b7b229bfbe3dc1ecd54421864d996387a913a7a432ffcd6f86d980 |
|
MD5 | e5a4df265a5e8017729483b7f7f107a5 |
|
BLAKE2b-256 | 91156e1b00ecb064a50e0c726c1fee24ec3d310343e05087b33f412b896781e4 |
Close
Hashes for timezonefinder-6.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a4f865b4227e8a7cbb5b13d9f76b175ab46c8d6a421bf1381be14c95eb1b18e |
|
MD5 | cf4090a79c868952474b9638bb47fc78 |
|
BLAKE2b-256 | b994ab26b355cc235d4fc7ff5e302b8c0a30d30bf2f4ce66addc8df982af48a6 |
Close
Hashes for timezonefinder-6.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8149c72c48ec0db29ad7000ea67217087bc8406021b5b4490e806f9ae93431ee |
|
MD5 | 4a4abf5dd2bb94b45682a45b79f9cd3f |
|
BLAKE2b-256 | aab65152a345c5125a768a0110a8d2e151811c72bf21867412f5562016aa515c |