geetools._deprecated_indices#

Legacy function to compute Spectral indices.

Module Contents#

Functions#

compute(image, index, band_params[, extra_params, ...])

Compute a spectral index.

evi(image, nir, red, blue[, G, C1, C2, L, bandname])

Calculates EVI index.

nbr(image, swir, swir2[, bandname])

Calculates NBR index.

nbr2(image, swir, swir2[, bandname])

Calculates NBR index.

ndfi(image, blue, green, red, nir, swir1, swir2[, ...])

Calculate NDFI index.

ndvi(image, nir, red[, bandname])

Calculates NDVI index.

tasseled_cap_s2(image, *args, **kwargs)

Compute Tasseled Cap for Sentinel-2.

geetools._deprecated_indices.compute(image, index, band_params, extra_params=None, bandname=None)[source]#

Compute a spectral index.

geetools._deprecated_indices.evi(image, nir, red, blue, G=2.5, C1=6, C2=7.5, L=1, bandname='evi')[source]#

Calculates EVI index.

geetools._deprecated_indices.nbr(image, swir, swir2, bandname='nbr')[source]#

Calculates NBR index.

geetools._deprecated_indices.nbr2(image, swir, swir2, bandname='nbr2')[source]#

Calculates NBR index.

geetools._deprecated_indices.ndfi(image, blue, green, red, nir, swir1, swir2, clouds=0.1, bandname='NDFI')[source]#

Calculate NDFI index.

geetools._deprecated_indices.ndvi(image, nir, red, bandname='ndvi')[source]#

Calculates NDVI index.

geetools._deprecated_indices.tasseled_cap_s2(image, *args, **kwargs)[source]#

Compute Tasseled Cap for Sentinel-2.