-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Database: add transformations_czechia.sql with CR2005 geoid for ETRS8…
…9 to Baltic 1957 height
- Loading branch information
Showing
4 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
-- This file is hand generated. | ||
|
||
-- Czechia transformations | ||
|
||
-- Geoid transformation | ||
|
||
INSERT INTO "grid_transformation" VALUES( | ||
'PROJ','ETRS89_TO_BALTIC_HEIGHT_CZECHIA','ETRS89 to Baltic 1957 height (Czechia)', | ||
NULL, | ||
'EPSG','9665','Geographic3D to GravityRelatedHeight (gtx)', | ||
'EPSG','4937', -- source CRS (ETRS 89) | ||
'EPSG','8357', -- target CRS (Baltic 1957 height) | ||
0.05, -- guessed... | ||
'EPSG','8666','Geoid (height correction) model file','cz_cuzk_CR-2005.tif', | ||
NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); | ||
|
||
INSERT INTO "usage" VALUES( | ||
'PROJ', | ||
'ETRS89_TO_BALTIC_HEIGHT_CZECHIA_USAGE', | ||
'grid_transformation', | ||
'PROJ', | ||
'ETRS89_TO_BALTIC_HEIGHT_CZECHIA', | ||
'EPSG','1079','EPSG','1189' | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters