<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src, 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>labrd: document in the tagline and documentation that lat_0 is required (#2997)</title>
<updated>2022-01-07T15:36:55+00:00</updated>
<author>
<name>Bert Huijben</name>
<email>rhuijben@users.noreply.github.com</email>
</author>
<published>2022-01-07T14:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a1ee5c0ac752836f541417c9a9c63439d94b23df'/>
<id>a1ee5c0ac752836f541417c9a9c63439d94b23df</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 #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>Update ABI numbers for 8.2.1 release</title>
<updated>2021-12-26T14:40:30+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-12-26T14:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=631e80d4262bcfdb2cc326cc1762aeed15a6084b'/>
<id>631e80d4262bcfdb2cc326cc1762aeed15a6084b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version number for 8.2.1 release</title>
<updated>2021-12-26T14:39:27+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-12-26T14:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ac3ac2f27e74aba6ac79a07f89a6be159c87e5fe'/>
<id>ac3ac2f27e74aba6ac79a07f89a6be159c87e5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and additional options for Peirce Quincuncial projections (#2978)</title>
<updated>2021-12-20T20:23:20+00:00</updated>
<author>
<name>Toby C. Wilkinson</name>
<email>open@tobywilkinson.co.uk</email>
</author>
<published>2021-12-20T19:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d5d60b7154d149de797737ecd96fde56bfecb7c2'/>
<id>d5d60b7154d149de797737ecd96fde56bfecb7c2</id>
<content type='text'>
This fixes the current forward implementation of Peirce Quincuncial proj to correctly flip/reflect out the southern hemisphere to four triangles, and rotate entire result to a square or diamond. (It there resolves the issues identified with pull request https://github.com/OSGeo/PROJ/pull/2230 , where southern hemisphere was wrongly projected over northern, and reverses the restriction to northern hemisphere introduced there). It also adds additional lateral projection of the hemispheres.

- This PR adds an optional parameter `+type` which allows selection of projection. The `+type=square` and `+type=diamond` types match in principle ESRI's twin implementations of square and diamond PQ projs. The **default** if not specified is `+type=diamond`.

- The previous behaviour restricted to the northern hemisphere can be reproduced using the `+type=nhemisphere`, though this is an edge case only.

- An additional `+type=horizontal` and `+type=vertical` rectangular lateral versions have been added that place each hemisphere side-by-side. This is primarily to allow creation of projections such as Greiger Triptychial, which also require the additional optional params `scrollx` or `scrolly` in order to shift parts of the projection from one side of the map to the other. 

- Additional documentation has been added to proj description, including quoting the usual meridian used in common usage of projection, and images showing the different types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the current forward implementation of Peirce Quincuncial proj to correctly flip/reflect out the southern hemisphere to four triangles, and rotate entire result to a square or diamond. (It there resolves the issues identified with pull request https://github.com/OSGeo/PROJ/pull/2230 , where southern hemisphere was wrongly projected over northern, and reverses the restriction to northern hemisphere introduced there). It also adds additional lateral projection of the hemispheres.

- This PR adds an optional parameter `+type` which allows selection of projection. The `+type=square` and `+type=diamond` types match in principle ESRI's twin implementations of square and diamond PQ projs. The **default** if not specified is `+type=diamond`.

- The previous behaviour restricted to the northern hemisphere can be reproduced using the `+type=nhemisphere`, though this is an edge case only.

- An additional `+type=horizontal` and `+type=vertical` rectangular lateral versions have been added that place each hemisphere side-by-side. This is primarily to allow creation of projections such as Greiger Triptychial, which also require the additional optional params `scrollx` or `scrolly` in order to shift parts of the projection from one side of the map to the other. 

- Additional documentation has been added to proj description, including quoting the usual meridian used in common usage of projection, and images showing the different types.
</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>Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922)</title>
<updated>2021-11-20T07:58:48+00:00</updated>
<author>
<name>Brendan Jurd</name>
<email>direvus@gmail.com</email>
</author>
<published>2021-11-20T07:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f93250223349d8e31c7f78fe9db8010fd8cfd64b'/>
<id>f93250223349d8e31c7f78fe9db8010fd8cfd64b</id>
<content type='text'>
Co-authored-by: Rohit &lt;rohitpingale103@gmail.com&gt;
Co-authored-by: Brendan Jurd &lt;brendan.jurd@geoplex.com.au&gt;
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Rohit &lt;rohitpingale103@gmail.com&gt;
Co-authored-by: Brendan Jurd &lt;brendan.jurd@geoplex.com.au&gt;
Co-authored-by: Mike Taves &lt;mwtoews@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2944 from direvus/2540-docs-missing-funcs</title>
<updated>2021-11-19T09:24:13+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-11-19T09:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=86118e847814c3ad80a3368ba28bf2fb3a011a0e'/>
<id>86118e847814c3ad80a3368ba28bf2fb3a011a0e</id>
<content type='text'>
DOCS: Add doxygen entry for proj_context_set_search_paths.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOCS: Add doxygen entry for proj_context_set_search_paths.</pre>
</div>
</content>
</entry>
</feed>
