File size: 977 Bytes
27bea43 6087b29 27bea43 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | {
"name": "aemo_forecast",
"source": "aemo",
"data_type": "forecast_panel",
"time_mode": "calendar",
"resolution": "30min",
"parquet_file": "AEMO_Forecast_vs_Actual_2025.parquet",
"metadata_json": "AEMO_Forecast_vs_Actual_2025.json",
"column_map": {
"OPERATIONAL_DEMAND_POE10": "load.forecast_p10_mw",
"OPERATIONAL_DEMAND_POE50": "load.forecast_p50_mw",
"OPERATIONAL_DEMAND_POE90": "load.forecast_p90_mw",
"OPERATIONAL_DEMAND": "load.actual_mw"
},
"index_map": {
"REGIONID": "region",
"FORECAST_DATETIME": "issue_time",
"INTERVAL_DATETIME": "target_time"
},
"derived": {},
"normalize": {},
"data_epoch": null,
"cyclical": false,
"region_values": [
"NSW1",
"QLD1",
"SA1",
"TAS1",
"VIC1"
],
"date_range": [
"2025-01-27",
"2026-02-01"
],
"source_url": "https://visualisations.aemo.com.au/aemo/nemweb/index.html#",
"source_organization": "Australian Energy Market Operator (AEMO)"
}
|