[GRASS-SVN] r31445 - grass/trunk/raster/r.grow2
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 20 13:33:28 EDT 2008
Author: epatton
Date: 2008-05-20 13:33:28 -0400 (Tue, 20 May 2008)
New Revision: 31445
Modified:
grass/trunk/raster/r.grow2/description.html
Log:
Included info from Glynn on r.grow tie-breaking rules (synched with g6_devel: r31444)
Modified: grass/trunk/raster/r.grow2/description.html
===================================================================
--- grass/trunk/raster/r.grow2/description.html 2008-05-20 17:31:03 UTC (rev 31444)
+++ grass/trunk/raster/r.grow2/description.html 2008-05-20 17:33:28 UTC (rev 31445)
@@ -51,6 +51,12 @@
where the isolines of distance from a point are squares.
+<p>
+
+If there are two cells which are equal candidates to grow into an empty space,
+<em>r.grow</em> will choose the northernmost candidate; if there are multiple
+candidates with the same northing, the westernmost is chosen.
+
<h2>SEE ALSO</h2>
<em><a href="r.buffer.html">r.buffer</a></em><br>
More information about the grass-commit
mailing list