diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-27 10:24:51 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-04-27 10:24:51 +0200 |
| commit | 60b47101b74bba06197e0618df08765264198b81 (patch) | |
| tree | 82699cbef333c0686fbfec2a00d6e0315a00ff3a | |
| parent | 2058fffadb80a0d914f973bd0141aebc6c8298ad (diff) | |
| download | PROJ-60b47101b74bba06197e0618df08765264198b81.tar.gz PROJ-60b47101b74bba06197e0618df08765264198b81.zip | |
Update man-pages from Sphinx-docs
| -rw-r--r-- | man/man1/cct.1 | 2 | ||||
| -rw-r--r-- | man/man1/cs2cs.1 | 14 | ||||
| -rw-r--r-- | man/man1/geod.1 | 2 | ||||
| -rw-r--r-- | man/man1/gie.1 | 2 | ||||
| -rw-r--r-- | man/man1/proj.1 | 2 | ||||
| -rw-r--r-- | man/man1/projinfo.1 | 2 |
6 files changed, 14 insertions, 10 deletions
diff --git a/man/man1/cct.1 b/man/man1/cct.1 index b019c906..fd99255b 100644 --- a/man/man1/cct.1 +++ b/man/man1/cct.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "CCT" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "CCT" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME cct \- Coordinate Conversion and Transformation . diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1 index 8385b854..64ed2e91 100644 --- a/man/man1/cs2cs.1 +++ b/man/man1/cs2cs.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "CS2CS" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "CS2CS" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME cs2cs \- Cartographic coordinate system filter . @@ -136,14 +136,18 @@ List of datums that can be selected with the \fI+datum\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 diff --git a/man/man1/geod.1 b/man/man1/geod.1 index 130b0b8e..51223812 100644 --- a/man/man1/geod.1 +++ b/man/man1/geod.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "GEOD" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "GEOD" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME geod \- Geodesic computations . diff --git a/man/man1/gie.1 b/man/man1/gie.1 index eb2cd8e7..44007ddc 100644 --- a/man/man1/gie.1 +++ b/man/man1/gie.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "GIE" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "GIE" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME gie \- The Geospatial Integrity Investigation Environment . diff --git a/man/man1/proj.1 b/man/man1/proj.1 index f70ca748..1fed50af 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PROJ" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "PROJ" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME proj \- Cartographic projection filter . diff --git a/man/man1/projinfo.1 b/man/man1/projinfo.1 index ec242012..5f2b498b 100644 --- a/man/man1/projinfo.1 +++ b/man/man1/projinfo.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PROJINFO" "1" "Feb 10, 2020" "6.3.1" "PROJ" +.TH "PROJINFO" "1" "Apr 27, 2020" "6.3.2" "PROJ" .SH NAME projinfo \- Geodetic object and coordinate operation queries . |
