Flow Accumulation: Gaining Speed

1738
1
07-18-2011 12:48 AM
ValentinMüller
New Contributor
Hello,

I need to use the Flow Accumulation tool on a relatively large DEM (30 meter cellsize) with a weight raster (cellsize roughly 900 m), which takes probably some days to finish.
Are there any means to speed up the computation proceedure?
Or do the following steps shorten the computation time?
- same cell size
- same projection
- Output float/integer

Thanks in advance

-- mrkanister
0 Kudos
1 Reply
curtvprice
MVP Esteemed Contributor
Or do the following steps shorten the computation time?
- same cell size
- same projection
- Output float/integer


If the flow direction and weight grid are not in the same coordinate system, and the cell size and snap aren't set to match the flowdirection grid, you are unlikely to get the correct results.

The kind of output will always be float. You may have some performance gain if the weight raster is integer because this could minimize the amount of I/O required to access the values due to the run-length compression used for integer grids.

If both inputs are grids and the output is a grid you probably will see better performance. (Definitely if using 9.x.)
0 Kudos