geetools.ImageAccessor.index_list#

geetools.ImageAccessor.index_list()#

Return the list of indices implemented in this module.

Returns:

List of indices implemented in this module

Return type:

dict

Examples

import ee, geetools

ind = ee.Image.geetools.indices()["BAIS2"]
print(ind["long_name"])
print(ind["formula"])
print(ind["reference"])