eemont.image.getDOI

eemont.image.getDOI(self)[source]

Gets the DOI of the image, if available.

Parameters

self (ee.Image [this]) – Image to get the DOI from.

Returns

DOI of the ee.Image dataset.

Return type

str

See also

getCitation

Gets the citation of the image, if available.

Examples

>>> import ee, eemont
>>> ee.Authenticate()
>>> ee.Initialize()
>>> ee.ImageCollection('NASA/GPM_L3/IMERG_V06').first().getDOI()
'10.5067/GPM/IMERG/3B-HH/06'