1d.rhumbline(1) Grass User's Manual d.rhumbline(1)
2
3
4
6 d.rhumbline - Displays the rhumbline joining two user-specified
7 points, in the active frame on the user's graphics monitor.
8
10 display
11
13 d.rhumbline
14 d.rhumbline help
15 d.rhumbline [coor=lon1,lat1,lon2,lat2] [lcolor=string]
16
17 Parameters:
18 coor=lon1,lat1,lon2,lat2
19 Starting and ending coordinates
20
21 lcolor=string
22 Line color Options: red,orange,yellow,green,blue,indigo,vio‐
23 let,white,black,gray,brown,magenta,aqua,grey,cyan,purple Default:
24 black
25
27 A rhumbline (loxodrome) is a line following a constant angle of the
28 compass (i.e., a line of constant direction). It crosses all meridians
29 at the same angle, i.e. a path of constant bearing.
30 d.rhumbline displays the rhumbline joining any two user-specified
31 points in the active frame on the user's graphics monitor. The named
32 coordinate locations must fall within the boundaries of the user's cur‐
33 rent geographic region.
34
35 The user can run this program either interactively or non-interac‐
36 tively. If the user simply types d.rhumbline on the command line and
37 runs it without specifying parameter values, the mouse will be acti‐
38 vated and the user will be asked to use the mouse to indicate the two
39 endpoints of the rhumbline. The rhumbline is then drawn in the default
40 color (black).
41
42 Alternately, the user can specify the starting and ending longi‐
43 tude/latitude coordinates of the rhumbline and (optionally) the color
44 in which the rhumbline will be displayed; in this case, the program
45 will run non-interactively.
46
48 This program works only with longitude-latitude locations.
49
51 d.geodesic
52
54 Michael Shapiro, U.S. Army Construction Engineering Research Laboratory
55
56 Last changed: $Date: 2005/10/18 07:45:17 $
57
58 Full index
59
60
61
62GRASS 6.2.2 d.rhumbline(1)