I'm using gdaltransform to convert coordinates.
What's the best way to convert MGRS using gdaltransform given that it doesn't have an EPSG code?
|
I'm using gdaltransform to convert coordinates. What's the best way to convert MGRS using gdaltransform given that it doesn't have an EPSG code? |
||||
|
|
I have written a Python MGRS library to convert back and forth to lat/long, which you can then reproject as necessary. http://pypi.python.org/pypi/mgrs It should work in Windows in addition to your favorite unix scripting environment. |
|||
|
|