تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]