Skip to content

Commit b0363fd

Browse files
committed
diagrams
1 parent 2a943a3 commit b0363fd

File tree

5 files changed

+416
-0
lines changed

5 files changed

+416
-0
lines changed

content/tutorials/map_algebra/basic_map_algebra.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ In this tutorial,
472472
we will use `if then else` statements
473473
to 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.
503505
This is a zonal map algebra operation
504506
using 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.
534538
This will flatten all of the mountain peaks above the threshold of thirty,
535539
forming 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.
575581
The null cells will be transparent,
576582
so 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}

content/tutorials/map_algebra/images/map_algebra_01.svg

Lines changed: 102 additions & 0 deletions
Loading

content/tutorials/map_algebra/images/map_algebra_02.svg

Lines changed: 102 additions & 0 deletions
Loading

content/tutorials/map_algebra/images/map_algebra_03.svg

Lines changed: 102 additions & 0 deletions
Loading

content/tutorials/map_algebra/images/map_algebra_04.svg

Lines changed: 102 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)