aboutsummaryrefslogtreecommitdiff
path: root/man/man1/cs2cs.1
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-02-20 12:25:03 +0100
committerKristian Evers <kristianevers@gmail.com>2021-02-20 12:30:25 +0100
commitbc5f65291444af89bb004eb85bac1a1096665d30 (patch)
treed942f1fd3d809cd68e1cc563f1b5517d21322b13 /man/man1/cs2cs.1
parent57214ee34abd7b883506edea8ef5b3d5644c3457 (diff)
downloadPROJ-bc5f65291444af89bb004eb85bac1a1096665d30.tar.gz
PROJ-bc5f65291444af89bb004eb85bac1a1096665d30.zip
Update man-pages from Sphinx-docs
Diffstat (limited to 'man/man1/cs2cs.1')
-rw-r--r--man/man1/cs2cs.180
1 files changed, 71 insertions, 9 deletions
diff --git a/man/man1/cs2cs.1 b/man/man1/cs2cs.1
index d4d65a00..6b7c9704 100644
--- a/man/man1/cs2cs.1
+++ b/man/man1/cs2cs.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "CS2CS" "1" "Nov 01, 2020" "7.2.0" "PROJ"
+.TH "CS2CS" "1" "Mar 1, 2021" "8.0.0" "PROJ"
.SH NAME
cs2cs \- Cartographic coordinate system filter
.
@@ -33,14 +33,16 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.SH SYNOPSIS
.INDENT 0.0
.INDENT 3.5
-\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]] [\fI+opt[=arg]\fP ...] [+to \fI+opt[=arg]\fP ...] file ...
-.UNINDENT
-.UNINDENT
+.nf
+\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]]
+.in +2
+[[\-\-area <name_or_code>] | [\-\-bbox <west_long,south_lat,east_long,north_lat>]]
+[\-\-authority <name>] [\-\-no\-ballpark] [\-\-accuracy <accuracy>]
+([\fI+opt[=arg]\fP ...] [+to \fI+opt[=arg]\fP ...] | {source_crs} {target_crs})
+file ...
+.in -2
+.fi
.sp
-or
-.INDENT 0.0
-.INDENT 3.5
-\fBcs2cs\fP [\fB\-eEfIlrstvwW\fP [args]] {source_crs} {target_crs} file ...
.sp
where {source_crs} or {target_crs} is one of the possibilities accepted
by \fBproj_create()\fP, provided it expresses a CRS
@@ -198,6 +200,66 @@ with leading zeroes.
Causes a listing of cartographic control parameters tested for and used by
the program to be printed prior to input data.
.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-area <name_or_code>
+New in version 8.0.0.
+
+.sp
+Specify an area of interest to restrict the results when researching
+coordinate operations between 2 CRS. The area of interest can be specified either
+as a name (e.g "Denmark \- onshore") or a AUTHORITY:CODE (EPSG:3237)
+.sp
+This option is mutually exclusive with \fI\%\-\-bbox\fP\&.
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-bbox <west_long,south_lat,east_long,north_lat>
+New in version 8.0.0.
+
+.sp
+Specify an area of interest to restrict the results when researching
+coordinate operations between 2 CRS. The area of interest is specified as a
+bounding box with geographic coordinates, expressed in degrees in a
+unspecified geographic CRS.
+\fIwest_long\fP and \fIeast_long\fP should be in the [\-180,180] range, and
+\fIsouth_lat\fP and \fInorth_lat\fP in the [\-90,90]. \fIwest_long\fP is generally lower than
+\fIeast_long\fP, except in the case where the area of interest crosses the antimeridian.
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-no\-ballpark
+New in version 8.0.0.
+
+.sp
+Disallow any coordinate operation that is, or contains, a
+Ballpark transformation
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-accuracy <accuracy>
+New in version 8.0.0.
+
+.sp
+Sets the minimum desired accuracy for candidate coordinate operations.
+.UNINDENT
+.INDENT 0.0
+.TP
+.B \-\-authority <name>
+New in version 8.0.0.
+
+.sp
+This option can be used to restrict the authority of coordinate operations
+looked up in the database. When not specified, coordinate
+operations from any authority will be searched, with the restrictions set
+in the \fBauthority_to_authority_preference\fP database table related to the authority
+of the source/target CRS themselves.
+If authority is set to \fBany\fP, then coordinate operations from any authority will be searched
+If authority is a non\-empty string different of \fBany\fP, then coordinate operations
+will be searched only in that authority namespace (e.g \fBEPSG\fP).
+.sp
+This option is mutually exclusive with \fI\%\-\-bbox\fP\&.
+.UNINDENT
.sp
The \fI+opt\fP run\-line arguments are associated with cartographic
parameters.
@@ -344,6 +406,6 @@ where new bug reports can be submitted to.
.SH AUTHOR
Frank Warmerdam
.SH COPYRIGHT
-1983-2020
+1983-2021
.\" Generated by docutils manpage writer.
.