getSTAC#

geetools.ee_image_collection.ImageCollectionAccessor.getSTAC()#

Gets the STAC of the image collection.

Returns:

STAC of the image collection.

Return type:

dict[str, Any]

Examples

import ee
import geetools

ee.Initialize()

ee.ImageCollection('COPERNICUS/S2_SR').geetools.getSTAC()