geetools.Asset.is_folder#

geetools.Asset.is_folder(raised=False)#

Return True if the asset is a folder.

Parameters:

raised (bool) – If True, raise an exception if the asset is not a folder. Defaults to False.

Return type:

bool

Examples

asset = ee.Asset("projects/ee-geetools/assets/folder")
asset.is_folder()