diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 22:29:21 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 22:29:21 +0200 |
| commit | 885f0b59eaac1424ed962117bac0f85edc42699b (patch) | |
| tree | bdce643b28fcfe0d93bd30075310755f0f9e9876 /data/sql/grid_alternatives.sql | |
| parent | 0c487cda1ef70a89d8acefcfc0be658932a1e412 (diff) | |
| download | PROJ-885f0b59eaac1424ed962117bac0f85edc42699b.tar.gz PROJ-885f0b59eaac1424ed962117bac0f85edc42699b.zip | |
grid_alternatives.sql: link EPSG grid names to PROJ ones for the the 2 'RGSPM06 to Danger 1950 height' grids
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 6c33a899..eb752e44 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -734,6 +734,35 @@ 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 ('GGSPM06v1.mnt', + 'ggspm06v1.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 ('RASPM2018.mnt', + 'RASPM2018.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); ---------------------------- -- Australian grids |
