Commit 52ab3f4
authored
Update earthworking tutorials (#98)
Fixes issues in CLI commands raised by @micha-silver in baharmon/r.earthworks#25 for earthworking tutorials.
I came across two small problems with the tutorials:
In Gully Modeling, under the Fractal Terrain section, I believe that the accumulation=accumulation parameter should be removed. That (input) map does not yet exist, until after running r.watershed in the following code snippet.
In Modeling Coastal Infrastructure, I believe that --overwrite needs to be added in the Flood Simulation section and later in the final Flood Simulation section, since the lake raster exists in the original data.1 parent 565c919 commit 52ab3f4
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments