glob#

geetools.ee_asset.Asset.glob(pattern)#

Return a list of assets matching the pattern.

Parameters:

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

Return type:

list

See also

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

  • rglob: Return a list of assets matching the pattern recursively.

Examples

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