aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_alternatives.sql
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-01 21:40:44 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-01 21:40:44 +0100
commit546c98fe1dc05e769eb1c6aec674ba072083db18 (patch)
tree747e429d9f66ea825a1ce0cee0295bb249fb1ca4 /data/sql/grid_alternatives.sql
parentd4a76fdbcf39e8e1a588f428b171e9425b2fbad1 (diff)
parent3a31adce935dbc2c106d7b100405effc2d930c8c (diff)
downloadPROJ-546c98fe1dc05e769eb1c6aec674ba072083db18.tar.gz
PROJ-546c98fe1dc05e769eb1c6aec674ba072083db18.zip
Merge remote-tracking branch 'osgeo/master'
Diffstat (limited to 'data/sql/grid_alternatives.sql')
-rw-r--r--data/sql/grid_alternatives.sql45
1 files changed, 45 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index 087036de..f3854ba0 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -884,6 +884,21 @@ INSERT INTO grid_alternatives(original_grid_name,
inverse_direction,
package_name,
url, direct_download, open_license, directory)
+ VALUES ('gg10_smv2.mnt',
+ 'gg10_smv2.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_ls.txt',
'RALS2016.gtx',
'GTX',
@@ -959,6 +974,21 @@ INSERT INTO grid_alternatives(original_grid_name,
inverse_direction,
package_name,
url, direct_download, open_license, directory)
+ VALUES ('gg10_sbv2.mnt',
+ 'gg10_sbv2.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 ('ggguy00.txt',
'ggguy15.gtx',
'GTX',
@@ -1492,6 +1522,21 @@ INSERT INTO grid_alternatives(original_grid_name,
inverse_direction,
package_name,
url, direct_download, open_license, directory)
+ VALUES ('TOR27CSv1.GSB',
+ 'TO27CSv1.GSB',
+ 'NTv2',
+ 'hgridshift',
+ 0,
+ 'proj-datumgrid-north-america',
+ 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 ('PE7783V2.gsb', -- case difference on extension !
'PE7783V2.GSB',
'NTv2',