SCI#

SCI(bands: dict) xarray.core.dataarray.DataArray[source]#

Soil Cuirass Index (p.4)

It aims is to dissociate vegetated coverings from mineralized surfaces Okaingni et al. 2010; Stephane et al. 2016

SCI = 3*GREEN - RED - 100

Parameters

bands (dict) – Bands as {band_name: xr.DataArray}

Returns

Computed index

Return type

xr.DataArray