<div dir="ltr">Hi Pierluigi,<div><br></div><div>I think here you could use the tool r.watershed (<a href="https://grass.osgeo.org/grass70/manuals/r.watershed.html">https://grass.osgeo.org/grass70/manuals/r.watershed.html</a>)</div><div>with your underlying DEM as input. This tool will provide you an accumulation map with increasing values in</div><div>downstream direction.</div><div><br></div><div>I am not exactly sure if this is your task, but if you provide an input map for 'flow' with values for each cell that represents</div><div>the actual cell size than the output accumulation map output is your upslope contributing area. If you</div><div>use another input map for 'flow' (e.g. sediment input per cell) than the output will be the accumulated sediment</div><div>in downstream direction. Subsequently you can use r.mapcalc to divide both maps to get the ratio</div><div>of sediment delivery per unit upslope contributing area.</div><div><br></div><div>I hope that helps?!</div><div><br></div><div>cheers,</div><div>Johannes</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 17, 2015 at 11:29 AM, Ing. Pierluigi De Rosa <span dir="ltr"><<a href="mailto:pierluigi.derosa@gfosservices.it" target="_blank">pierluigi.derosa@gfosservices.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear users,<br>
<br>
my deal is to calculate a raster of the sediment delivery ratio like<br>
explained here:<br>
<a href="http://data.naturalcapitalproject.org/nightly-build/invest-users-guide/html/sdr.html#sediment-delivery-ratio" rel="noreferrer" target="_blank">http://data.naturalcapitalproject.org/nightly-build/invest-users-guide/html/sdr.html#sediment-delivery-ratio</a><br>
<br>
moreover I need to calculate, for each cell, the average of a raster (C<br>
factor) of the upslope contributing area.<br>
take a look to these image to better explication:<br>
<a href="http://data.naturalcapitalproject.org/nightly-build/invest-users-guide/html/_images/connectivity_diagram.png" rel="noreferrer" target="_blank">http://data.naturalcapitalproject.org/nightly-build/invest-users-guide/html/_images/connectivity_diagram.png</a><br>
<br>
How can I do that?<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888">Pierluigi<br>
<br>
<br>
--<br>
<br>
<br>
________________________________________________________________________<br>
Ing. Pierluigi De Rosa (PhD)<br>
Studio Associato GFOSSERVICES<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="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a></font></span></blockquote></div><br></div>