sorry for the repetitive posting about the same issue, but i'm
determined to get this.  I have been at this for a week, but think
I finally found what i need to do.  hopefully there is a way to
automate this effort.  i'm not getting the results i would
anticipate.<br>
<br>
I whittled my data down to a subset because running v.net.steiner on
28,000 lines with 208 points took 3 days.&nbsp; when i used 2,000 lines
and 17 pionts i was able to get some results quicker and try to figure
out whats wrong.<br>
<br>
i have points (buildings) and lines (streets).&nbsp; I used v.distance
to make the connecting lines.&nbsp; i used v.category to add categories
to the connecting lines, because all the cats were zero.&nbsp; when i
would patch them together like this, the connectors wound up on on
layer 0.&nbsp; not sure if this matters for network analysis.&nbsp;
when i add categories and patch them together, the lines are on layer 1
and the points are on layer 1.&nbsp; all seems good so far.&nbsp; <br>
<br>
v.clean.... i am very familiar with vector data editing and operations
in a/i, but i dont understand the outputs from v.clean.&nbsp; i have
used default values and also specified thresholds.&nbsp; not all the
lines get snapped to new lines from the connectors to the
streets.&nbsp; in the last run of 17, 1 line did not intersect/snap to
the streets, even with varying thresholds.&nbsp; i found that i had to
use v.digit to add a verticie and split the line prior to v.clean
(after knowing which lines were not snapping).<br>
<br>
Is there a way to automate this?&nbsp; Does v.clean have to have a
verticie in the threshold radius to snap to the street lines?&nbsp; Or
can it snap nodes to lines when a verticie is not in the threshold?<br>
<br>
Using v.distance, i would expect the connectors to be exactly at the
street lines.&nbsp; in the event that they are such a fraction of a
distance from the streets, a &quot;1&quot; threshold should get them snapped to
the streets.&nbsp; any reason why it wouldnt?&nbsp; it seems that there
has to be a verticie in the threshold and the man pages illude to this
as well<br>
<br>
thanks,<br>
Mark<br>