python package for finding the timezone of any point on earth (coordinates) offline
Project description
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.4.0.tar.gz
(49.0 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.4.0-cp310-cp310-manylinux_2_35_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4d4cefcdfcd46ffc04858d12cb23b58faca06dad05f68b6b704421be9fc70bc |
|
MD5 | dfd3d03e3a0d92c33bd9c0303ae6b6c8 |
|
BLAKE2b-256 | 752f94261cbae2b95f428bc3a566049952c3181a33eb4a0669609392417eee81 |