<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/docs, branch 5.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>Prepare website for 5.2 release</title>
<updated>2018-09-15T14:08:00+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-09-15T14:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=98ba73123dafe1fb56e4a9c6aef4555023d020e3'/>
<id>98ba73123dafe1fb56e4a9c6aef4555023d020e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change note to versionadded directive</title>
<updated>2018-09-07T21:23:34+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-09-07T21:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f2e854de85e915c95e9bd7d5260be32f2b7289d0'/>
<id>f2e854de85e915c95e9bd7d5260be32f2b7289d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting error in API functions docs</title>
<updated>2018-09-07T21:15:35+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-09-07T21:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3867ffaee2bc50f16f754c9fd28c6b9fea207096'/>
<id>3867ffaee2bc50f16f754c9fd28c6b9fea207096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cct: forward comments to output</title>
<updated>2018-09-07T13:21:32+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-09-06T19:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4f961f5d87ba998c19e166de4d077016b0f24e31'/>
<id>4f961f5d87ba998c19e166de4d077016b0f24e31</id>
<content type='text'>
Any text written after the coordinate input will automatically be
forwarded to the output stream. Text in columns before the coordinate
input is discarded in the output. This works for any combination of -c, -t
and -z parameters:

$ echo 12 56 100 2018.0 comment comment | cct +proj=merc
 1335833.8895   7522963.2411      100.0000     2018.0000 comment commen

$ echo text 12 56 100 2018.0 comment | cct -c 2,3,4,5 +proj=merc
 1335833.8895   7522963.2411      100.0000     2018.0000 comment

$ echo text 12 56 comment | cct -c 2,3 -t0 -z0 +proj=merc
 1335833.8895   7522963.2411        0.0000        0.0000 comment

$ echo 12 56 comment | cct -t0 -z0 +proj=merc
 1335833.8895   7522963.2411        0.0000        0.0000 comment

Closes #918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any text written after the coordinate input will automatically be
forwarded to the output stream. Text in columns before the coordinate
input is discarded in the output. This works for any combination of -c, -t
and -z parameters:

$ echo 12 56 100 2018.0 comment comment | cct +proj=merc
 1335833.8895   7522963.2411      100.0000     2018.0000 comment commen

$ echo text 12 56 100 2018.0 comment | cct -c 2,3,4,5 +proj=merc
 1335833.8895   7522963.2411      100.0000     2018.0000 comment

$ echo text 12 56 comment | cct -c 2,3 -t0 -z0 +proj=merc
 1335833.8895   7522963.2411        0.0000        0.0000 comment

$ echo 12 56 comment | cct -t0 -z0 +proj=merc
 1335833.8895   7522963.2411        0.0000        0.0000 comment

Closes #918
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor corrections to cli app docs on -d option</title>
<updated>2018-09-05T20:24:47+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-09-05T20:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c50a573be3846754fb196893e3c9b216c3123cf5'/>
<id>c50a573be3846754fb196893e3c9b216c3123cf5</id>
<content type='text'>
Added the version of introduction and removed comment about angular and
linear output (it's an internal implementation detail that users doesn't
need to be aware of).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the version of introduction and removed comment about angular and
linear output (it's an internal implementation detail that users doesn't
need to be aware of).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -d option to proj, cs2cs and cct (#1109)</title>
<updated>2018-09-05T20:17:10+00:00</updated>
<author>
<name>Søren Holm</name>
<email>sgh@sgh.dk</email>
</author>
<published>2018-09-05T20:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=c11b98b058d883df6a0ef0a052ffd7565b00f921'/>
<id>c11b98b058d883df6a0ef0a052ffd7565b00f921</id>
<content type='text'>
Specify number of decimals to display when transforming coordinates with either proj, cs2cs or cct.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specify number of decimals to display when transforming coordinates with either proj, cs2cs or cct.</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure correct axis ratio for images in documentation; move proj-string from image to caption</title>
<updated>2018-08-27T21:47:03+00:00</updated>
<author>
<name>Juernjakob Dugge</name>
<email>juernjakob@gmail.com</email>
</author>
<published>2018-08-23T21:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=3378c5ec96fb3f067beffc6c3acd15765d5ce5d1'/>
<id>3378c5ec96fb3f067beffc6c3acd15765d5ce5d1</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 #1096 from rouault/fix_helmert_convention_confusion</title>
<updated>2018-08-23T14:22:33+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@mines-paris.org</email>
</author>
<published>2018-08-23T14:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e1e7c15ef358ac516f06198c2832e7ab52e8dc20'/>
<id>e1e7c15ef358ac516f06198c2832e7ab52e8dc20</id>
<content type='text'>
[BREAKING] Helmert: add +convention=position_vector/coordinate_frame, forbids +transpose (fixes #1091)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[BREAKING] Helmert: add +convention=position_vector/coordinate_frame, forbids +transpose (fixes #1091)</pre>
</div>
</content>
</entry>
<entry>
<title>helmert.rst: add back +transpose and declare its deprecation/removal in 5.2.0</title>
<updated>2018-08-23T13:59:32+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-08-23T13:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=eadf537bf4553b7a397fb979f3a3595b05ccbc48'/>
<id>eadf537bf4553b7a397fb979f3a3595b05ccbc48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow ISO-19100 nomenclature in proj man-page</title>
<updated>2018-08-23T08:54:45+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-08-23T08:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0f2d219b0ee0d489e94ff9a975b65320f7f8fc15'/>
<id>0f2d219b0ee0d489e94ff9a975b65320f7f8fc15</id>
<content type='text'>
proj only does projections, hence we should use the word conversion instead of transformation in this context.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
proj only does projections, hence we should use the word conversion instead of transformation in this context.</pre>
</div>
</content>
</entry>
</feed>
