aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-22 14:09:35 +0100
committerGitHub <noreply@github.com>2020-01-22 14:09:35 +0100
commita95431d8666db9953115a3a824db396f8aa82b52 (patch)
tree21117e52f95b8f36880efef8cd71c1fcec21242c /data/sql/grid_transformation_custom.sql
parentc5fb54168665d41503ef3a08f0534da58949b632 (diff)
parent4724025e6c817761052fc0dc8810fd489a9e0104 (diff)
downloadPROJ-a95431d8666db9953115a3a824db396f8aa82b52.tar.gz
PROJ-a95431d8666db9953115a3a824db396f8aa82b52.zip
Merge pull request #1855 from rouault/rfc4_merge_back_master
[RFC4_dev] Merge master back to rfc4 latest branch
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
-rw-r--r--data/sql/grid_transformation_custom.sql41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql
index c7a58836..05916a39 100644
--- a/data/sql/grid_transformation_custom.sql
+++ b/data/sql/grid_transformation_custom.sql
@@ -55,3 +55,44 @@ INSERT INTO "grid_transformation" VALUES(
INSERT INTO "area" VALUES('PROJ','BWTA2017','Germany - Baden-Wurtemberg','Germany - Baden-Wurtemberg',47.5,49.83,7.49,10.51,0);
-- Advertize a 0.8 accuracy slightly better than the 0.9 of BETA2007 for sort purposes
INSERT INTO "grid_transformation" VALUES('PROJ','BWTA2017','DHDN to ETRS89 (BWTA2017)','DHDN to ETRS89 for Baden-Wurtemberg for ALKIS 2017. Using official BWTA2017 grid but this transformation entry has been created temporarily by PROJ. Accuracy indication not to be considered as authoritative','For applications requiring an accuracy of better than 1 metre.','EPSG','9615','NTv2','EPSG','4314','EPSG','4258','PROJ','BWTA2017',0.89,'EPSG','8656','Latitude and longitude difference file','BWTA2017.gsb',NULL,NULL,NULL,NULL,NULL,NULL,'-',0);
+
+----- Hopefully temporary entry for SeTa2016.gsb grid -----
+
+INSERT INTO "area" VALUES('PROJ','SETA2016','Germany - Saarland','Germany - Saarland',49.10,49.64,6.345,7.45,0);
+-- Advertize a 0.8 accuracy slightly better than the 0.9 of BETA2007 for sort purposes
+INSERT INTO "grid_transformation" VALUES('PROJ','SETA2016','DHDN to ETRS89 (SETA2016)','DHDN to ETRS89 for Saarland. Using official SETA2016 grid but this transformation entry has been created temporarily by PROJ. Accuracy indication not to be considered as authoritative','For applications requiring an accuracy of better than 1 metre.','EPSG','9615','NTv2','EPSG','4314','EPSG','4258','PROJ','SETA2016',0.89,'EPSG','8656','Latitude and longitude difference file','SeTa2016.gsb',NULL,NULL,NULL,NULL,NULL,NULL,'-',0);
+
+-- Iceland
+
+INSERT INTO "grid_transformation" VALUES(
+ 'PROJ','EPSG_8089_TO_EPSG_5323','ISH2004 height to ISN2004',
+ NULL,NULL,
+ 'PROJ','HEIGHT_TO_GEOGRAPHIC3D','GravityRelatedHeight to Geographic3D',
+ 'EPSG','8089', -- source CRS (ISH2004 height)
+ 'EPSG','5323', -- target CRS (ISN2004 geographic 3D)
+ 'EPSG','1120', -- area of use: Iceland - onshore and offshore
+ NULL,
+ 'EPSG','8666','Geoid (height correction) model file','Icegeoid_ISN2004.gtx',
+ NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
+
+INSERT INTO "grid_transformation" VALUES(
+ 'PROJ','EPSG_8089_TO_EPSG_4945','ISH2004 height to ISN93',
+ NULL,NULL,
+ 'PROJ','HEIGHT_TO_GEOGRAPHIC3D','GravityRelatedHeight to Geographic3D',
+ 'EPSG','8089', -- source CRS (ISH2004 height)
+ 'EPSG','4945', -- target CRS (ISN93 geographic 3D)
+ 'EPSG','1120', -- area of use: Iceland - onshore and offshore
+ NULL,
+ 'EPSG','8666','Geoid (height correction) model file','Icegeoid_ISN93.gtx',
+ NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);
+
+INSERT INTO "grid_transformation" VALUES(
+ 'PROJ','EPSG_8089_TO_EPSG_8085','ISH2004 height to ISN2016',
+ NULL,NULL,
+ 'PROJ','HEIGHT_TO_GEOGRAPHIC3D','GravityRelatedHeight to Geographic3D',
+ 'EPSG','8089', -- source CRS (ISH2004 height)
+ 'EPSG','8085', -- target CRS (ISN2016 geographic 3D)
+ 'EPSG','1120', -- area of use: Iceland - onshore and offshore
+ NULL,
+ 'EPSG','8666','Geoid (height correction) model file','Icegeoid_ISN2016.gtx',
+ NULL,NULL,NULL,NULL,NULL,NULL,NULL,0);