<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/data/sql, branch 7.2.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Implementing the NKG transformations in proj.db</title>
<updated>2020-12-21T16:30:16+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=7f1a1897d7cc8a6a777416e827fac0a4e9870d10'/>
<id>7f1a1897d7cc8a6a777416e827fac0a4e9870d10</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>
<entry>
<title>Database: register AGQG_20191107.gsb grid. Related to https://github.com/OSGeo/PROJ-data/pull/53</title>
<updated>2020-12-18T21:42:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-18T21:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=30d17d7243a4075a022cef0baf00b9fcef8e1e0e'/>
<id>30d17d7243a4075a022cef0baf00b9fcef8e1e0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: update to EPSG v10.008</title>
<updated>2020-12-16T15:09:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-16T14:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4a89f16eff05689d985dd574f96f71af7f2b637f'/>
<id>4a89f16eff05689d985dd574f96f71af7f2b637f</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 building proj.db with SQLite built with -DSQLITE_DQS=0</title>
<updated>2020-12-04T21:46:08+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-04T21:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bccb57ec045b6b1e66e776baebeebeb2837c7efc'/>
<id>bccb57ec045b6b1e66e776baebeebeb2837c7efc</id>
<content type='text'>
That is the option to make SQLite reject misuses of double quotes instead
of single quotes. Most SQLite builds are forgiving, but some forks proposing
a CMake build system default to SQLITE_DQS=0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is the option to make SQLite reject misuses of double quotes instead
of single quotes. Most SQLite builds are forgiving, but some forks proposing
a CMake build system default to SQLITE_DQS=0
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: add metadata with the version number of the database layout and check it in the code</title>
<updated>2020-11-30T16:38:40+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-30T13:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=42fa3b5791d7a53988afe9d97f52dcea41918f40'/>
<id>42fa3b5791d7a53988afe9d97f52dcea41918f40</id>
<content type='text'>
This is aimed at detecting running a PROJ version against a proj.db that is not
meant to work with it. This happens sometimes in complex setups mixing PROJ
versions. Hopefully this will help spotting the issue earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is aimed at detecting running a PROJ version against a proj.db that is not
meant to work with it. This happens sometimes in complex setups mixing PROJ
versions. Hopefully this will help spotting the issue earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: update to EPSG v10.007</title>
<updated>2020-11-18T17:07:56+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-18T16:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=be5379fab5b45d415eaf40e85fd9fa81c2761494'/>
<id>be5379fab5b45d415eaf40e85fd9fa81c2761494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GSIGEO2011 grid alternative to latest PROJ-data</title>
<updated>2020-10-28T11:22:41+00:00</updated>
<author>
<name>Juan Hernando</name>
<email>juan.hernando@pix4d.com</email>
</author>
<published>2020-10-28T07:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1e7679bc83f6e8f7ffa4a23451e0b3d6367264fd'/>
<id>1e7679bc83f6e8f7ffa4a23451e0b3d6367264fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Database: move NZGD2000 deformation model from customizations.sql to new other_tranformation_custom.sql</title>
<updated>2020-10-24T15:39:52+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-10-24T15:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=99152afb0bf25d5d56fffc6a87bf8b392fd2cac1'/>
<id>99152afb0bf25d5d56fffc6a87bf8b392fd2cac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added transformation from JDG2011 geog 3D to JGD2011 height using GSIGEO2011</title>
<updated>2020-10-24T14:37:56+00:00</updated>
<author>
<name>Juan Hernando</name>
<email>juan.hernando@pix4d.com</email>
</author>
<published>2020-10-23T15:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3fc4b3d4a9a1a0fac51846b1b688ebede4f677fd'/>
<id>3fc4b3d4a9a1a0fac51846b1b688ebede4f677fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort grid_alternatives.sql by agency alphabetically</title>
<updated>2020-10-24T14:13:15+00:00</updated>
<author>
<name>Juan Hernando</name>
<email>juan.hernando@pix4d.com</email>
</author>
<published>2020-10-24T14:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0b86cc9bced63555caa2a669fa35df37762e0d2c'/>
<id>0b86cc9bced63555caa2a669fa35df37762e0d2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
