<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/test/unit/proj_angular_io_test.cpp, branch backport-3082-to-9.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>code format fix [skip ci]</title>
<updated>2020-04-14T10:51:13+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-14T10:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5b017a8a78acc1f8b086ae339ecec257ee9d9684'/>
<id>5b017a8a78acc1f8b086ae339ecec257ee9d9684</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_degree_input() and proj_degree_output()</title>
<updated>2020-04-12T10:20:44+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-04-11T10:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=925ae56c40b0cfa7d861f55e4332cb5603168a2c'/>
<id>925ae56c40b0cfa7d861f55e4332cb5603168a2c</id>
<content type='text'>
Equivalent to proj_angular_input() and proj_angular_output() but
checking for degree units instead. proj_create_crs_to_crs() rarely, if
ever, returns pipelines that has radians as input or output so using
proj_angular_*() is not a useful check for io units of pipelines.

These two new functions should make life a bit easier for users that
generally store there angular coordinates in radians.

Closes #2027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Equivalent to proj_angular_input() and proj_angular_output() but
checking for degree units instead. proj_create_crs_to_crs() rarely, if
ever, returns pipelines that has radians as input or output so using
proj_angular_*() is not a useful check for io units of pipelines.

These two new functions should make life a bit easier for users that
generally store there angular coordinates in radians.

Closes #2027
</pre>
</div>
</content>
</entry>
<entry>
<title>ISO19111: remove PROJ.5 specific format for CRS (refs #1214)</title>
<updated>2019-01-08T20:25:07+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-01-08T15:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f5e5435fd5071d550e0d13f7a5d71e09c1fab2c0'/>
<id>f5e5435fd5071d550e0d13f7a5d71e09c1fab2c0</id>
<content type='text'>
As discussed in https://github.com/OSGeo/proj.4/issues/1214#issuecomment-452084720,
the introduction of a new PROJ.5 format to export CRS using pipeline/unitconvert/axisswap
as an attempt of improving the PROJ.4 format used by GDAL and other products is
likely a dead-end since it is still lossy in many aspects and can cause confusion
with coodinate operations.

Consequently the PROJ_5 convention will be identical to PROJ_4 for CRS export.

Note: on the import side, I've kept the code that could parse unitconvert and
axisswap when building a CRS definition from a pipeline. It is there as a hidden
feature as it was kind of a tear to remove that code in case it might still be
useful...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in https://github.com/OSGeo/proj.4/issues/1214#issuecomment-452084720,
the introduction of a new PROJ.5 format to export CRS using pipeline/unitconvert/axisswap
as an attempt of improving the PROJ.4 format used by GDAL and other products is
likely a dead-end since it is still lossy in many aspects and can cause confusion
with coodinate operations.

Consequently the PROJ_5 convention will be identical to PROJ_4 for CRS export.

Note: on the import side, I've kept the code that could parse unitconvert and
axisswap when building a CRS definition from a pipeline. It is there as a hidden
feature as it was kind of a tear to remove that code in case it might still be
useful...
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps</title>
<updated>2019-01-04T13:02:06+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-01-03T21:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=edb068401822c0cb7047019ae7a1dac587778ce3'/>
<id>edb068401822c0cb7047019ae7a1dac587778ce3</id>
<content type='text'>
With this commit we make sure that proj_angular_input() and
proj_angular_output return the correct result for any given pipeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit we make sure that proj_angular_input() and
proj_angular_output return the correct result for any given pipeline.
</pre>
</div>
</content>
</entry>
</feed>
