[GRASS-SVN] r39645 -
grass/branches/releasebranch_6_4/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 29 06:42:00 EDT 2009
Author: epatton
Date: 2009-10-29 06:41:59 -0400 (Thu, 29 Oct 2009)
New Revision: 39645
Modified:
grass/branches/releasebranch_6_4/raster/r.neighbors/description.html
Log:
Removed incorrect hint about using weights with method=sum, merge from relbr6 r39644
Modified: grass/branches/releasebranch_6_4/raster/r.neighbors/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.neighbors/description.html 2009-10-29 10:40:50 UTC (rev 39644)
+++ grass/branches/releasebranch_6_4/raster/r.neighbors/description.html 2009-10-29 10:41:59 UTC (rev 39645)
@@ -242,14 +242,13 @@
<em><b>r.neighbors</b></em> doesn't propagate NULLs, but computes the
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