aboutsummaryrefslogtreecommitdiff
path: root/data/sql
diff options
context:
space:
mode:
authorBas Couwenberg <sebastic@xs4all.nl>2020-01-24 14:01:15 +0100
committerBas Couwenberg <sebastic@xs4all.nl>2020-01-24 14:01:19 +0100
commit223572d0a809ae504930279c190db13ca93a53e7 (patch)
tree36b1abcda238718891ed8cfaf52de8e280097330 /data/sql
parent6507e962e04f074ea17478670f04ff6732bfc87d (diff)
downloadPROJ-223572d0a809ae504930279c190db13ca93a53e7.tar.gz
PROJ-223572d0a809ae504930279c190db13ca93a53e7.zip
Add nlgeo2018.gtx & rdtrans2018.gsb to grid_alternatives.
* EPSG:9282 uses rdtrans2018.gsb * EPSG:9283 uses nlgeo2018.gtx
Diffstat (limited to 'data/sql')
-rw-r--r--data/sql/grid_alternatives.sql33
1 files changed, 33 insertions, 0 deletions
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,