geetools.Asset.is_image#

geetools.Asset.is_image(raised=False)#

Return True if the asset is an image.

Parameters:

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

Return type:

bool

Examples

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