[GRASS-SVN] r39643 - grass/trunk/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 29 06:35:11 EDT 2009
Author: epatton
Date: 2009-10-29 06:35:07 -0400 (Thu, 29 Oct 2009)
New Revision: 39643
Modified:
grass/trunk/raster/r.neighbors/r.neighbors.html
Log:
Removed incorrect hint about using weights with method=sum
Modified: grass/trunk/raster/r.neighbors/r.neighbors.html
===================================================================
--- grass/trunk/raster/r.neighbors/r.neighbors.html 2009-10-28 23:28:57 UTC (rev 39642)
+++ grass/trunk/raster/r.neighbors/r.neighbors.html 2009-10-29 10:35:07 UTC (rev 39643)
@@ -231,13 +231,13 @@
aggregate over the non-NULL cells in the neighborhood.
<p>
-The <b>-c</b> flag and the <b>weights</b> parameter are mutually exclusive.
-Any use of the two together will produce an error. Differently-shaped neighborhood
-analysis windows may be achieved by using the <b>weight=</b> parameter to specify
-a weights file where all values are equal (for <b>method</b>=sum, the sum of the
-weights should be 1). The user can also vary the weights at the edge of the
-neighborhood according to the proportion of the cell that lies inside the neighborhood circle,
-effectively anti-aliasing the analysis mask.
+The <b>-c</b> flag and the <b>weights</b> parameter are mutually exclusive. Any
+use of the two together will produce an error. Differently-shaped neighborhood
+analysis windows may be achieved by using the <b>weight=</b> parameter to
+specify a weights file where all values are equal. The user can also vary the
+weights at the edge of the neighborhood according to the proportion of the cell
+that lies inside the neighborhood circle, effectively anti-aliasing the analysis
+mask.
<p>
For aggregates where a weighted calculation isn't meaningful
More information about the grass-commit
mailing list