getDOI#

abstract geetools.ee_image_collection.ImageCollectionAccessor.getDOI()#

Gets the DOI of the collection, if available.

Returns:

DOI of the ee.Image dataset.

Return type:

str

See also

  • getCitation: Gets the citation of the image, if available.

Examples

import ee
import geetools

ee.Initialize()

ee.ImageCollection('NASA/GPM_L3/IMERG_V06').geetools.getDOI()