~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to display/d.rhumbline/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<H2>DESCRIPTION</H2>
2
 
 
3
 
A rhumbline (loxodrome) is a line following a constant angle of the
4
 
compass (i.e., a line of constant direction). It crosses all meridians
5
 
at the same angle, i.e. a path of constant bearing.
6
 
 
7
 
 <!-- There are 32
8
 
points on the compass (points are roughly 11 degrees 15
9
 
minutes apart). --> <EM>d.rhumbline</EM> displays the
10
 
rhumbline joining any two user-specified points in the
11
 
active frame on the user's graphics monitor.  The named
12
 
coordinate locations must fall within the boundaries of the
13
 
user's current geographic region.
14
 
 
15
 
<P>
16
 
 
17
 
The user can run this program either interactively or
18
 
non-interactively.  If the user simply types
19
 
<B>d.rhumbline</B> on the command line and runs it without specifying
20
 
parameter values, the mouse will be activated and the user
21
 
will be asked to use the mouse to indicate the two
22
 
endpoints of the rhumbline.  The rhumbline is then drawn in
23
 
the default color (black). <!-- The program also outputs the
24
 
coordinate locations of the two endpoints on the user's
25
 
terminal and the number associated with the mouse button
26
 
depressed by the user in a format useful for input to other
27
 
programs. -->
28
 
 
29
 
<P>
30
 
 
31
 
Alternately, the user can specify the starting and ending
32
 
longitude/latitude coordinates of the rhumbline and
33
 
(optionally) the color in which the rhumbline will be
34
 
displayed; in this case, the program will run
35
 
non-interactively.
36
 
 
37
 
<H2>NOTES</H2>
38
 
 
39
 
This program works only with longitude-latitude locations. 
40
 
 
41
 
<H2>SEE ALSO</H2>
42
 
 
43
 
<EM><A HREF="d.geodesic.html">d.geodesic</A></EM>
44
 
 
45
 
<H2>AUTHOR</H2>
46
 
 
47
 
Michael Shapiro, 
48
 
U.S. Army Construction Engineering 
49
 
Research Laboratory
50
 
 
51
 
<p><i>Last changed: $Date: 2005-10-18 09:45:17 +0200 (Tue, 18 Oct 2005) $</i>