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
from timezonefinder import TimezoneFinder
tf = TimezoneFinder() # reuse
query_points = [(13.358, 52.5061), ...]
for lng, lat in query_points:
tz = tf.timezone_at(lng=lng, lat=lat) # '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.1.3.tar.gz
(45.7 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.1.3-cp38-cp38-manylinux_2_31_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96c96db94e75e072187843152e6c5dc0718500a9a91986032365abe09162d0e7 |
|
MD5 | 07b73384c72e3e7e48bbe54be6ba8caa |
|
BLAKE2b-256 | bd03f29e3708fc7801b6936075b44330228a7dca3c05428905d8aa7126648d00 |