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.1.tar.gz
(43.1 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-5.1.1-py36.py37.py38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8c417ca90a608b58a34e7fa6c09e195cccef7f04bd84af88393fad53a4cad41 |
|
MD5 | cd68ab8c8418246acddc468e5185214d |
|
BLAKE2b-256 | 5aad162fd989397b31807d4840c3eacaf11266e7b97400ef7b0e28aac5b09eb1 |