diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-03 17:52:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-03 17:52:57 +0100 |
| commit | cb4e77d58f2a791c24e232792c1671d6b9f4a477 (patch) | |
| tree | c599d52dbd53dd7b621eeca7f68eb361627b4477 /data/sql/grid_alternatives.sql | |
| parent | a0de56228be06427c7870cbc1923b11dad11856e (diff) | |
| parent | 1d2b1884b05cf29991bf1ad420829f0f56cf9a2b (diff) | |
| download | PROJ-cb4e77d58f2a791c24e232792c1671d6b9f4a477.tar.gz PROJ-cb4e77d58f2a791c24e232792c1671d6b9f4a477.zip | |
Merge pull request #1761 from rouault/register_ausgeoid
Database: register AUSGeoid09 and AUSGeoid2020
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 647f14e6..d240a3d8 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1046,6 +1046,36 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-oceania', NULL, NULL, NULL, NULL); +INSERT INTO grid_alternatives(original_grid_name, + proj_grid_name, + proj_grid_format, + proj_method, + inverse_direction, + package_name, + url, direct_download, open_license, directory) + VALUES ('AUSGeoid09_GDA94_V1.01_DOV_windows.gsb', -- source file contains undulation in first band, and deflection in 2nd and 3d band + 'AUSGeoid09_V1.01.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-oceania', + NULL, NULL, NULL, NULL); + +INSERT INTO grid_alternatives(original_grid_name, + proj_grid_name, + proj_grid_format, + proj_method, + inverse_direction, + package_name, + url, direct_download, open_license, directory) + VALUES ('AUSGeoid2020_windows_binary.gsb', -- source file contains undulation in first band, and deflection in 2nd and 3d band + 'AUSGeoid2020_20180201.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-oceania', + NULL, NULL, NULL, NULL); + -- Netherlands / RDNAP (non-free grids) INSERT INTO grid_alternatives(original_grid_name, |
