getActualGeneration: getActualGeneration

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

This method retrieves the actual energy generation for different product typse of the four german TSO and the Netzregelverbund (summation). The resolution of the data is in discrete 15 minutes timesteps (CET (UTC+1) / CEST (UTC+2)) and the values are presented in MW. The product types are Biomass, Fossil Brown coal/Lignite, Fossil Coal-derived gas, Fossil Gas, Fossil Hard coal, Fossil Oil, Fossil Oil shale, Fossil Peat, Geothermal, Hydro Pumped Storage, Hydro Run-of-river and poundage, Hydro Water Reservoir, Marine, Nuclear, Other, Other renewable, Solar, Waste, Wind Offshore, Wind Onshore.

NOTE: - Always downloads for the whole year and then subsets the data to the given time period (3-4MB). This is done for each TSO - For every request a Login POST request is needed. For Login a pseudo account is used.

Usage

1
getActualGeneration(startDate, endDate)

Arguments

startDate

date format is YYYY-MM-DD Distinguishing of hours or minutes is not allowed. If you e.g. only need half of a day, please subset the data yourself.

endDate

date format is YYYY-MM-DD Distinguishing of hours or minutes is not allowed. If you e.g. only need half of a day, please subset the data yourself.

Value

a data.frame object with the actual power generation per product type of the four german TSO

Examples

1
loadData <- getActualGeneration("2017-01-01", "2017-06-30")

wagnertimo/entsoecrawlR documentation built on May 14, 2019, 10:35 a.m.