diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 20:35:19 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-23 20:35:19 +0100 |
| commit | 6ae8db8780775e11fe10bfbab1e7ab718b602d14 (patch) | |
| tree | 2a7512c67b8ab7c1dfbee63586c9d83b2b3e55e3 /data/sql/grid_alternatives.sql | |
| parent | 566a33ffbf66386a1f6ee16fe3d6dd313bde7eb1 (diff) | |
| download | PROJ-6ae8db8780775e11fe10bfbab1e7ab718b602d14.tar.gz PROJ-6ae8db8780775e11fe10bfbab1e7ab718b602d14.zip | |
Database: add missing mapping for 3 GEOID2009 grids that we have now in proj-datumgrid
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 12 |
1 files changed, 9 insertions, 3 deletions
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 |
