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.
Usage | Returns |
---|
ee.Algorithms.Landsat.simpleCloudScore(image) | Image |
Argument | Type | Details |
---|
image | Image | The Landsat TOA image to process. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Calculates a cloud likelihood score between 0 and 100 for Landsat imagery using brightness, temperature, and NDSI."],["This score is primarily for relative comparisons and not a reliable standalone cloud detection method."],["The algorithm is applied using `ee.Algorithms.Landsat.simpleCloudScore(image)` and returns a processed image."],["Input must be a Landsat TOA image."]]],[]]