| sits_ndwi {sits} | R Documentation |
Adds new tasseled cap bands.
sits_ndwi(data)
data |
A valid sits tibble. |
A sits tibble with the SAVI index.
Gilberto Camara, gilberto.camara@inpe.br
# Retrieve data for time series with label samples in Mato Grosso in Brazil data(samples_mt_6bands) # Generate a new image with the tasseled cap ndwi.tb <- sits_ndwi(samples_mt_6bands)