diff --git a/content/tutorials/modeling_movement/GRASS_movement.qmd b/content/tutorials/modeling_movement/GRASS_movement.qmd index f6e3a29..61ecde5 100644 --- a/content/tutorials/modeling_movement/GRASS_movement.qmd +++ b/content/tutorials/modeling_movement/GRASS_movement.qmd @@ -437,7 +437,7 @@ We can create this friction map by reclassifying the *landuse* map using [*r.rec ## GUI -The [r.reclass](https://grass.osgeo.org/grass-stable/manuals/r.reclass.html) tool is found under the Raster/Change category… menu. +The [r.reclass](https://grass.osgeo.org/grass-stable/manuals/r.reclass.html) tool is found under the Raster/Change category menu. ::::: grid ::: g-col-6 @@ -459,8 +459,6 @@ The [r.reclass](https://grass.osgeo.org/grass-stable/manuals/r.reclass.html) too ::: g-col-6 -This creates a new friction map named *friction_landcover*. - ![](img_movement/GRASS_movement_22.webp) ::: ::::: @@ -497,6 +495,8 @@ gs.write_command("r.reclass", ``` :::::: +This creates a new friction map named *friction_landcover*. + ![The reclassified friction map (*friction_landcover*)](img_movement/GRASS_movement_23.webp) ## Modifying a cumulative cost surface with a friction map