Geographic support library
The current geotrans2 dynamic libraries are currently built only for Windows, so support for other platforms is currently not present. However, the DMS class should be usable in a pure Python environment.
jaraco.geo
includes an object named DMS for storing and manipulating
values in degrees, minutes, and seconds. See the jaraco.geo module for
details and documentation.
jaraco.geo
also implements geotrans2 by the NGA. See the tests directory in the
repository for sample usage.