Commit ·
106e876
1
Parent(s): edf3293
doc: trim self-promotion and over-defensive phrasing; tighten §1, §5, §6
Browse files
README.md
CHANGED
|
@@ -47,23 +47,17 @@ configs:
|
|
| 47 |
|
| 48 |
# PowerZoo Dataset
|
| 49 |
|
| 50 |
-
|
| 51 |
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
> *****.** Author names, affiliations and contact information are intentionally omitted during the review period, in compliance with ***.
|
| 55 |
|
| 56 |
---
|
| 57 |
|
| 58 |
-
## 1.
|
| 59 |
-
|
| 60 |
-
Power-system RL benchmarks have historically suffered from three gaps:
|
| 61 |
-
|
| 62 |
-
1. **Synthetic load curves** that do not capture the multi-scale structure of real demand (sub-hour ramping, weekly seasonality, event-driven spikes).
|
| 63 |
-
2. **Inconsistent grid topologies** scattered across `MATPOWER`, `pandapower`, OpenDSS, IEEE PES test feeders, etc., each with its own conventions.
|
| 64 |
-
3. **No canonical link** between high-fidelity demand traces and a fixed set of grid topologies, making cross-paper comparison difficult.
|
| 65 |
|
| 66 |
-
|
|
|
|
|
|
|
| 67 |
|
| 68 |
---
|
| 69 |
|
|
@@ -237,21 +231,24 @@ This repository **redistributes derivative datasets** built from publicly access
|
|
| 237 |
| Google cluster data 2019 | Google | [https://github.com/google/cluster-data](https://github.com/google/cluster-data) |
|
| 238 |
|
| 239 |
|
| 240 |
-
The packaging artefacts authored for this benchmark (the manifest schema, case-file Python representations, schema harmonisation logic) are intended to be released under a permissive open-source licence at camera-ready time; the underlying parquet data inherits the upstream licence in every case.
|
| 241 |
|
| 242 |
-
|
| 243 |
|
| 244 |
---
|
| 245 |
|
| 246 |
## 6. Intended use & limitations
|
| 247 |
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
|
|
|
|
|
|
|
|
|
| 255 |
|
| 256 |
---
|
| 257 |
|
|
|
|
| 47 |
|
| 48 |
# PowerZoo Dataset
|
| 49 |
|
| 50 |
+
Real-world power-system and data-centre time-series, canonical grid topologies, and JSON manifests linking the two — packaged for reinforcement-learning and forecasting research with the PowerZoo / PowerZooJax benchmark code (released separately).
|
| 51 |
|
| 52 |
+
Submitted to the ***. Author information is omitted during ***.
|
|
|
|
|
|
|
| 53 |
|
| 54 |
---
|
| 55 |
|
| 56 |
+
## 1. What's inside
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
+
1. Eleven parquet time-series files ingested from public regulator and cloud-provider releases (GB / AU electricity load, generation by fuel, day-ahead forecasts, market mid-prices; Alibaba / Azure / Google data-centre utilisation).
|
| 59 |
+
2. Fourteen electrical-network case files (Python classes with bus / branch / generator / load tables) covering transmission systems from 5 to 2383 buses and distribution systems from 33 to 533 buses.
|
| 60 |
+
3. Eleven JSON manifests that map each parquet's raw columns to a shared canonical schema (e.g. `OPERATIONAL_DEMAND` → `load.actual_mw`), so traces from different sources compose cleanly in one experiment.
|
| 61 |
|
| 62 |
---
|
| 63 |
|
|
|
|
| 231 |
| Google cluster data 2019 | Google | [https://github.com/google/cluster-data](https://github.com/google/cluster-data) |
|
| 232 |
|
| 233 |
|
| 234 |
+
The packaging artefacts authored for this benchmark (the manifest schema, case-file Python representations, schema harmonisation logic) are intended to be released under a permissive open-source licence at camera-ready time; the underlying parquet data inherits the upstream licence in every case. The canonical copy is the upstream URL above.
|
| 235 |
|
| 236 |
+
All series are aggregated at substation, regional, or national level; no PII.
|
| 237 |
|
| 238 |
---
|
| 239 |
|
| 240 |
## 6. Intended use & limitations
|
| 241 |
|
| 242 |
+
**Intended use.** Reinforcement-learning research, load / generation forecasting, OPF benchmarking, distribution-system control, data-centre power-shaping, demand-response studies.
|
| 243 |
+
|
| 244 |
+
**Limitations.**
|
| 245 |
+
- Static snapshot at release time; upstream sources continue to publish. Redownload from the URLs in §5 for live data.
|
| 246 |
+
- Geographic scope: Great Britain and Australia only.
|
| 247 |
+
- The Ausgrid trace is imputed by the upstream publisher; the imputation procedure is not documented here.
|
| 248 |
+
- Data-centre traces ship only the columns each manifest maps, at 5-minute resolution; upstream releases offer more fields at finer cadences.
|
| 249 |
+
- Grid-case parameter values are consistent with the named source systems but are not byte-identical to any specific upstream release.
|
| 250 |
+
|
| 251 |
+
Not intended for real-time grid control, retail tariff design, or settlement of real markets.
|
| 252 |
|
| 253 |
---
|
| 254 |
|