getScaleParams#
- geetools.ee_image.ImageAccessor.getScaleParams()#
Gets the scale parameters for each band of the image.
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()