From eeb9fef28aed4f7e5d62d8c5064f96e1090ee348 Mon Sep 17 00:00:00 2001 From: Sveinung Himle <56073535+himsve@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:48:49 +0100 Subject: Database: Additions to the norwegian NKG2020 transformation (#2548), and NGO48 to ETRS89 TIN transfrm (#2554) * Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql * also include follow-up fix to master #2548: e10a849cd01c5b15e3123da1f6df845006322843 * Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554) Co-authored-by: Even Rouault --- data/sql/other_transformation_custom.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'data/sql/other_transformation_custom.sql') 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( -- cgit v1.2.3