File: gcb.1

package info (click to toggle)
gc 1.07-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 64 kB
  • ctags: 14
  • sloc: ansic: 161; makefile: 40; sh: 8
file content (44 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
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
41
42
43
44
.TH GCB 1
.SH NAME
gcb \- calculate bearing and range to a location
.SH SYNOPSIS
.B gcb units station1 station2
.SH DESCRIPTION
This manual page documents briefly the
.B gcb 
command.

This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
.B Gcb
computes Great Circle Bearing and Range
given the latitude and longitude (degrees and minutes).
You must input the lat/long of the two stations.
The output will then be relative from station1 to station2.

Input the two station lat/longs using the following format:
ddd.mmHddd.mmG, lead/lagging zeros can be left out.

d = Degrees, m = Minutes, H = Hemisphere (N or S),
G = Greenwich (W or E)

Units is 'n' for Nautical, 'k' for kilometers, and 's' for
Statute.


.SH EXAMPLES
gcb n 35.19n97.27w 0s0e           (Moore to Prime/Equator)

gcb n 35.19N97.27W 38.51n77.02W   (Moore to Washington D.C., mixed case)

gcb n 33.56n118.24w 55.45n37.35e  (L.A. to Moscow)

gcb n 35N70W 35N71W		 (No decimal points used, all uppercase)

.SH SEE ALSO
/usr/share/doc/gc/README.

.SH AUTHOR
This manual page was written by Joop Stakenborg <pa3aba@debian.org>,
for the Debian GNU/Linux system (but may be used by others).