aboutsummaryrefslogtreecommitdiff
path: root/data
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
parent7be04dedc2b23d6836f994c9bc1412d6a23a7267 (diff)
downloadPROJ-1929cb69e8d1a56822999c7890a69e1ad9729713.tar.gz
PROJ-1929cb69e8d1a56822999c7890a69e1ad9729713.zip
add mx_inegi_ggm10.tif vertical grid file, with custom transformation
Diffstat (limited to 'data')
-rw-r--r--data/sql/grid_alternatives.sql3
-rw-r--r--data/sql/grid_transformation_custom.sql22
2 files changed, 25 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index 8a929de9..b754689a 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -177,6 +177,9 @@ VALUES
-- jp_gsi - Geospatial Information Authority of Japan
('jp_gsi_gsigeo2011.tif','jp_gsi_gsigeo2011.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/jp_gsi_gsigeo2011.tif',1,1,NULL),
+-- mx_inegi - Instituto Nacional de Estadística, Geografía e Informática (INEGI) Mexico
+('GGM10.txt','mx_inegi_ggm10.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/mx_inegi_ggm10.tif',1,1,NULL),
+
-- nc_dittt - Gouvernement de Nouvelle Calédonie - DITTT
('Ranc08_Circe.mnt','nc_dittt_Ranc08_Circe.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/nc_dittt_Ranc08_Circe.tif',1,1,NULL),
('gr3dnc01b.mnt','nc_dittt_gr3dnc01b.tif',NULL,'GTiff','geocentricoffset',0,NULL,'https://cdn.proj.org/nc_dittt_gr3dnc01b.tif',1,1,NULL),
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
+);