[GRASS-SVN] r57580 - grass/branches/releasebranch_6_4/scripts/r.blend
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 1 00:16:13 PDT 2013
Author: hamish
Date: 2013-09-01 00:16:13 -0700 (Sun, 01 Sep 2013)
New Revision: 57580
Modified:
grass/branches/releasebranch_6_4/scripts/r.blend/description.html
Log:
fix html bug (merge r52191 from devbr6)
Modified: grass/branches/releasebranch_6_4/scripts/r.blend/description.html
===================================================================
--- grass/branches/releasebranch_6_4/scripts/r.blend/description.html 2013-09-01 07:14:21 UTC (rev 57579)
+++ grass/branches/releasebranch_6_4/scripts/r.blend/description.html 2013-09-01 07:16:13 UTC (rev 57580)
@@ -3,16 +3,18 @@
<em>r.blend</em> blends color components of 2 raster maps by a
specificed percentage of the first map.
+
<h2>EXAMPLE</h2>
Blending the aspect map with the elevation map for a shaded map
(North Carolina sample dataset):
-<p>
+
<div class="code"><pre>
g.region rast=aspect -p
r.blend first=aspect second=elevation output_prefix=elev_shade_blend
d.mon x0
d.rgb blue=elev_shade_blend.b green=elev_shade_blend.g red=elev_shade_blend.r
+</pre></div>
<h2>SEE ALSO</h2>
@@ -24,6 +26,7 @@
<a href="r.support.html">r.support</a>
</em>
+
<h2>AUTHOR</h2>
Unknown: probably CERL<br>
More information about the grass-commit
mailing list