UTM and MGRS to Latitude/Longitude conversion source-code?

bugmagnet picture bugmagnet · Oct 7, 2008 · Viewed 12.6k times · Source

What open-source / public domain software is there "out there" for conversion between Latitude/Longitude, UTM (Universal Transform Mercator) and MGRS (Military Grid Reference System)? We're using a VB6 library at the moment and would prefer to use something in another language and with a longer pedigree.

Answer

Roger Lipscombe picture Roger Lipscombe · Oct 7, 2008

PROJ.4; I don't know if it does MGRS, but I seem to recall that it did Lat/Lon -> UTM when I last used it.