From 6ae8db8780775e11fe10bfbab1e7ab718b602d14 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Nov 2019 20:35:19 +0100 Subject: Database: add missing mapping for 3 GEOID2009 grids that we have now in proj-datumgrid --- data/sql/grid_alternatives.sql | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index ab81a2fa..1551ef89 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -422,11 +422,17 @@ INSERT INTO grid_alternatives(original_grid_name, proj_grid_name, proj_grid_form 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 ('geoid09_conus.bin', 'geoid09_conus.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 ('g2009g01.bin', 'g2009g01.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 ('g2009s01.bin', 'g2009s01.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 ('g2009p01.bin', 'g2009p01.gtx', 'GTX', 'vgridshift', 1, 'proj-datumgrid-north-america', NULL, NULL, NULL, NULL); + -- Not mapped: -- g2009h01.gtx : Hawaii --- g2009g01.gtx : Guam and Northern Mariana Islands. --- g2009s01.gtx : American Samoa. --- g2009p01.gtx : Puerto Rico / U.S. Vigin Islands. ---------------------------- -- US GEOID12B height models -- cgit v1.2.3