- mosaic
A mosaic of class SpatRaster
, generally imported with
mosaic_input()
.
- index
A character value (or a vector of characters) specifying the
target mode for conversion to a binary image. Use pliman_indexes_rgb()
and pliman_indexes_me()
to see the available RGB and multispectral
indexes, respectively. Users can also calculate their own index using R, G, B, RE, NIR, SWIR, and TIR
bands (eg., index = "R+B/G"
) or using the
names of the mosaic's layers (ex., "(band_1 + band_2) / 2").
- r, g, b, re, nir
The red, green, blue, red-edge, and near-infrared bands
of the image, respectively. By default, the function assumes a BGR as input
(b = 1, g = 2, r = 3). If a multispectral image is provided up to seven
bands can be used to compute built-in indexes. There are no limitation of
band numbers if the index is computed using the band name.
- plot
Plot the computed index? Defaults to TRUE
.
- python
The PATH for python.exe
- gdal
The PATH for gdal_calc.py