Skip to content

Commit

Permalink
WIP: Fix EUREF-FIN
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Jan 23, 2025
1 parent c340447 commit 9c421b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
include(sql_filelist.cmake)

set(PROJ_DB_SQL_EXPECTED_MD5 "3e64f09041ed7dab23d9c38e6606c917")
set(PROJ_DB_SQL_EXPECTED_MD5 "7c9b3220eb8edd8507a73d40f9d73400")

add_custom_command(
OUTPUT ${PROJ_DB}
Expand Down
12 changes: 6 additions & 6 deletions data/sql/nkg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ VALUES(
'PROJ', 'PROJString', -- method auth+cod
'+proj=deformation +dt=-3.0 +grids=eur_nkg_nkgrf03vel_realigned.tif',
'EPSG','7926', -- source_crs: ETRF96@2000.0
'EPSG','4936', -- target_crs: ETRS89 (FI)
'EPSG','10688', -- target_crs: EUREF-FIN
0.005, -- accuracy
'NKG 2008', -- operation_version
0 -- deprecated
Expand All @@ -1049,7 +1049,7 @@ INSERT INTO "concatenated_operation" VALUES(
'NKG_ETRF00 to ETRS89 (EUREF-FIN)', -- name
'Transformation from NKG_ETRF00@2000.0 to ETRF96@1997.0', -- description
'NKG', 'ETRF00',-- source_crs: NKG_ETRF00
'EPSG','4936', -- target_crs: ETRS89 (FI)
'EPSG','10688', -- target_crs: EUREF-FIN
0.01, -- accuracy
'NKG 2008', -- operation_version
0 -- deprecated
Expand Down Expand Up @@ -1083,7 +1083,7 @@ INSERT INTO "concatenated_operation" VALUES (
'ITRF2000 to ETRS89 (EUREF-FIN)', -- name
'Time-dependent transformation from ITRF2014 to ETRS89 (EUREF-FIN)', -- description
'EPSG', '4919', -- source_crs: ITRF2000
'EPSG', '4936', -- target_crs: ETRS89(FI)
'EPSG', '10688',-- target_crs: EUREF-FIN
0.01, -- accuracy
'NKG 2008', -- operation_version
0 -- deprecated
Expand Down Expand Up @@ -1794,7 +1794,7 @@ VALUES(
'PROJ', 'PROJString', -- method auth+cod
'+proj=deformation +dt=-3 +grids=eur_nkg_nkgrf17vel.tif',
'EPSG','7926', -- source_crs: ETRF96@2000.0
'EPSG','4936', -- target_crs: ETRS89 (FI)
'EPSG','10688', -- target_crs: EUREF-FIN
0.005, -- accuracy
'NKG 2020', -- operation_version
0 -- deprecated
Expand All @@ -1813,7 +1813,7 @@ INSERT INTO "concatenated_operation" VALUES(
'NKG_ETRF14 to ETRS89 (EUREF-FIN)', -- name
'Transformation from NKG_ETRF14@2000.0 to ETRF96@1997.0', -- description
'NKG', 'ETRF14',-- source_crs: NKG_ETRF00
'EPSG','4936', -- target_crs: ETRS89 (FI)
'EPSG','10688', -- target_crs: EUREF-FIN
0.01, -- accuracy
'NKG 2020', -- operation_version
0 -- deprecated
Expand Down Expand Up @@ -1847,7 +1847,7 @@ INSERT INTO "concatenated_operation" VALUES (
'ITRF2014 to ETRS89 (EUREF-FIN)', -- name
'Time-dependent transformation from ITRF2014 to ETRS89 (EUREF-FIN)', -- description
'EPSG', '7789', -- source_crs: ITRF2014
'EPSG', '4936', -- target_crs: ETRS89(FI)
'EPSG', '10688',-- target_crs: EUREF-FIN
0.01, -- accuracy
'NKG 2020', -- operation_version
0 -- deprecated
Expand Down

0 comments on commit 9c421b4

Please sign in to comment.