1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
.TH UTM2LL 1
.SH NAME
utm2ll \- Convert UTM coordinates to Latitude and Longitude.
.SH SYNOPSIS
.B utm2ll
.I zone easting northing
.RS
.P
\fIzone\fR is UTM zone 1 thru 60 with optional latitudinal band.
.P
\fIeasting\fR is x coordinate in meters.
.P
\fInorthing\fR is y coordinate in meters.
.RE
.SH DESCRIPTION
\fBll2utm\fR converts UTM coordinates to latitude and longitude.
.SH OPTIONS
.TP
None.
.SH EXAMPLES
.P
.B utm2ll 19T 306130 4726010
.P
latitude = 42.662139, longitude = -71.365553
.P
.SH SEE ALSO
More detailed information is in the PDF files at https://github.com/wb2osz/direwolf/tree/master/doc/.
Applications in this package: aclients, atest, decode_aprs, direwolf, gen_packets, kissutil, ll2utm, log2gpx, text2tt, tt2text, utm2ll
|