diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-16 12:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 12:01:39 +0200 |
| commit | a3e412995df7dae2c8ef13d2682e03b770edcb75 (patch) | |
| tree | 751cd21521ee33e002222b165c1938990d1b0bac /data/sql/scope.sql | |
| parent | e54739954db813cd8394066b1e64ae8f2dd76bd8 (diff) | |
| parent | 85f496b26702bf6566296072795e821d70156c09 (diff) | |
| download | PROJ-a3e412995df7dae2c8ef13d2682e03b770edcb75.tar.gz PROJ-a3e412995df7dae2c8ef13d2682e03b770edcb75.zip | |
Merge pull request #2851 from rouault/epsg_10_035
Database: update to EPSG v10.035
Diffstat (limited to 'data/sql/scope.sql')
| -rw-r--r-- | data/sql/scope.sql | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
