ee.Algorithms.Landsat.simpleCloudScore

Computes a simple cloud-likelihood score in the range [0,100] using a combination of brightness, temperature, and NDSI. This is not a robust cloud detector, and is intended mainly to compare multiple looks at the same point for relative cloud likelihood.

UsageReturns
ee.Algorithms.Landsat.simpleCloudScore(image)Image
ArgumentTypeDetails
imageImageThe Landsat TOA image to process.