Earth Engine は、共有コンピューティング リソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。すべての非商用プロジェクトは、
2026 年 4 月 27 日までに割り当て階層を選択する必要があります。選択しない場合は、デフォルトでコミュニティ階層が使用されます。階層の割り当ては、
2026 年 4 月 27 日に(階層の選択日に関係なく)すべてのプロジェクトで有効になります。
詳細
ee.ImageCollection.reduceColumns
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定されたセレクタを使用して入力を決定し、コレクションの各要素にリデューサーを適用します。
出力名でキー設定された結果のディクショナリを返します。
| 用途 | 戻り値 |
|---|
ImageCollection.reduceColumns(reducer, selectors, weightSelectors) | Dictionary |
| 引数 | タイプ | 詳細 |
|---|
これ: collection | FeatureCollection | 集計するコレクション。 |
reducer | レデューサ | 適用するレデューサ。 |
selectors | リスト | リデューサーの各入力のセレクタ。 |
weightSelectors | リスト、デフォルト: null | リデューサーの重み付けされた各入力のセレクタ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-04-20 UTC。
[null,null,["最終更新日 2026-04-20 UTC。"],[],["The function `reduceColumns` applies a reducer to each element in a FeatureCollection. It utilizes specified selectors to define reducer inputs and, optionally, weighted inputs. The function takes a reducer, a list of selectors, and an optional list of weight selectors as arguments. It returns a dictionary where keys are output names and values are the results of applying the reducer to the collection's elements.\n"]]