getForecastGeneration: getForecastGeneration

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

This method retrieves the forecasted energy generation and consumption for the four german TSO and the Netzregelverbund (summation). The resolution of the data is in one hour 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 (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
getForecastGeneration(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 forecasted power generation and consumption of the four german TSO.

Examples

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

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