<div dir="ltr"><div><br><br>On Wed, Sep 27, 2017 at 1:11 PM, Johannes Radinger <<a href="mailto:johannesradinger@gmail.com">johannesradinger@gmail.com</a>> wrote:<br>><br>> Hi,<br>><br>> I have a GRASS vector network that represents a river network (with many first order tributaries) and that has additional connected nodes that represent sampling sites. <br>><br>> I'd like to extract a minimum subnetwork of the full network that still connects a set of selected nodes (e.g. identified by their cat). However, network edges (i.e. river segments) that are not necessary to connect the sampling points should be excluded in the new subnetwork. Is there a function or process in GRASS GIS to extract such a subnetwork that fully connects a set of selected nodes?<br><br></div>You could try v.net.steiner. A Steiner tree is probably overkill for a river network, but it should work.<br><div><br></div><div>Markus M<br></div><div>><br>> Cheers,<br>> Johannes<br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div>