From ed0636425083034b55633402108b85bc765ae0eb Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 25 Mar 2019 18:29:39 +0100 Subject: Database: add link from RAF18.tac to RAF18.gtx --- data/sql/grid_alternatives.sql | 15 +++++++++++++++ test/cli/testprojinfo_out.dist | 8 ++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 6d766b21..df82ddd3 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -464,6 +464,21 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL); +INSERT INTO grid_alternatives(original_grid_name, + proj_grid_name, + proj_grid_format, + proj_method, + inverse_direction, + package_name, + url, direct_download, open_license, directory) + VALUES ('RAF18.tac', + 'RAF18.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + INSERT INTO grid_alternatives(original_grid_name, proj_grid_name, proj_grid_format, diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 3e82125b..8698d6c1 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -762,18 +762,18 @@ Candidate operations found: 3 ------------------------------------- Operation n°1: -INVERSE(DERIVED_FROM(EPSG)):8371, Inverse of RGF93 to NGF IGN69 height (2), 0.02 m, France - mainland onshore +INVERSE(DERIVED_FROM(EPSG)):8885, Inverse of RGF93 to NGF IGN69 height (3), 0.01 m, France - mainland onshore PROJ string: -+proj=vgridshift +grids=RAF09.gtx +multiplier=1 ++proj=vgridshift +grids=RAF18.gtx +multiplier=1 ------------------------------------- Operation n°2: -INVERSE(EPSG):8885, Inverse of RGF93 to NGF IGN69 height (3), 0.01 m, France - mainland onshore +INVERSE(DERIVED_FROM(EPSG)):8371, Inverse of RGF93 to NGF IGN69 height (2), 0.02 m, France - mainland onshore PROJ string: -+proj=pipeline +step +inv +proj=vgridshift +grids=RAF18.tac +multiplier=1 ++proj=vgridshift +grids=RAF09.gtx +multiplier=1 ------------------------------------- Operation n°3: -- cgit v1.2.3