eemont.common.listIndices

eemont.common.listIndices(online=False)[source]

Gets the list of available indices.

Parameters

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

Returns

List of available indices.

Return type

list

See also

indices

Gets the dictionary of available indices as a Box object.

Examples

>>> import eemont
>>> eemont.listIndices()
['BNDVI','CIG','CVI','EVI','EVI2','GBNDVI','GNDVI',...]