diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 22:43:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 22:43:24 +0100 |
| commit | 0eb6ddc8380c363afb2d3fd1bcf9cd79f0cd131b (patch) | |
| tree | ea75b039e13b5750af891f3c13a78949149a9f48 /data | |
| parent | 6ae8db8780775e11fe10bfbab1e7ab718b602d14 (diff) | |
| download | PROJ-0eb6ddc8380c363afb2d3fd1bcf9cd79f0cd131b.tar.gz PROJ-0eb6ddc8380c363afb2d3fd1bcf9cd79f0cd131b.zip | |
Database: add missing name mappings for a few French overseas vertical grids
Diffstat (limited to 'data')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 1551ef89..bba80eaf 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -674,6 +674,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RALDW842016.mnt', + 'RALDW842016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('ggg00_sb.txt', 'ggg00_sbv2.gtx', 'GTX', @@ -704,6 +719,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RAMART2016.mnt', + 'RAMART2016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_gtbt.txt', 'RAGTBT2016.gtx', 'GTX', @@ -719,6 +749,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RAGTBT2016.mnt', + 'RAGTBT2016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_mg.txt', 'RAMG2016.gtx', 'GTX', @@ -734,6 +779,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RAMG2016.mnt', + 'RAMG2016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_sm.txt', 'gg10_smv2.gtx', 'GTX', @@ -764,6 +824,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RALS2016.mnt', + 'RALS2016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_ld.txt', 'RALD2016.gtx', 'GTX', @@ -779,6 +854,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('RALD2016.mnt', + 'RALD2016.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_sb.txt', 'gg10_sbv2.gtx', 'GTX', |
