A named timeseries with known resolution and unit.
Used both for describing registered datasets (see below) as well as for naming the intermediate results that get created by each step in a function pipeline.
All datasets in this API are fixed resolution. For an hourly dataset, there is some "slot" for each hour's value. However, some operations - Select for instance - can remove values from datasets, leaving "holes" or absent values behind. This is used for instance to select only weekends or certain times of year, "clearing" the rest of the dataset.
We leave it up to users of the API to decide how they wish to represent absent values.
A common strategy is to use NaN to represent absent values, another common option is bit masking.
These are datasets that Tariff Components take as inputs.
quarter_hourly kWh): Energy consumed (imported) per quarter hourquarter_hourly kWh): Energy exported (injected) per quarter houryearly kW): Firm subscribed power offtake capacityquarter_hourly SEK_per_kWh): Day-ahead spot price, zone SE1quarter_hourly SEK_per_kWh): Day-ahead spot price, zone SE2quarter_hourly SEK_per_kWh): Day-ahead spot price, zone SE3quarter_hourly SEK_per_kWh): Day-ahead spot price, zone SE4Identifier for this dataset. For registered datasets this is a globally unique slug; for intermediate pipeline results it is a local reference name.
"quarter-hourly-energy-offtake"
"filtered_power"
"weighted_power"
Temporal resolution of the timeseries.
quarter_hourly, hourly, daily, weekly, monthly, yearly Unit of the timeseries.
A, kV, kW, kWh, hours, SEK, NOK, SEK_per_kWh, SEK_per_kW, %