Skip to content

Commit a439411

Browse files
kbeversgdt
andcommitted
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 <[email protected]>
1 parent 6ff9b2d commit a439411

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/source/apps/cs2cs.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,18 @@ The following control parameters can appear in any order:
9090

9191
.. option:: -r
9292

93-
This options reverses the order of the expected input from
94-
longitude-latitude or x-y to latitude-longitude or y-x.
93+
This options reverses the order of the first two expected
94+
inputs from that specified by the CRS to the opposite
95+
order. The third coordinate, typically height, remains
96+
third.
9597

9698
.. option:: -s
9799

98-
This options reverses the order of the output from x-y or longitude-latitude
99-
to y-x or latitude-longitude.
100+
This options reverses the order of the first two expected
101+
outputs from that specified by the CRS to the opposite
102+
order. The third coordinate, typically height, remains
103+
third.
104+
100105

101106
.. option:: -f <format>
102107

0 commit comments

Comments
 (0)