From 223572d0a809ae504930279c190db13ca93a53e7 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 24 Jan 2020 14:01:15 +0100 Subject: Add nlgeo2018.gtx & rdtrans2018.gsb to grid_alternatives. * EPSG:9282 uses rdtrans2018.gsb * EPSG:9283 uses nlgeo2018.gtx --- data/sql/grid_alternatives.sql | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'data/sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index d8fd0c77..48801ef9 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1220,6 +1220,39 @@ INSERT INTO grid_alternatives(original_grid_name, 0, -- non-freely licensed. See https://salsa.debian.org/debian-gis-team/proj-rdnap/raw/master/debian/copyright NULL); +-- Netherlands / RDNAP 2018 + +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 ('nlgeo2018.gtx', + 'nlgeo2018.gtx', + 'GTX', + 'geoid_like', + 0, + '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 ('rdtrans2018.gsb', + 'rdtrans2018.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + + -- Belgium INSERT INTO grid_alternatives(original_grid_name, -- cgit v1.2.3