[Bug] r.sim.water: buffer overflow #4709
Unanswered
rohannallamadge
asked this question in
Q&A
Replies: 1 comment 1 reply
-
For better visibility, I have moved this report to Issue #4810 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error Report (grass84): While working on enhancing the r.sim.water documentation, I encountered a buffer overflow during testing. Below are the details:
Python commands:
Step 1: Generate dx and dy derivatives using r.slope.aspect
Step 2: Run r.sim.water with the required parameters, including
dx
anddy
Step 3: Run
r.sim.sediment
(optional, if you wish to model sediment as well)Error Message:
Steps Taken:
elevation
,dx_slope
,dy_slope
).nwalkers
andniterations
.elevation
map.Could this issue be due to specific input data characteristics or a module-level limitation?
Request:
Beta Was this translation helpful? Give feedback.
All reactions