[[["容易理解","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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["`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"]]