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[numba] # also installs numba -> x100 speedup
from timezonefinder import TimezoneFinder
tf = TimezoneFinder()
latitude, longitude = 52.5061, 13.358
tf.timezone_at(lng=longitude, lat=latitude) # returns '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-5.1.0.tar.gz
(43.1 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-5.1.0-py36.py37.py38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 893cb0839fb90f961c761839623b7e140aa4f6aafa2785674bb22e7287cb3fb8 |
|
MD5 | 86e4dcd1f1cff43d1e17065177683942 |
|
BLAKE2b-256 | bf97e9b9fa6794facd6a1583380a3ede958d1f26d95e9cf126114d719873890f |