ee.Image

Extended methods for the ee.Image class:

getCitation(self)

Gets the citation of the image, if available.

getDOI(self)

Gets the DOI of the image, if available.

getOffsetParams(self)

Gets the offset parameters for each band of the image.

getScaleParams(self)

Gets the scale parameters for each band of the image.

getSTAC(self)

Gets the STAC of the image.

index(self[, index, G, C1, C2, L, cexp, …])

Computes one or more spectral indices (indices are added as bands) for an image.

maskClouds(self[, method, prob, maskCirrus, …])

Masks clouds and shadows in an image (valid just for Surface Reflectance products).

preprocess(self, **kwargs)

Pre-processes the image: masks clouds and shadows, and scales and offsets the image.

scale(self)

Scales bands on an image.

scaleAndOffset(self)

Scales bands on an image according to their scale and offset parameters.

spectralIndices(self[, index, G, C1, C2, L, …])

Computes one or more spectral indices (indices are added as bands) for an image from the Awesome List of Spectral Indices.