diff options
| author | Søren Holm <sgh@sgh.dk> | 2018-09-05 22:17:10 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-09-05 22:17:10 +0200 |
| commit | c11b98b058d883df6a0ef0a052ffd7565b00f921 (patch) | |
| tree | f15a8c57306ab2a5bb7db062b6a793e0ed66b751 /docs/source/apps/cs2cs.rst | |
| parent | 76488c5133207045f4bf9ccd3a9b4d0daf2372f5 (diff) | |
| download | PROJ-c11b98b058d883df6a0ef0a052ffd7565b00f921.tar.gz PROJ-c11b98b058d883df6a0ef0a052ffd7565b00f921.zip | |
Add -d option to proj, cs2cs and cct (#1109)
Specify number of decimals to display when transforming coordinates with either proj, cs2cs or cct.
Diffstat (limited to 'docs/source/apps/cs2cs.rst')
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 83b924a8..7871b281 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -36,6 +36,10 @@ The following control parameters can appear in any order: line to be passed through without processing. This option applicable to ASCII input only. (# is the default value). +.. option:: -d<n> + + Specify the number of decimals in the output. Applies to both angles and distances. + .. option:: -e <string> Where *string* is an arbitrary string to be output if an error is detected during |
