<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs/source/development/reference, branch 9.0.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>DOCS: Add doxygen entry for proj_context_set_search_paths.</title>
<updated>2021-11-19T07:59:27+00:00</updated>
<author>
<name>Brendan Jurd</name>
<email>brendan.jurd@geoplex.com.au</email>
</author>
<published>2021-11-19T00:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4bada5813e03d89f3b8020481c52778500341a34'/>
<id>4bada5813e03d89f3b8020481c52778500341a34</id>
<content type='text'>
Refs #2540.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #2540.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new option to proj_create_crs_to_crs_from_pj method to force +over on transformation operations (#2914)</title>
<updated>2021-11-12T12:39:20+00:00</updated>
<author>
<name>Peter Townsend</name>
<email>38544371+mlptownsend@users.noreply.github.com</email>
</author>
<published>2021-11-12T12:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ac882266b57d04720bb645b8144901127f7427cf'/>
<id>ac882266b57d04720bb645b8144901127f7427cf</id>
<content type='text'>
Fixes #2512</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2512</pre>
</div>
</content>
</entry>
<entry>
<title>Add proj_trans_bounds to compute the image of a input bounding box through a transformation (#2882)</title>
<updated>2021-10-05T17:27:28+00:00</updated>
<author>
<name>Alan D. Snow</name>
<email>alansnow21@gmail.com</email>
</author>
<published>2021-10-05T17:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=06d299db13f301d261d49558a18aec7a91276bd8'/>
<id>06d299db13f301d261d49558a18aec7a91276bd8</id>
<content type='text'>
Fixes #2779</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2779</pre>
</div>
</content>
</entry>
<entry>
<title>proj_factors(): accept P to be a projected CRS (fixes #2854)</title>
<updated>2021-09-30T10:07:50+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-09-24T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=47b9629c56bd97022c1a7161cedc32b97b360957'/>
<id>47b9629c56bd97022c1a7161cedc32b97b360957</id>
<content type='text'>
Updated doc:

    Starting with PROJ 8.2, the P object can be a projected CRS, for example
    instantiated from a EPSG CRS code. The factors computed will be those of the
    map projection implied by the transformation from the base geographic CRS of
    the projected CRS to the projected CRS.

    The input geodetic coordinate lp should be such that lp.lam is the longitude
    in radian, and lp.phi the latitude in radian (thus independently of the
    definition of the base CRS, if P is a projected CRS).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated doc:

    Starting with PROJ 8.2, the P object can be a projected CRS, for example
    instantiated from a EPSG CRS code. The factors computed will be those of the
    map projection implied by the transformation from the base geographic CRS of
    the projected CRS to the projected CRS.

    The input geodetic coordinate lp should be such that lp.lam is the longitude
    in radian, and lp.phi the latitude in radian (thus independently of the
    definition of the base CRS, if P is a projected CRS).
</pre>
</div>
</content>
</entry>
<entry>
<title>PROJJSON: support additional properties allowed in id object (version, authority_citation, uri) for parity with WKT2:2019</title>
<updated>2021-09-14T16:13:47+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-09-14T16:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bca0a82921594c675ed1212f54e032f19004ee82'/>
<id>bca0a82921594c675ed1212f54e032f19004ee82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)</title>
<updated>2021-08-19T00:15:04+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-08-18T18:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=31692d0c0667f26ea1975affeae161beabb279fd'/>
<id>31692d0c0667f26ea1975affeae161beabb279fd</id>
<content type='text'>
For PROJJSON only, also accept the ``name`` attribute.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For PROJJSON only, also accept the ``name`` attribute.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)</title>
<updated>2021-05-03T21:05:06+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-05-03T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ea3f53746c859c73c775bf11d17f8471d0fb59f2'/>
<id>ea3f53746c859c73c775bf11d17f8471d0fb59f2</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 a page to document macros</title>
<updated>2021-03-17T14:52:22+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-03-17T14:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=b37d7a72ee322c19e881728fc1e1ba25635b1c4a'/>
<id>b37d7a72ee322c19e881728fc1e1ba25635b1c4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Use breathe&gt;=4.27 to support Doxygen \page, \section, etc.</title>
<updated>2021-03-11T18:33:22+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2021-03-11T09:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=8b4bb4409dfdb0dce2b62d68e10671472de05878'/>
<id>8b4bb4409dfdb0dce2b62d68e10671472de05878</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve docs for geodesic distance functions in proj.h</title>
<updated>2021-03-10T19:08:13+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-03-10T19:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=77d6e671abcacfe129c2e5b1c30a2965e546d476'/>
<id>77d6e671abcacfe129c2e5b1c30a2965e546d476</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
