<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Thanks Markus and Hamish,<br>
<br>
Unfortunately v.clean rmdangle will not work for me. With
Threshhold&lt;0 it deletes more or less all lines, otherwise none. I
guess it is because the "nests" of lines consist of 4-20 lines and are
all seperated from each other. <br>
Per defintion a line "is considered to be a dangle if no other line of
given <em>type</em> is on at least one end node" (documentation
v.clean rmdangle). As I am searching for lines that have exactly one
line as sum of all connecting node, this tool doesn't help.<br>
<br>
I will try to solve the problem by creating points out of the line
(nodes), buffering the points and delete the ones intersecting only one
line. But I still hope that there is a more direct solution to delete
the line as a geometry.<br>
<br>
So if there are any other suggestions I would be happy about. <br>
I'll keep you up to date in case I find a solution.<br>
<br>
Cheers, Patrick<br>
<br>
<br>
<br>
On 11/12/2010 09:51 PM, Hamish wrote:
<blockquote cite="mid:143238.55475.qm@web110005.mail.gq1.yahoo.com"
 type="cite">
  <pre wrap="">Patrick_schirmer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a lot of lines that are linked to another
forming various nets. Several of those lines are
deadends. Now I search for a option to delete
"dead-ends" within those networks. It would be
perfect to delete the lines, or to search for the
nodes that link to more than one line.
I was searching in v.generalize, v.net,
v.to.point, v.to.db but won't find the proper
approach.
    </pre>
  </blockquote>
  <pre wrap="">
not a v.net specific thing, but in general for
vector maps you can use v.clean to remove (or isolate)
line "dangles" with the 'rmdangle' (or 'chdangle')
tools.


maybe that helps,
Hamish



      

  </pre>
</blockquote>
<br>
</body>
</html>