diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-17 16:58:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 16:58:47 +0100 |
| commit | baf9c46795a1ad83a160f3a3f84951d2f49fb22b (patch) | |
| tree | 68502a04ea53e8b8ed18a153a726387ae2d16860 /data | |
| parent | 216492df4358c552875d834365857ed3a3dd8d8c (diff) | |
| download | PROJ-baf9c46795a1ad83a160f3a3f84951d2f49fb22b.tar.gz PROJ-baf9c46795a1ad83a160f3a3f84951d2f49fb22b.zip | |
Database: register Canadian geoid models added per https://github.com/OSGeo/proj-datumgrid/pull/91 (#1796)
Diffstat (limited to 'data')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 76 |
1 files changed, 76 insertions, 0 deletions
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, |
