iso6709 0.1.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

iso6709 0.1.5

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.