aboutsummaryrefslogtreecommitdiff
path: root/data/sql/customizations.sql
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-02-26 13:04:38 +0000
committerKristian Evers <kristianevers@gmail.com>2020-03-01 11:49:54 +0100
commitac26298dd55c6842ad98996bde039ef7d4e658c4 (patch)
treef5e36a17f27961597cfda75142b40702edbb4506 /data/sql/customizations.sql
parentf1cd90a47b1ab6b41833035e0f90eaebf70fef10 (diff)
downloadPROJ-ac26298dd55c6842ad98996bde039ef7d4e658c4.tar.gz
PROJ-ac26298dd55c6842ad98996bde039ef7d4e658c4.zip
Database: update to EPSG v9.8.7
Diffstat (limited to 'data/sql/customizations.sql')
-rw-r--r--data/sql/customizations.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql
index 4067829c..82328f3c 100644
--- a/data/sql/customizations.sql
+++ b/data/sql/customizations.sql
@@ -135,12 +135,3 @@ INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6312','hermannskogel','
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6299','ire65','PROJ');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6272','nzgd49','PROJ');
INSERT INTO "alias_name" VALUES('geodetic_datum','EPSG','6277','OSGB36','PROJ');
-
----- NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION -----
-
--- This is a copy of EPSG:7810 (NTF (Paris) to RGF93 (1)) which uses the deprecated EPSG:1053 operation as the second step.
--- We replace it by the non-deprecated EPSG:9327
--- Issue raised to EPSG
-INSERT INTO "concatenated_operation" VALUES('PROJ','NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION','NTF (Paris) to RGF93 (1)','See transformation code 7811 for an alternative which uses the NTv2 method as an emulation of the geocentric interpolation in the second step.','Approximation to better than 1m of transformation of coordinates referenced to NTF (Paris) to RGF93.','EPSG','4807','EPSG','4171','EPSG','3694',NULL,'',0);
-INSERT INTO "concatenated_operation_step" VALUES('PROJ','NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION',1,'EPSG','1763');
-INSERT INTO "concatenated_operation_step" VALUES('PROJ','NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION',2,'EPSG','9327');