[GRASS-SVN] r44235 -
grass/branches/releasebranch_6_4/display/d.rast.arrow
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 7 17:55:28 EST 2010
Author: neteler
Date: 2010-11-07 14:55:28 -0800 (Sun, 07 Nov 2010)
New Revision: 44235
Modified:
grass/branches/releasebranch_6_4/display/d.rast.arrow/description.html
Log:
HTML fix
Modified: grass/branches/releasebranch_6_4/display/d.rast.arrow/description.html
===================================================================
--- grass/branches/releasebranch_6_4/display/d.rast.arrow/description.html 2010-11-07 22:53:02 UTC (rev 44234)
+++ grass/branches/releasebranch_6_4/display/d.rast.arrow/description.html 2010-11-07 22:55:28 UTC (rev 44235)
@@ -44,13 +44,14 @@
<P>
GRASS aspect maps are measured using Cartesian conventions, i.e. in degrees
counterclockwise from east. e.g.:
-<UL>
-<pre>
+
+<div class="code"><pre>
90 North
180 West
270 South
-0,360 East</pre>
-</UL>
+0,360 East
+</pre></div>
+
<P>
They can be created from a raster elevation map with <em>r.slope.aspect</em>.
<P>
@@ -64,12 +65,12 @@
Convert U,V velocity component maps into magnitide,direction maps for use
with <em>d.rast.arrow</em>:
-<pre>
- r.mapcalc 'magnitude = sqrt(U_map^2 + V_map^2)'
- r.mapcalc 'direction = atan(U_map, V_map)'
- d.rast.arrow map=direction type=grass magnitude_map=magnitude skip=3 grid=none
-</pre>
-<BR>
+
+<div class="code"><pre>
+r.mapcalc "magnitude = sqrt(U_map^2 + V_map^2)"
+r.mapcalc "direction = atan(U_map, V_map)"
+d.rast.arrow map=direction type=grass magnitude_map=magnitude skip=3 grid=none
+</pre></div>
<H2>SEE ALSO</H2>
More information about the grass-commit
mailing list