We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9803f5d commit f72e84eCopy full SHA for f72e84e
content/tutorials/map_algebra/basic_map_algebra.qmd
@@ -567,7 +567,7 @@ With the raster map calculator
567
{{< meta links.r_mapcalc >}}
568
write the expression `river = if(elevation < 6, 6 - elevation, null())`
569
to simulate the depth of the river.
570
-This is more complicated map algebra expression
+This is a more complicated map algebra expression
571
that combines logic with an `if then else` statement,
572
arithmetical operations between rasters,
573
and the internal variable `null()`.
0 commit comments