<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/conversions, branch docker-build-updates</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Inverse cart: better deal with x,y,z equal of very close to zero</title>
<updated>2019-04-19T12:21:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-04-19T12:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3ff04e06a2ba9d40ead861be0ebdb22af45eaa0d'/>
<id>3ff04e06a2ba9d40ead861be0ebdb22af45eaa0d</id>
<content type='text'>
In that case, for a non-spherical ellipsoid, a phi = 180deg was returned,
which caused a division by zero in the foward path of moll.cpp
Fixup the latitude to be 0 when that happens.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14348
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In that case, for a non-spherical ellipsoid, a phi = 180deg was returned,
which caused a division by zero in the foward path of moll.cpp
Fixup the latitude to be 0 when that happens.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14348
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1391 from kbevers/noop</title>
<updated>2019-04-02T07:59:37+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-04-02T07:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b8a62522b0eca6b4b806471cdff984a28ea1c8fe'/>
<id>b8a62522b0eca6b4b806471cdff984a28ea1c8fe</id>
<content type='text'>
Add no-op operation. It does nothing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add no-op operation. It does nothing.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1396 from rouault/ossfuzz_13947_13948</title>
<updated>2019-04-01T13:23:46+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@mines-paris.org</email>
</author>
<published>2019-04-01T13:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0fcfcd20688dbadf01df83fdeaa038346f45c163'/>
<id>0fcfcd20688dbadf01df83fdeaa038346f45c163</id>
<content type='text'>
Ossfuzz 13947 13948</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ossfuzz 13947 13948</pre>
</div>
</content>
</entry>
<entry>
<title>unitconvert: prevent division by zero</title>
<updated>2019-03-29T22:13:55+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-29T21:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=884da6cc0a2d9e85927fe30ba90d535db9d65317'/>
<id>884da6cc0a2d9e85927fe30ba90d535db9d65317</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13947
Credit to OSS Fuzz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13947
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate instances of  #include "proj_internal.h"</title>
<updated>2019-03-29T19:17:37+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-29T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=095d2204f8bb05d172936aebbb1e9e44852c049f'/>
<id>095d2204f8bb05d172936aebbb1e9e44852c049f</id>
<content type='text'>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced by "Merge projects.h into proj_internal.h" 8ab6f683.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add no-op operation. It does nothing.</title>
<updated>2019-03-28T20:59:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-28T19:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3d670b859026218045cf972e4b38af9e3e9a3c6f'/>
<id>3d670b859026218045cf972e4b38af9e3e9a3c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps</title>
<updated>2019-01-04T13:02:06+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-01-03T21:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=edb068401822c0cb7047019ae7a1dac587778ce3'/>
<id>edb068401822c0cb7047019ae7a1dac587778ce3</id>
<content type='text'>
With this commit we make sure that proj_angular_input() and
proj_angular_output return the correct result for any given pipeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit we make sure that proj_angular_input() and
proj_angular_output return the correct result for any given pipeline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANS</title>
<updated>2019-01-03T14:31:38+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-01-03T14:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6418ba16669bf50f7b813e0c0cb818746254aab8'/>
<id>6418ba16669bf50f7b813e0c0cb818746254aab8</id>
<content type='text'>
This communicates better what the unit actually is. It also opens the
door for potentially adding PJ_IO_UNITS_DEGREES in the future in order
to coordinates in degrees correctly as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This communicates better what the unit actually is. It also opens the
door for potentially adding PJ_IO_UNITS_DEGREES in the future in order
to coordinates in degrees correctly as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge projects.h into proj_internal.h</title>
<updated>2018-12-30T20:48:56+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-26T13:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8ab6f683cd316acf57bb89ed83932a267c5aa3c2'/>
<id>8ab6f683cd316acf57bb89ed83932a267c5aa3c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW structures</title>
<updated>2018-12-30T20:48:56+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-26T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1b1d60e83a20412aeca3e440705df820979af03b'/>
<id>1b1d60e83a20412aeca3e440705df820979af03b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
