aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorJavier Jimenez Shaw <j1@jimenezshaw.com>2021-10-07 18:36:46 +0200
committerJavier Jimenez Shaw <j1@jimenezshaw.com>2021-10-07 18:36:46 +0200
commit1929cb69e8d1a56822999c7890a69e1ad9729713 (patch)
tree93eeaae0638a231004d66a19928572e3db2ae75b /data/sql/grid_transformation_custom.sql
parent7be04dedc2b23d6836f994c9bc1412d6a23a7267 (diff)
downloadPROJ-1929cb69e8d1a56822999c7890a69e1ad9729713.tar.gz
PROJ-1929cb69e8d1a56822999c7890a69e1ad9729713.zip
add mx_inegi_ggm10.tif vertical grid file, with custom transformation
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..ed6d0ec2 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','1160', -- area of use: Mexico - onshore and offshore.
+ 'EPSG','1024' -- unknown
+);