Skip to content

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

License

Notifications You must be signed in to change notification settings

navignaw/timezonefinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timezonefinder

https://github.com/jannikmi/timezonefinder/actions/workflows/build.yml/badge.svg?branch=master documentation status pre-commit total PyPI downloads latest version on PyPI latest version on conda-forge

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:

PyPI

online GUI and API

conda-forge feedstock

ruby port: timezone_finder

download stats

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 1.4%
  • Makefile 1.0%