aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorjmckenna <jmckenna@gatewaygeomatics.com>2020-07-31 17:53:22 -0300
committerEven Rouault <even.rouault@spatialys.com>2020-08-02 12:18:11 +0200
commit6d6229ca7be13f8509889a502d9e6e5ce4cc7c46 (patch)
tree20ebd82f8ade25d96a09733a4c9688fb398736a5 /data/sql/grid_transformation_custom.sql
parent53abcb0425eecceea076ba29ea3f071f53156efa (diff)
downloadPROJ-6d6229ca7be13f8509889a502d9e6e5ce4cc7c46.tar.gz
PROJ-6d6229ca7be13f8509889a502d9e6e5ce4cc7c46.zip
Database: update to EPSG v9.8.15 database
Co-authored-by: jmckenna <jmckenna@gatewaygeomatics.com> Co-authored-by: Javier Jimenez Shaw <j1@jimenezshaw.com> Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
-rw-r--r--data/sql/grid_transformation_custom.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql
index e04f3ace..38210c00 100644
--- a/data/sql/grid_transformation_custom.sql
+++ b/data/sql/grid_transformation_custom.sql
@@ -84,15 +84,3 @@ INSERT INTO "grid_transformation" VALUES(
NULL,
'EPSG','8666','Geoid (height correction) model file','Icegeoid_ISN2016.gtx',
NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
--- Spain
-
-INSERT INTO "grid_transformation" VALUES(
- 'PROJ','EPSG_4937_TO_EPSG_5782','ETRS89 to Alicante height',
- NULL,NULL,
- 'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)',
- 'EPSG','4937', -- source CRS (ETRS89 geographic 3D)
- 'EPSG','5782', -- target CRS (Alicante height)
- 'EPSG','2366', -- area of use: Spain - mainland onshore
- NULL,
- 'EPSG','8666','Geoid (height correction) model file','EGM08_REDNAP.asc',
- NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);