getOffsetParams#
- geetools.ImageAccessor.getOffsetParams()#
Gets the offset parameters for each band of the image.
See also
getScaleParams: Gets the scale parameters for each band of the image.scaleAndOffset: Scales bands on an image according to their scale and offset parameters.
Examples
import ee import geetools ee.Initialize() ee.ImageCollection('MODIS/006/MOD11A2').first().geetools.getOffsetParams()