aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-04-26 14:32:39 +0200
committerKristian Evers <kristianevers@gmail.com>2020-04-26 15:54:29 +0200
commita4394115e8f87b4bd2ea013d5a7c7f2984503003 (patch)
treefb02274075410a3ab398ec8faa7d5116f1b40a54 /docs/source
parent6ff9b2dff07c88d692fa4bcec85224153dd6e13e (diff)
downloadPROJ-a4394115e8f87b4bd2ea013d5a7c7f2984503003.tar.gz
PROJ-a4394115e8f87b4bd2ea013d5a7c7f2984503003.zip
Update cs2cs options -r/-s to reflect axis ordering of PROJ >6
Originally proposed by Greg Troxel on the mailing list: https://lists.osgeo.org/pipermail/proj/2020-April/009597.html Co-authored-by: Greg Troxel <gdt@lexort.com>
Diffstat (limited to 'docs/source')
-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>