[GRASS-SVN] r68077 - in grass/branches/releasebranch_7_0/scripts: r.blend r.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 18 07:09:42 PDT 2016


Author: neteler
Date: 2016-03-18 07:09:42 -0700 (Fri, 18 Mar 2016)
New Revision: 68077

Modified:
   grass/branches/releasebranch_7_0/scripts/r.blend/r.blend.html
   grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.html
   grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py
Log:
r.rgb: more keywords; fix example; r.blend manual: add r.rgb reference (trunk, r68076)

Modified: grass/branches/releasebranch_7_0/scripts/r.blend/r.blend.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.blend/r.blend.html	2016-03-18 14:09:00 UTC (rev 68076)
+++ grass/branches/releasebranch_7_0/scripts/r.blend/r.blend.html	2016-03-18 14:09:42 UTC (rev 68077)
@@ -20,13 +20,14 @@
 <h2>SEE ALSO</h2>
 
 <em>
+<a href="d.shade.html">d.shade</a>,
+<a href="g.region.html">g.region</a>,
 <a href="r.shade.html">r.shade</a>,
+<a href="r.colors.html">r.colors</a>,
 <a href="r.his.html">r.his</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
-<a href="r.colors.html">r.colors</a>,
-<a href="r.support.html">r.support</a>,
-<a href="d.shade.html">d.shade</a>,
-<a href="g.region.html">g.region</a>
+<a href="r.rgb.html">r.rgb</a>,
+<a href="r.support.html">r.support</a>
 </em>
 
 

Modified: grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.html	2016-03-18 14:09:00 UTC (rev 68076)
+++ grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.html	2016-03-18 14:09:42 UTC (rev 68077)
@@ -7,7 +7,7 @@
 
 <div class="code"><pre>
 g.region raster=elevation -p
-r.rgb input=elevation
+r.rgb input=elevation red=elevation.r green=elevation.g blue=elevation.b
 </pre></div>
 
 <p>

Modified: grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py	2016-03-18 14:09:00 UTC (rev 68076)
+++ grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py	2016-03-18 14:09:42 UTC (rev 68077)
@@ -17,6 +17,8 @@
 #% description: Splits a raster map into red, green and blue maps.
 #% keyword: raster
 #% keyword: RGB
+#% keyword: separate
+#% keyword: split
 #%end
 #%option G_OPT_R_INPUT
 #%end



More information about the grass-commit mailing list