jaraco.geo
==========

.. contents::

Status and License
------------------

``jaraco.geo`` is a geographic support library.

``jaraco.geo`` is written by Jason R. Coombs.  It is licensed under an
`MIT-style permissive license
<https://svn.jaraco.com/jaraco/python/jaraco.geo/docs/license.txt>`_.

You can install it with ``easy_install jaraco.geo``, or from the
`subversion repository
<https://svn.jaraco.com/jaraco/python/jaraco.geo#egg=jaraco.geo-dev>`_ with
``easy_install jaraco.geo==dev``.

Contents
--------

``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
<http://www.nga.mil>`_. See the tests directory in the subversion
repository for sample usage.

Changes
-------

1.0
~~~

* Initial release
* Implements NGA geotrans2
