Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content/tutorials/map_algebra/basic_map_algebra.ipynb
Comment thread
petrasovaa marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"valleys at the feet of the mountains. Use\n",
"[r.colors](https://grass.osgeo.org/grass-stable/manuals/r.colors.html)\n",
"to assign a color gradient to the elevation raster, ensuring that the\n",
"gradient fits rescaled elevation range of the raster."
"gradient fits the rescaled elevation range of the raster."
],
"attachments": {
"images/map_algebra_05.webp": {
Expand Down Expand Up @@ -859,4 +859,4 @@
"version": "3.12.4"
}
}
}
}
3 changes: 2 additions & 1 deletion content/tutorials/map_algebra/basic_map_algebra.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ The elevation gradient close to zero will become river valleys
at the feet of the mountains.
Use {{< meta links.r_colors >}}
to assign a color gradient to the elevation raster,
ensuring that the gradient fits rescaled elevation range of the raster.
ensuring that the gradient fits
the rescaled elevation range of the raster.

::: {.panel-tabset group="language"}
## Command line
Expand Down
Loading