Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huidaecho/r.accumulate.lessmem

Memory-efficient version of r.accumulate
https://github.com/huidaecho/r.accumulate.lessmem

flow-accumulation gis grass-gis grass-gis-addons hydrology longest-flow-path

Last synced: 3 days ago
JSON representation

Memory-efficient version of r.accumulate

Awesome Lists containing this project

README

        

# 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`](https://grass.osgeo.org/grass78/manuals/addons/r.accumulate.html) and requires less memory. It can be slower than [`r.accumulate`](https://grass.osgeo.org/grass78/manuals/addons/r.accumulate.html) because of heavy bit operations.