Skip to main content

fast python package for finding the timezone of any point on earth (coordinates) offline

Project description

https://api.travis-ci.org/MrMinimal64/timezonefinder.svg?branch=master documentation status https://img.shields.io/circleci/project/github/conda-forge/timezonefinder-feedstock/master.svg?label=noarch https://img.shields.io/pypi/wheel/timezonefinder.svg total PyPI downloads latest version on PyPI latest version on Conda

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:

PyPI

online GUI and API

conda-forge feedstock

ruby port: timezone_finder

download stats

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timezonefinder-5.0.0.tar.gz (43.1 MB view hashes)

Uploaded Source

Built Distributions

timezonefinder-5.0.0-py36.py37.py38-none-any.whl (43.0 MB view hashes)

Uploaded Python 3.6 Python 3.7 Python 3.8

timezonefinder-5.0.0-py3.8.egg (43.1 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page