ee_extra.STAC.core.getCitation#

ee_extra.STAC.core.getCitation(x)[source]#

Gets the citation of the specified platform, if available.

Parameters:

x (Union[Image, ImageCollection]) – Image or Image Collection to get the citation from.

Return type:

str

Returns:

Citation of the ee.Image or ee.ImageCollection dataset.

Examples

>>> import ee
>>> from ee_extra.STAC.core import getCitation
>>> ee.Initialize()
>>> S2 = ee.ImageCollection("COPERNICUS/S2_SR")
>>> getCitation(S2)