<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src, branch 6.3.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>Update ABI numbers for 6.3.0 release</title>
<updated>2019-12-28T10:15:50+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-12-28T10:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ae3cd5df4d7e20dd92494b8b3181416e3c69c835'/>
<id>ae3cd5df4d7e20dd92494b8b3181416e3c69c835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cct: make it honour PROJ_DEBUG if -v/-vv/-vvv are not specified</title>
<updated>2019-12-25T21:35:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T21:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d71a6ce9094daac790daf828e6148c99c30c3ed3'/>
<id>d71a6ce9094daac790daf828e6148c99c30c3ed3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cct: revise end-of-line handling in logging, and always output debug and trace messages to stderr</title>
<updated>2019-12-25T21:31:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T21:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=37da5e243191c04607597f6b8a77acfa017a5c99'/>
<id>37da5e243191c04607597f6b8a77acfa017a5c99</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 #1810 from rouault/projinfo_wkt1_gdal_no_longer_boundcrs</title>
<updated>2019-12-25T16:50:48+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-12-25T16:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e4f952c40ea04593a6935dab5e40598c675818ff'/>
<id>e4f952c40ea04593a6935dab5e40598c675818ff</id>
<content type='text'>
projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL</pre>
</div>
</content>
</entry>
<entry>
<title>Modify verbosity level of some debug/trace messages</title>
<updated>2019-12-25T09:45:20+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T09:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=90875d7616facf04a1836be833fb810142f3d8e1'/>
<id>90875d7616facf04a1836be833fb810142f3d8e1</id>
<content type='text'>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unitconvert, ell_set and helmert were using debug level, which is
  too verbose. Using trace instead
- proj_trans() was using trace to indicate the operation it selects.
  Changing it to debug
</pre>
</div>
</content>
</entry>
<entry>
<title>projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL</title>
<updated>2019-12-25T09:11:01+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-25T09:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=46e28887e19e82488ff0659ff1f127c908fd4637'/>
<id>46e28887e19e82488ff0659ff1f127c908fd4637</id>
<content type='text'>
To align with GDAL 3.0.3 behaviour, no longer automatically try to create
a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to
explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To align with GDAL 3.0.3 behaviour, no longer automatically try to create
a boundCRS to WGS84 when exporting to WKT1:GDAL. The user has to
explicitly specify --boundcrs-to-wgs84 if he wishes this behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>proj_trans: add retry logic to select other transformation if the best one fails.</title>
<updated>2019-12-24T11:59:15+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-24T11:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=73a65df7421d5287db2a9f7a3854a68e9310c77a'/>
<id>73a65df7421d5287db2a9f7a3854a68e9310c77a</id>
<content type='text'>
Relates to https://github.com/OSGeo/PROJ/issues/1808
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relates to https://github.com/OSGeo/PROJ/issues/1808
</pre>
</div>
</content>
</entry>
<entry>
<title>test: transformation_NZLVD_to_PROJ_string: attach database context to get filename substitution</title>
<updated>2019-12-20T09:40:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-20T09:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5f36c9ebde150e7ece7d153bf1dc7bd213de6016'/>
<id>5f36c9ebde150e7ece7d153bf1dc7bd213de6016</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for NZLVD vertical height transformation</title>
<updated>2019-12-19T21:23:44+00:00</updated>
<author>
<name>Chris Crook</name>
<email>ccrook@linz.govt.nz</email>
</author>
<published>2019-12-03T20:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1433adcc673928a092c16f6555a0fcd701fdbc26'/>
<id>1433adcc673928a092c16f6555a0fcd701fdbc26</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 #1803 from rouault/improve_identification_with_datum_name_aliases</title>
<updated>2019-12-17T15:52:08+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-12-17T15:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=9db6e144ae10854a5aff46fad2584c840c251974'/>
<id>9db6e144ae10854a5aff46fad2584c840c251974</id>
<content type='text'>
identify(): take into datum name aliases (fixes #1800)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
identify(): take into datum name aliases (fixes #1800)</pre>
</div>
</content>
</entry>
</feed>
