Earth Engine は、共有コンピューティングリソースを保護し、すべてのユーザーに信頼性の高いパフォーマンスを提供するために、
非商用割り当て階層を導入しています。非商用プロジェクトではデフォルトでコミュニティ
ティアが使用されますが、プロジェクトのティアはいつでも変更できます。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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"]]