rglob#
- geetools.ee_asset.Asset.rglob(pattern)#
Return a list of assets matching the pattern recursively.
See also
ee.Asset.glob: Return a list of assets matching the pattern.ee.Asset.iterdir: Get the list of children of a container.
Examples
asset = ee.Asset("projects/ee-geetools/assets/folder") asset.rglob("image_*")