diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-03 17:45:23 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-04-03 18:35:01 +0200 |
| commit | 51967aa03df0bbe134c38475a2633430dddefc82 (patch) | |
| tree | 4262033c7c67c633f3bb9cd85b5a1d7e7f016193 /docs/source | |
| parent | fa2fcad163b8068d418fba1924a19f35b071d7d3 (diff) | |
| download | PROJ-51967aa03df0bbe134c38475a2633430dddefc82.tar.gz PROJ-51967aa03df0bbe134c38475a2633430dddefc82.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.rst | 7 |
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. |
