3

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
bugmagnet
  • 7,631
  • 8
  • 69
  • 131

2 Answers2

2

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
  • 89,048
  • 55
  • 235
  • 380
1

Have a look at this question and this question.

Community
  • 1
  • 1
Michael Sharek
  • 5,043
  • 2
  • 30
  • 33