<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ, branch 6.3.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>Update NEWS to 6.3.1</title>
<updated>2020-02-10T09:51:02+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-10T09:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0e993d9744ecaa2f146bf62c43aecc61809a43ef'/>
<id>0e993d9744ecaa2f146bf62c43aecc61809a43ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version and libtool number to 6.3.1</title>
<updated>2020-02-10T09:34:57+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-10T09:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fd9c81b60acd12b9bea526f42b49880d6dfe9c34'/>
<id>fd9c81b60acd12b9bea526f42b49880d6dfe9c34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update man-pages from Sphinx-docs</title>
<updated>2020-02-10T09:32:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-10T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e379c1116fe9fd0e8260b2592ebe586e8295dde8'/>
<id>e379c1116fe9fd0e8260b2592ebe586e8295dde8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dockerfile: make it non-git dependent, so that it can work in branches, and Docker Hub builds; update version of grid archives</title>
<updated>2020-02-09T16:59:16+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-09T16:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=83d02d0d17c8b033cc9ef15ec7c354fa94ae8e87'/>
<id>83d02d0d17c8b033cc9ef15ec7c354fa94ae8e87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1919 from rouault/backport_fix_for_1906</title>
<updated>2020-02-08T13:49:48+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-08T13:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=98f38e4b5792ce918e978214d8bb43e181cf5c06'/>
<id>98f38e4b5792ce918e978214d8bb43e181cf5c06</id>
<content type='text'>
[Backport 6.3] fixes for #1906 (test failures on i386)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Backport 6.3] fixes for #1906 (test failures on i386)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix numerical precision issues in vandg and robin</title>
<updated>2020-02-08T09:50:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-07T00:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a5d856771e0679874bcbd12ac66ec5ab9c004d11'/>
<id>a5d856771e0679874bcbd12ac66ec5ab9c004d11</id>
<content type='text'>
Refs #1906
Fix remaining issues of https://github.com/OSGeo/PROJ/issues/1906#issuecomment-583168348
as found with gcc 8.2.0 -m32 -O2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1906
Fix remaining issues of https://github.com/OSGeo/PROJ/issues/1906#issuecomment-583168348
as found with gcc 8.2.0 -m32 -O2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test issues on i386</title>
<updated>2020-02-08T09:50:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-06T23:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0fc56e02e5a3d98c42df6a6db777018bc48dbda0'/>
<id>0fc56e02e5a3d98c42df6a6db777018bc48dbda0</id>
<content type='text'>
Fix a few issues of #1906 found when running the test suite
on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of
the fix of #1912, make check succeeds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a few issues of #1906 found when running the test suite
on Ubuntu 16.04 with gcc 5.5 -m32. When applied on top of
the fix of #1912, make check succeeds
</pre>
</div>
</content>
</entry>
<entry>
<title>cart: Avoid discontinuity at poles in the inverse case</title>
<updated>2020-02-08T09:50:31+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-02-05T06:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0019962137b8e0c062f45d0d88c8fb47b185926f'/>
<id>0019962137b8e0c062f45d0d88c8fb47b185926f</id>
<content type='text'>
This should avoid issues with numerical stability as uncovered in
https://github.com/OSGeo/PROJ/issues/1906.

Practically speaking this change isn't going to affect real life
scenarios since the position of the center of the Earth is rarely
expressed in geodetic coordinates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should avoid issues with numerical stability as uncovered in
https://github.com/OSGeo/PROJ/issues/1906.

Practically speaking this change isn't going to affect real life
scenarios since the position of the center of the Earth is rarely
expressed in geodetic coordinates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1916 from rouault/backport_1884_1914_1915</title>
<updated>2020-02-06T18:42:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-06T18:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=20e9bdea538efea120e4aa48ba4847c28679dc99'/>
<id>20e9bdea538efea120e4aa48ba4847c28679dc99</id>
<content type='text'>
[Backport 6.3] PR #1884 #1914 #1915</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Backport 6.3] PR #1884 #1914 #1915</pre>
</div>
</content>
</entry>
<entry>
<title>Fix identification of ESRI-style datum names starting with D_ but without alias</title>
<updated>2020-02-06T13:18:39+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-02-05T18:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7fb3ebbf3724050787653afd3f6010760c280a32'/>
<id>7fb3ebbf3724050787653afd3f6010760c280a32</id>
<content type='text'>
Fixes #1911
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1911
</pre>
</div>
</content>
</entry>
</feed>
