spectralIndices#
- spectral_indices.spectralIndices(src, index='NDVI', G=2.5, C1=6.0, C2=7.5, L=1.0, cexp=1.16, nexp=2.0, alpha=0.1, slope=1.0, intercept=0.0, gamma=1.0, omega=2.0, beta=0.05, k=0.0, fdelta=0.581, epsilon=1.0, kernel='RBF', sigma='0.5 * (a + b)', p=2.0, c=1.0, lambdaN=858.5, lambdaR=645.0, lambdaG=555.0, online=False, drop=False, **kwargs)#
Compute spectral indices for an image or image collection.
- Parameters:
src (Union[ee.Image, ee.ImageCollection])
G (float)
C1 (float)
C2 (float)
L (float)
cexp (float)
nexp (float)
alpha (float)
slope (float)
intercept (float)
gamma (float)
omega (float)
beta (float)
k (float)
fdelta (float)
epsilon (float)
kernel (str)
p (float)
c (float)
lambdaN (float)
lambdaR (float)
lambdaG (float)
online (bool)
drop (bool)
kwargs (Any)
- Return type:
Union[ee.Image, ee.ImageCollection]