[GRASS-SVN] r39644 - grass/branches/develbranch_6/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 29 06:40:51 EDT 2009
Author: epatton
Date: 2009-10-29 06:40:50 -0400 (Thu, 29 Oct 2009)
New Revision: 39644
Modified:
grass/branches/develbranch_6/raster/r.neighbors/description.html
Log:
Removed incorrect hint about using weights with method=sum, merge from trunk r39643
Modified: grass/branches/develbranch_6/raster/r.neighbors/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.neighbors/description.html 2009-10-29 10:35:07 UTC (rev 39643)
+++ grass/branches/develbranch_6/raster/r.neighbors/description.html 2009-10-29 10:40:50 UTC (rev 39644)
@@ -243,13 +243,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