@@ -472,6 +472,8 @@ In this tutorial,
472472we will use ` if then else ` statements
473473to model plateaus and rivers.
474474
475+ ![ Logic in map algebra] ( images/map_algebra_01.svg )
476+
475477::: {#tbl-panel layout-ncol=1}
476478| Logical Operator | Syntax |
477479| -----------------------| --------|
@@ -503,6 +505,8 @@ and zeros elsewhere.
503505This is a zonal map algebra operation
504506using logic to isolate a zone of cells.
505507
508+ ![ If statement diagram] ( images/map_algebra_02.svg )
509+
506510::: {.panel-tabset group="language"}
507511## Command line
508512``` {bash}
@@ -534,6 +538,8 @@ while all other cells will keep their original values.
534538This will flatten all of the mountain peaks above the threshold of thirty,
535539forming plateaus.
536540
541+ ![ If then else statement diagram] ( images/map_algebra_03.svg )
542+
537543::: {.panel-tabset group="language"}
538544## Command line
539545``` {bash}
@@ -575,6 +581,8 @@ to assign the `water` color gradient to the river raster.
575581The null cells will be transparent,
576582so the river depth raster can be layered over the elevation raster.
577583
584+ ![ Complex expression diagram] ( images/map_algebra_04.svg )
585+
578586::: {.panel-tabset group="language"}
579587## Command line
580588``` {bash}
0 commit comments