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.5.0.tar.gz
(39.8 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-4.5.0-py36.py37.py38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81cf559c6a1da58f12511e2d835fde4daa4c467ddbc43463fc2f0a2015b6ca2a |
|
MD5 | acacb85b159dc395357ed00548100fda |
|
BLAKE2b-256 | 1a5faf29a88d9ace9251b4b5a0156e45400ab18ebde6a05c2ea70cfdf6efee25 |