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