geetools.Image.ImageAccessor.maskCover#
- geetools.Image.ImageAccessor.maskCover()#
return an image with the mask cover ratio as an image property.
- Returns:
The image with the mask cover ratio as an image property.
- Return type:
ee.Image
Examples
import ee, geetools ee.Initialize() image = ee.Image('COPERNICUS/S2_SR/20190828T151811_20190828T151809_T18GYT') image = image.maskCover()