[GRASS-SVN] r38324 - grass/branches/develbranch_6/raster/r.neighbors
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 9 03:10:00 EDT 2009
Author: hamish
Date: 2009-07-09 03:10:00 -0400 (Thu, 09 Jul 2009)
New Revision: 38324
Modified:
grass/branches/develbranch_6/raster/r.neighbors/description.html
Log:
note NULL behaviour
Modified: grass/branches/develbranch_6/raster/r.neighbors/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.neighbors/description.html 2009-07-09 06:48:19 UTC (rev 38323)
+++ grass/branches/develbranch_6/raster/r.neighbors/description.html 2009-07-09 07:10:00 UTC (rev 38324)
@@ -237,8 +237,12 @@
these geographic region settings. However, the user can elect to keep
original input and output resolutions which are not aligned by specifying
this (e.g., using the <b>-a</b> option).
+<p>
+<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
@@ -265,6 +269,7 @@
whether or not the color file makes sense for the output
will be dependent on the input data values.)
+
<h2>SEE ALSO</h2>
<em><a href="g.region.html">g.region</a></em><br>
@@ -274,18 +279,11 @@
<em><a href="r.statistics.html">r.statistics</a></em><br>
<em><a href="r.support.html">r.support</a></em>
+
<h2>AUTHOR</h2>
Michael Shapiro,
U.S.Army Construction Engineering Research Laboratory
-<p><i>Last changed: $Date$</i>
-
-
-
-
-
-
-
-
-
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list