diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-10-26 21:03:08 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-10-26 21:06:11 +0200 |
| commit | 996ec49df985c64372ab499b677f59307dc60f08 (patch) | |
| tree | 3164523421584bf7aee96174a39e2c8ef9160227 | |
| parent | 9d813991c626b519742c32d9bc9466371eb5c29f (diff) | |
| download | PROJ-996ec49df985c64372ab499b677f59307dc60f08.tar.gz PROJ-996ec49df985c64372ab499b677f59307dc60f08.zip | |
Update man-pages from Sphinx-docs
| -rw-r--r-- | man/man1/cct.1 | 8 | ||||
| -rw-r--r-- | man/man1/cs2cs.1 | 10 | ||||
| -rw-r--r-- | man/man1/geod.1 | 6 | ||||
| -rw-r--r-- | man/man1/gie.1 | 6 | ||||
| -rw-r--r-- | man/man1/proj.1 | 6 | ||||
| -rw-r--r-- | man/man1/projinfo.1 | 8 | ||||
| -rw-r--r-- | man/man1/projsync.1 | 6 |
7 files changed, 25 insertions, 25 deletions
diff --git a/man/man1/cct.1 b/man/man1/cct.1 index f6673b2d..fe882dfe 100644 --- a/man/man1/cct.1 +++ b/man/man1/cct.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "CCT" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -cct \- Coordinate Conversion and Transformation . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "CCT" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +cct \- Coordinate Conversion and Transformation .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 @@ -62,7 +62,7 @@ uniqueness is not guaranteed, heuristics are applied to determine the appropriat a OGC URN combining references for concatenated operations (e.g. "\fI\%urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618\fP") .IP \(bu 2 -a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.2/projjson.schema.json\fP +a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.4/projjson.schema.json\fP .UNINDENT .sp New in version 8.0.0. diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1 index 5334ba9a..22ef10b9 100644 --- a/man/man1/cs2cs.1 +++ b/man/man1/cs2cs.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "CS2CS" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -cs2cs \- Cartographic coordinate system filter . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "CS2CS" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +cs2cs \- Cartographic coordinate system filter .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 @@ -70,7 +70,7 @@ e.g. for Projected 3D CRS "UTM zone 31N / WGS 84 (3D)": a OGC URN combining references for concatenated operations (e.g. "\fI\%urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618\fP") .IP \(bu 2 -a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.2/projjson.schema.json\fP (\fIadded in 6.2\fP) +a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.4/projjson.schema.json\fP (\fIadded in 6.2\fP) .IP \(bu 2 a compound CRS made from two object names separated with " + ". e.g. "WGS 84 + EGM96 height" (\fIadded in 7.1\fP) .UNINDENT @@ -317,7 +317,7 @@ The following script .nf .ft C cs2cs +proj=latlong +datum=NAD83 +to +proj=utm +zone=10 +datum=NAD27 \-r <<EOF -45d15\(aq33.1" 111.5W +45°15\(aq33.1" 111.5W 45d15.551666667N \-111d30 +45.25919444444 111d30\(aq000w EOF diff --git a/man/man1/geod.1 b/man/man1/geod.1 index 1a9a8a3a..dbdb70ca 100644 --- a/man/man1/geod.1 +++ b/man/man1/geod.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "GEOD" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -geod \- Geodesic computations . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "GEOD" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +geod \- Geodesic computations .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 diff --git a/man/man1/gie.1 b/man/man1/gie.1 index 3134a75a..b308cc9b 100644 --- a/man/man1/gie.1 +++ b/man/man1/gie.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "GIE" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -gie \- The Geospatial Integrity Investigation Environment . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "GIE" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +gie \- The Geospatial Integrity Investigation Environment .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 diff --git a/man/man1/proj.1 b/man/man1/proj.1 index 29fd63b1..11535a0c 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "PROJ" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -proj \- Cartographic projection filter . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "PROJ" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +proj \- Cartographic projection filter .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 diff --git a/man/man1/projinfo.1 b/man/man1/projinfo.1 index d32c5d39..653412f8 100644 --- a/man/man1/projinfo.1 +++ b/man/man1/projinfo.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "PROJINFO" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -projinfo \- Geodetic object and coordinate operation queries . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "PROJINFO" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +projinfo \- Geodetic object and coordinate operation queries .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 @@ -86,7 +86,7 @@ e.g. for Projected 3D CRS "UTM zone 31N / WGS 84 (3D)": a OGC URN combining references for concatenated operations (e.g. "\fI\%urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618\fP") .IP \(bu 2 -a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.2/projjson.schema.json\fP (\fIadded in 6.2\fP) +a PROJJSON string. The jsonschema is at \fI\%https://proj.org/schemas/v0.4/projjson.schema.json\fP (\fIadded in 6.2\fP) .IP \(bu 2 a compound CRS made from two object names separated with " + ". e.g. "WGS 84 + EGM96 height" (\fIadded in 7.1\fP) .UNINDENT diff --git a/man/man1/projsync.1 b/man/man1/projsync.1 index 57141647..24ceed40 100644 --- a/man/man1/projsync.1 +++ b/man/man1/projsync.1 @@ -1,8 +1,5 @@ .\" Man page generated from reStructuredText. . -.TH "PROJSYNC" "1" "Jul 1, 2021" "8.1.0" "PROJ" -.SH NAME -projsync \- Downloading tool of resource files . .nr rst2man-indent-level 0 . @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. +.TH "PROJSYNC" "1" "Nov 1, 2021" "8.2.0" "PROJ" +.SH NAME +projsync \- Downloading tool of resource files .SH SYNOPSIS .INDENT 0.0 .INDENT 3.5 |
