From c59ec5850da9d7218d2ae37ca623d7626604e029 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Nov 2019 20:42:37 +0100 Subject: 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 --- data/sql/grid_alternatives.sql | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'data/sql') 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, -- cgit v1.2.3