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: 10 months ago
JSON representation
Memory-efficient version of r.accumulate
- Host: GitHub
- URL: https://github.com/huidaecho/r.accumulate.lessmem
- Owner: HuidaeCho
- Created: 2020-05-31T20:30:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T20:33:43.000Z (about 6 years ago)
- Last Synced: 2025-01-12T17:22:30.643Z (over 1 year ago)
- Topics: flow-accumulation, gis, grass-gis, grass-gis-addons, hydrology, longest-flow-path
- Language: C
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.