Metadata-Version: 2.1
Name: mgrspy
Version: 0.3.1
Summary: Convert WGS84 coordinates to MGRS and back
Home-page: https://github.com/planetfederal/mgrspy
Author: Planet Federal
Author-email: info@federal.planet.com
License: GPLv2+
Keywords: mgrs wgs gis coordinate conversion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=2.7, >=3.4, <4
Requires-Dist: pyproj (>=1.9.5)
Requires-Dist: future

mgrspy
======

Utility module for converting between WGS84 lat/lon and MGRS coordinates.

Based on `GeoTrans <https://earth-info.nga.mil/GandG/update/index.php>`_ code.


