Package for converting coordinates between WGS84 Lon Lat, UTM and MGRS/UTMREF.
utm.ToLL() : converts from UTM to LL
utm.ToMGRS() : converts from UTM to MGRS
ll.ToUTM() : converts from LL to UTM
ll.ToMGRS() : converts from LL to MGRS
mgrs.ToUTM() : converts from MGRS to UTM
mgrs.ToLL() : converts from MGRS to LLUTM : ZoneNumber ZoneLetter Easting Northing
LL : Latitude Longitude
MGRS : StringLat : Latitude
Lon : Longitude
MGRS : Military Grid Reference System (same as UTMREF)
UTM : Universal Transverse Mercator
UTMREF : UTM Reference System (same as MGRS)
WGS84 : World Geodetic System 1984 (same as EPSG:4326)