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 86ab4c8 commit 0b60118Copy full SHA for 0b60118
python/plugins/processing/algs/saga/help/gridcalculator.rst
@@ -53,7 +53,7 @@ Example
53
54
You can for instance use the Grid Calculator module to flag 0 cells with -1:
55
56
-ifelse(eq(g1,0), (-1), g2)
+``ifelse(eq(g1,0), (-1), g2)``
57
58
The formula reads like "if the cell is equal to zero, then write -1 else write the current value to the output grid".
59
0 commit comments