diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 11:44:56 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-21 11:48:47 +0100 |
| commit | efb97ab5be8b8313dbf275934a25fd57ec5bee33 (patch) | |
| tree | 4d9e2ccdb6cb2870b625b105632f93a4f9d9cb58 | |
| parent | 95ee9fabd268dde1a3c8b51e88bb7dc318e29de1 (diff) | |
| download | PROJ-efb97ab5be8b8313dbf275934a25fd57ec5bee33.tar.gz PROJ-efb97ab5be8b8313dbf275934a25fd57ec5bee33.zip | |
proj.db: add grid_alternative entries for OSGM15_Malin and OSGM15_Belfast
| -rw-r--r-- | data/sql/grid_alternatives.sql | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index a287012c..0b43f275 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -326,6 +326,40 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL); +-- Ireland: OSGM15 height, Malin head datum -> ETRS89 ellipsoidal heights + +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 ('OSGM15_Malin.gri', + 'OSGM15_Malin.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + +-- Northern Ireland: OSGM15 height, Belfast height -> ETRS89 ellipsoidal heights + +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 ('OSGM15_Belfast.gri', + 'OSGM15_Belfast.gtx', + 'GTX', + 'vgridshift', + 1, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + ---------------------------- -- US GEOID12B height models ---------------------------- |
