geetools.Asset.Asset.exists#

geetools.Asset.Asset.exists(raised=False)#

Return True if the asset exists and/or the user has access to it.

Parameters:

raised (bool) – If True, raise an exception if the asset does not exist. Defaults to False.

Return type:

bool

Examples

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