Skip to content

Commit a50ab98

Browse files
committed
Update man-pages from Sphinx-docs
1 parent a67ff12 commit a50ab98

File tree

7 files changed

+64
-16
lines changed

7 files changed

+64
-16
lines changed

man/man1/cct.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CCT" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "CCT" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
cct \- Coordinate Conversion and Transformation
3333
.SH SYNOPSIS
@@ -245,7 +245,7 @@ Roundtrip accuracy check for the case above:
245245
.sp
246246
.nf
247247
.ft C
248-
cct +proj=pipeline +proj=utm +ellps=GRS80 +zone=32 +step +step +inv
248+
cct +proj=pipeline +ellps=GRS80 +zone=32 +step +proj=utm +step +proj=utm +inv
249249
.ft P
250250
.fi
251251
.UNINDENT
@@ -362,6 +362,6 @@ where new bug reports can be submitted to.
362362
.SH AUTHOR
363363
Thomas Knudsen
364364
.SH COPYRIGHT
365-
1983-2023, PROJ contributors
365+
1983-2024, PROJ contributors
366366
.\" Generated by docutils manpage writer.
367367
.

man/man1/cs2cs.1

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "CS2CS" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "CS2CS" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
cs2cs \- Cartographic coordinate system filter
3333
.SH SYNOPSIS
@@ -39,6 +39,7 @@ cs2cs \- Cartographic coordinate system filter
3939
[[\-\-area <name_or_code>] | [\-\-bbox <west_long,south_lat,east_long,north_lat>]]
4040
[\-\-authority <name>] [\-\-3d]
4141
[\-\-accuracy <accuracy>] [\-\-only\-best[=yes|=no]] [\-\-no\-ballpark]
42+
[\-\-s_epoch {epoch}] [\-\-t_epoch {epoch}]
4243
([\fI+opt[=arg]\fP ...] [+to \fI+opt[=arg]\fP ...] | {source_crs} {target_crs})
4344
file ...
4445
.in -2
@@ -156,6 +157,13 @@ List of all ellipsoids that can be selected with the \fI+ellps\fP parameters.
156157
.UNINDENT
157158
.INDENT 0.0
158159
.TP
160+
.B \-lm
161+
List of hard\-coded prime meridians that can be selected with the \fI+pm\fP
162+
parameter. Note that this list is no longer updated,
163+
and some values may conflict with other sources.
164+
.UNINDENT
165+
.INDENT 0.0
166+
.TP
159167
.B \-lu
160168
List of all distance units that can be selected with the \fI+units\fP parameter.
161169
.UNINDENT
@@ -295,6 +303,24 @@ especially before PROJ 9.1, a mix of 2D and 3D CRS could lead to 2D or 3D
295303
transformations. Starting with PROJ 9.1, both CRS need to be 3D for vertical
296304
transformation to possibly happen.
297305
.UNINDENT
306+
.INDENT 0.0
307+
.TP
308+
.B \-\-s_epoch
309+
New in version 9.4.
310+
311+
.sp
312+
Epoch of coordinates in the source CRS, as decimal year.
313+
Only applies to a dynamic CRS.
314+
.UNINDENT
315+
.INDENT 0.0
316+
.TP
317+
.B \-\-t_epoch
318+
New in version 9.4.
319+
320+
.sp
321+
Epoch of coordinates in the target CRS, as decimal year.
322+
Only applies to a dynamic CRS.
323+
.UNINDENT
298324
.sp
299325
The \fI+opt\fP run\-line arguments are associated with cartographic
300326
parameters.
@@ -506,6 +532,6 @@ where new bug reports can be submitted to.
506532
.SH AUTHOR
507533
Frank Warmerdam
508534
.SH COPYRIGHT
509-
1983-2023, PROJ contributors
535+
1983-2024, PROJ contributors
510536
.\" Generated by docutils manpage writer.
511537
.

man/man1/geod.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GEOD" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "GEOD" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
geod \- Geodesic computations
3333
.SH SYNOPSIS
@@ -255,6 +255,6 @@ where new bug reports can be submitted to.
255255
.SH AUTHOR
256256
Charles Karney
257257
.SH COPYRIGHT
258-
1983-2023, PROJ contributors
258+
1983-2024, PROJ contributors
259259
.\" Generated by docutils manpage writer.
260260
.

man/man1/gie.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GIE" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "GIE" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
gie \- The Geospatial Integrity Investigation Environment
3333
.SH SYNOPSIS
@@ -519,6 +519,6 @@ where new bug reports can be submitted to.
519519
.SH AUTHOR
520520
Thomas Knudsen
521521
.SH COPYRIGHT
522-
1983-2023, PROJ contributors
522+
1983-2024, PROJ contributors
523523
.\" Generated by docutils manpage writer.
524524
.

man/man1/proj.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PROJ" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "PROJ" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
proj \- Cartographic projection filter
3333
.SH SYNOPSIS
@@ -321,6 +321,6 @@ where new bug reports can be submitted to.
321321
.SH AUTHOR
322322
Gerald I. Evenden
323323
.SH COPYRIGHT
324-
1983-2023, PROJ contributors
324+
1983-2024, PROJ contributors
325325
.\" Generated by docutils manpage writer.
326326
.

man/man1/projinfo.1

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PROJINFO" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "PROJINFO" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
projinfo \- Geodetic object and coordinate operation queries
3333
.SH SYNOPSIS
@@ -54,7 +54,8 @@ projinfo \- Geodetic object and coordinate operation queries
5454
\-\-searchpaths | \-\-remote\-data |
5555
\-\-list\-crs [list\-crs\-filter] |
5656
\-\-dump\-db\-structure [{object_definition} | {object_reference}] |
57-
{object_definition} | {object_reference} | (\-s {srs_def} \-t {srs_def})
57+
{object_definition} | {object_reference} |
58+
[\-\-s_epoch {epoch}] \-t {srs_def} [\-\-t_epoch {epoch}])
5859

5960
.in -2
6061
.fi
@@ -85,6 +86,9 @@ e.g. for Projected 3D CRS "UTM zone 31N / WGS 84 (3D)":
8586
"\fI\%urn:ogc:def:crs,crs:EPSG::4979,cs:PROJ::ENh,coordinateOperation:EPSG::16031\fP"
8687
(\fIadded in 6.2\fP)
8788
.IP \(bu 2
89+
Extension of OGC URN for CoordinateMetadata.
90+
e.g. "\fI\%urn:ogc:def:CoordinateMetadata:NRCAN::NAD83_CSRS_1997_MTM11_HT2_1997\fP"
91+
.IP \(bu 2
8892
a OGC URN combining references for concatenated operations
8993
(e.g. "\fI\%urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618\fP")
9094
.IP \(bu 2
@@ -492,6 +496,24 @@ New in version 7.0.
492496
Display information regarding if \fI\%Network capabilities\fP is enabled, and the
493497
related URL.
494498
.UNINDENT
499+
.INDENT 0.0
500+
.TP
501+
.B \-\-s_epoch
502+
New in version 9.4.
503+
504+
.sp
505+
Epoch of coordinates in the source CRS, as decimal year.
506+
Only applies to a dynamic CRS.
507+
.UNINDENT
508+
.INDENT 0.0
509+
.TP
510+
.B \-\-t_epoch
511+
New in version 9.4.
512+
513+
.sp
514+
Epoch of coordinates in the target CRS, as decimal year.
515+
Only applies to a dynamic CRS.
516+
.UNINDENT
495517
.SH EXAMPLES
496518
.INDENT 0.0
497519
.IP 1. 3
@@ -826,6 +848,6 @@ where new bug reports can be submitted to.
826848
.SH AUTHOR
827849
Even Rouault
828850
.SH COPYRIGHT
829-
1983-2023, PROJ contributors
851+
1983-2024, PROJ contributors
830852
.\" Generated by docutils manpage writer.
831853
.

man/man1/projsync.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PROJSYNC" "1" "01 Sep 2023" "9.3" "PROJ"
30+
.TH "PROJSYNC" "1" "01 Mar 2024" "9.4" "PROJ"
3131
.SH NAME
3232
projsync \- Downloading tool of resource files
3333
.SH SYNOPSIS
@@ -222,6 +222,6 @@ Bugs specific to resource files should be submitted to
222222
.SH AUTHOR
223223
Even Rouault
224224
.SH COPYRIGHT
225-
1983-2023, PROJ contributors
225+
1983-2024, PROJ contributors
226226
.\" Generated by docutils manpage writer.
227227
.

0 commit comments

Comments
 (0)