[GRASS-SVN] r69437 - grass/branches/releasebranch_7_2/display/d.rast.arrow
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 11 12:36:44 PDT 2016
Author: neteler
Date: 2016-09-11 12:36:44 -0700 (Sun, 11 Sep 2016)
New Revision: 69437
Modified:
grass/branches/releasebranch_7_2/display/d.rast.arrow/d.rast.arrow.html
Log:
d.rast.arrow manual: minor style edits; example lacking
Modified: grass/branches/releasebranch_7_2/display/d.rast.arrow/d.rast.arrow.html
===================================================================
--- grass/branches/releasebranch_7_2/display/d.rast.arrow/d.rast.arrow.html 2016-09-11 19:36:06 UTC (rev 69436)
+++ grass/branches/releasebranch_7_2/display/d.rast.arrow/d.rast.arrow.html 2016-09-11 19:36:44 UTC (rev 69437)
@@ -19,7 +19,7 @@
You can disable drawing of null data and unknown aspect values by
setting its color to "<tt>none</tt>".
-<p>If you specify the <em>magnitude_map</em> option, arrow lengths
+<p>When specifying the <em>magnitude_map</em> option, arrow lengths
denoting magnitude will be extracted from the cell values of the specified
map. In this case the tail of the arrow will be centered on the source cell.
You may adjust the overall scale using the <em>scale</em> option.
@@ -62,7 +62,9 @@
<h2>EXAMPLE</h2>
-Convert U,V velocity component maps into magnitide,direction maps for use
+<!-- TODO: add NC example: where to get U and V maps from? -->
+
+Convert U,V velocity component maps into magnitude,direction maps for use
with <em>d.rast.arrow</em>:
<div class="code"><pre>
@@ -73,15 +75,17 @@
<h2>SEE ALSO</h2>
-<em><a href="d.frame.html">d.frame</a></em><br>
-<em><a href="d.rast.html">d.rast</a></em><br>
-<em><a href="d.rast.edit.html">d.rast.edit</a></em><br>
-<em><a href="d.rast.num.html">d.rast.num</a></em><br>
-<em><a href="g.region.html">g.region</a></em><br>
-<em><a href="r.slope.aspect.html">r.slope.aspect</a></em><br>
-<em><a href="r.watershed.html">r.watershed</a></em><br>
-<br>
+<em>
+<a href="d.frame.html">d.frame</a>,
+<a href="d.rast.html">d.rast</a>,
+<a href="d.rast.edit.html">d.rast.edit</a>,
+<a href="d.rast.num.html">d.rast.num</a>,
+<a href="g.region.html">g.region</a>,
+<a href="r.slope.aspect.html">r.slope.aspect</a>,
+<a href="r.watershed.html">r.watershed</a>
+</em>
+
<h2>AUTHORS</h2>
<u>Original author</u><br>
More information about the grass-commit
mailing list