eemont.imagecollection.getCitation

eemont.imagecollection.getCitation(self)[source]

Gets the citation of the image collection, if available.

Parameters

self (ee.ImageCollection [this]) – Image Collection to get the citation from.

Returns

Citation of the ee.ImageCollection dataset.

Return type

str

See also

getDOI

Gets the DOI of the image collection, if available.

Examples

>>> import ee, eemont
>>> ee.Authenticate()
>>> ee.Initialize()
>>> ee.ImageCollection('NASA/GPM_L3/IMERG_V06').getCitation()
'Huffman, G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan (2019),
GPM IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06, Greenbelt,
MD, Goddard Earth Sciences Data and Information Services Center (GES DISC), Accessed: [Data Access Date],
[doi:10.5067/GPM/IMERG/3B-HH/06](https://doi.org/10.5067/GPM/IMERG/3B-HH/06)'