<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/data/sql/nkg.sql, branch backport-3125-to-9.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Database: add a 'anchor' field to geodetic_datum and vertical_datum tables</title>
<updated>2021-09-17T17:20:54+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-09-17T17:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2db54cc09a6587eba855aebac05baa1ae5130c2c'/>
<id>2db54cc09a6587eba855aebac05baa1ae5130c2c</id>
<content type='text'>
Update database layout version number to 1.2 consequently

This new capability will be used by IAU planetary CRS (refs #2601)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update database layout version number to 1.2 consequently

This new capability will be used by IAU planetary CRS (refs #2601)
</pre>
</div>
</content>
</entry>
<entry>
<title>Incorrect EPGS extent code for EPSG:7789&gt;EPSG:4976 transformation</title>
<updated>2021-03-23T13:40:10+00:00</updated>
<author>
<name>Sveinung Himle</name>
<email>Sveinung.Himle@kartverket.no</email>
</author>
<published>2021-03-23T13:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b0cc7eae01fee980922c3eeddbae1c7b3e68a049'/>
<id>b0cc7eae01fee980922c3eeddbae1c7b3e68a049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: fix NKG transformations</title>
<updated>2021-03-11T15:12:30+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-11T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e10a849cd01c5b15e3123da1f6df845006322843'/>
<id>e10a849cd01c5b15e3123da1f6df845006322843</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: Additions to the norwegian NKG2020 transformation (#2548)</title>
<updated>2021-03-11T09:48:49+00:00</updated>
<author>
<name>Sveinung Himle</name>
<email>56073535+himsve@users.noreply.github.com</email>
</author>
<published>2021-03-11T09:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=763939849bd8e079a6ed73d8f6ef0be0286e99d5'/>
<id>763939849bd8e079a6ed73d8f6ef0be0286e99d5</id>
<content type='text'>
* 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

Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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

Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Implementing the NKG transformations in proj.db</title>
<updated>2020-12-21T15:37:57+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-12-21T13:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f969d51e0bf128bfacba075e689205b512b31583'/>
<id>f969d51e0bf128bfacba075e689205b512b31583</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
