Resample a coarse-resolution series to a finer resolution.
Each value in the input is repeated (or distributed) across the sub-periods of the target resolution. For example, a yearly value is copied to each month when resampling to monthly.
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"