Am 28.11.2013 13:24, schrieb Alexandre Neto:
Hello,

In times I though about doing a python plugin for it, but I have never had
the time to do it. I think that is a valid idea for a plugin as for
instance Biologists and Botanics very often use MGRS to register species
location.

I believe that 2 option arise:
1 - ask some help to developers (qgis-develo...@lists.osgeo.org) to create
a core plugin in C

You don't have to invent the wheel a second time. GDAL has a silent implementation for MGRS:

https://svn.osgeo.org/gdal/trunk/gdal/frmts/nitf/mgrs.c

You only have to port the code to python, or write a wrapper around it.

Or have a look at other sources:
<http://gis.stackexchange.com/questions/15373/how-to-convert-mgrs-to-lat-long-or-utm>
<http://gis.stackexchange.com/questions/19469/convert-mgrs-using-gdaltransform>

The second already in python.

HTH,
André Joost

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to