aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/apps/cct.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/apps/cct.rst b/docs/source/apps/cct.rst
index 685e5471..25611597 100644
--- a/docs/source/apps/cct.rst
+++ b/docs/source/apps/cct.rst
@@ -139,6 +139,13 @@ Should give results comparable to the classic :program:`proj` command
cct -t 0 -z 0 +proj=utm +ellps=GRS80 +zone=32
+6. Auxiliary data following the coordinate input is forward to the output
+ stream:
+
+.. code-block:: console
+
+ $ echo 12 56 100 2018.0 auxiliary data | cct +proj=merc
+ 1335833.8895 7522963.2411 100.0000 2018.0000 auxiliary data
Background
**********