~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to raster/r.rescale.eq/description.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
To rescale an elevation raster map layer with category
22
22
values ranging from 1090 meters to 1800 meters into the
23
 
range 0-255, the following command line could be used:
 
23
range 0-255, the following command line could be used
 
24
(without the <em>from</em> parameter, the full value range will
 
25
be used):
24
26
 
25
 
<dl>
26
 
<dd>
27
 
<b>r.rescale.eq input=</b>elevation <b>from=</b>1090,1800 <b>output=</b>elevation.255 <b>to=</b>0,255
28
 
</dl>
 
27
<div class="code"><pre>
 
28
r.rescale.eq input=elevation from=1090,1800 output=elevation.255 to=0,255
 
29
</pre></div>
29
30
 
30
31
<h2>NOTES</h2>
31
32
 
50
51
<em><a href="r.info.html">r.info</a></em>,
51
52
<em><a href="r.mapcalc.html">r.mapcalc</a></em>,
52
53
<em><a href="r.reclass.html">r.reclass</a></em>,
 
54
<em><a href="r.rescale.html">r.rescale</a></em>,
53
55
<em><a href="r.report.html">r.report</a></em>,
54
56
<em><a href="r.resample.html">r.resample</a></em>,
55
57
<em><a href="r.stats.html">r.stats</a></em>
58
60
Michael Shapiro,
59
61
U.S.Army Construction Engineering Research Laboratory
60
62
 
61
 
<p><i>Last changed: $Date: 2008-05-16 21:09:06 +0200 (ven, 16 mag 2008) $</i>
 
63
<p><i>Last changed: $Date: 2010-10-06 18:11:45 +0200 (Wed, 06 Oct 2010) $</i>