aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-04-26 15:11:53 +0200
committerGitHub <noreply@github.com>2020-04-26 15:11:53 +0200
commitd6b3a5243689e4531a0af2b2ab284b438120ef0b (patch)
tree1353a8c8ecd94b0244a9af9aadbcbfd29dd7bb0c /docs
parent54a5329036f8453df9a86efd6ba42e1241af327c (diff)
parent8b41154efa6d69245c8041c5f7de604ea5fe2e6b (diff)
downloadPROJ-d6b3a5243689e4531a0af2b2ab284b438120ef0b.tar.gz
PROJ-d6b3a5243689e4531a0af2b2ab284b438120ef0b.zip
Merge pull request #2196 from kbevers/cs2cs-improve-rs-options
Update cs2cs options -r/-s to reflect axis ordering of PROJ >6
Diffstat (limited to 'docs')
-rw-r--r--docs/source/apps/cs2cs.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst
index 22c30fb6..ef3ee7b1 100644
--- a/docs/source/apps/cs2cs.rst
+++ b/docs/source/apps/cs2cs.rst
@@ -90,13 +90,18 @@ The following control parameters can appear in any order:
.. option:: -r
- This options reverses the order of the expected input from
- longitude-latitude or x-y to latitude-longitude or y-x.
+ This options reverses the order of the first two expected
+ inputs from that specified by the CRS to the opposite
+ order. The third coordinate, typically height, remains
+ third.
.. option:: -s
- This options reverses the order of the output from x-y or longitude-latitude
- to y-x or latitude-longitude.
+ This options reverses the order of the first two expected
+ outputs from that specified by the CRS to the opposite
+ order. The third coordinate, typically height, remains
+ third.
+
.. option:: -f <format>