<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test, branch 6.2.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 6.0 regression regarding +init=epsg:4326 +over +to +init=epsg:3857 +over with longitudes outside of [-180,180]</title>
<updated>2019-08-26T19:44:21+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-26T19:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=10a30bb539be1afb25952b19af8bbe72e1b13b56'/>
<id>10a30bb539be1afb25952b19af8bbe72e1b13b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): follow-up of previous commit for +datum=NAD83 case</title>
<updated>2019-08-26T18:04:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-26T18:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ae70b26b9cbae85a38d5b26533ba06da0ea13940'/>
<id>ae70b26b9cbae85a38d5b26533ba06da0ea13940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>createOperations(): fix pipeline generation when a CRS has terms like +datum=NAD27 and +over, where the datum was just replaced by its ellipsoid</title>
<updated>2019-08-26T16:12:38+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-26T16:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=78302efb70eb4b49610cda6a60bf9ce39b82264f'/>
<id>78302efb70eb4b49610cda6a60bf9ce39b82264f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import WebMercator from PROJ string: make sure the WGS84 datum is set</title>
<updated>2019-08-25T18:02:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-25T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4d972f5d93857437c1b1b4912cc803df27f45a26'/>
<id>4d972f5d93857437c1b1b4912cc803df27f45a26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proj_create_crs_to_crs_from_pj()</title>
<updated>2019-08-23T19:49:40+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-22T20:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=11869e2c4d29f0e607a0f78fb289d253fccd9a16'/>
<id>11869e2c4d29f0e607a0f78fb289d253fccd9a16</id>
<content type='text'>
I've been frustrated a number of times with proj_create_crs_to_crs()
not accepting a PJ* object for the source and target CRS.
And thus constraining to go back to WKT2 in a artificial way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've been frustrated a number of times with proj_create_crs_to_crs()
not accepting a PJ* object for the source and target CRS.
And thus constraining to go back to WKT2 in a artificial way.
</pre>
</div>
</content>
</entry>
<entry>
<title>C API: add proj_context_set_autoclose_database() to automatically close database (fixes #1565)</title>
<updated>2019-08-20T11:26:54+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-19T18:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=15d6475b8caeb169fd2c060076738db75fc527b3'/>
<id>15d6475b8caeb169fd2c060076738db75fc527b3</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>PROJJSON: rename file as projjson.schema.json, and add versionning to it and to exported PROJJSON strings</title>
<updated>2019-08-17T10:15:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-17T08:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=cad1c5cf61fc00759bf4ad17b0b34f57f4945de6'/>
<id>cad1c5cf61fc00759bf4ad17b0b34f57f4945de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PROJJSON: add support for importing 'ids'</title>
<updated>2019-08-12T11:45:17+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-12T11:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8d0500b325d12b047797a60e3c13d4b473fae987'/>
<id>8d0500b325d12b047797a60e3c13d4b473fae987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, ParametricCRS and TemporalCRS</title>
<updated>2019-08-10T15:44:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-08-10T15:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0a1261781de96d2bb8c76fbd905ebf8b0121d3a6'/>
<id>0a1261781de96d2bb8c76fbd905ebf8b0121d3a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
