Skip to main content

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

Project description

https://github.com/jannikmi/timezonefinder/actions/workflows/build.yml/badge.svg?branch=master documentation status https://img.shields.io/pypi/wheel/timezonefinder.svg pre-commit total PyPI downloads latest version on PyPI latest version on conda-forge https://img.shields.io/badge/code%20style-black-000000.svg

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] # + optional dependencies for increased performance
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:

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-6.1.0.tar.gz (45.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

timezonefinder-6.1.0-cp38-cp38-manylinux_2_31_x86_64.whl (45.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.31+ x86-64

File details

Details for the file timezonefinder-6.1.0.tar.gz.

File metadata

  • Download URL: timezonefinder-6.1.0.tar.gz
  • Upload date:
  • Size: 45.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for timezonefinder-6.1.0.tar.gz
Algorithm Hash digest
SHA256 306808edd0f15a03be8c4f9500fd6eac6699e380f8dd0f226535894c89d98ec7
MD5 72e50a427e2dce7a822dd12e6c6ed478
BLAKE2b-256 8ff68e68a2b81fb38c345fd9141eb35a240a79887f38fd86b0e1207a014ed438

See more details on using hashes here.

File details

Details for the file timezonefinder-6.1.0-cp38-cp38-manylinux_2_31_x86_64.whl.

File metadata

File hashes

Hashes for timezonefinder-6.1.0-cp38-cp38-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 afff538f686997e550b886f501c22ea7b27de74a04cbdcfcf5a74ea4d0350cd3
MD5 e14bc05047db715b48fb2c4481966f5c
BLAKE2b-256 232156e4e9282be9043f697650e90cdf9192b969b21dc66a31aa0a238dc051e6

See more details on using hashes here.

Supported by

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