[GRASS-SVN] r43808 - in grass/branches/releasebranch_6_4/raster: r.rescale r.rescale.eq

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 6 12:11:45 EDT 2010


Author: neteler
Date: 2010-10-06 16:11:45 +0000 (Wed, 06 Oct 2010)
New Revision: 43808

Modified:
   grass/branches/releasebranch_6_4/raster/r.rescale.eq/description.html
   grass/branches/releasebranch_6_4/raster/r.rescale/description.html
Log:
HTML cosmetics + note added

Modified: grass/branches/releasebranch_6_4/raster/r.rescale/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.rescale/description.html	2010-10-06 10:06:14 UTC (rev 43807)
+++ grass/branches/releasebranch_6_4/raster/r.rescale/description.html	2010-10-06 16:11:45 UTC (rev 43808)
@@ -20,12 +20,13 @@
 
 To rescale an elevation raster map layer with category
 values ranging from 1090 meters to 1800 meters into the
-range 0-255, the following command line could be used:
+range 0-255, the following command line could be used
+(without the <em>from</em> parameter, the full value range will 
+be used):
 
-<dl>
-<dd>
-<b>r.rescale input=</b>elevation <b>from=</b>1090,1800 <b>output=</b>elevation.255 <b>to=</b>0,255
-</dl>
+<div class="code"><pre>
+r.rescale input=elevation from=1090,1800 output=elevation.255 to=0,255
+</pre></div>
 
 <h2>NOTES</h2>
 
@@ -49,6 +50,7 @@
 <em><a href="r.info.html">r.info</a></em>,
 <em><a href="r.mapcalc.html">r.mapcalc</a></em>,
 <em><a href="r.reclass.html">r.reclass</a></em>,
+<em><a href="r.rescale.eq.html">r.rescale.eq</a></em>,
 <em><a href="r.report.html">r.report</a></em>,
 <em><a href="r.resample.html">r.resample</a></em>,
 <em><a href="r.stats.html">r.stats</a></em>

Modified: grass/branches/releasebranch_6_4/raster/r.rescale.eq/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.rescale.eq/description.html	2010-10-06 10:06:14 UTC (rev 43807)
+++ grass/branches/releasebranch_6_4/raster/r.rescale.eq/description.html	2010-10-06 16:11:45 UTC (rev 43808)
@@ -20,12 +20,13 @@
 
 To rescale an elevation raster map layer with category
 values ranging from 1090 meters to 1800 meters into the
-range 0-255, the following command line could be used:
+range 0-255, the following command line could be used
+(without the <em>from</em> parameter, the full value range will
+be used):
 
-<dl>
-<dd>
-<b>r.rescale.eq input=</b>elevation <b>from=</b>1090,1800 <b>output=</b>elevation.255 <b>to=</b>0,255
-</dl>
+<div class="code"><pre>
+r.rescale.eq input=elevation from=1090,1800 output=elevation.255 to=0,255
+</pre></div>
 
 <h2>NOTES</h2>
 
@@ -50,6 +51,7 @@
 <em><a href="r.info.html">r.info</a></em>,
 <em><a href="r.mapcalc.html">r.mapcalc</a></em>,
 <em><a href="r.reclass.html">r.reclass</a></em>,
+<em><a href="r.rescale.html">r.rescale</a></em>,
 <em><a href="r.report.html">r.report</a></em>,
 <em><a href="r.resample.html">r.resample</a></em>,
 <em><a href="r.stats.html">r.stats</a></em>



More information about the grass-commit mailing list