rglob#

geetools.ee_asset.Asset.rglob(pattern)#

Return a list of assets matching the pattern recursively.

Parameters:

pattern (str) – The pattern to match with the asset name.

Return type:

list

See also

  • glob: Return a list of assets matching the pattern.

  • iterdir: Get the list of children of a container.

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder")
asset.rglob("image_*")