geetools.Image.ImageAccessor.getSTAC#

geetools.Image.ImageAccessor.getSTAC()#

Gets the STAC of the image.

Returns:

STAC of the image.

Return type:

dict

Examples


import ee import geetools

ee.Initialize()

ee.ImageCollection(‘COPERNICUS/S2_SR’).first().getSTAC()