<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs, branch 8.2.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>Update website for 8.1.1 release</title>
<updated>2021-11-01T17:02:39+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-09-01T18:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f988536d853e140c00bc9d92befb2bcfc0d468c7'/>
<id>f988536d853e140c00bc9d92befb2bcfc0d468c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump PROJ-data version number in docs</title>
<updated>2021-10-26T19:07:53+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-10-26T19:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f0469bf0b87a948a1e1f4370930789b2e739bffa'/>
<id>f0469bf0b87a948a1e1f4370930789b2e739bffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fallback_strategy to tinshift transform</title>
<updated>2021-10-21T20:18:29+00:00</updated>
<author>
<name>Johannes Schauer Marin Rodrigues</name>
<email>josch@mister-muffin.de</email>
</author>
<published>2021-10-16T13:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f5aed82fc6eee896606e95dc15e578cd9f058a2c'/>
<id>f5aed82fc6eee896606e95dc15e578cd9f058a2c</id>
<content type='text'>
 - this bumps format_version of tinshift JSON to 1.1 for the new field
   fallback_strategy
 - the default behaviour without that field is retained
 - if fallback_strategy is set to "nearest_side", then points that do not fall
   into any of the triangles will be transformed according to the nearest
   triangle
 - if fallback_centroid is set to "nearest_side", then points that do not fall
   into any of the triangles will be transformed according to the triangle
   with the nearest centroid
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - this bumps format_version of tinshift JSON to 1.1 for the new field
   fallback_strategy
 - the default behaviour without that field is retained
 - if fallback_strategy is set to "nearest_side", then points that do not fall
   into any of the triangles will be transformed according to the nearest
   triangle
 - if fallback_centroid is set to "nearest_side", then points that do not fall
   into any of the triangles will be transformed according to the triangle
   with the nearest centroid
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: add a BUILD_APPS to be able to disable build of all programs</title>
<updated>2021-10-10T10:08:43+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-10-09T15:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=27e2fd3a10ac3cd7f620b236f6fe3142a7807e84'/>
<id>27e2fd3a10ac3cd7f620b236f6fe3142a7807e84</id>
<content type='text'>
This makes it easier to turn off all programs, rather than individually.
Useful for example to avoid https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh#L138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to turn off all programs, rather than individually.
Useful for example to avoid https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh#L138
</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>Merge pull request #2868 from rouault/proj_factors_with_projected_crs</title>
<updated>2021-10-05T17:20:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-10-05T17:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6b58adb4b7396b9c2aff2fa26aae2340d5a62d21'/>
<id>6b58adb4b7396b9c2aff2fa26aae2340d5a62d21</id>
<content type='text'>
proj_factors(): accept P to be a projected CRS (fixes #2854)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
proj_factors(): accept P to be a projected CRS (fixes #2854)</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add instructions for building docs with docker image</title>
<updated>2021-10-04T03:01:57+00:00</updated>
<author>
<name>snowman2</name>
<email>alansnow21@gmail.com</email>
</author>
<published>2021-10-04T02:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=40939fb1c5caa11774030e97775300bf6f887bc8'/>
<id>40939fb1c5caa11774030e97775300bf6f887bc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>doc: clarify use of +datum option with +proj=latlon</title>
<updated>2021-09-29T15:52:04+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-09-29T15:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=769dcd7f6308581e565c59fa1862144809260452'/>
<id>769dcd7f6308581e565c59fa1862144809260452</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2865 from direvus/doc/2864-error-handling</title>
<updated>2021-09-27T07:18:59+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2021-09-27T07:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ac1963352d3118b2ecc702f23df1f42f883d6f0c'/>
<id>ac1963352d3118b2ecc702f23df1f42f883d6f0c</id>
<content type='text'>
DOC: Add content for Development/Error handling page.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Add content for Development/Error handling page.</pre>
</div>
</content>
</entry>
</feed>
