ee_extra.Spectral.core.listIndices#

ee_extra.Spectral.core.listIndices(online=False)[source]#

Gets the list of available indices.

Parameters:

online (bool) – Whether to retrieve the most recent list of indices directly from the GitHub repository and not from the local copy.

Return type:

list

Returns:

List of available indices.

Examples

>>> import ee
>>> from ee_extra.Spectral.core import listIndices
>>> ee.Initialize()
>>> listIndices()
['BNDVI','CIG','CVI','EVI','EVI2','GBNDVI','GNDVI',...]