aboutsummaryrefslogtreecommitdiff
path: root/data/sql/customizations.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-25 23:17:48 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-02-26 14:04:09 +0100
commit1f8541d6f43f7fde949772e0a2174e317542b985 (patch)
treeeaa29ccb86245bd6c3795d75d95132f4dd7a6bc6 /data/sql/customizations.sql
parent414ae2699ccfafdabacd12010acf7ad2f16fd889 (diff)
downloadPROJ-1f8541d6f43f7fde949772e0a2174e317542b985.tar.gz
PROJ-1f8541d6f43f7fde949772e0a2174e317542b985.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');