diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-26 14:32:39 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-04-26 14:32:39 +0200 |
| commit | 8b41154efa6d69245c8041c5f7de604ea5fe2e6b (patch) | |
| tree | 377866587dac05e764dd3f1fa75be350017bb023 /docs/source/apps/cs2cs.rst | |
| parent | b7f5e7ea751588914eec2b64fd2ee39ac2eefc54 (diff) | |
| download | PROJ-8b41154efa6d69245c8041c5f7de604ea5fe2e6b.tar.gz PROJ-8b41154efa6d69245c8041c5f7de604ea5fe2e6b.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/cs2cs.rst')
| -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 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> |
