diff options
| author | Martin Dobias <wonder.sk@gmail.com> | 2020-03-26 22:15:49 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-26 23:16:18 +0100 |
| commit | 554a7976b063a10b8d00cfcb1c8586838e719c8a (patch) | |
| tree | d78fd809df89136467d0944ec28932031b90cb1e /data/sql/grid_alternatives.sql | |
| parent | fbc654ab0c3dc6d707bdee226121275736c2bfb5 (diff) | |
| download | PROJ-554a7976b063a10b8d00cfcb1c8586838e719c8a.tar.gz PROJ-554a7976b063a10b8d00cfcb1c8586838e719c8a.zip | |
Use jtsk03-jtsk horizontal grid from CDN
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index d1406932..72abe05b 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -185,13 +185,7 @@ VALUES -- New Zealand grid shift models. ('auckland-1946-to-nzvd2016-conversion.csv','nz_linz_auckht1946-nzvd2016.tif','auckht1946-nzvd2016.gtx','GTiff','vgridshift',0,NULL,'https://cdn.proj.org/nz_linz_auckht1946-nzvd2016.tif',1,1,NULL), -- Slovakia --- --- The definition of EPSG:8364 (JTSK03 to JTSK) uses NADCON method which is not supported by PROJ. --- UGKK (Slovak Geodetic and Cartographic Institute) provides also NTv2 grid file in addition --- to NADCON .las/.los files, so we define the NTv2 file here as an alternative. --- The file is available online but it does not have a confirmed open license yet, --- so it is not available in proj-datumgrid-europe for now -('Slovakia_JTSK03_to_JTSK.LAS', 'Slovakia_JTSK03_to_JTSK.gsb', 'Slovakia_JTSK03_to_JTSK.gsb', 'NTv2', 'hgridshift', 0, NULL, 'https://www.geoportal.sk/files/gz/slovakia_jtsk03_to_jtsk_ntv2.zip', 0, 0, NULL), +('Slovakia_JTSK03_to_JTSK.LAS','sk_gku_JTSK03_to_JTSK.tif',NULL,'GTiff','hgridshift',0,NULL,'https://cdn.proj.org/sk_gku_JTSK03_to_JTSK.tif',1,1,NULL), -- Superseded entries ('bluff-1955-to-nzvd2016-conversion.csv','nz_linz_blufht1955-nzvd2016.tif','blufht1955-nzvd2016.gtx','GTiff','vgridshift',0,NULL,'https://cdn.proj.org/nz_linz_blufht1955-nzvd2016.tif',1,1,NULL), ('dunedin-1958-to-nzvd2016-conversion.csv','nz_linz_duneht1958-nzvd2016.tif','duneht1958-nzvd2016.gtx','GTiff','vgridshift',0,NULL,'https://cdn.proj.org/nz_linz_duneht1958-nzvd2016.tif',1,1,NULL), |
