Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for transformation methods that are new in EPSG #4347

Open
Jochem-L opened this issue Dec 11, 2024 · 2 comments · May be fixed by #4348
Open

Support for transformation methods that are new in EPSG #4347

Jochem-L opened this issue Dec 11, 2024 · 2 comments · May be fixed by #4348
Assignees

Comments

@Jochem-L
Copy link
Contributor

In the recent database update to EPSG v11.023 and related changes (a33372b) the CRSs and transformations for the island Saba in the Caribbean Netherlands are added. However, 4 new transformations from EPSG are missing. Probably because these use the exact Helmert transformation, or a null grid for the geoid of the height transformation, which are new transformation methods in EPSG. Since PROJ already supports the exact Helmert transformation, I hope it won't be too difficult to add the missing transformations too.

Two missing exact Helmert transformations:

both using both these two new methods:

 
Two missing height transformations with a null grid for the geoid:

and two corresponding concatenated operations:

using one of these two new methods:

@rouault rouault self-assigned this Dec 11, 2024
rouault added a commit to rouault/PROJ that referenced this issue Dec 11, 2024
…'Coordinate Frame rotation full matrix (geog2D)' methods

and import related records from EPSG.

Note that concatenated operation EPSG:10675 is not imported because
https://epsg.org/concatenated-operation_10675/BES2020-to-Saba-height-1.html is ill defined in EPSG 11.023
due to first step referencing BES2020 Saba geographic 2D (EPSG:10639), but source CRS of concatenated
operation referencing BES2020 Saba geographic 3D (EPSG:10638)

Fixes OSGeo#4347
@rouault
Copy link
Member

rouault commented Dec 11, 2024

Support for the Geographic3D to GravityRelated Height and Geog3D to Geog2D GravityRelated Height had already been added a few days ago in master

Support for the Coordinate Frame Rotation Full matrix added in #4348

You'll have to get back to IOGP about how concatenated operation EPSG:10675 is defined. Currently it is too messy and PROJ rejects it due to its consistency checks: "Note that concatenated operation EPSG:10675 is not imported because https://epsg.org/concatenated-operation_10675/BES2020-to-Saba-height-1.html is ill defined in EPSG 11.023 due to first step referencing BES2020 Saba geographic 2D (EPSG:10639), but source CRS of concatenated operation referencing BES2020 Saba geographic 3D (EPSG:10638)"

@Jochem-L
Copy link
Contributor Author

That is very quick. Many thanks!

I'll contact EPSG about definition of the concatenated operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants