fast python package for finding the timezone of any point on earth (coordinates) offline
Project description
This is a fast and lightweight 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.1.6.tar.gz
(45.9 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.1.6-cp38-cp38-manylinux_2_31_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e2b1c5f6d1df2b2087346e4474141cf8d83c968c78811f1b6023db86909d5f4 |
|
MD5 | d2114584977224b8839557881b6ee714 |
|
BLAKE2b-256 | 25ba695dd298e07886f022d0c8048a8454741a1f2301aea6bc46dc166fa0d60a |