<div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm trying to measure the distance between points along a vector representing a stream network.  I tried this first with the 'stream' vector in the North Carolina sample data set, following the example from the documentation for v.net.allpairs:</div><div><br></div><div>1. v.split to split network into segments of a specified length</div><div>2. <a href="http://v.net">v.net</a> option=nodes to generate network with points at end of segments</div><div>3. v.net.allpairs to calculate distance between all pairs of points</div><div><br></div><div>This worked fine.  </div><div><br></div><div>Then I tried this with some new vector data representing a stream that was created with r.stream.extract.  When I ran the v.net.allpairs, I only receive distances between certain points on the network.  Running v.net.distance returns a message, "WARNING: 232 'from' features were not reachable".  </div><div><br></div><div>I tried running the snap tool in v.clean to correct topological issues with the data, but I'm still getting the same error message.  </div><div><br></div><div>Does anyone have thoughts on what else I can do to try to resolve this?</div><div><br></div><div>Thanks,</div><div><br></div><div>Will</div></div>