<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/cct.c, branch rfc4_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>cpp conversion: minimal steps to fix compilation errors, not warnings</title>
<updated>2018-12-26T09:08:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-18T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=610957f7035242f15743c399ffd429b92bc36206'/>
<id>610957f7035242f15743c399ffd429b92bc36206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2018-10-09T19:04:47+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-10-09T19:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=6c203a4395f30eae4f49230d2e2cb7652006b959'/>
<id>6c203a4395f30eae4f49230d2e2cb7652006b959</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>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>cct.c: add missing va_end() in error code path (spotted by cppcheck)</title>
<updated>2018-05-26T11:18:11+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-26T11:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=e692e1567fb6117bd3e1380a80e10b72b7af3710'/>
<id>e692e1567fb6117bd3e1380a80e10b72b7af3710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proj_strtod.h for proj_strtod and proj_atof</title>
<updated>2018-05-23T17:07:49+00:00</updated>
<author>
<name>Kurt Schwehr</name>
<email>schwehr@google.com</email>
</author>
<published>2018-05-23T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1d2d1ee73ed2100e5587f5070f97245fcc03cbee'/>
<id>1d2d1ee73ed2100e5587f5070f97245fcc03cbee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings</title>
<updated>2018-05-07T19:43:22+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-05-07T19:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=ae1ed6641210c3d7bf570688d11b28c6460e4e9c'/>
<id>ae1ed6641210c3d7bf570688d11b28c6460e4e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cct usage: add 'I' to docs, re-order usage to same as docs</title>
<updated>2018-05-05T10:57:15+00:00</updated>
<author>
<name>mwtoews</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2018-05-05T10:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=526970178627bbf0dfbff04ba783fd3646214fad'/>
<id>526970178627bbf0dfbff04ba783fd3646214fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into logging_with_new_api</title>
<updated>2018-04-13T21:28:42+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-04-13T21:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=97a9bef9b6d78bcfc4cad49004aadc1c181369d5'/>
<id>97a9bef9b6d78bcfc4cad49004aadc1c181369d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always ignore out-commented lines in cct</title>
<updated>2018-04-13T16:11:29+00:00</updated>
<author>
<name>Kristian Evers</name>
<email>kristianevers@gmail.com</email>
</author>
<published>2018-04-13T16:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=be27d12a028d07ed656080004c949c0da7a6012e'/>
<id>be27d12a028d07ed656080004c949c0da7a6012e</id>
<content type='text'>
Previous to this commit cct would return the following

$ cct -c 2,3,4 -t 0 -I +proj=cart +ellps=GRS80
BLAH    3579685.56545   508396.50343  5236837.50646
  8.0832413787   55.5578176654       99.9833        0.0000
  8.0832413787   55.5578176654       99.9833        0.0000

where the second input should not be parsed as a valid coordinate.
With this commit that no longer happens and the input is returned
verbatim back to the user.

Closes #932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previous to this commit cct would return the following

$ cct -c 2,3,4 -t 0 -I +proj=cart +ellps=GRS80
BLAH    3579685.56545   508396.50343  5236837.50646
  8.0832413787   55.5578176654       99.9833        0.0000
  8.0832413787   55.5578176654       99.9833        0.0000

where the second input should not be parsed as a valid coordinate.
With this commit that no longer happens and the input is returned
verbatim back to the user.

Closes #932
</pre>
</div>
</content>
</entry>
</feed>
