公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Reducer.group
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
按给定输入的值对 reducer 记录进行分组,并使用给定的 reducer 缩减每个组。
用法 | 返回 |
---|
Reducer.group(groupField, groupName) | 缩减器 |
参数 | 类型 | 详细信息 |
---|
此:reducer | 缩减器 | 要应用于每个组的缩减器(不含分组字段)。 |
groupField | 整数,默认值:0 | 包含记录组的字段。 |
groupName | 字符串,默认值:“group” | 包含群组的字典键。默认为“group”。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The `Reducer.group` function groups records based on a specified `groupField` (defaulting to field 0). It then applies a provided `reducer` to each group, excluding the grouping field. The result of the reducer on each group is stored under a `groupName` key (defaulting to \"group\"). The function itself returns a `Reducer` object. The `groupField` type can be an Integer.\n"],null,[]]