{
"input": {
"id": "yearly-capacity",
"resolution": "yearly",
"unit": "kW"
},
"output": {
"id": "monthly-capacity",
"resolution": "monthly",
"unit": "kW"
},
"resolution": "monthly",
"type": "resample"
}Functions
Function: Resample
Resample a coarse-resolution series to a finer resolution.
The resampling strategy depends on the unit type:
Rate units (kW, SEK/kWh, etc.) are forward-filled: each sub-period inherits its parent period's value unchanged.
Amount units (SEK, NOK, kWh, hours) are distributed proportionally: each sub-period receives a share of the parent value weighted by the number of quarter-hour periods it contains relative to the parent period.
Resulting Dataset after resampling the input to the specified resolution
Show child attributes
Show child attributes
Example:
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}
Target resolution to resample into (must be finer than input).
Available options:
quarter_hourly, hourly, daily, weekly, monthly, yearly Allowed value:
"resample"Was this page helpful?