From baf9c46795a1ad83a160f3a3f84951d2f49fb22b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 17 Dec 2019 16:58:47 +0100 Subject: Database: register Canadian geoid models added per https://github.com/OSGeo/proj-datumgrid/pull/91 (#1796) --- data/sql/grid_alternatives.sql | 76 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'data/sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 86d61ffa..55c3c013 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1591,6 +1591,82 @@ INSERT INTO grid_alternatives(original_grid_name, 0, 'proj-datumgrid-north-america', 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 ('HT2_0.byn', + 'HT2_2010v70.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-north-america', + 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 ('CGG2013i08a.byn', + 'CGG2013ai08.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-north-america', + 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 ('CGG2013n83a.byn', + 'CGG2013an83.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-north-america', + 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 ('CGG2013i83.byn', + 'CGG2013i08.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-north-america', + 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 ('CGG2013n83.byn', + 'CGG2013n83.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-north-america', + NULL, NULL, NULL, NULL); + -- Iceland INSERT INTO grid_alternatives(original_grid_name, -- cgit v1.2.3