geetools.ImageAccessor.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

Examples


import ee import geetools

ee.Initialize()

ee.ImageCollection(‘MODIS/006/MOD11A2’).first().getOffsetParams()