<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/iso19111, branch 8.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>Merge pull request #3006 from rouault/fix_for_doxygen_1_9_3 (#3007)</title>
<updated>2022-01-05T01:37:50+00:00</updated>
<author>
<name>github-actions[bot]</name>
<email>41898282+github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2022-01-05T01:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=7b368619faa153d9186634cad2a48bdc932e041a'/>
<id>7b368619faa153d9186634cad2a48bdc932e041a</id>
<content type='text'>
Fix doc generation with Doxygen 1.9.3

Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix doc generation with Doxygen 1.9.3

Co-authored-by: Even Rouault &lt;even.rouault@spatialys.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2985 from rouault/wkt1_hotine_without_rectified_grid_angle</title>
<updated>2021-12-17T00:18:17+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-12-17T00:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4608ef43d6cf41f7acc61d228caab3234e04b28b'/>
<id>4608ef43d6cf41f7acc61d228caab3234e04b28b</id>
<content type='text'>
WKT1 import: correctly deal with missing rectified_grid_angle parameter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WKT1 import: correctly deal with missing rectified_grid_angle parameter</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2976 from rouault/compound_to_compound_ballpark</title>
<updated>2021-12-09T16:38:19+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-12-09T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c9fe5a1a06c7becf257b23842cc13e89416489b0'/>
<id>c9fe5a1a06c7becf257b23842cc13e89416489b0</id>
<content type='text'>
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2966 from rouault/fix_2965</title>
<updated>2021-12-02T16:18:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-12-02T16:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8a156921b9483d82693c7a9e426c629a941fcce1'/>
<id>8a156921b9483d82693c7a9e426c629a941fcce1</id>
<content type='text'>
Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)</pre>
</div>
</content>
</entry>
<entry>
<title>createOperationsGeogToGeog(): avoid potential harmless floating-point division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41045</title>
<updated>2021-11-15T17:59:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-15T17:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=93a0de1018ecfd704345edd62e851ef3b7c3a1fd'/>
<id>93a0de1018ecfd704345edd62e851ef3b7c3a1fd</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 #2940 from OSGeo/backport-2938-to-8.2</title>
<updated>2021-11-15T11:43:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-15T11:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=aeba9bdfe3beffc481b33d647ccf478df03c08a9'/>
<id>aeba9bdfe3beffc481b33d647ccf478df03c08a9</id>
<content type='text'>
[Backport 8.2] createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Backport 8.2] createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2938 from rouault/fix_ossfuzz_40955</title>
<updated>2021-11-14T14:55:29+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-14T14:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4cb9fdb63148d1281bbecf30a645a26367a18985'/>
<id>4cb9fdb63148d1281bbecf30a645a26367a18985</id>
<content type='text'>
createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2937 from rouault/fix_2936</title>
<updated>2021-11-14T14:49:06+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-14T14:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4db10d9e13223fd5aaafc2c187d9a96676c1d385'/>
<id>4db10d9e13223fd5aaafc2c187d9a96676c1d385</id>
<content type='text'>
createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2932 from rouault/fix_2931</title>
<updated>2021-11-09T11:43:37+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-09T11:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5ba4e6d453242860197e1970869d778c12d1796c'/>
<id>5ba4e6d453242860197e1970869d778c12d1796c</id>
<content type='text'>
PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2928 from OSGeo/backport-2926-to-8.2</title>
<updated>2021-11-07T19:07:26+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-11-07T19:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fa8a542f40acba39b7ce3671a88cb2fcac79afb0'/>
<id>fa8a542f40acba39b7ce3671a88cb2fcac79afb0</id>
<content type='text'>
[Backport 8.2] DOC: Add warning in proj_as_proj_string about potential information loss with CRS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Backport 8.2] DOC: Add warning in proj_as_proj_string about potential information loss with CRS</pre>
</div>
</content>
</entry>
</feed>
