Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],[]]