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