getReserveCalls: getReserveCalls

Description Usage Arguments Value Examples

View source: R/minScript.R

Description

This function is the production method of @seealso getOperatingReserveCalls in the @seealso scrapeData.R script. It is without console prints for faster computation and several steps are combined. This main function retrieves the 15min operating reserve calls (not qualified) from https://www.regelleistung.net/ext/data/. The oldest data that can be retrieved is 2011-06-27. The method also preprocesses the data in a nice format. Variables in the returned data.frame: - neg_MW (numeric). The signed power calls within the 15min time window. Point as decimal delimiter - pos_MW (numeric). The signed power calls within the 15min time window. Point as decimal delimiter - DateTime (POSIXct). DateTime object in Y-m-d h:m:s format. Be aware of daylight saving. 15min time windows.

CAUTION!!! —> DO NOT EXPAND THE TIME PERIOD OVER SEVERAL YEARS –> ONLY ONE YEAR IS ALLOWED (–> see addTimezone function!)

Usage

1
getReserveCalls(startDate, endDate, uenb, rl)

Arguments

startDate

- sets the starting date. Format (german style): DD.MM.YYYY CAUTION!!! —> DO NOT EXPAND THE TIME PERIOD OVER SEVERAL YEARS –> ONLY ONE YEAR IS ALLOWED

endDate

- sets the ending date. Format (german style): DD.MM.YYYY CAUTION!!! —> DO NOT EXPAND THE TIME PERIOD OVER SEVERAL YEARS –> ONLY ONE YEAR IS ALLOWED

uenb

- 50Hz (4), TenneT (2), Amprion (3), TransnetBW (1), Netzregelverbund (6), IGCC (11)

rl

- SRL, MRL, RZ_SALDO, REBAP, ZUSATZMASSNAHMEN, NOTHILFE

Value

data.frame variable containing the operating reserve call table

Examples

1
2
# Get the secondary calls for one week of the Netzregelverbund
calls <- getReserveCalls('07.03.2017', '14.03.2017', '6', 'SRL')

wagnertimo/rmarketcrawlR documentation built on May 3, 2019, 7:37 p.m.