<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/gie, branch gdalbarn</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<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>Typo fixes</title>
<updated>2019-01-02T10:29:36+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-01-02T10:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=be5778fa90586abd431fc02375870d71d2e3ba78'/>
<id>be5778fa90586abd431fc02375870d71d2e3ba78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification (refs #201)</title>
<updated>2018-12-27T15:22:09+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-27T15:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6bb14fa874562eb4879a3b80b51b22cd2add058e'/>
<id>6bb14fa874562eb4879a3b80b51b22cd2add058e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: remove useless mentions of no_defs (refs #201)</title>
<updated>2018-12-27T10:03:23+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-27T10:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a56272923f6246edf8d41776659de2ba9d509793'/>
<id>a56272923f6246edf8d41776659de2ba9d509793</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>
<entry>
<title>Fixed rHealpix projection, closing #1206.</title>
<updated>2018-12-24T07:24:30+00:00</updated>
<author>
<name>Phil Elson</name>
<email>pelson.pub@gmail.com</email>
</author>
<published>2018-12-21T14:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5d39ae0bb01d142a69552ce3553dd61b75db4ae8'/>
<id>5d39ae0bb01d142a69552ce3553dd61b75db4ae8</id>
<content type='text'>
Numerical test results based on function output, rather than mathematical derivation. Verified global coverage with graphical eyeballing through cartopy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Numerical test results based on function output, rather than mathematical derivation. Verified global coverage with graphical eyeballing through cartopy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Molodensky: allow parameters to be set to zero</title>
<updated>2018-12-10T10:14:56+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-10T10:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5fca5d41ef8b3ba0dd458ca78d96bfc2fd7b63a1'/>
<id>5fca5d41ef8b3ba0dd458ca78d96bfc2fd7b63a1</id>
<content type='text'>
The computations work perfectly when one or all parameters are zero.
I've been shown a case where there was no ellipsoid change, so da = df = 0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The computations work perfectly when one or all parameters are zero.
I've been shown a case where there was no ellipsoid change, so da = df = 0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow ellipsoid flattening to be set to zero</title>
<updated>2018-12-05T18:01:58+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-12-05T16:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9e90e82012fe67c8310318654a65a145acc967aa'/>
<id>9e90e82012fe67c8310318654a65a145acc967aa</id>
<content type='text'>
Issue raised in https://github.com/OSGeo/proj.4/issues/1191.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue raised in https://github.com/OSGeo/proj.4/issues/1191.
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove the data/epsg and data/IGNF files</title>
<updated>2018-11-28T23:35:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-11-26T14:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=67758b2c67ea329116b59818c038797667c4e1d1'/>
<id>67758b2c67ea329116b59818c038797667c4e1d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cs2cs: upgrade to use proj_create_crs_to_crs()</title>
<updated>2018-11-28T23:35:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-11-23T14:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a66c12277666489cac74535bad8d2cf565ad542d'/>
<id>a66c12277666489cac74535bad8d2cf565ad542d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
