aboutsummaryrefslogtreecommitdiff
path: root/data/sql_filelist.cmake
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-12-21 14:30:43 +0100
committerKristian Evers <kristianevers@gmail.com>2020-12-21 16:37:57 +0100
commitf969d51e0bf128bfacba075e689205b512b31583 (patch)
treef0a248ef08fb51ef0ec29178ef41fd4168d4c85d /data/sql_filelist.cmake
parentfd98b78140b5b3f976af25d71cb121ee1ba30fa6 (diff)
downloadPROJ-f969d51e0bf128bfacba075e689205b512b31583.tar.gz
PROJ-f969d51e0bf128bfacba075e689205b512b31583.zip
Implementing the NKG transformations in proj.db
This adds the NKG 2008 and 2020 transformations to proj.db. The NKG transformations offers transformations between global reference frames and the national realisations of ETRS89 in Denmark, Estonia, Finland, Latvia, Lithuania, Norway and Sweden. The 2008 transformations are already implemented in the NKG 2008 file but will now be more accessible with the modern API. The 2020 transformations are new to PROJ and offers and updated version of the 2008 transformations using a new and improved deformation model (eu_nkg_nkgrf17vel.tif). A 2020 version of the NKG transformations are currently not available for Norway but will in all likelyhood be included at a later point in time.
Diffstat (limited to 'data/sql_filelist.cmake')
-rw-r--r--data/sql_filelist.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake
index a21e8630..e7bca4ff 100644
--- a/data/sql_filelist.cmake
+++ b/data/sql_filelist.cmake
@@ -35,5 +35,6 @@ set(SQL_FILES
"${SQL_DIR}/grid_alternatives.sql"
"${SQL_DIR}/grid_alternatives_generated_noaa.sql"
"${SQL_DIR}/customizations.sql"
+ "${SQL_DIR}/nkg.sql"
"${SQL_DIR}/commit.sql"
)