ee_extra.QA.pipelines.preprocess#

ee_extra.QA.pipelines.preprocess(x, **kwargs)[source]#

Pre-process the image, or image collection: masks clouds and shadows, and scales and offsets the image, or image collection.

Parameters:
  • x (Union[Image, ImageCollection]) – Image or Image Collection to pre-process.

  • **kwargs – Keywords arguments for maskClouds().

Return type:

Union[Image, ImageCollection]

Returns:

Pre-processed image or image collection.