aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_alternatives.sql
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-30 11:08:49 +0100
committerGitHub <noreply@github.com>2020-01-30 11:08:49 +0100
commit91c40b654bb2b07ae79367a683e45c86d29ba0a4 (patch)
tree69a55fe57d65fdd604b9c03aab0b9003489a5e3c /data/sql/grid_alternatives.sql
parent3ab34eb940302bb564968309a3dfc4c3050e9c3e (diff)
parent6f6c53c8553541690a16775ab2c92f7703196e59 (diff)
downloadPROJ-91c40b654bb2b07ae79367a683e45c86d29ba0a4.tar.gz
PROJ-91c40b654bb2b07ae79367a683e45c86d29ba0a4.zip
Merge pull request #1897 from rouault/map_geocentric_translation_method
Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift
Diffstat (limited to 'data/sql/grid_alternatives.sql')
-rw-r--r--data/sql/grid_alternatives.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index b92dbaa0..b9c2e323 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -9,6 +9,7 @@ INSERT INTO grid_alternatives(original_grid_name,
VALUES
-- the PROJ grid is the reverse way of the EPSG one
('rgf93_ntf.gsb','fr_ign_ntf_r93.tif','ntf_r93.gsb','GTiff','hgridshift',1,NULL,'https://cdn.proj.org/fr_ign_ntf_r93.tif',1,1,NULL),
+('gr3df97a.txt','fr_ign_gr3df97a.tif',NULL,'GTiff','geocentricoffset',0,NULL,'https://cdn.proj.org/fr_ign_gr3df97a.tif',1,1,NULL),
('NTv1_0.gsb','ca_nrc_ntv1_can.tif','ntv1_can.dat','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ca_nrc_ntv1_can.tif',1,1,NULL),
-- just a case change
('NTv2_0.gsb','ca_nrc_ntv2_0.tif','ntv2_0.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ca_nrc_ntv2_0.tif',1,1,NULL),