Ankündigung: Alle nicht kommerziellen Projekte, die vor dem 15. April 2025 für die Nutzung der Earth Engine registriert wurden, müssen die Berechtigung zur nicht kommerziellen Nutzung bestätigen, um weiterhin auf die Earth Engine zugreifen zu können.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (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"]]