getScaleParams#

abstract geetools.ImageAccessor.getScaleParams()#

Gets the scale parameters for each band of the image.

Returns:

Dictionary with the scale parameters for each band.

Return type:

dict[str, float]

See also

  • getOffsetParams: Gets the offset 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.getScaleParams()