From 7a131de134e40c73795c7d2c1834bee1e45b16a6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 25 Jun 2019 19:23:44 +0200 Subject: grid_alternatives.sql: add the two Swisstopo grids (refs https://github.com/OSGeo/proj-datumgrid/pull/53) --- data/sql/grid_alternatives.sql | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index cf1e559d..17701d30 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -853,3 +853,35 @@ INSERT INTO grid_alternatives(original_grid_name, 0, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL); + +-- Switzerland + +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 ('CHENyx06a.gsb', + 'CHENyx06a.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + 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 ('CHENyx06_ETRS.gsb', + 'CHENyx06_ETRS.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); -- cgit v1.2.3