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[str, dict] Examples import ee, geetools ind = ee.Image.geetools.index_list()["BAIS2"] print(ind["long_name"]) print(ind["formula"]) print(ind["reference"])