diff --git a/content/tutorials/earthworks/gullies.qmd b/content/tutorials/earthworks/gullies.qmd index dbfbb70..22387eb 100644 --- a/content/tutorials/earthworks/gullies.qmd +++ b/content/tutorials/earthworks/gullies.qmd @@ -196,7 +196,6 @@ to scale it vertically so that the mountains are not too high. ```{bash} r.surf.fractal output=fractal seed=1 r.mapcalc expression="fractal = fractal / 10" --overwrite -r.stream.extract elevation=fractal accumulation=accumulation threshold=1000 stream_vector=streams ``` ## Python diff --git a/content/tutorials/earthworks/levees.qmd b/content/tutorials/earthworks/levees.qmd index 307a674..961e6a5 100644 --- a/content/tutorials/earthworks/levees.qmd +++ b/content/tutorials/earthworks/levees.qmd @@ -272,7 +272,7 @@ would be overtopped by a meter of surge. ## Command line ```{bash} -r.lake elevation=elevation water_level=1 lake=flooding coordinates=1109000,102750 +r.lake elevation=elevation water_level=1 lake=flooding coordinates=1109000,102750 --overwrite d.shade shade=relief color=elevation brighten=36 d.rast map=flooding d.legend raster=flooding digits=1 color=white at=5,95,1,3 @@ -614,7 +614,7 @@ would be not overtopped by a meter of surge. ## Command line ```{bash} -r.lake elevation=earthworks water_level=1 lake=flooding coordinates=1109000,102750 +r.lake elevation=earthworks water_level=1 lake=flooding coordinates=1109000,102750 --overwrite d.shade shade=relief color=earthworks brighten=36 d.rast map=flooding d.legend raster=flooding digits=1 color=white at=5,95,1,3