diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-01 00:36:46 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-01 00:36:46 +0100 |
| commit | 6c0531b28ff124cff0cf4ae5662976ad9fbd1a15 (patch) | |
| tree | 272e878db471bcb430a58a1c2cbdde68005e33f5 /scripts | |
| parent | 43a6c1535c4d06abeb4f56b676e1bf403ae13822 (diff) | |
| download | PROJ-6c0531b28ff124cff0cf4ae5662976ad9fbd1a15.tar.gz PROJ-6c0531b28ff124cff0cf4ae5662976ad9fbd1a15.zip | |
Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_db_from_esri.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/build_db_from_esri.py b/scripts/build_db_from_esri.py index 35fbe3a8..f4237b9b 100755 --- a/scripts/build_db_from_esri.py +++ b/scripts/build_db_from_esri.py @@ -51,10 +51,10 @@ cursor = conn.cursor() all_sql = [] # TODO: update this ! -version = 'ArcMap 10.7.0' +version = 'ArcMap 10.8.0' all_sql.append( """INSERT INTO "metadata" VALUES('ESRI.VERSION', '%s');""" % (version)) -date = '2019-03-25' +date = '2019-12-01' all_sql.append( """INSERT INTO "metadata" VALUES('ESRI.DATE', '%s');""" % (date)) @@ -1392,9 +1392,11 @@ def import_geogtran(): if 'Molodensky_Badekas' in wkt: # print('Skipping GEOGTRAN %s (EPSG source) since it uses a non-supported yet suported method'% esri_name) continue + if 'NADCON5' in wkt: + print('Skipping NADCON5 %s (EPSG source) since it uses a non-supported yet suported method'% esri_name) + continue - # Don't do anything particular in part of checking we now - # it + # Don't do anything particular except checking we know it assert src_row, row else: |
