ee.Algorithms.Landsat.simpleCloudScore
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Oblicza prosty wynik prawdopodobieństwa wystąpienia chmur w zakresie [0, 100] na podstawie połączenia jasności, temperatury i wskaźnika NDSI. Nie jest to niezawodny detektor chmur. Jego głównym celem jest porównywanie wielu obrazów tego samego punktu pod kątem
względnego prawdopodobieństwa wystąpienia chmur.
Wykorzystanie | Zwroty |
---|
ee.Algorithms.Landsat.simpleCloudScore(image) | Obraz |
Argument | Typ | Szczegóły |
---|
image | Obraz | Obraz Landsat TOA do przetworzenia. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eCalculates a cloud likelihood score between 0 and 100 for Landsat imagery using brightness, temperature, and NDSI.\u003c/p\u003e\n"],["\u003cp\u003eThis score is primarily for relative comparisons and not a reliable standalone cloud detection method.\u003c/p\u003e\n"],["\u003cp\u003eThe algorithm is applied using \u003ccode\u003eee.Algorithms.Landsat.simpleCloudScore(image)\u003c/code\u003e and returns a processed image.\u003c/p\u003e\n"],["\u003cp\u003eInput must be a Landsat TOA image.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.simpleCloudScore\n\nComputes 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.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------|---------|\n| `ee.Algorithms.Landsat.simpleCloudScore(image)` | Image |\n\n| Argument | Type | Details |\n|----------|-------|-----------------------------------|\n| `image` | Image | The Landsat TOA image to process. |"]]