Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 432 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 432 Bytes

r.accumulate.lessmem

r.accumulate.lessmem calculates weighted flow accumulation, stream networks, and the longest flow path using a flow direction map. It is a modified version of r.accumulate and requires less memory. It can be slower than r.accumulate because of heavy bit operations.