scaleAndOffset#
- abstract geetools.ImageCollectionAccessor.scaleAndOffset()#
Scales bands on an image according to their scale and offset parameters.
- Returns:
Scaled image.
- Return type:
See also
getOffsetParams: Gets the offset parameters for each band of the image.getScaleParams: Gets the scale parameters for each band of the image.
Examples
import ee, geetools ee.Initialize() S2 = ee.ImageCollection('COPERNICUS/S2_SR').scaleAndOffset()