.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "CONICPROJ 1" .TH CONICPROJ 1 2023-07-25 "GeographicLib 2.3" "GeographicLib Utilities" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME ConicProj \-\- perform conic projections .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBConicProj\fR ( \fB\-c\fR | \fB\-a\fR ) \fIlat1\fR \fIlat2\fR [ \fB\-l\fR \fIlon0\fR ] [ \fB\-k\fR \fIk1\fR ] [ \fB\-r\fR ] [ \fB\-e\fR \fIa\fR \fIf\fR ] [ \fB\-w\fR ] [ \fB\-p\fR \fIprec\fR ] [ \fB\-\-comment\-delimiter\fR \fIcommentdelim\fR ] [ \fB\-\-version\fR | \fB\-h\fR | \fB\-\-help\fR ] [ \fB\-\-input\-file\fR \fIinfile\fR | \fB\-\-input\-string\fR \fIinstring\fR ] [ \fB\-\-line\-separator\fR \fIlinesep\fR ] [ \fB\-\-output\-file\fR \fIoutfile\fR ] .SH DESCRIPTION .IX Header "DESCRIPTION" Perform one of two conic projections geodesics. Convert geodetic coordinates to either Lambert conformal conic or Albers equal area coordinates. The standard latitudes \fIlat1\fR and \fIlat2\fR are specified by that the \fB\-c\fR option (for Lambert conformal conic) or the \fB\-a\fR option (for Albers equal area). At least one of these options must be given (the last one given is used). Specify \fIlat1\fR = \fIlat2\fR, to obtain the case with a single standard parallel. The central meridian is given by \fIlon0\fR. The longitude of origin is given by the latitude of minimum (azimuthal) scale for Lambert conformal conic (Albers equal area). The (azimuthal) scale on the standard parallels is \fIk1\fR. .PP Geodetic coordinates are provided on standard input as a set of lines containing (blank separated) \fIlatitude\fR and \fIlongitude\fR (decimal degrees or degrees, minutes, seconds); for details on the allowed formats for latitude and longitude, see the \f(CW\*(C`GEOGRAPHIC COORDINATES\*(C'\fR section of \fBGeoConvert\fR\|(1). For each set of geodetic coordinates, the corresponding projected easting, \fIx\fR, and northing, \fIy\fR, (meters) are printed on standard output together with the meridian convergence \&\fIgamma\fR (degrees) and (azimuthal) scale \fIk\fR. For Albers equal area, the radial scale is 1/\fIk\fR. The meridian convergence is the bearing of the \fIy\fR axis measured clockwise from true north. .PP Special cases of the Lambert conformal projection are the Mercator projection (the standard latitudes equal and opposite) and the polar stereographic projection (both standard latitudes correspond to the same pole). Special cases of the Albers equal area projection are the cylindrical equal area projection (the standard latitudes equal and opposite), the Lambert azimuthal equal area projection (both standard latitude corresponds to the same pole), and the Lambert equal area conic projection (one standard parallel is at a pole). .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-c\fR \fIlat1\fR \fIlat2\fR" 4 .IX Item "-c lat1 lat2" use the Lambert conformal conic projection with standard parallels \&\fIlat1\fR and \fIlat2\fR. .IP "\fB\-a\fR \fIlat1\fR \fIlat2\fR" 4 .IX Item "-a lat1 lat2" use the Albers equal area projection with standard parallels \fIlat1\fR and \&\fIlat2\fR. .IP "\fB\-l\fR \fIlon0\fR" 4 .IX Item "-l lon0" specify the longitude of origin \fIlon0\fR (degrees, default 0). .IP "\fB\-k\fR \fIk1\fR" 4 .IX Item "-k k1" specify the (azimuthal) scale \fIk1\fR on the standard parallels (default 1). .IP \fB\-r\fR 4 .IX Item "-r" perform the reverse projection. \fIx\fR and \fIy\fR are given on standard input and each line of standard output gives \fIlatitude\fR, \fIlongitude\fR, \&\fIgamma\fR, and \fIk\fR. .IP "\fB\-e\fR \fIa\fR \fIf\fR" 4 .IX Item "-e a f" specify the ellipsoid via the equatorial radius, \fIa\fR and the flattening, \fIf\fR. Setting \fIf\fR = 0 results in a sphere. Specify \&\fIf\fR < 0 for a prolate ellipsoid. A simple fraction, e.g., 1/297, is allowed for \fIf\fR. By default, the WGS84 ellipsoid is used, \fIa\fR = 6378137 m, \fIf\fR = 1/298.257223563. .IP \fB\-w\fR 4 .IX Item "-w" toggle the longitude first flag (it starts off); if the flag is on, then on input and output, longitude precedes latitude (except that, on input, this can be overridden by a hemisphere designator, \fIN\fR, \fIS\fR, \fIE\fR, \&\fIW\fR). .IP "\fB\-p\fR \fIprec\fR" 4 .IX Item "-p prec" set the output precision to \fIprec\fR (default 6). \fIprec\fR is the number of digits after the decimal point for lengths (in meters). For latitudes and longitudes (in degrees), the number of digits after the decimal point is \fIprec\fR + 5. For the convergence (in degrees) and scale, the number of digits after the decimal point is \fIprec\fR + 6. .IP "\fB\-\-comment\-delimiter\fR \fIcommentdelim\fR" 4 .IX Item "--comment-delimiter commentdelim" set the comment delimiter to \fIcommentdelim\fR (e.g., "#" or "//"). If set, the input lines will be scanned for this delimiter and, if found, the delimiter and the rest of the line will be removed prior to processing and subsequently appended to the output line (separated by a space). .IP \fB\-\-version\fR 4 .IX Item "--version" print version and exit. .IP \fB\-h\fR 4 .IX Item "-h" print usage and exit. .IP \fB\-\-help\fR 4 .IX Item "--help" print full documentation and exit. .IP "\fB\-\-input\-file\fR \fIinfile\fR" 4 .IX Item "--input-file infile" read input from the file \fIinfile\fR instead of from standard input; a file name of "\-" stands for standard input. .IP "\fB\-\-input\-string\fR \fIinstring\fR" 4 .IX Item "--input-string instring" read input from the string \fIinstring\fR instead of from standard input. All occurrences of the line separator character (default is a semicolon) in \fIinstring\fR are converted to newlines before the reading begins. .IP "\fB\-\-line\-separator\fR \fIlinesep\fR" 4 .IX Item "--line-separator linesep" set the line separator character to \fIlinesep\fR. By default this is a semicolon. .IP "\fB\-\-output\-file\fR \fIoutfile\fR" 4 .IX Item "--output-file outfile" write output to the file \fIoutfile\fR instead of to standard output; a file name of "\-" stands for standard output. .SH EXAMPLES .IX Header "EXAMPLES" .Vb 4 \& echo 39.95N 75.17W | ConicProj \-c 40d58 39d56 \-l 77d45W \& => 220445 \-52372 1.67 1.0 \& echo 220445 \-52372 | ConicProj \-c 40d58 39d56 \-l 77d45W \-r \& => 39.95 \-75.17 1.67 1.0 .Ve .SH ERRORS .IX Header "ERRORS" An illegal line of input will print an error message to standard output beginning with \f(CW\*(C`ERROR:\*(C'\fR and causes \fBConicProj\fR to return an exit code of 1. However, an error does not cause \fBConicProj\fR to terminate; following lines will be converted. .SH AUTHOR .IX Header "AUTHOR" \&\fBConicProj\fR was written by Charles Karney. .SH HISTORY .IX Header "HISTORY" \&\fBConicProj\fR was added to GeographicLib, , in version 1.9.