python package for finding the timezone of any point on earth (coordinates) offline
Project description
This is a 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.4.1.tar.gz
(49.0 MB
view hashes)
Built Distribution
Close
Hashes for timezonefinder-6.4.1-cp38-cp38-manylinux_2_35_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b55b0a156b84e3271aafe8fa45fa5af6f90e5feec6b64be346749a378d63b69 |
|
MD5 | ff2b89830d3ec9fc0438701b741ac2e7 |
|
BLAKE2b-256 | a2d799fe548bf2c0a069f0c2e6cb48f6223855020797fee009d3aea00acd987d |