From 85f496b26702bf6566296072795e821d70156c09 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 15 Sep 2021 00:32:58 +0200 Subject: Database: update to EPSG v10.035 This seriously impacts French CRS users with the introduction of new datums, geodetic CRS and projected CRS based on "RGF 93 v2" and "RGF 93 v2b", and the previous single "RGF 93" being renamed as "RGF 93 v1". To be noted too, the addition of a null transformation between NAD83(2011) and WGS 84, which impacts a number of tests in the test suite. --- data/sql/scope.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/sql/scope.sql') diff --git a/data/sql/scope.sql b/data/sql/scope.sql index 79e4b653..98331299 100644 --- a/data/sql/scope.sql +++ b/data/sql/scope.sql @@ -169,7 +169,7 @@ INSERT INTO "scope" VALUES('EPSG','1189','GIS.',0); INSERT INTO "scope" VALUES('EPSG','1190','Geological analysis.',0); INSERT INTO "scope" VALUES('EPSG','1191','Graticule coordinates expressed in simple Cartesian form.',0); INSERT INTO "scope" VALUES('EPSG','1192','Graticule coordinates in rectangular Cartesian form.',0); -INSERT INTO "scope" VALUES('EPSG','1193','Geological analysis.',0); +INSERT INTO "scope" VALUES('EPSG','1193','Geological analysis.',1); INSERT INTO "scope" VALUES('EPSG','1194','Spatial referencing in and around city and county of San Francisco.',0); INSERT INTO "scope" VALUES('EPSG','1195','Environmental science - used as basis for EASE grid.',0); INSERT INTO "scope" VALUES('EPSG','1196','Highway engineering.',0); @@ -228,7 +228,7 @@ INSERT INTO "scope" VALUES('EPSG','1248','Municipal spatial referencing.',0); INSERT INTO "scope" VALUES('EPSG','1249','Minerals management (including oil and gas exploration and production).',0); INSERT INTO "scope" VALUES('EPSG','1250','Metrication of RSO grid.',0); INSERT INTO "scope" VALUES('EPSG','1251','Marine navigation.',0); -INSERT INTO "scope" VALUES('EPSG','1252','Approximation assuming equality between plate-fixed static and earth-fixed dynamic CRSs.',0); +INSERT INTO "scope" VALUES('EPSG','1252','(null/copy) Approximation for medium and low accuracy applications assuming equality between plate-fixed static and earth-fixed dynamic CRSs, ignoring static/dynamic CRS differences.',0); INSERT INTO "scope" VALUES('EPSG','1253','Approximation at the 1m level.',0); INSERT INTO "scope" VALUES('EPSG','1254','Antarctic Digital Database and small scale topographic mapping.',0); INSERT INTO "scope" VALUES('EPSG','1255','Transformation of coordinates at 0.02m level of accuracy.',0); -- cgit v1.2.3