[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-04。"],[[["`aggregate_max` calculates the maximum value of a specified property within a FeatureCollection."],["It takes a FeatureCollection and the property name as input."],["The function returns the maximum value of the specified property across all features in the collection."],["This function is useful for finding the highest value of a specific attribute within a dataset."]]],["The `aggregate_max` function calculates the maximum value of a specified property within a FeatureCollection. It takes the FeatureCollection and the property name (as a string) as input. The function returns the maximum value of that property across all features in the collection. For example, using a collection of power plants, `aggregate_max('capacitymw')` returns the highest power capacity (in MW) among them.\n"]]