geetools.Image.ImageAccessor.minScale#

geetools.Image.ImageAccessor.minScale()#

Return the minimum scale of the image.

It will be looking at all bands available so Select specific values before using this method.

Returns:

The minimum scale of the image.

Return type:

ee.Number

Examples

import ee, geetools

ee.Initialize()

image = ee.Image('COPERNICUS/S2_SR_HARMONIZED/20200101T100319_20200101T100321_T32TQM')
image.geetools.minScale().getInfo()