diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-19 00:03:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 00:03:06 +0100 |
| commit | 014156cf865ba30777da9850b238f969c9706f68 (patch) | |
| tree | 228e19b0027674d12c0a90810a44ba51badf9603 /data/sql/scope.sql | |
| parent | a85e2aed1551f7964f65cc7b7c373e56803c1fd6 (diff) | |
| parent | be5379fab5b45d415eaf40e85fd9fa81c2761494 (diff) | |
| download | PROJ-014156cf865ba30777da9850b238f969c9706f68.tar.gz PROJ-014156cf865ba30777da9850b238f969c9706f68.zip | |
Merge pull request #2435 from rouault/backport_7.2_epsg_10_007
Database: update to EPSG v10.007
Diffstat (limited to 'data/sql/scope.sql')
| -rw-r--r-- | data/sql/scope.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/scope.sql b/data/sql/scope.sql index 993057f7..9f314f37 100644 --- a/data/sql/scope.sql +++ b/data/sql/scope.sql @@ -107,6 +107,7 @@ INSERT INTO "scope" VALUES('EPSG','1127','Geodesy. Defines ETRF2000.',0); INSERT INTO "scope" VALUES('EPSG','1128','Geodesy. Defines ETRF2005.',0); INSERT INTO "scope" VALUES('EPSG','1129','Geodesy. Defines ETRF2014.',0); INSERT INTO "scope" VALUES('EPSG','1130','EEZ delimitation.',0); +INSERT INTO "scope" VALUES('EPSG','1131','Change of coordinate epoch for points referenced to NAD83(CSRS)v7.',0); INSERT INTO "scope" VALUES('EPSG','1132','Derivation of approximate gravity-related heights from GNSS observations.',0); INSERT INTO "scope" VALUES('EPSG','1133','Derivation of gravity-related heights from GNSS observations.',0); INSERT INTO "scope" VALUES('EPSG','1134','Description of the use or purpose of the CRS.',0); |
