Aggregate a dataset over a resolution window and apply a function.
sum: Add up all values in each resolution windowmean: Take the mean - average - of all values in each resolution windowmax: Take the maximum value in each resolution windowmin: Take the minimum value in each resolution windowAggregation 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"