diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-25 17:07:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-25 17:07:51 +0200 |
| commit | 5f8b28da425fe2d3be6e3a41d4acdd1568d41524 (patch) | |
| tree | 48b7a446f20cacc0c12f2373f0bee19615f10e22 /data/sql/geodetic_datum.sql | |
| parent | 4e4ac41b424af8638c3c7f79ec9f7cbdebe4b85d (diff) | |
| parent | 7dd15a824a60809e1d62089b598974f625599240 (diff) | |
| download | PROJ-5f8b28da425fe2d3be6e3a41d4acdd1568d41524.tar.gz PROJ-5f8b28da425fe2d3be6e3a41d4acdd1568d41524.zip | |
Merge pull request #1485 from rouault/update_to_epsg_9.6.3
Database: update to EPSG v9.6.3
Diffstat (limited to 'data/sql/geodetic_datum.sql')
| -rw-r--r-- | data/sql/geodetic_datum.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/sql/geodetic_datum.sql b/data/sql/geodetic_datum.sql index 0e619639..1220d4d5 100644 --- a/data/sql/geodetic_datum.sql +++ b/data/sql/geodetic_datum.sql @@ -118,6 +118,11 @@ INSERT INTO "geodetic_datum" VALUES('EPSG','1214','Serbian Spatial Reference Sys INSERT INTO "geodetic_datum" VALUES('EPSG','1218','MOMRA Terrestrial Reference Frame 2000',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1206',0); INSERT INTO "geodetic_datum" VALUES('EPSG','1223','Reseau Geodesique de Wallis et Futuna 1996',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1255',0); INSERT INTO "geodetic_datum" VALUES('EPSG','1225','CR-SIRGAS',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1074',0); +INSERT INTO "geodetic_datum" VALUES('EPSG','1244','IGS97',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262',0); +INSERT INTO "geodetic_datum" VALUES('EPSG','1245','IGS00',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262',0); +INSERT INTO "geodetic_datum" VALUES('EPSG','1246','IGb00',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262',0); +INSERT INTO "geodetic_datum" VALUES('EPSG','1247','IGS05',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262',0); +INSERT INTO "geodetic_datum" VALUES('EPSG','1248','IGb08',NULL,NULL,'EPSG','7019','EPSG','8901','EPSG','1262',0); INSERT INTO "geodetic_datum" VALUES('EPSG','6001','Not specified (based on Airy 1830 ellipsoid)',NULL,NULL,'EPSG','7001','EPSG','8901','EPSG','1263',0); INSERT INTO "geodetic_datum" VALUES('EPSG','6002','Not specified (based on Airy Modified 1849 ellipsoid)',NULL,NULL,'EPSG','7002','EPSG','8901','EPSG','1263',0); INSERT INTO "geodetic_datum" VALUES('EPSG','6003','Not specified (based on Australian National Spheroid)',NULL,NULL,'EPSG','7003','EPSG','8901','EPSG','1263',0); |
