@@ -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
3232cs2cs \- 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})
4344file ...
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
160168List 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
295303transformations. Starting with PROJ 9.1, both CRS need to be 3D for vertical
296304transformation 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
299325The \fI +opt \fP run\- line arguments are associated with cartographic
300326parameters.
@@ -506,6 +532,6 @@ where new bug reports can be submitted to.
506532.SH AUTHOR
507533Frank Warmerdam
508534.SH COPYRIGHT
509- 1983-2023 , PROJ contributors
535+ 1983-2024 , PROJ contributors
510536.\" Generated by docutils manpage writer.
511537.
0 commit comments