tsibbledata (version 0.4.1)

vic_elec: Half-hourly electricity demand for Victoria, Australia

Description

vic_elec is a half-hourly tsibble with three values:

Demand:Total electricity demand in MWh.
Temperature:Temperature of Melbourne (BOM site 086071).
Holiday:Indicator for if that day is a public holiday.

Arguments

Format

Time series of class tsibble.

Details

This data is for operational demand, which is the demand met by local scheduled generating units, semi-scheduled generating units, and non-scheduled intermittent generating units of aggregate capacity larger than 30 MWh, and by generation imports to the region. The operational demand excludes the demand met by non-scheduled non-intermittent generating units, non-scheduled intermittent generating units of aggregate capacity smaller than 30 MWh, exempt generation (e.g. rooftop solar, gas tri-generation, very small wind farms, etc), and demand of local scheduled loads. It also excludes some very large industrial users (such as mines or smelters).

Examples

Run this code
library(tsibble)
vic_elec

Run the code above in your browser using DataLab