diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-26 14:32:39 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-04-26 15:54:50 +0200 |
| commit | 3f348c9da4c004f7b7b6b48cf360cc9b698d0a62 (patch) | |
| tree | ce4aa297dc83673a9feb0595e299c296624c1c2e /docs/source/apps | |
| parent | c07974f92b5517439dbdb20c7bc1703684358be7 (diff) | |
| download | PROJ-3f348c9da4c004f7b7b6b48cf360cc9b698d0a62.tar.gz PROJ-3f348c9da4c004f7b7b6b48cf360cc9b698d0a62.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/apps')
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index d7f0e9ad..73da8495 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -97,13 +97,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> |
