getDOI#
- geetools.ee_image.ImageAccessor.getDOI()#
Gets the DOI of the image, if available.
See also
getCitation: Gets the citation 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.getDOI()
'10.5067/GPM/IMERG/3B-HH-L/06'