From 996ec49df985c64372ab499b677f59307dc60f08 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 26 Oct 2021 21:03:08 +0200 Subject: Update man-pages from Sphinx-docs --- man/man1/cct.1 | 8 ++++---- man/man1/cs2cs.1 | 10 +++++----- man/man1/geod.1 | 6 +++--- man/man1/gie.1 | 6 +++--- man/man1/proj.1 | 6 +++--- man/man1/projinfo.1 | 8 ++++---- 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 <