<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/projections, branch 6.0.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>Fix build issues on Solaris</title>
<updated>2019-02-26T21:51:12+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-26T20:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=53e93c2da6be64abf3c343942618384f4b8de7da'/>
<id>53e93c2da6be64abf3c343942618384f4b8de7da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Robinson: fix wrong values for forward path for latitudes &gt;= 87.5 (fixes #1172), and fix inaccurate inverse method</title>
<updated>2019-02-24T15:59:55+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-24T14:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=911852371a6a109445cd79e5176a89c539b2e768'/>
<id>911852371a6a109445cd79e5176a89c539b2e768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: add minimal documentation for sch projection</title>
<updated>2019-02-23T14:19:58+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-23T14:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d775b0b07bf8b7f3c78ec259238265d15abac224'/>
<id>d775b0b07bf8b7f3c78ec259238265d15abac224</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few issues with i386 builds</title>
<updated>2019-02-18T21:50:16+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-18T21:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2b1cf12bf36e536cd29994951b46f180e81e1179'/>
<id>2b1cf12bf36e536cd29994951b46f180e81e1179</id>
<content type='text'>
Relax tolerances in a few unit test, and in laea code.
Seen with gcc 5.3 and also 7.1
Related to the use of the 387 floating-point math, since they
disappear with gcc 7.1 if using non-default -mfpmath=sse -msse
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relax tolerances in a few unit test, and in laea code.
Seen with gcc 5.3 and also 7.1
Related to the use of the 387 floating-point math, since they
disappear with gcc 7.1 if using non-default -mfpmath=sse -msse
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tmerc an alias for etmerc. (#1234)</title>
<updated>2019-02-11T22:58:16+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-02-11T22:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5141b3908e59a26c9fe66de94bb7388bff741b58'/>
<id>5141b3908e59a26c9fe66de94bb7388bff741b58</id>
<content type='text'>
* Make tmerc an alias for etmerc

This switches the algorithm used in tmerc to the Poder/Engsager
tmerc algorithm. The original tmerc algorithm of Evenden/Snyder
origin can still be accessed by adding the +approx flag when
initializing a tmerc projection. The +approx flag can also
be used when initializing UTM projections, in which case the
Evenden/Snyder algorithm is used as well.

If a tmerc projection is instantiated on a spherical earth
the Evenden/Snyder algorithm is used as well since the
Poder/Engsager algorithm is only defined on the ellipsoid.

+proj=etmerc can still be instantiated for backwards compatibility
reasons.

Co-authored-by: Kristian Evers &lt;kristianevers@gmail.com&gt;
Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make tmerc an alias for etmerc

This switches the algorithm used in tmerc to the Poder/Engsager
tmerc algorithm. The original tmerc algorithm of Evenden/Snyder
origin can still be accessed by adding the +approx flag when
initializing a tmerc projection. The +approx flag can also
be used when initializing UTM projections, in which case the
Evenden/Snyder algorithm is used as well.

If a tmerc projection is instantiated on a spherical earth
the Evenden/Snyder algorithm is used as well since the
Poder/Engsager algorithm is only defined on the ellipsoid.

+proj=etmerc can still be instantiated for backwards compatibility
reasons.

Co-authored-by: Kristian Evers &lt;kristianevers@gmail.com&gt;
Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>labrd: avoid floating point division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12849. Credit to OSS Fuzz</title>
<updated>2019-02-03T11:23:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-02-03T11:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b30ed5cba50688cea9ac2af90855177f84efea5a'/>
<id>b30ed5cba50688cea9ac2af90855177f84efea5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Remove proj_def.dat (fixes #201)</title>
<updated>2018-12-27T10:03:14+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-27T09:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a4d389c37529bda488dc14fb4225e4dec40c0743'/>
<id>a4d389c37529bda488dc14fb4225e4dec40c0743</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
