diff options
| -rw-r--r-- | data/sql/customizations.sql | 12 | ||||
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 10 |
2 files changed, 1 insertions, 21 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index 0ce4a692..b9fcac31 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -7,18 +7,6 @@ INSERT INTO "other_transformation" VALUES('PROJ','CRS84_TO_EPSG_4326','OGC:CRS84 -- alias of EPSG:3857 INSERT INTO "projected_crs" VALUES('EPSG','900913','Google Maps Global Mercator',NULL,NULL,'EPSG','4499','EPSG','4326','EPSG','3856','EPSG','3544',NULL,1); --- Remove supression entry of EPSG:8371 ("RGF93 to NGF IGN69 height (2)", using RAF09.mnt) by --- EPSG:8885 ("RGF93 to NGF IGN69 height (3)", using RAF18.tac), since --- we have only RAF09.mnt in proj-datumgrid-europe --- Our code to remove superseded operations should probably take into account grid availability -DELETE FROM "supersession" WHERE superseded_table_name = 'grid_transformation' AND - superseded_auth_name = 'EPSG' AND - superseded_code = '8371' AND - replacement_table_name = 'grid_transformation' AND - replacement_auth_name = 'EPSG' AND - replacement_code = '8885' AND - source = 'EPSG'; - -- ('EPSG','7001','ETRS89 to NAP height (1)') lacks an interpolationCRS with Amersfoort / EPSG:4289 -- See https://salsa.debian.org/debian-gis-team/proj-rdnap/blob/debian/2008-8/Use%20of%20RDTRANS2008%20and%20NAPTRANS2008.pdf -- "The naptrans2008 VDatum-grid is referenced to the Bessel-1841 ellipsoid" diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index ea0f4983..4c0e726d 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -758,7 +758,7 @@ PROJ string: +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=vgridshift +grids=g2012ba0.gtx +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1 Testing NGF IGN69 height to RGF93: projinfo -s EPSG:5720 -t EPSG:4965 -o PROJ -Candidate operations found: 3 +Candidate operations found: 2 ------------------------------------- Operation n°1: @@ -770,14 +770,6 @@ PROJ string: ------------------------------------- Operation n°2: -INVERSE(DERIVED_FROM(EPSG)):8371, Inverse of RGF93 to NGF IGN69 height (2), 0.02 m, France - mainland onshore - -PROJ string: -+proj=vgridshift +grids=RAF09.gtx +multiplier=1 - -------------------------------------- -Operation n°3: - INVERSE(EPSG):10000, Inverse of RGF93 to NGF IGN69 height (1), 0.5 m, France - mainland onshore PROJ string: |
