geetools.Asset.Asset.glob#

geetools.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

Examples

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