Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/tutorials/modeling_movement/GRASS_movement.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
:::
:::::
Expand Down Expand Up @@ -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
Expand Down
Loading