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 optional dependencies for increased performance
from timezonefinder import TimezoneFinder
tf = TimezoneFinder()
tz = tf.timezone_at(lng=13.358, lat=52.5061) # 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-6.0.0.tar.gz
(45.7 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.0.0-py37.py38.py39.py310-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce16831bc6349a82ca25ffc0e4c89df5bc5df29b286e5201701bce852f8e49f2 |
|
MD5 | a1b632678b453ab6ace41751e22368db |
|
BLAKE2b-256 | 8787ea52492fc4b0064b104ebef72adf93fe3a66ece77011576ce28df3c14702 |