getCitation#

geetools.ee_image.ImageAccessor.getCitation()#

Gets the citation of the image, if available.

Returns:

Citation of the ee.Image dataset.

Return type:

str

See also

  • getDOI: Gets the DOI of the image, if available.

Examples

import ee, geetools
from geetools.utils import initialize_documentation

initialize_documentation()

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