<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs/source, branch inverse-fix</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Transformation: no longer do vertical trasnformation when doing compound CRS to 2D CRS / add --3d to cs2cs</title>
<updated>2022-03-16T11:24:25+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2022-03-16T11:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3e7984f3b26e408e69b960f8e0d03b6ac0576188'/>
<id>3e7984f3b26e408e69b960f8e0d03b6ac0576188</id>
<content type='text'>
Previously, when computing transformation between a compound CRS and a
geographic/projected 2D CRS, the behaviour was similar to implicitly
promoting the 2D CRS to 3D CRS in the pipeline computation logic, hence
a geoid model could be applied. But note that when doing a geographic 3D
to geographic/projected 2D CRS transformation, we *did* not do this implicit
promotion and if a Helmert transformation existed between the datums, it
was done only in 2D. So this is a bit inconsistent and triggered the
comment in https://github.com/OSGeo/PROJ/issues/2318#issuecomment-1068924513

With this commit, we no longer do any vertical transformation when doing
compound CRS to the 2D CRS, but just take the transformation of the
horizontal part of the compound CRS to the 2D CRS.
Said otherwise, NAD83+NAVD88 to NAD83 will no longer lead to the
application of the geoid model. Unless you explicitly ask for the
promotion NAD83 to 3D.

Also related, in https://github.com/OSGeo/PROJ/issues/1563 that went to 6.3.0,
I changed cs2cs to automatically promote to 3D the CRS as soon as one of
them was compound, for the sake of being consistent with the past
behaviour. But it then becomes difficult to predict PROJ behaviour
depending on which level of it you consider...
This commit undoes that and adds an explicit --3d switch to cs2cs, similarly to
projinfo, to ask for promotion.

Other bug fix found in the process, when using legacy syntax, +init=epsg:4979,
(WGS 84 3D), the resulting CRS was 2D and not 3D.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, when computing transformation between a compound CRS and a
geographic/projected 2D CRS, the behaviour was similar to implicitly
promoting the 2D CRS to 3D CRS in the pipeline computation logic, hence
a geoid model could be applied. But note that when doing a geographic 3D
to geographic/projected 2D CRS transformation, we *did* not do this implicit
promotion and if a Helmert transformation existed between the datums, it
was done only in 2D. So this is a bit inconsistent and triggered the
comment in https://github.com/OSGeo/PROJ/issues/2318#issuecomment-1068924513

With this commit, we no longer do any vertical transformation when doing
compound CRS to the 2D CRS, but just take the transformation of the
horizontal part of the compound CRS to the 2D CRS.
Said otherwise, NAD83+NAVD88 to NAD83 will no longer lead to the
application of the geoid model. Unless you explicitly ask for the
promotion NAD83 to 3D.

Also related, in https://github.com/OSGeo/PROJ/issues/1563 that went to 6.3.0,
I changed cs2cs to automatically promote to 3D the CRS as soon as one of
them was compound, for the sake of being consistent with the past
behaviour. But it then becomes difficult to predict PROJ behaviour
depending on which level of it you consider...
This commit undoes that and adds an explicit --3d switch to cs2cs, similarly to
projinfo, to ask for promotion.

Other bug fix found in the process, when using legacy syntax, +init=epsg:4979,
(WGS 84 3D), the resulting CRS was 2D and not 3D.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3111 from direvus/1483-round-to-date</title>
<updated>2022-03-14T19:38:12+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2022-03-14T19:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=77751f6c9e023748a90793774e8e4b554515e8b5'/>
<id>77751f6c9e023748a90793774e8e4b554515e8b5</id>
<content type='text'>
unitconvert: round to nearest date when converting to yyyymmdd.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unitconvert: round to nearest date when converting to yyyymmdd.</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add missing lat_0 parameter to gnomonic documentation.</title>
<updated>2022-03-14T14:07:27+00:00</updated>
<author>
<name>Eli Rykoff</name>
<email>erykoff@stanford.edu</email>
</author>
<published>2022-03-14T14:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=99076f55940e462e9613e5e64bd8a4b2f027dce1'/>
<id>99076f55940e462e9613e5e64bd8a4b2f027dce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOCS: add missing functions from filemanager.cpp</title>
<updated>2022-03-11T04:32:37+00:00</updated>
<author>
<name>Brendan Jurd</name>
<email>brendan.jurd@geoplex.com.au</email>
</author>
<published>2022-03-11T04:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=29e2160e2c590c4d0b92f8c66cc2c07a12f98bb8'/>
<id>29e2160e2c590c4d0b92f8c66cc2c07a12f98bb8</id>
<content type='text'>
Add doxygen entries for:

- proj_context_set_file_finder
- proj_context_set_ca_bundle_path

Fixes #2540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add doxygen entries for:

- proj_context_set_file_finder
- proj_context_set_ca_bundle_path

Fixes #2540
</pre>
</div>
</content>
</entry>
<entry>
<title>unitconvert: round to nearest date when converting to yyyymmdd.</title>
<updated>2022-03-11T03:33:34+00:00</updated>
<author>
<name>Brendan Jurd</name>
<email>brendan.jurd@geoplex.com.au</email>
</author>
<published>2022-03-11T00:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=57b7891e75cc5b069954e4545a71c7f78697852e'/>
<id>57b7891e75cc5b069954e4545a71c7f78697852e</id>
<content type='text'>
This resolves an issue where converting from a low-precision decimalyear
to yyyymmdd gave the wrong result, due to mjd_to_yyyymmdd() truncating
away the fractional time component.

This commit changes the behaviour of mjd_to_yyyymmdd() to round to the
nearest date, instead of truncating.

Refs #1483
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves an issue where converting from a low-precision decimalyear
to yyyymmdd gave the wrong result, due to mjd_to_yyyymmdd() truncating
away the fractional time component.

This commit changes the behaviour of mjd_to_yyyymmdd() to round to the
nearest date, instead of truncating.

Refs #1483
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: improve CMake integration example; remove CMake &lt;3 detail (#3093)</title>
<updated>2022-03-08T20:12:04+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2022-03-08T20:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2fae94ba7be41d3a829db3da55d54ec20ce526da'/>
<id>2fae94ba7be41d3a829db3da55d54ec20ce526da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix syntax errors on news site</title>
<updated>2022-03-02T18:27:45+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2022-03-02T18:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6cb2b1e1ee14ad10c8f89c2f5bc7e61ac5d4ee85'/>
<id>6cb2b1e1ee14ad10c8f89c2f5bc7e61ac5d4ee85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version numbers in preparation for 9.1.0 release</title>
<updated>2022-03-01T19:39:38+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2022-03-01T19:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4fbe193257004d458d548f4f75feb67700aedc10'/>
<id>4fbe193257004d458d548f4f75feb67700aedc10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update website for 9.0 website</title>
<updated>2022-03-01T19:09:07+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2022-03-01T19:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=27dc393bbe4ec82106acdfe6b0946a211427ceb5'/>
<id>27dc393bbe4ec82106acdfe6b0946a211427ceb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update website forr 8.2.1 release</title>
<updated>2022-03-01T19:01:30+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2022-01-01T15:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=146d51a42f2789c2824c25a2a268c0797b58a3de'/>
<id>146d51a42f2789c2824c25a2a268c0797b58a3de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
