Data about representative, standard load profiles for electricity from the German Association of Energy and Water Industries (BDEW Bundesverband der Energie- und Wasserwirtschaft e.V.) in a tidy format.
Format
A data.frame with 9,504 observations and 5 variables:
- profile_id
character, identifier for load profile, see 'Details'
- period
character, one of 'summer', 'winter', 'transition'
- day
character, one of 'saturday', 'sunday', 'workday'
- timestamp
character, format: %H:%M
- watt
numeric, electric power
Source
https://www.bdew.de/energie/standardlastprofile-strom/
https://www.bdew.de/media/documents/Profile.zip
https://www.bdew.de/media/documents/1999_Repraesentative-VDEW-Lastprofile.pdf
Details
There are 96 x 1/4h measurements of electrical power for each combination
of profile_id, period and day, which we refer to as the "standard load
profile". This dataset results from an analysis of 1,209 load profiles of
low-voltage electricity consumers in Germany, published in 1999.
In total there are 11 profile_id for three different customer groups:
Households:
H0Commercial:
G0,G1,G2,G3,G4,G5,G6Agriculture:
L0,L1,L2
Call slp_info() to for more information and examples.
Period definitions:
summer: May 15 to September 14winter: November 1 to March 20transition: March 21 to May 14, and September 15 to October 31
Day definitions:
workday: Monday to Fridaysaturday: Saturdays; Dec 24th and Dec 31th are considered a Saturdays too if they are not a Sundaysunday: Sundays and all public holidays
Examples
head(slp)
#> profile_id period day timestamp watts
#> 1 H0 winter saturday 00:00 70.8
#> 2 H0 winter saturday 00:15 68.2
#> 3 H0 winter saturday 00:30 65.9
#> 4 H0 winter saturday 00:45 63.3
#> 5 H0 winter saturday 01:00 59.5
#> 6 H0 winter saturday 01:15 55.0