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
{
"id": "quarter-hourly-energy-offtake",
"resolution": "quarter_hourly",
"unit": "kWh"
}Target resolution to resample into (must be finer than input).
quarter_hourly, hourly, daily, weekly, monthly, yearly "resample"