geetools.Asset.iterdir#

geetools.Asset.iterdir(recursive=False)#

Get the list of children of a folder.

Parameters:

recursive (bool) – If True, get all the children recursively. Defaults to False.

Return type:

list

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder")
asset.iterdir(recursive=True)