You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
…'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)
FixesOSGeo#4347
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)"
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:
The text was updated successfully, but these errors were encountered: