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.5.0.tar.gz
(49.4 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.5.0-cp38-cp38-manylinux_2_35_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c70e1ea468ecac11272aa0a727450fd7cf43039ae2a2c62f7900a0a42efb6d6 |
|
MD5 | a4a528fc3b61b4f0c496eb2b3c7c4619 |
|
BLAKE2b-256 | ce8c7127d25dfbfe2654a87431692b68f564476d3bff3c66bcac8eeaf863aea0 |