diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-23 13:08:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-23 19:05:50 +0100 |
| commit | ba37cd70b299d8ea918f6bb219805713c9e6507a (patch) | |
| tree | ea50c891b9b6e10c186eefd122636d44d9405ae0 /scripts | |
| parent | ae1a0324fb51c8a357b24991c3627d5c2414a784 (diff) | |
| download | PROJ-ba37cd70b299d8ea918f6bb219805713c9e6507a.tar.gz PROJ-ba37cd70b299d8ea918f6bb219805713c9e6507a.zip | |
Database: add a geoid_like value for proj_method column of grid_alternatives, fix related entries and simplify/robustify logic to deal with EPSG 'Geographic3D to GravityRelatedHeight' methods
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_db_create_ignf_from_xml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_db_create_ignf_from_xml.py b/scripts/build_db_create_ignf_from_xml.py index 7d679d39..f39f8d81 100755 --- a/scripts/build_db_create_ignf_from_xml.py +++ b/scripts/build_db_create_ignf_from_xml.py @@ -1096,8 +1096,8 @@ for grid in setVerticalGrids: VALUES ('%s', -- as referenced by the IGNF registry '%s', 'GTX', - 'vgridshift', - 1, + 'geoid_like', + 0, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL);""" % (original_grid_name, proj_grid_name)) |
