Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -87,10 +87,12 @@ The primary artifact. A single JSON containing everything needed to run optimal
87
  | `demand_source` | string | EIA data source and allocation fraction |
88
  | `dispatch_method` | string | Generator dispatch method (`"merit_order"` or `"proportional"`) |
89
  | `load_allocation_method` | string | How load was distributed to buses (`"census"` or `"per_ba_census"`) |
90
- | `ba_coverage_pct` | float | Fraction of state capacity covered by detected BAs |
91
  | `is_multi_state` | bool | Whether this is a multi-state region model |
92
  | `target_datetime` | string | ISO 8601 timestamp for demand snapshot |
93
 
 
 
94
  ### `bus` — Transmission Buses
95
 
96
  Keyed by string ID (non-sequential). One bus per voltage level per substation.
 
87
  | `demand_source` | string | EIA data source and allocation fraction |
88
  | `dispatch_method` | string | Generator dispatch method (`"merit_order"` or `"proportional"`) |
89
  | `load_allocation_method` | string | How load was distributed to buses (`"census"` or `"per_ba_census"`) |
90
+ | `ba_coverage_pct` | float | Percentage of state capacity covered by detected BAs |
91
  | `is_multi_state` | bool | Whether this is a multi-state region model |
92
  | `target_datetime` | string | ISO 8601 timestamp for demand snapshot |
93
 
94
+ `storage` and `switch` are present but always empty (required by PowerModels.jl parser).
95
+
96
  ### `bus` — Transmission Buses
97
 
98
  Keyed by string ID (non-sequential). One bus per voltage level per substation.