getOffsetParams#

geetools.ImageAccessor.getOffsetParams()#

Gets the offset parameters for each band of the image.

Returns:

Dictionary with the offset parameters for each band.

Return type:

dict[str, float]

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()