All Projects → jannikmi → Timezonefinder

jannikmi / Timezonefinder

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Timezonefinder

Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: ✭ 346 (+42.98%)
Mutual labels:  location, timezone, geolocation
simple-location
Adds Basic Location Support to Wordpress
Stars: ✭ 26 (-89.26%)
Mutual labels:  timezone, location, geolocation
React Native Geolocation
Geolocation APIs for React Native
Stars: ✭ 640 (+164.46%)
Mutual labels:  location, geolocation
Flutter Geolocator
Android and iOS Geolocation plugin for Flutter
Stars: ✭ 759 (+213.64%)
Mutual labels:  location, geolocation
P5.geolocation
a geolocation and geofencing library for p5.js
Stars: ✭ 75 (-69.01%)
Mutual labels:  location, geolocation
React Native Baidumap Sdk
React Native BaiduMap SDK for Android + iOS
Stars: ✭ 309 (+27.69%)
Mutual labels:  location, geolocation
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (+152.89%)
Mutual labels:  location, geolocation
Pelias Android Sdk
Android sdk for pelias
Stars: ✭ 20 (-91.74%)
Mutual labels:  location, geolocation
discourse-locations
Tools for handling locations in Discourse
Stars: ✭ 31 (-87.19%)
Mutual labels:  location, geolocation
Coregpx
A library for parsing and creation of GPX location files. Purely Swift.
Stars: ✭ 132 (-45.45%)
Mutual labels:  location, geolocation
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (-46.28%)
Mutual labels:  timezone, geolocation
Use Position
🌍 React hook usePosition() for fetching and following a browser geolocation
Stars: ✭ 230 (-4.96%)
Mutual labels:  location, geolocation
React Native Amap Geolocation
React Native geolocation module for Android + iOS
Stars: ✭ 289 (+19.42%)
Mutual labels:  location, geolocation
kirby-locator
A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 only.
Stars: ✭ 83 (-65.7%)
Mutual labels:  location, geolocation
Geolocation
Flutter geolocation plugin for Android and iOS.
Stars: ✭ 205 (-15.29%)
Mutual labels:  location, geolocation
React Native Geolocation Service
React native geolocation service for iOS and android
Stars: ✭ 934 (+285.95%)
Mutual labels:  location, geolocation
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (-36.36%)
Mutual labels:  timezone, geolocation
TimeZoneLocate
Time zone for locations offline in Swift (iOS).
Stars: ✭ 30 (-87.6%)
Mutual labels:  timezone, location
Geo Location
Web component element for the Geolocation API
Stars: ✭ 86 (-64.46%)
Mutual labels:  location, geolocation
Track Ip
Advanced Ip Tracker Tool
Stars: ✭ 150 (-38.02%)
Mutual labels:  location, geolocation

============== timezonefinder

.. image:: https://api.travis-ci.org/jannikmi/timezonefinder.svg?branch=master :target: https://travis-ci.org/jannikmi/timezonefinder

.. image:: https://readthedocs.org/projects/timezonefinder/badge/?version=latest :alt: documentation status :target: https://timezonefinder.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/circleci/project/github/conda-forge/timezonefinder-feedstock/master.svg?label=noarch :target: https://circleci.com/gh/conda-forge/timezonefinder-feedstock

.. image:: https://img.shields.io/pypi/wheel/timezonefinder.svg :target: https://pypi.python.org/pypi/timezonefinder

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white :target: https://github.com/pre-commit/pre-commit :alt: pre-commit

.. image:: https://pepy.tech/badge/timezonefinder :alt: total PyPI downloads :target: https://pepy.tech/project/timezonefinder

.. image:: https://img.shields.io/pypi/v/timezonefinder.svg :alt: latest version on PyPI :target: https://pypi.python.org/pypi/timezonefinder

.. image:: https://anaconda.org/conda-forge/timezonefinder/badges/version.svg :alt: latest version on Conda :target: https://anaconda.org/conda-forge/timezonefinder

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

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

.. code-block:: python

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 <https://timezonefinder.readthedocs.io/en/latest/>__.

Also check:

PyPI <https://pypi.python.org/pypi/timezonefinder/>__

online GUI and API <https://timezonefinder.michelfe.it>__

conda-forge feedstock <https://github.com/conda-forge/timezonefinder-feedstock>__

ruby port: timezone_finder <https://github.com/gunyarakun/timezone_finder>__

download stats <https://pepy.tech/project/timezonefinder>__

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].