[QGIS-Developer] USNG Coordinate System

Martin Dobias wonder.sk at gmail.com
Mon Jun 12 02:42:45 PDT 2017


On Mon, Jun 12, 2017 at 10:13 AM, Barry Rowlingson
<b.rowlingson at lancaster.ac.uk> wrote:
>
> Would that be useful to you? It could be implemented as a Qgis python
> function - its some string parsing and numeric manipulation.

There are few plugins that add support for some coordinate systems -
for example this plugin translates between map coordinates and OSGB
Grid Ref (e.g. SX 7511 8607):
https://github.com/mtravis/gridref-qgis

You could use that one as a reference for your translator. It could be
also a nice piece of functionality directly in QGIS where plugins
could register their converter and QGIS would handle all the GUI
related functionality (which plugins currently need to do themselves).

Cheers
Martin


More information about the QGIS-Developer mailing list