Hi,
I have two raster datasets: the first is a flow direction and the second is a raster of values.
I need to calculate a third raster where each cell value is the sum of all cell values in the second raster obtained following the flow direction (downstream).
I tried to do this using raster cell iterator but it could be very slow with large raster datasets.
Does anyone have a better idea for doing this?
thanks
Marco