<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/apps, branch 6.2</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (fixes #1563)</title>
<updated>2019-09-15T16:39:46+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-13T00:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=83a14b87ae9707b9233b0e630f02d4a38ee5ea30'/>
<id>83a14b87ae9707b9233b0e630f02d4a38ee5ea30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a proj_cleanup() function to free global resources, typically at process termination</title>
<updated>2019-08-26T21:21:12+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-26T21:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=96ac0f210b6dd3fdb499115d83bc13ff7739cd60'/>
<id>96ac0f210b6dd3fdb499115d83bc13ff7739cd60</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 #1547 from rouault/json_export</title>
<updated>2019-08-20T11:22:01+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-20T11:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2c9c015a6529548f5a5d448c78bc9b565d751590'/>
<id>2c9c015a6529548f5a5d448c78bc9b565d751590</id>
<content type='text'>
Add CRS JSON export (refs #1545)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add CRS JSON export (refs #1545)</pre>
</div>
</content>
</entry>
<entry>
<title>projinfo: document PROJJSON output, and add single-line output capability</title>
<updated>2019-08-09T15:41:23+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-09T15:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=124eb228c464eaf170c03b70fd461fd1a06b82f2'/>
<id>124eb228c464eaf170c03b70fd461fd1a06b82f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createFromUserInput(): add capability to import PROJJSON</title>
<updated>2019-08-09T12:42:39+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-09T10:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=81bd57dfd8cfae609288643d1b09a4805f1bcded'/>
<id>81bd57dfd8cfae609288643d1b09a4805f1bcded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>projinfo: rename JSON to PROJJSON</title>
<updated>2019-08-09T11:22:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-08T17:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ec49c9cd0aa9de24623920b8de226daf05a0e90f'/>
<id>ec49c9cd0aa9de24623920b8de226daf05a0e90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete Solaris define</title>
<updated>2019-07-18T13:51:06+00:00</updated>
<author>
<name>edechaux</name>
<email>edechaux@users.noreply.github.com</email>
</author>
<published>2019-07-18T13:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bf97c8cde1fe378d5680f225e7b84e60ce2889fb'/>
<id>bf97c8cde1fe378d5680f225e7b84e60ce2889fb</id>
<content type='text'>
sys_errlist has been remove from Solaris 8 and after and is replaced by strerror</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys_errlist has been remove from Solaris 8 and after and is replaced by strerror</pre>
</div>
</content>
</entry>
<entry>
<title>CRS JSON: export GeographicCRS and Projected CRS</title>
<updated>2019-07-07T22:05:00+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-07-06T15:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ece151aed1b4bf2634de5759f37fd7bc005e8313'/>
<id>ece151aed1b4bf2634de5759f37fd7bc005e8313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>geos: avoid division by zero</title>
<updated>2019-05-05T18:28:59+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-05T18:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=96af6dbf69dd38421916438702be80f73276d879'/>
<id>96af6dbf69dd38421916438702be80f73276d879</id>
<content type='text'>
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14602
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=14602
Credit to OSS Fuzz
</pre>
</div>
</content>
</entry>
<entry>
<title>cs2cs: set time value to HUGE_VAL if not explicitly specified</title>
<updated>2019-05-03T18:54:42+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-05-03T18:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c5346c7c25ca9fe281df39eaeefebc1aa4009266'/>
<id>c5346c7c25ca9fe281df39eaeefebc1aa4009266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
