Skip to content

ROOFTOP_PV_ACTUAL_RUN

Contains prediction runs for rooftop PV area estimated actuals, with a 5-minute and 30-minute resolution for different estimate types. This is the parent table to the child table ROOFTOP_PV_ACTUAL_PRED, which contains the corresponding actual predictions.

Package

DEMAND_FORECASTS

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
PREDICTION_RUN_DATETIME datetime(3) 🔑 datetime2(0) 🔑 Datetime (interval ending) from which this prediction run is valid.
INTERVAL_DURATION numeric(3, 0) 🔑 smallint 🔑 Duration of each interval (in minutes) for this prediction, for example, 5 or 30.
AREAID varchar(10) 🔑 varchar(10) 🔑 Area identifier, aligning with the load forecasting areas.
OFFERDATETIME datetime(3) 🔑 datetime2(0) 🔑 Datetime when this prediction submission was loaded.
ESTIMATE_TYPE varchar(20) 🔑 varchar(20) 🔑 Type of Rooftop PV estimate, for example, MEASURED, SATELLITE and so on.
PROVIDERID varchar(20) 🔑 varchar(20) 🔑 Provider identifier, for example, AEMO, PROVIDER_A and so on.
PREDICTION_PRIORITY numeric(10, 0) 🔑 int 🔑 Priority of prediction run, higher number is used in preference to lower number for the same provider.
PROVIDER_TIMESTAMP datetime(3) datetime2(0) Datetime when the provider created the forecast.
REMARKS varchar(300) varchar(300) Comments relating to the prediction run.
MODEL_USED varchar(30) varchar(30) Metadata describing the model used to produce the prediction run.
SUPPRESSED_PROVIDER numeric(1, 0) bit Flag indicating if the prediction run was suppressed by the provider when submitted. Suppressed predictions are not used by downstream forecasting systems. Suppressed = 1, Unsuppressed = 0.
INSTALLED_CAPACITY numeric(18, 8) numeric(18, 8) Installed rooftop PV capacity used for the prediction run, in MW.
LASTCHANGED datetime(3) datetime2(0) Datetime when the prediction run was written into AEMO database.

Official MMS data model indexes

Index name Index type Index columns (in order)
ROOFTOP_PV_ACTUAL_RUN_PK clustered, unique, primary key PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_ROOFTOP_PV_ACTUAL_RUN clustered, unique, primary key PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_ROOFTOP_PV_ACTUAL_RUN clustered, unique, primary key PREDICTION_RUN_DATETIME, INTERVAL_DURATION, AREAID, OFFERDATETIME, ESTIMATE_TYPE, PROVIDERID, PREDICTION_PRIORITY