aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-03 17:45:23 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-12 20:03:01 +0200
commitf9d81882c473310e5a1785bdbee06d8658998051 (patch)
treecbd77112dde3a553922c737658d3b961a468e3a2 /docs/source
parent60c709f19a5a582c5f3f6ee53af9fee2ddb7fe50 (diff)
downloadPROJ-f9d81882c473310e5a1785bdbee06d8658998051.tar.gz
PROJ-f9d81882c473310e5a1785bdbee06d8658998051.zip
Add --skip-lines option to cct
With this it is possible to skip the header when transforming coordinates from a file.
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 dc2944f2..20aec06c 100644
--- a/docs/source/apps/cct.rst
+++ b/docs/source/apps/cct.rst
@@ -44,6 +44,13 @@ The following control parameters can appear in any order:
Specify a fixed observation height to be used for all input data.
+.. option:: s <n>, --skip-lines=<n>
+
+ .. versionadded:: 5.1.0
+
+ Skip the first *n* lines of input. This applies to any kind of input, wether
+ it comes from ``STDIN``, a file or interactive user input.
+
.. option:: -v, --verbose
Write non-essential, but potentially useful, information to stderr.