| aemo_rooftop_pv | R Documentation |
Returns AEMO's region-level estimate of rooftop PV generation, either actuals or forecasts. Published at 30-minute resolution.
aemo_rooftop_pv(region, start, end, type = c("actual", "forecast"))
region |
NEM region code. |
start, end |
Window. |
type |
One of |
The "actual" figure is an AEMO estimate derived from the APVI sampling model and weather data, not metered SCADA output. It is the best available public measure of aggregate rooftop PV generation but is subject to revision.
An aemo_tbl.
Other dispatch:
aemo_bids(),
aemo_constraints(),
aemo_dispatch_units(),
aemo_fcas_enablement(),
aemo_gencon(),
aemo_interconnector(),
aemo_market_notices(),
aemo_outages(),
aemo_spd_constraints()
op <- options(aemo.cache_dir = tempdir())
try({
now <- Sys.time()
r <- aemo_rooftop_pv("NSW1",
start = now - 3600, end = now)
head(r)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.