|
@@ -1,7 +1,7 @@
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
|
|
The <em>r.rescale</em> program rescales the range of
|
|
|
-category values appearing in a raster map layer. A new
|
|
|
+category values appearing in a raster map layer. A new
|
|
|
raster map layer, and an appropriate category file and
|
|
|
color table based upon the original raster map layer, are
|
|
|
generated with category labels that reflect the original
|
|
@@ -10,7 +10,7 @@ is useful for producing representations with a reduced
|
|
|
number of categories from a raster map layer with a large
|
|
|
range of category values (e.g., elevation).
|
|
|
<em>Rescaled</em> map layers are appropriate for use in
|
|
|
-such GRASS programs as
|
|
|
+such GRASS GIS commands as
|
|
|
|
|
|
<em><a href="r.stats.html">r.stats</a></em>,
|
|
|
<em><a href="r.report.html">r.report</a></em>, and
|
|
@@ -21,7 +21,7 @@ such GRASS programs as
|
|
|
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
|
|
|
-(without the <em>from</em> parameter, the full value range will
|
|
|
+(without the <em>from</em> parameter, the full value range will
|
|
|
be used):
|
|
|
|
|
|
<div class="code"><pre>
|
|
@@ -45,15 +45,17 @@ selected as the input range.
|
|
|
|
|
|
<h2>SEE ALSO</h2>
|
|
|
|
|
|
-<em><a href="r.coin.html">r.coin</a></em>,
|
|
|
-<em><a href="r.describe.html">r.describe</a></em>,
|
|
|
-<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>
|
|
|
+<em>
|
|
|
+<a href="r.coin.html">r.coin</a>,
|
|
|
+<a href="r.describe.html">r.describe</a>,
|
|
|
+<a href="r.info.html">r.info</a>,
|
|
|
+<a href="r.mapcalc.html">r.mapcalc</a>,
|
|
|
+<a href="r.reclass.html">r.reclass</a>,
|
|
|
+<a href="r.rescale.eq.html">r.rescale.eq</a>,
|
|
|
+<a href="r.report.html">r.report</a>,
|
|
|
+<a href="r.resample.html">r.resample</a>,
|
|
|
+<a href="r.stats.html">r.stats</a>
|
|
|
+</em>
|
|
|
|
|
|
<h2>AUTHOR</h2>
|
|
|
Michael Shapiro,
|