[GRASS-SVN] r37923 - grass/branches/develbranch_6/vector/v.clean
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 17 11:08:44 EDT 2009
Author: mmetz
Date: 2009-06-17 11:08:44 -0400 (Wed, 17 Jun 2009)
New Revision: 37923
Modified:
grass/branches/develbranch_6/vector/v.clean/description.html
Log:
update manual
Modified: grass/branches/develbranch_6/vector/v.clean/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.clean/description.html 2009-06-17 15:05:51 UTC (rev 37922)
+++ grass/branches/develbranch_6/vector/v.clean/description.html 2009-06-17 15:08:44 UTC (rev 37923)
@@ -32,16 +32,18 @@
<h3>Remove dangles</h3>
Threshold gives maximum line/boundary length in map units, degrees for
-latlon. All dangles shorter than <em>thresh</em> will be removed.
-Threshold is ignored if < 0.
+latlon. Dangles shorter than <em>thresh</em> will be removed.
+All dangles will be removed if <em>thresh</em> < 0.
<p>
The <em>rmdangle</em> tool removes dangling lines/boundaries shorter than
<em>thresh</em>. A line/boundary is considered to be a dangle if no other
line of given <em>type</em> is on at least one end node. If a dangle is
formed by several lines, such a string of lines is taken as one dangle
-and either everything or nothing is deleted. The <em>rmdangle</em> tool
-is useful to remove incorrect boundaries after other cleaning operations.
-Areas can then be successfully built.
+and everything is deleted if the combined length is shorter than
+<em>thres</em> or <em>thres</em> is < 0. If the combined length is
+larger than <em>thresh</em>, nothing is deleted. The <em>rmdangle</em>
+tool is useful to remove incorrect boundaries after other cleaning
+operations. Areas can then be successfully built.
<h3>Change boundary dangles to type line</h3>
More information about the grass-commit
mailing list