diff options
Diffstat (limited to 'man/man1/proj.1')
| -rw-r--r-- | man/man1/proj.1 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/man/man1/proj.1 b/man/man1/proj.1 index d85271b9..b3c8f422 100644 --- a/man/man1/proj.1 +++ b/man/man1/proj.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "PROJ" "1" "May 24, 2018" "5.1.0" "PROJ.4" +.TH "PROJ" "1" "Sep 10, 2018" "5.2.0" "PROJ.4" .SH NAME proj \- Cartographic projection filter . @@ -41,7 +41,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .SH DESCRIPTION .sp \fBproj\fP and \fBinvproj\fP perform respective forward and inverse -transformation of cartographic data to or from cartesian data with a wide +conversion of cartographic data to or from cartesian data with a wide range of selectable projection functions. .sp \fBinvproj\fP may not be available on all platforms; in this case @@ -58,6 +58,13 @@ and allows bypassing formatting operations. .UNINDENT .INDENT 0.0 .TP +.B \-d <n> +.UNINDENT +.sp +New in version 5.2.0: Specify the number of decimals in the output. + +.INDENT 0.0 +.TP .B \-i Selects binary input only (see \fI\%\-b\fP). .UNINDENT @@ -213,7 +220,7 @@ default directory for a file reference without an absolute path. This is also used for supporting files like datum shift files. .sp One or more files (processed in left to right order) specify the source of -data to be transformed. A \fB\-\fP will specify the location of processing standard +data to be converted. A \fB\-\fP will specify the location of processing standard input. If no files are specified, the input is assumed to be from stdin. For ASCII input data the two data values must be in the first two white space separated fields and when both input and output are ASCII all trailing @@ -222,7 +229,7 @@ portions of the input line are appended to the output line. Input geographic data (longitude and latitude) must be in DMS format and input cartesian data must be in units consistent with the ellipsoid major axis or sphere radius units. Output geographic coordinates will be in DMS (if the -\fB\-w\fP switch is not employed) and precise to 0.001" with trailing, zero\-valued +\fB\-w\fP switch is not employed) and precise to 0.001” with trailing, zero\-valued minute\-second fields deleted. .SH EXAMPLE .sp |
