Commit ·
a67b76e
1
Parent(s): 27bea43
fix(manifests): correct AEMO 5min date_range to actual parquet extent (2024-09-18 to 2026-02-12)
Browse files
manifests/aemo_5min_demand.json
CHANGED
|
@@ -17,8 +17,17 @@
|
|
| 17 |
"normalize": {},
|
| 18 |
"data_epoch": null,
|
| 19 |
"cyclical": false,
|
| 20 |
-
"region_values": [
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
"source_url": "https://visualisations.aemo.com.au/aemo/nemweb/index.html#",
|
| 23 |
"source_organization": "Australian Energy Market Operator (AEMO)"
|
| 24 |
}
|
|
|
|
| 17 |
"normalize": {},
|
| 18 |
"data_epoch": null,
|
| 19 |
"cyclical": false,
|
| 20 |
+
"region_values": [
|
| 21 |
+
"NSW1",
|
| 22 |
+
"QLD1",
|
| 23 |
+
"SA1",
|
| 24 |
+
"TAS1",
|
| 25 |
+
"VIC1"
|
| 26 |
+
],
|
| 27 |
+
"date_range": [
|
| 28 |
+
"2024-09-18",
|
| 29 |
+
"2026-02-12"
|
| 30 |
+
],
|
| 31 |
"source_url": "https://visualisations.aemo.com.au/aemo/nemweb/index.html#",
|
| 32 |
"source_organization": "Australian Energy Market Operator (AEMO)"
|
| 33 |
}
|