PowerZooJax commited on
Commit
6087b29
·
1 Parent(s): a67b76e

fix(manifests): correct AEMO forecast date_range to actual parquet extent (2025-01-27 to 2026-02-01)

Browse files
Files changed (1) hide show
  1. manifests/aemo_forecast.json +11 -2
manifests/aemo_forecast.json CHANGED
@@ -21,8 +21,17 @@
21
  "normalize": {},
22
  "data_epoch": null,
23
  "cyclical": false,
24
- "region_values": ["NSW1", "QLD1", "SA1", "TAS1", "VIC1"],
25
- "date_range": ["2025-01-26", "2025-12-31"],
 
 
 
 
 
 
 
 
 
26
  "source_url": "https://visualisations.aemo.com.au/aemo/nemweb/index.html#",
27
  "source_organization": "Australian Energy Market Operator (AEMO)"
28
  }
 
21
  "normalize": {},
22
  "data_epoch": null,
23
  "cyclical": false,
24
+ "region_values": [
25
+ "NSW1",
26
+ "QLD1",
27
+ "SA1",
28
+ "TAS1",
29
+ "VIC1"
30
+ ],
31
+ "date_range": [
32
+ "2025-01-27",
33
+ "2026-02-01"
34
+ ],
35
  "source_url": "https://visualisations.aemo.com.au/aemo/nemweb/index.html#",
36
  "source_organization": "Australian Energy Market Operator (AEMO)"
37
  }