geetools.ImageCollection.ImageCollectionAccessor.getDOI#

geetools.ImageCollection.ImageCollectionAccessor.getDOI()#

Gets the DOI of the collection, if available.

Returns:

DOI of the ee.Image dataset.

Return type:

str

Examples

import ee
import geetools

ee.Initialize()

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