Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huidaecho/r.accumulate.lessmem
- Owner: HuidaeCho
- Created: 2020-05-31T20:30:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T20:33:43.000Z (over 4 years ago)
- Last Synced: 2024-01-28T19:42:07.097Z (10 months 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.