| Value | Description |
|---|---|
sum | Add up all values. |
mean | Take the mean - average - of all values. |
max | Take the maximum value. |
min | Take the minimum value. |
Aggregate a dataset over a resolution window and apply a function.
Aggregation function to apply.
sum, mean, max, min Output Dataset, the result of applying the specified aggregation function to the input dataset in windows of the given resolution
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}Window over which to aggregate.
quarter_hourly, hourly, daily, weekly, monthly, yearly "aggregate"