diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-24 17:49:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-24 17:49:53 +0100 |
| commit | e5fae5239f25bdf14862d80243f79b031c093939 (patch) | |
| tree | 629003a8c4a26df3429da9547b9d79dddc97f4a7 /data/sql | |
| parent | 15ed5651019f5438a1dddab0c30f21733a0e1e97 (diff) | |
| parent | 223572d0a809ae504930279c190db13ca93a53e7 (diff) | |
| download | PROJ-e5fae5239f25bdf14862d80243f79b031c093939.tar.gz PROJ-e5fae5239f25bdf14862d80243f79b031c093939.zip | |
Merge pull request #1879 from sebastic/rdnap
Add nlgeo2018.gtx & rdtrans2018.gsb to grid_alternatives.
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 33 |
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, |
