お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.ImageCollection.or
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
一致するすべてのバンドのスタックで、そのピクセルのマスクされていない値のいずれかがゼロ以外の場合にのみ、各ピクセルを 1 に設定して、画像コレクションを縮小します。バンドは名前で照合されます。
用途 | 戻り値 |
---|
ImageCollection.or() | 画像 |
引数 | タイプ | 詳細 |
---|
これ: collection | ImageCollection | 縮小する画像コレクション。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[[["\u003cp\u003eReduces an image collection to a single image where pixels are set to 1 if any corresponding non-masked pixel in the collection is non-zero.\u003c/p\u003e\n"],["\u003cp\u003eBand matching across images within the collection is based on band names for pixel comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe reduction process considers only non-masked pixel values, ignoring masked areas in the input image collection.\u003c/p\u003e\n"],["\u003cp\u003eThis operation is accessible through the \u003ccode\u003eImageCollection.or()\u003c/code\u003e method and returns a single image as its output.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.or\n\nReduces an image collection by setting each pixel to 1 if and only if any of the non-masked values at that pixel are non-zero across the stack of all matching bands. Bands are matched by name.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| ImageCollection.or`()` | Image |\n\n| Argument | Type | Details |\n|--------------------|-----------------|---------------------------------|\n| this: `collection` | ImageCollection | The image collection to reduce. |"]]