eemont.imagecollection.scaleAndOffset

eemont.imagecollection.scaleAndOffset(self)[source]

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

Tip

Check more info about the supported platforms and image scaling the User Guide.

Parameters

self (ee.ImageCollection (this)) – Image collection to scale.

Returns

Scaled image collection.

Return type

ee.ImageCollection

See also

getOffsetParams

Gets the offset parameters for each band of the image collection.

getScaleParams

Gets the scale parameters for each band of the image collection.

Examples

>>> import ee, eemont
>>> ee.Authenticate()
>>> ee.Initialize()
>>> S2 = ee.ImageCollection('COPERNICUS/S2_SR').scaleAndOffset()