From b920d98b13c7fbe42312d7fe9adce50d13154604 Mon Sep 17 00:00:00 2001 From: Brendan Harmon Date: Mon, 10 Nov 2025 15:33:24 -0600 Subject: [PATCH] update earthworking tutorials --- content/tutorials/earthworks/gullies.qmd | 1 - content/tutorials/earthworks/levees.qmd | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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