aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-08-03 15:26:04 +0200
committerGitHub <noreply@github.com>2020-08-03 15:26:04 +0200
commite5c0d97810cb36af631deeb8d932233e5087bca7 (patch)
treeffa5c0d746c1a64204940aba5bbe71472cb7c8c0 /data/sql/grid_transformation_custom.sql
parent16a0b9ecc397d659e1fd27a4788095d303cab289 (diff)
parent58b69a9fdfbc8b4798c66f34ddbf0e73ccee271d (diff)
downloadPROJ-e5c0d97810cb36af631deeb8d932233e5087bca7.tar.gz
PROJ-e5c0d97810cb36af631deeb8d932233e5087bca7.zip
Merge pull request #2310 from rouault/backport_7_1_pr2309
[Backport 7.1] Database: update to EPSG v9.8.15 database
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);