Skip to content

ROOFTOP_PV_ACTUAL

Estimate of regional Rooftop Solar actual generation for each half-hour interval in a day. AEMO plans to remove this table in a Data Model version release after 5.6.

Package

DEMAND_FORECASTS

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
INTERVAL_DATETIME datetime(3) 🔑 datetime2(0) 🔑 The forecast half-hour interval (time ending)
REGIONID varchar(20) 🔑 varchar(20) 🔑 Region identifier
TYPE varchar(20) 🔑 varchar(20) 🔑 One of DAILY, MEASUREMENT or SATELLITE. DAILY- best quality estimated actuals, available day after. MEASUREMENT- best quality estimated actuals on day, delayed by 1 half hour. SATELLITE- estimated actuals using satellite imagery, delayed by 1 half hour.
POWER numeric(12, 3) numeric(12, 3) Estimated generation in MW at the interval end
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
QI numeric(2, 1) numeric(2, 1) Quality indicator. Represents the quality of the estimate.

Official MMS data model indexes

Index name Index type Index columns (in order)
ROOFTOP_PV_ACTUAL_PK clustered, unique, primary key INTERVAL_DATETIME, TYPE, REGIONID

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_ROOFTOP_PV_ACTUAL clustered, unique, primary key INTERVAL_DATETIME, TYPE, REGIONID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
ROOFTOP_PV_ACTUAL_PK clustered, unique, primary key INTERVAL_DATETIME, TYPE, REGIONID