Skip to content

Commit f72e84e

Browse files
baharmonveroandreo
andauthored
Update content/tutorials/map_algebra/basic_map_algebra.qmd
Co-authored-by: Veronica Andreo <[email protected]>
1 parent 9803f5d commit f72e84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/map_algebra/basic_map_algebra.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ With the raster map calculator
567567
{{< meta links.r_mapcalc >}}
568568
write the expression `river = if(elevation < 6, 6 - elevation, null())`
569569
to simulate the depth of the river.
570-
This is more complicated map algebra expression
570+
This is a more complicated map algebra expression
571571
that combines logic with an `if then else` statement,
572572
arithmetical operations between rasters,
573573
and the internal variable `null()`.

0 commit comments

Comments
 (0)