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-4.4.1.tar.gz
(39.2 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-4.4.1-py36.py37.py38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02d1e315c3983cac7c21cdb83c0f551291b059f24fc9b4a849aee8058c953d6f |
|
MD5 | 6347b3d06397c9eec19ec6dbb11e8f33 |
|
BLAKE2b-256 | e572484bc93ba4e1efedfa595f12fcd55f4ab006713e7acd7e1d85a5662a7cc8 |