<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs/source/development/reference, branch 7.1</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>Doc: document members of C structures generated from Doxygen</title>
<updated>2020-09-02T09:30:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-09-02T09:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=05bfe14e4b0df172c594f4de7ad40e2667106630'/>
<id>05bfe14e4b0df172c594f4de7ad40e2667106630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Document missing members of PJ_COORD</title>
<updated>2020-08-31T11:34:48+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-08-31T11:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=811904ff9e7d96c2ae0af256f337a9ba37fa5f2b'/>
<id>811904ff9e7d96c2ae0af256f337a9ba37fa5f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: improve cs2cs doc by mentionning possibility to use EPSG CRS names (#2291)</title>
<updated>2020-07-03T09:21:35+00:00</updated>
<author>
<name>PROJ-BOT</name>
<email>59655370+PROJ-BOT@users.noreply.github.com</email>
</author>
<published>2020-07-03T09:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=42b9c119ad613b71b074548d779c1f4459fe6284'/>
<id>42b9c119ad613b71b074548d779c1f4459fe6284</id>
<content type='text'>
Co-authored-by: github-actions[bot] &lt;github-actions[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: github-actions[bot] &lt;github-actions[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: use Doxygen output for proj_normalize_for_visualization() to avoid duplication of info (current .rst content is outdated)</title>
<updated>2020-06-05T15:22:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-06-05T15:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=192a15764a9e6286d94ca17f4a1b1e7b7c8b56f3'/>
<id>192a15764a9e6286d94ca17f4a1b1e7b7c8b56f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted</title>
<updated>2020-05-09T16:48:10+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-09T16:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b7f8a012bfd11465af9f95c3d60101539a25219a'/>
<id>b7f8a012bfd11465af9f95c3d60101539a25219a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)</title>
<updated>2020-04-24T16:42:05+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-04-24T16:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8aba4d24b72631007c1c33b70bc1a908fa5d8319'/>
<id>8aba4d24b72631007c1c33b70bc1a908fa5d8319</id>
<content type='text'>
Those changes are also compatible with Sphinx 2.x

The use of .. cpp:enumerator::  for a C enum is questionable,
but .. c:member:: no longer works in Sphinx 3 for the value of
a C enum, but .. c:enumerator:: is Sphinx 3 only
( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator )

Sphinx 3 is also more strict with the use of cross-reference
to C types. It rejects cross-references to things like
`` :c:type:`int` `` since this isn't a type we actually define.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those changes are also compatible with Sphinx 2.x

The use of .. cpp:enumerator::  for a C enum is questionable,
but .. c:member:: no longer works in Sphinx 3 for the value of
a C enum, but .. c:enumerator:: is Sphinx 3 only
( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator )

Sphinx 3 is also more strict with the use of cross-reference
to C types. It rejects cross-references to things like
`` :c:type:`int` `` since this isn't a type we actually define.</pre>
</div>
</content>
</entry>
<entry>
<title>Moved proj_context_get_url_endpoint &amp; proj_context_get_user_writable_directory to proj.h (#2162)</title>
<updated>2020-04-20T08:03:41+00:00</updated>
<author>
<name>Alan D. Snow</name>
<email>alansnow21@gmail.com</email>
</author>
<published>2020-04-20T08:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5e3aba396b114fa4bb3cd787acfc000f6792c078'/>
<id>5e3aba396b114fa4bb3cd787acfc000f6792c078</id>
<content type='text'>
Fixes #2028</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2028</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>Add proj_get_units_from_database() (fixes #2004)</title>
<updated>2020-03-12T18:40:35+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-03-12T17:36:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=35425763e70b70f7efc9a5c9616695369609553f'/>
<id>35425763e70b70f7efc9a5c9616695369609553f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix documentation for proj_trans_generic(), see https://github.com/OSGeo/PROJ/issues/2032 (#2037)</title>
<updated>2020-03-10T11:17:22+00:00</updated>
<author>
<name>Colin Doig</name>
<email>colindoig@gmail.com</email>
</author>
<published>2020-03-10T11:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=fc1a72314c31f2a3dfdbce44e4f5025abd57f365'/>
<id>fc1a72314c31f2a3dfdbce44e4f5025abd57f365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
