<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/gie, branch 8.0.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>Merge pull request #2672 from rouault/utm_invalid_zone</title>
<updated>2021-04-15T21:48:11+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-04-15T21:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e4d0c40f8247214bc0069fc6eafc13122464e413'/>
<id>e4d0c40f8247214bc0069fc6eafc13122464e413</id>
<content type='text'>
utm: error out when value of +zone= is not an integer (fixes #2671)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
utm: error out when value of +zone= is not an integer (fixes #2671)</pre>
</div>
</content>
</entry>
<entry>
<title>Database: Additions to the norwegian NKG2020 transformation (#2548), and NGO48 to ETRS89 TIN transfrm (#2554)</title>
<updated>2021-03-23T14:52:34+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=eeb9fef28aed4f7e5d62d8c5064f96e1090ee348'/>
<id>eeb9fef28aed4f7e5d62d8c5064f96e1090ee348</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

* also include follow-up fix to master #2548: e10a849cd01c5b15e3123da1f6df845006322843

* Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554)

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

* also include follow-up fix to master #2548: e10a849cd01c5b15e3123da1f6df845006322843

* Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554)

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>
<entry>
<title>Revise error codes to have a reduced set exposed in the public API.</title>
<updated>2020-12-15T00:13:43+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-14T23:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=244a24104ded3a4573aeffa32160af21f76cbce6'/>
<id>244a24104ded3a4573aeffa32160af21f76cbce6</id>
<content type='text'>
Fixes #2482

And also add proj_context_errno_string()

Revise gie 'expect failure errno XXXX' strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2482

And also add proj_context_errno_string()

Revise gie 'expect failure errno XXXX' strings
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2444 from rouault/topocentric</title>
<updated>2020-12-02T13:42:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-12-02T13:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b7fb045ebde07ca461b08269697b25128ed503a1'/>
<id>b7fb045ebde07ca461b08269697b25128ed503a1</id>
<content type='text'>
Add +proj=topocentric geocentric-&gt;topocentric conversion (fixes #500)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add +proj=topocentric geocentric-&gt;topocentric conversion (fixes #500)</pre>
</div>
</content>
</entry>
<entry>
<title>Spherical tmerc forward: do not restrict to [-90,90] longitude range</title>
<updated>2020-11-29T19:57:40+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-29T19:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=284feecd27f3fd43569d3d37d62ae7b0153c20ce'/>
<id>284feecd27f3fd43569d3d37d62ae7b0153c20ce</id>
<content type='text'>
The restriction was a copy&amp;paste from the Evenden/Snyder approximate
ellipsoidal implementation, but the spherical one is exact, so this
restriction isn't needed.

Also tune a bit the handling of lat=0, |lon| &gt; 90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The restriction was a copy&amp;paste from the Evenden/Snyder approximate
ellipsoidal implementation, but the spherical one is exact, so this
restriction isn't needed.

Also tune a bit the handling of lat=0, |lon| &gt; 90
</pre>
</div>
</content>
</entry>
<entry>
<title>Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (fixes #2468)</title>
<updated>2020-11-29T14:46:23+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-29T13:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bc0c9f3e96dc4a9829f1f3d1e1307b4dd5dd10de'/>
<id>bc0c9f3e96dc4a9829f1f3d1e1307b4dd5dd10de</id>
<content type='text'>
Corrected formula given by @evanmiller
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrected formula given by @evanmiller
</pre>
</div>
</content>
</entry>
<entry>
<title>Add +proj=topocentric geocentric-&gt;topocentric conversion (fixes #500)</title>
<updated>2020-11-23T19:58:26+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-22T14:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d8fe9964bcbc6d1eeaddf6f5d47ca6d444dc8744'/>
<id>d8fe9964bcbc6d1eeaddf6f5d47ca6d444dc8744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Polar stereographic at pole: make it return (0,0)</title>
<updated>2020-11-11T23:05:31+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-11T22:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b38d0143a65fff72635b95a61ed6c4c41802889e'/>
<id>b38d0143a65fff72635b95a61ed6c4c41802889e</id>
<content type='text'>
Due to the improved accuracy of pj_tsfn(), it no longer returns
0 when phi=90° due to the conversion in radians.
Some GDAL tests are very sensitive to the pole transforming to (0,0)
exactly, so add a special case for that.

master only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to the improved accuracy of pj_tsfn(), it no longer returns
0 when phi=90° due to the conversion in radians.
Some GDAL tests are very sensitive to the pole transforming to (0,0)
exactly, so add a special case for that.

master only
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2397 from cffk/merc-update</title>
<updated>2020-11-01T11:53:02+00:00</updated>
<author>
<name>Charles Karney</name>
<email>charles@karney.com</email>
</author>
<published>2020-11-01T11:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cccd65e50d1143a1119afedae97cec5a6b9397e9'/>
<id>cccd65e50d1143a1119afedae97cec5a6b9397e9</id>
<content type='text'>
Update Mercator projection, more accurate, faster</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Mercator projection, more accurate, faster</pre>
</div>
</content>
</entry>
</feed>
