geetools.ImageCollectionAccessor.getScaleParams#

geetools.ImageCollectionAccessor.getScaleParams()#

Gets the scale parameters for each band of the image.

Returns:

Dictionary with the scale parameters for each band.

Return type:

dict

Examples

import ee
import geetools

ee.Initialize()

ee.ImageCollection('MODIS/006/MOD11A2').geetools.getScaleParams()