お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Algorithms.Landsat.simpleCloudScore
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
明るさ、温度、NDSI の組み合わせを使用して、[0,100] の範囲で単純な雲の可能性スコアを計算します。これは堅牢なクラウド検出器ではなく、主に同じポイントの複数のルックを比較して、クラウドの相対的な可能性を判断することを目的としています。
用途 | 戻り値 |
---|
ee.Algorithms.Landsat.simpleCloudScore(image) | 画像 |
引数 | タイプ | 詳細 |
---|
image | 画像 | 処理する Landsat TOA 画像。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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. |"]]