[GRASS-dev] [EXTERNAL] PROJ6+ / WKT2 support

Newcomb, Doug doug_newcomb at fws.gov
Mon Jan 25 13:44:38 PST 2021


Thank you!

________________________________
From: grass-dev <grass-dev-bounces at lists.osgeo.org> on behalf of Markus Metz <markus.metz.giswork at gmail.com>
Sent: Monday, January 25, 2021 2:25 PM
To: GRASS developers list <grass-dev at lists.osgeo.org>
Subject: [EXTERNAL] [GRASS-dev] PROJ6+ / WKT2 support




 This email has been received from outside of DOI - Use caution before clicking on links, opening attachments, or responding.



Dear all,

I have prepared a rather large PR [0] to include proper support for PROJ6+ and WKT2.

The reason is that PROJ6+ uses a new mechanism based on spatial reference id (authority name and code) and WKT2 for coordinate transformations. The good old GRASS projection definition, a derivate of PROJ4-style definition, is not able to capture details of all currently available coordinate reference systems. With the recent substantial enhancements in PROJ, it is time for GRASS to use these new enhancements. Current support for PROJ6+ in G78 is not complete and still contains some bugs.

This PR (together with previous commits) would fix bugs also present in G78:

CRS mismatch [1] between input and output when creating a location from some GDAL/OGR recognized input, importing to this location and exporting again. The CRS should be exactly preserved. This bug happens when GRASS is compiled with PROJ6+ and GDAL3.

A bug in PROJ can cause PROJ to select a wrong coordinate operation with a datum transformation grid that does not cover the whole area of interest. In these cases, reprojection fails. This PR takes care of this bug.

Fixing these bugs in G78 requires that all changes related to the new SRID and WKT2 handling including all affected import and export modules need to be backported.

Therefore I want to backport all relevant changes from master to G78 in order to fix these bugs. These changes do not modify existing function definitions, but add new functions to the GRASS headers.

Please let me know if you have objections regarding backporting to G78!

Markus M

[0] https://github.com/OSGeo/grass/pull/1240<https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOSGeo%2Fgrass%2Fpull%2F1240&data=04%7C01%7Cdoug_newcomb%40fws.gov%7C550af619564d4e26567d08d8c16741b8%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637471996564902240%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=H6gkJ4hUTTsVOlEiIM0T1IpQyb%2BqufeslXHWqf9d%2FSg%3D&reserved=0>
[1] https://github.com/qgis/QGIS/issues/18596#issuecomment-753481210<https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqgis%2FQGIS%2Fissues%2F18596%23issuecomment-753481210&data=04%7C01%7Cdoug_newcomb%40fws.gov%7C550af619564d4e26567d08d8c16741b8%7C0693b5ba4b184d7b9341f32f400a5494%7C0%7C0%7C637471996565400114%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Z1qamIKurYhkWhJMHuXV7vgmN2mDChd%2BaZ0X7KkUqeI%3D&reserved=0>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20210125/7e9da97c/attachment-0001.html>


More information about the grass-dev mailing list