Skip to content

Commit c46a572

Browse files
committed
updated masking tutorial
1 parent 464721a commit c46a572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/howto/masks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ In our case, the data are already in datacube format, covering 597 tiles:
208208
We generate the masks using ``force-procmask``, which internally uses ``gdal_calc.py`` for executing the raster algebra.
209209
Thus, the arithmetic expression must be given in gdalnumeric syntax, e.g. 'A>3000'.
210210
``A`` refers to our input image.
211-
If this is a multiband file, the desired band can be specified with the ``-b`` option
211+
If this is a multiband file, the desired band can be specified with the ``-l`` option
212212
(if not given, the first band is used).
213213
In our example input image, the tree percentage is in band 2 and the percentage values are scaled by 100 (i.e. 100% = 10000).
214214
To generate a mask with tree cover > 30%, we use the following:

0 commit comments

Comments
 (0)