diff options
Diffstat (limited to 'man/man1/projinfo.1')
| -rw-r--r-- | man/man1/projinfo.1 | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/man/man1/projinfo.1 b/man/man1/projinfo.1 index 8eca3ad6..d9736b38 100644 --- a/man/man1/projinfo.1 +++ b/man/man1/projinfo.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PROJINFO" "1" "Nov 01, 2020" "7.2.0" "PROJ" +.TH "PROJINFO" "1" "Mar 1, 2021" "8.0.0" "PROJ" .SH NAME projinfo \- Geodetic object and coordinate operation queries . @@ -36,13 +36,14 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .nf \fBprojinfo\fP .in +2 -[\-o formats] [\-k crs|operation|datum|ellipsoid] [\-\-summary] [\-q] +[\-o formats] [\-k crs|operation|datum|ensemble|ellipsoid] [\-\-summary] [\-q] [[\-\-area name_or_code] | [\-\-bbox west_long,south_lat,east_long,north_lat]] [\-\-spatial\-test contains|intersects] [\-\-crs\-extent\-use none|both|intersection|smallest] [\-\-grid\-check none|discard_missing|sort|known_available] [\-\-pivot\-crs always|if_no_direct_transformation|never|{auth:code[,auth:code]*}] -[\-\-show\-superseded] [\-\-hide\-ballpark] +[\-\-show\-superseded] [\-\-hide\-ballpark] [\-\-accuracy {accuracy}] +[\-\-allow\-ellipsoidal\-height\-as\-vertical\-crs] [\-\-boundcrs\-to\-wgs84] [\-\-main\-db\-path path] [\-\-aux\-db\-path path]* [\-\-identify] [\-\-3d] @@ -128,7 +129,7 @@ This is no longer the case. .UNINDENT .INDENT 0.0 .TP -.B \-k crs|operation|datum|ellipsoid +.B \-k crs|operation|datum|ensemble|ellipsoid When used to query a single object with a AUTHORITY:CODE, determines the (k)ind of the object in case there are CRS, coordinate operations or ellipsoids with the same CODE. The default is crs. @@ -311,6 +312,37 @@ only used for coordinate operation computation .UNINDENT .INDENT 0.0 .TP +.B \-\-accuracy {accuracy} +New in version 8.0. + +.sp +Sets the minimum desired accuracy for returned coordinate operations. +.sp +\fBNOTE:\fP +.INDENT 7.0 +.INDENT 3.5 +only used for coordinate operation computation +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-allow\-ellipsoidal\-height\-as\-vertical\-crs +New in version 8.0. + +.sp +Allow to export a geographic or projected 3D CRS as a compound CRS whose +vertical CRS represents the ellipsoidal height. +.sp +\fBNOTE:\fP +.INDENT 7.0 +.INDENT 3.5 +only used for CRS, and with WKT1:GDAL output format +.UNINDENT +.UNINDENT +.UNINDENT +.INDENT 0.0 +.TP .B \-\-boundcrs\-to\-wgs84 When specified, this option researches a coordinate operation from the base geographic CRS of the single CRS, source or target CRS to the WGS84 @@ -585,6 +617,6 @@ where new bug reports can be submitted to. .SH AUTHOR Even Rouault .SH COPYRIGHT -1983-2020 +1983-2021 .\" Generated by docutils manpage writer. . |
