Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1503

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: d.geodesic</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>d.geodesic</b></em>  - Displays a geodesic line, tracing the shortest distance between two geographic points along a great circle, in a longitude/latitude data set.
<h2>KEYWORDS</h2>
display
<h2>SYNOPSIS</h2>
<b>d.geodesic</b><br>
<b>d.geodesic help</b><br>
<b>d.geodesic</b>  [<b>coor</b>=<em>lon1,lat1,lon2,lat2</em>]   [<b>lcolor</b>=<em>string</em>]   [<b>tcolor</b>=<em>string</em>]   [--<b>verbose</b>]  [--<b>quiet</b>] 


<h3>Parameters:</h3>
<DL>
<DT><b>coor</b>=<em>lon1,lat1,lon2,lat2</em></DT>
<DD>Starting and ending coordinates</DD>

<DT><b>lcolor</b>=<em>string</em></DT>
<DD>Line color</DD>
<DD>Options: <em>red,orange,yellow,green,blue,indigo,violet,white,black,gray,brown,magenta,aqua,grey,cyan,purple</em></DD>
<DD>Default: <em>black</em></DD>

<DT><b>tcolor</b>=<em>string</em></DT>
<DD>Text color or "none"</DD>

</DL>
<H2>DESCRIPTION</H2>

<EM>d.geodesic</EM> displays a geodesic line in the active frame on the user's 
graphics monitor. This is also known as the great circle line and traces the 
shortest distance between two user-specified points on the curved surface of 
a longitude/latitude data set. The two coordinate locations named must fall 
within the boundaries of the user's current geographic region. 

<H2>OPTIONS</H2>

This program can be run either interactively or non-interactively. 
If the user types <B>d.geodesic</B> on the command line and runs it without other program 
parameters, the mouse will be activated; the user is asked to use 
the mouse to indicate the starting and ending points of each geodesic line 
to be drawn. The default line color (black) and text color (red) 
will be used. 

<P>
Alternately, the user can specify the starting and ending coordinates 
of the geodesic, line color, and text color on the command line, 
and run the program non-interactively. 

<P>
Once the user indicates the starting and ending coordinates 
of the geodesic, the line and its length (in miles) are displayed to 
the user's graphics monitor. If the text color is set to <em>none</em>,
the great circle distance is not displayed.

<H2>NOTES</H2>

This program works only with GRASS locations using a longitude/latitude 
coordinate system. 

<H2>SEE ALSO</H2>

<EM><A HREF="d.rhumbline.html">d.rhumbline</A></EM>

<H2>AUTHOR</H2>

Michael Shapiro, U.S. Army Construction Engineering Research Laboratory

<p><i>Last changed: $Date: 2004-09-16 12:52:27 +0200 (Thu, 16 Sep 2004) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="display.html">display index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>