Skip to main content

A library for parsing ISO6709 format Degree Minute Second style coordinates.

Project description

ISO 6709

This is a package for converting ISO6709 formatted strings into decimal representation.

Formats

This library supports the following DMS formats:

  • ±DD.DDDD±DDD.DDDD/ - Latitude and Longitude in Degrees

  • ±DDMM.MMMM±DDDMM.MMMM/ - Latitude and Longitude in Degrees and Minutes

  • ±DDMMSS.SSSS±DDDMMSS.SSSS/ - Latitude and Longitude in Degrees, Minutes and Seconds

As well as the standard altitude/height suffix: ±AAAA

Usage

>>> from iso6709 import Location
>>> loc = Location('+27.5916+086.5640+8850/') # Mount Everest
>>> print (loc.lat.degrees, loc.lng.degrees, loc.alt
27.5916 86.5640 8850

Changelog

0.1.5 (2019-07-01)

  • Update license clause to SPDX format

0.1.4 (2019-06-28)

  • Add support for negative altitudes (thanks @pistatium!)

  • Bumped development versions for security fixes

0.1.3 (2017-08-25)

  • Fix an issue where rst files weren’t included in source pkg.

0.1.2 (2017-08-25)

  • First release on PyPI.

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

iso6709-0.1.5.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

iso6709-0.1.5-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

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