urbanlc.downloader.landsat_downloader.LandsatOLITIRS.mask_clouds#
- LandsatOLITIRS.mask_clouds(image: Image) Image #
Masks clouds, cloud shadows, and snow in the Landsat image using outputs from CFMask Algorithm
- references:
https://developers.google.com/earth-engine/datasets/catalog/LANDSAT_LC08_C02_T1_L2 https://www.usgs.gov/landsat-missions/cfmask-algorithm
- Parameters:
image (ee.image.Image) – Landsat image.
- Returns:
Landsat image with clouds masked.
- Return type:
ee.image.Image