is_image# geetools.ee_asset.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()