[GRASS-SVN] r60512 - grass/branches/releasebranch_7_0/raster/r.resamp.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 27 07:14:52 PDT 2014
Author: neteler
Date: 2014-05-27 07:14:51 -0700 (Tue, 27 May 2014)
New Revision: 60512
Modified:
grass/branches/releasebranch_7_0/raster/r.resamp.stats/r.resamp.stats.html
Log:
r.resamp.stats manual: fix example
Modified: grass/branches/releasebranch_7_0/raster/r.resamp.stats/r.resamp.stats.html
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.resamp.stats/r.resamp.stats.html 2014-05-27 11:20:05 UTC (rev 60511)
+++ grass/branches/releasebranch_7_0/raster/r.resamp.stats/r.resamp.stats.html 2014-05-27 14:14:51 UTC (rev 60512)
@@ -3,7 +3,6 @@
<p><em>r.resamp.stats</em> fills a grid cell (raster) matrix with
aggregated values generated from a set of input layer data points.
-
<p>Without the <em>-w</em> switch, the aggregate is computed over all of
the input cells whose centers lie within the output cell.
@@ -13,7 +12,6 @@
is slower, but produces a more accurate result.
-
<h2>NOTES</h2>
<p>Resampling modules (<em>r.resample, r.resamp.stats, r.resamp.interp,
@@ -34,16 +32,19 @@
<div class="code"><pre>
g.region rast=el_D782_6m -p
g.region res=20 -ap
-r.resamp.stats input=el_D782_6m output=el_D782_20m
+# from 6m to 20m: weighted resampling -w
+r.resamp.stats -w input=el_D782_6m output=el_D782_20m
</pre></div>
<h2>SEE ALSO</h2>
-<em><a href="g.region.html">g.region</a></em>,
-<em><a href="r.resample.html">r.resample</a></em>,
-<em><a href="r.resamp.rst.html">r.resamp.rst</a></em>
-<em><a href="r.resamp.interp.html">r.resamp.interp</a></em>
+<em>
+<a href="g.region.html">g.region</a>,
+<a href="r.resample.html">r.resample</a>,
+<a href="r.resamp.rst.html">r.resamp.rst</a>
+<a href="r.resamp.interp.html">r.resamp.interp</a>
+</em>
<h2>AUTHOR</h2>
More information about the grass-commit
mailing list