views:

3470

answers:

2

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.

+1  A: 

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.

Roger Lipscombe
+1  A: 

Have a look at this question and this question.

Michael Sharek