aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-12 19:04:32 +0200
committerGitHub <noreply@github.com>2020-06-12 19:04:32 +0200
commita3350fd7e8b73d0a29f68e9f8384705c22ecd6fe (patch)
tree62c7beadc4c3d6728c5d30c52e6fb63171e33cbd /data/sql/grid_transformation_custom.sql
parent69f315914c0c8d6a3fa5a7d36661aa844a16a874 (diff)
parent0046678fedaef3aa620c3c7b0e9af2aa5e1e4344 (diff)
downloadPROJ-a3350fd7e8b73d0a29f68e9f8384705c22ecd6fe.tar.gz
PROJ-a3350fd7e8b73d0a29f68e9f8384705c22ecd6fe.zip
Merge pull request #2263 from jjimenezshaw/egm08-rednap
add PROJ transformation for ETRS89 (EPSG:4937) to Alicate height (EPSG:5782)
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
-rw-r--r--data/sql/grid_transformation_custom.sql12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql
index 38210c00..e04f3ace 100644
--- a/data/sql/grid_transformation_custom.sql
+++ b/data/sql/grid_transformation_custom.sql
@@ -84,3 +84,15 @@ 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);