diff options
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 1 | ||||
| -rw-r--r-- | data/sql/other_transformation_custom.sql | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 35c92414..b4af4c4b 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -184,6 +184,7 @@ VALUES -- Norwegian grids ('HREF2018B_NN2000_EUREF89.gtx','no_kv_HREF2018B_NN2000_EUREF89.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/no_kv_HREF2018B_NN2000_EUREF89.tif',1,1,NULL), ('href2008a.gtx','no_kv_href2008a.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/no_kv_href2008a.tif',1,1,NULL), +('no_kv_ETRS89NO_NGO48_TIN.json','no_kv_ETRS89NO_NGO48_TIN.json',NULL,'JSON','tinshift',0,NULL,'https://cdn.proj.org/no_kv_ETRS89NO_NGO48_TIN.json',1,1,NULL), -- nz_linz - New Zealand ('nzgd2kgrid0005.gsb','nz_linz_nzgd2kgrid0005.tif','nzgd2kgrid0005.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/nz_linz_nzgd2kgrid0005.tif',1,1,NULL), diff --git a/data/sql/other_transformation_custom.sql b/data/sql/other_transformation_custom.sql index c0c2bf11..311db235 100644 --- a/data/sql/other_transformation_custom.sql +++ b/data/sql/other_transformation_custom.sql @@ -1,5 +1,21 @@ -- This file is hand generated. +-- Norway triangulated files + +INSERT INTO other_transformation VALUES( + 'PROJ','NGO48_TO_ETRS89NO','NGO 1948 to ETRS89 (2)', + 'Transformation based on a triangulated irregular network', + 'PROJ','PROJString', + '+proj=pipeline ' || + '+step +proj=axisswap +order=2,1 ' || + '+step +proj=tinshift +file=no_kv_ETRS89NO_NGO48_TIN.json +inv ' || + '+step +proj=axisswap +order=2,1', + 'EPSG','4273', + 'EPSG','4258', + 0.1, + NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); +INSERT INTO "usage" VALUES('PROJ','NGO48_TO_ETRS89NO_USAGE','other_transformation','PROJ','NGO48_TO_ETRS89NO','EPSG','1352','EPSG','1031'); + -- Finland triangulated files INSERT INTO other_transformation VALUES( |
