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.
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.0.tar.gz
(39.2 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-4.4.0-py36.py37.py38-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c976834a36fa76931c7e270c1586d76aff3df1091637cb46dc632073bc52f8f |
|
MD5 | 545f06bbd5774798ef0f8d8ee84ff891 |
|
BLAKE2b-256 | 3ec7afad662dc7a37b9cea83d0130d53f38f83954e360d1cecf08bd55341641b |