<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs/source/faq.rst, branch 8.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>DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)</title>
<updated>2021-05-05T22:37:06+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-05-05T22:37:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=22654ce7c0acaab875c9427592a42093ac75e8cd'/>
<id>22654ce7c0acaab875c9427592a42093ac75e8cd</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>Typo fixes identified by scripts/fix_typos.sh</title>
<updated>2020-03-06T17:33:44+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-03-06T17:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5fff613d07c697040f67f97e40eddd995ec43958'/>
<id>5fff613d07c697040f67f97e40eddd995ec43958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explanation of the PROJ.4 -&gt; PROJ shift to FAQ</title>
<updated>2020-01-21T12:03:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2020-01-21T11:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b13a34f3e0332d23acc9393df827d57c8386da41'/>
<id>b13a34f3e0332d23acc9393df827d57c8386da41</id>
<content type='text'>
closes #1511
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #1511
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor typo fix in docs faq.rst</title>
<updated>2019-11-12T16:32:00+00:00</updated>
<author>
<name>Guillaume Lostis</name>
<email>g.lostis@kayrros.com</email>
</author>
<published>2019-11-12T16:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1474a54febe4034925cf0126fcfbca3ea09e8684'/>
<id>1474a54febe4034925cf0126fcfbca3ea09e8684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use in API and utilities WKT2_2019 instead of WKT2_2018 (fixes #1518)</title>
<updated>2019-09-08T09:11:03+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-09-04T13:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=024f63731283c0026ad5b4dea4084bc48bbcc6f7'/>
<id>024f63731283c0026ad5b4dea4084bc48bbcc6f7</id>
<content type='text'>
- C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it
- C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it
- C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED]
Those above changes should be fully backward API and ABI compatible.

projinfo changes:
- accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented)
- output now uses 'WKT2_2019 string:', so might break scripts that would rely on that.

Other internal code references to WKT2_2018 changes to WKT2_2019, included
in tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- C API: PJ_GUESSED_WKT2_2019 is added, PJ_GUESSED_WKT2_2018 aliased to it
- C API: PJ_WKT2_2019[_SIMPLIFIED] is added, PJ_WKT2_2018[_SIMPLIFIED] alias to it
- C++ API: similarly for WKTFormatter::Convention::WKT2_2019[_SIMPLIFIED]
Those above changes should be fully backward API and ABI compatible.

projinfo changes:
- accept WKT2_2019 as value for -o switch. WKT2_2018 is still accepted (undocumented)
- output now uses 'WKT2_2019 string:', so might break scripts that would rely on that.

Other internal code references to WKT2_2018 changes to WKT2_2019, included
in tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information about proj.db. (#1491)</title>
<updated>2019-05-30T15:37:22+00:00</updated>
<author>
<name>Andrew Bell</name>
<email>andrew.bell.ia@gmail.com</email>
</author>
<published>2019-05-30T15:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5558c91f1cfa63ffc79e648caafb957288849654'/>
<id>5558c91f1cfa63ffc79e648caafb957288849654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Add FAQ question about inconsistent axis ordering</title>
<updated>2019-03-28T20:00:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-28T12:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=27bae3c269fb266daed557abaf86abc1a950ede5'/>
<id>27bae3c269fb266daed557abaf86abc1a950ede5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated questions from FAQ</title>
<updated>2019-03-17T07:02:58+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2019-03-03T12:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=de5181ffaf298cbee11e0164a2fbf1ead220d9a1'/>
<id>de5181ffaf298cbee11e0164a2fbf1ead220d9a1</id>
<content type='text'>
More or less all old questions from the FAQ has been removed and
replaced by new questions that align better with the current state of
the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More or less all old questions from the FAQ has been removed and
replaced by new questions that align better with the current state of
the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc edits</title>
<updated>2019-03-01T17:06:33+00:00</updated>
<author>
<name>Dan Baston</name>
<email>dbaston@isciences.com</email>
</author>
<published>2019-03-01T17:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=a37f5fabc086ae4b9f30321b4647bfbba67e5afe'/>
<id>a37f5fabc086ae4b9f30321b4647bfbba67e5afe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
