On Mon, Jun 12, 2017 at 10:13 AM, Barry Rowlingson <[email protected]> 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 _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
