aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-10-15 23:35:04 +0200
committerGitHub <noreply@github.com>2021-10-15 23:35:04 +0200
commit04928472dbee772b6b31c78352dc486fb6543a91 (patch)
tree4c38d2173f5a19b61f2ba30eb1b985bb43e5d957 /data/sql/grid_transformation_custom.sql
parent3aad65681afc77d054ce0f271ca64c24f0b3d2f9 (diff)
parent86bdfcf0d49e7674363d84f4612256fffbdbdc41 (diff)
downloadPROJ-04928472dbee772b6b31c78352dc486fb6543a91.tar.gz
PROJ-04928472dbee772b6b31c78352dc486fb6543a91.zip
Merge pull request #2889 from jjimenezshaw/mx_inegi_ggm10
Add transformations for GGM10, Mexican geoid model
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
-rw-r--r--data/sql/grid_transformation_custom.sql22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql
index fb4d434c..db56b754 100644
--- a/data/sql/grid_transformation_custom.sql
+++ b/data/sql/grid_transformation_custom.sql
@@ -211,3 +211,25 @@ INSERT INTO "usage" VALUES(
'EPSG','1286', -- area of use: Europe - Liechtenstein and Switzerland
'EPSG','1024' -- unknown
);
+
+-- Mexico
+
+INSERT INTO "grid_transformation" VALUES(
+ 'PROJ','EPSG_6364_TO_EPSG_5703','Mexico ITRF2008 to NAVD88 height',
+ NULL,
+ 'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)',
+ 'EPSG','6364', -- source CRS (Mexico ITRF2008)
+ 'EPSG','5703', -- target CRS (NAVD88 height)
+ NULL,
+ 'EPSG','8666','Geoid (height correction) model file','GGM10.txt',
+ NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
+
+INSERT INTO "usage" VALUES(
+ 'PROJ',
+ 'EPSG_6364_TO_EPSG_5703_USAGE',
+ 'grid_transformation',
+ 'PROJ',
+ 'EPSG_6364_TO_EPSG_5703',
+ 'EPSG','3278', -- area of use: Mexico - onshore
+ 'EPSG','1024' -- unknown
+);