<div dir="ltr"><div><br><br>On Wed, Jan 17, 2018 at 6:30 PM, Shane Carey <<a href="mailto:careyshan@gmail.com">careyshan@gmail.com</a>> wrote:<br>><br>> Hi,<br>><br>> I was wondering if someone could tell me how r.watershed works in terms of creating stream network. I was of the opinion it just mapped a river from A to B based on the least cost search algorithm where elevation is the "cost"!<br><br></div>In r.watershed, there is no "A to B". The least cost search starts with potential outlets (many B's) and determines flow directions for all non-NULL cells (many A's).<br><div><br>><br>> However, it also calculates flow directions and flow accumulations - Are these just an added bonus?</div><div><br></div><div>Added bonus is flow accumulation using the determined flow directions.</div><div><br></div><div>Further added bonus is stream network extraction, essentially flow accumulation >= threshold.</div><div><br></div><div>Markus M<br></div><div>><br>> Thanks<br>><br>> --<br>> Le gach dea ghui,<br>> Shane Carey<br>><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>