Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
[[["Прост для понимания","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 UTC."],[[["`aggregate_sum()` calculates the total sum of a specified property's values across all features within a FeatureCollection."],["It takes a FeatureCollection and the property name as input."],["The result is a single number representing the total sum."],["This function is useful for calculations like finding the total capacity of power plants in a region, as demonstrated in the example."]]],["The `aggregate_sum` function calculates the sum of a specified property across a FeatureCollection. It takes a FeatureCollection and a property name as input. For each element in the collection, it sums the values of the provided property. The function returns a single number representing the total sum. For instance, it can be used to sum the power capacity (in MW) of all power plants in Belgium from a FeatureCollection.\n"]]