Skip to main content

Reusable Django App for determining timezone by geo coordinates

Project description

Geo timezones is a simple Django app to determine timezone by geographic coordinates.

Quick start

  1. Add “geo_timezones” to your INSTALLED_APPS settings like this:

    INSTALLED_APPS = (
        ...
        'geo_timezones',
        ...
    )
  2. Download SHP TZ_DATA file from http://efele.net/maps/tz/world/.

  3. Run python manage.py migrate to create the timezones models.

  4. Run python manage.py geo_timezones_update –shp_filename=<your shp tz_data file> to update timezones.

  5. Use app in your code:

    ...
    from geo_timezones import get_timezone_name_by_coordinates
    ...
    
    timezone_name = get_timezone_name_by_coordinates(55.3424, 61.0034)  # lat, long

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

django-geo-timezones-0.1.2.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file django-geo-timezones-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-geo-timezones-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c2842b96f195049c90428999cd4ef1cf2c0964b38c5524cada6580eeba78f45c
MD5 391e17052f7ec644fbe0eb4ede4f32e6
BLAKE2b-256 e3fceeae2da018ef01a3e91efa318c4d45be624f9858705a5310e3765b198bf4

See more details on using hashes here.

Supported by

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