From 1929cb69e8d1a56822999c7890a69e1ad9729713 Mon Sep 17 00:00:00 2001 From: Javier Jimenez Shaw Date: Thu, 7 Oct 2021 18:36:46 +0200 Subject: add mx_inegi_ggm10.tif vertical grid file, with custom transformation --- data/sql/grid_alternatives.sql | 3 +++ data/sql/grid_transformation_custom.sql | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'data/sql') 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 +); -- cgit v1.2.3