diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 20:42:37 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 20:42:40 +0100 |
| commit | c59ec5850da9d7218d2ae37ca623d7626604e029 (patch) | |
| tree | 58cb42b252bef319904cf8ccfa9d157fb4408cf6 /data | |
| parent | 6ae8db8780775e11fe10bfbab1e7ab718b602d14 (diff) | |
| download | PROJ-c59ec5850da9d7218d2ae37ca623d7626604e029.tar.gz PROJ-c59ec5850da9d7218d2ae37ca623d7626604e029.zip | |
Database: reference GDA94_GDA2020_conformal_christmas_island.gsb and GDA94_GDA2020_conformal_christmas_island.gsb
Related to https://github.com/OSGeo/proj-datumgrid/pull/62
Diffstat (limited to 'data')
| -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 1551ef89..4a43cae5 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -911,6 +911,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 ('GDA94_GDA2020_conformal_christmas_island.gsb', + 'GDA94_GDA2020_conformal_christmas_island.gsb', + 'NTv2', + 'hgridshift', + 0, + '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 ('GDA94_GDA2020_conformal_cocos_island.gsb', + 'GDA94_GDA2020_conformal_cocos_island.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-oceania', + NULL, NULL, NULL, NULL); + -- Netherlands / RDNAP (non-free grids) INSERT INTO grid_alternatives(original_grid_name, |
