ee.Algorithms.Landsat.simpleCloudScore
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחשבת ציון פשוט של הסתברות לעננות בטווח [0,100] באמצעות שילוב של בהירות, טמפרטורה ו-NDSI. זהו לא גלאי ענן חזק, והוא מיועד בעיקר להשוואה בין כמה נקודות באותו מיקום כדי לקבוע את הסבירות
היחסית לעננות.
שימוש | החזרות |
---|
ee.Algorithms.Landsat.simpleCloudScore(image) | תמונה |
ארגומנט | סוג | פרטים |
---|
image | תמונה | תמונת Landsat TOA לעיבוד. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]