[[["เข้าใจง่าย","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 UTC"],[[["`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"]]