From 8b41154efa6d69245c8041c5f7de604ea5fe2e6b Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 26 Apr 2020 14:32:39 +0200 Subject: 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 --- docs/source/apps/cs2cs.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3