<div dir="ltr">Hi Johannes,<br><br>On Fri, Feb 28, 2020 at 4:27 PM Johannes Radinger <<a href="mailto:johannesradinger@gmail.com">johannesradinger@gmail.com</a>> wrote:<br>><br>> Hi all,<br>><br>> I have two line vectors: LV1) a complete stream network LV2) sections of the same stream network representing impoundments.<br>><br>> LV2 is a subset of LV1 and fully spatially overlapping. However, the full stream network consists of polylines with start/end nodes that do not correspond to the impoundments vector:<br>><br>> LV1 (complete network):<br>> +-------------------+------------------+<br>> LV2 (subset with different start/end nodes)<br>>      +---+               +-------------+<br>><br>> So how can I get the information of impoundments (LV2) into the attribute table of the first line vector (LV1). A way that came into my mind but which is somehow cumbersome:<br>><br>> 1) Extract the start/end node coordinates each impoundment (LV2) using v.to.db<br>> 2) Use these coordinates in v.edit to break the river network (LV1)<br>> 3) Add new categories in layer 2 of LV1 and add an attribute table<br>> 4) Use v.distance to query the information from LV2 and copy it to the corresponding new reaches in LV1<br>> ..This is not yet tested and not the most straight forward way.<br>><br><div>> All this I guess would be easier if there would be something like v.overlay that works with two line vectors...</div><div><br></div><div>The only alternative I can think of is v.clean tool=break errors=nodes, but this might not be exactly what you need: start/end nodes from LV2 might be missing if there are matching nodes in LV1. Your approach seems to be reasonable, even if it involves several steps.</div><div><br></div><div>Markus M</div><div><br></div>><br>> Has anybody done similar analysis in GRASS so far?<br>><br>> cheers,<br>> Johannes<br>><br>> tart/end nodes of the  <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></div>