Description Usage Arguments Value Examples
This method retrieves the actual and one day-ahead forecast of the energy generation in Wind (Onshore, Offshore) and Solar for 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.
NOTE: - Always downloads for the whole year and then subsets the data to the given time period (1-2MB). This is done for each TSO - For every request a Login POST request is needed. For Login a pseudo account is used.
1 | getWindSolarDayAheadGeneration(startDate, endDate)
|
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. |
a data.frame object with the day-ahead generation forecast in Wind (Onshore, Offshore) and Solar of the four german TSO
1 | loadData <- getWindSolarDayAheadVsActual("2017-01-01", "2017-06-30")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.