diff options
| author | Sveinung Himle <56073535+himsve@users.noreply.github.com> | 2021-03-10 10:36:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 10:36:24 +0100 |
| commit | ffc6e876d0e2d8b6ed34d010b08198a94d1dd7da (patch) | |
| tree | 4cb29412397d82a9f49ea62edfa8d4d10b778b7b /data/sql/other_transformation_custom.sql | |
| parent | 20295afe2f7db68006b1f29c60d22e35ba5e9ec1 (diff) | |
| download | PROJ-ffc6e876d0e2d8b6ed34d010b08198a94d1dd7da.tar.gz PROJ-ffc6e876d0e2d8b6ed34d010b08198a94d1dd7da.zip | |
Database: add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554)
Diffstat (limited to 'data/sql/other_transformation_custom.sql')
| -rw-r--r-- | data/sql/other_transformation_custom.sql | 16 |
1 files changed, 16 insertions, 0 deletions
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( |
