aboutsummaryrefslogtreecommitdiff
path: root/man/man1/cs2cs.1
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-06-23 19:33:29 +0200
committerKristian Evers <kristianevers@gmail.com>2020-06-23 19:38:54 +0200
commit070db93ca40db631f5d8f505018bec1ecb216bc4 (patch)
tree046848e459f52f983ff77544ceac2e543dc90942 /man/man1/cs2cs.1
parent720d3fd19b56162dbaf01bcb0eccfb6b296cf4c6 (diff)
downloadPROJ-070db93ca40db631f5d8f505018bec1ecb216bc4.tar.gz
PROJ-070db93ca40db631f5d8f505018bec1ecb216bc4.zip
Update man-pages from Sphinx-docs
Diffstat (limited to 'man/man1/cs2cs.1')
-rw-r--r--man/man1/cs2cs.128
1 files changed, 15 insertions, 13 deletions
diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1
index 8efd8706..8ff3cb0a 100644
--- a/man/man1/cs2cs.1
+++ b/man/man1/cs2cs.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "CS2CS" "1" "Feb 17, 2020" "7.0.0" "PROJ"
+.TH "CS2CS" "1" "Jul 1, 2020" "7.1.0" "PROJ"
.SH NAME
cs2cs \- Cartographic coordinate system filter
.
@@ -40,26 +40,24 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
or
.INDENT 0.0
.INDENT 3.5
-\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]] {source_crs} +to {target_crs} file …
+\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]] {source_crs} {target_crs} file …
.sp
where {source_crs} or {target_crs} is a PROJ string, a WKT string or a AUTHORITY:CODE
(where AUTHORITY is the name of a CRS authority and CODE the code of a CRS
found in the proj.db database), expressing a coordinate reference system.
-.UNINDENT
-.UNINDENT
.sp
New in version 6.0.0.
.sp
-or
+\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
-\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]] {source_crs} {target_crs}
+before 7.0.1, it was needed to add +to between {source_crs} and {target_crs}
+when adding a filename
+.UNINDENT
+.UNINDENT
.UNINDENT
.UNINDENT
-.sp
-New in version 6.0.0.
-
.SH DESCRIPTION
.sp
\fBcs2cs\fP performs transformation between the source and destination
@@ -131,14 +129,18 @@ List of all distance units that can be selected with the \fI+units\fP parameter.
.INDENT 0.0
.TP
.B \-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.
.UNINDENT
.INDENT 0.0
.TP
.B \-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.
.UNINDENT
.INDENT 0.0
.TP