getWindSolarDayAheadGeneration: getWindSolarDayAheadGeneration

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

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.

Usage

1
getWindSolarDayAheadGeneration(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 day-ahead generation forecast in Wind (Onshore, Offshore) and Solar of the four german TSO

Examples

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

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