@digital4better/data 1.3.29 → 1.3.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/data/country/region-to-region-distances.csv +627 -0
  2. package/data/country/region-to-region-distances.json +627 -0
  3. package/data/country/regions.csv +1 -0
  4. package/data/country/regions.json +11 -1
  5. package/data/country/user-to-datacenter-distances.csv +1 -0
  6. package/data/country/user-to-datacenter-distances.json +1 -0
  7. package/data/factor/continent-monthly-green.csv +362 -344
  8. package/data/factor/continent-monthly-green.json +3288 -3090
  9. package/data/factor/continent-monthly.csv +362 -344
  10. package/data/factor/continent-monthly.json +3290 -3092
  11. package/data/factor/continent-yearly-green.csv +37 -31
  12. package/data/factor/continent-yearly-green.json +345 -279
  13. package/data/factor/continent-yearly.csv +37 -31
  14. package/data/factor/continent-yearly.json +345 -279
  15. package/data/factor/country-monthly-green.csv +4183 -3541
  16. package/data/factor/country-monthly-green.json +37143 -30081
  17. package/data/factor/country-monthly.csv +4392 -3750
  18. package/data/factor/country-monthly.json +36595 -29533
  19. package/data/factor/country-yearly-green.csv +667 -453
  20. package/data/factor/country-yearly-green.json +6212 -3858
  21. package/data/factor/country-yearly.csv +667 -453
  22. package/data/factor/country-yearly.json +5976 -3622
  23. package/data/factor/subdivision-monthly-green.csv +864 -589
  24. package/data/factor/subdivision-monthly-green.json +8223 -5196
  25. package/data/factor/subdivision-monthly.csv +864 -589
  26. package/data/factor/subdivision-monthly.json +8139 -5112
  27. package/data/factor/subdivision-yearly-green.csv +134 -63
  28. package/data/factor/subdivision-yearly-green.json +1350 -567
  29. package/data/factor/subdivision-yearly.csv +134 -63
  30. package/data/factor/subdivision-yearly.json +1350 -567
  31. package/data/factor/world-monthly-green.csv +86 -83
  32. package/data/factor/world-monthly-green.json +780 -747
  33. package/data/factor/world-monthly.csv +86 -83
  34. package/data/factor/world-monthly.json +779 -746
  35. package/data/factor/world-yearly-green.csv +8 -7
  36. package/data/factor/world-yearly-green.json +74 -63
  37. package/data/factor/world-yearly.csv +8 -7
  38. package/data/factor/world-yearly.json +74 -63
  39. package/data/mix/continent-monthly-green.csv +359 -341
  40. package/data/mix/continent-monthly-green.json +1245 -1137
  41. package/data/mix/continent-monthly.csv +359 -341
  42. package/data/mix/continent-monthly.json +2020 -1822
  43. package/data/mix/continent-yearly-green.csv +36 -30
  44. package/data/mix/continent-yearly-green.json +138 -102
  45. package/data/mix/continent-yearly.csv +36 -30
  46. package/data/mix/continent-yearly.json +231 -165
  47. package/data/mix/country-monthly-green.csv +3430 -2788
  48. package/data/mix/country-monthly-green.json +12520 -8668
  49. package/data/mix/country-monthly.csv +3430 -2788
  50. package/data/mix/country-monthly.json +20453 -13391
  51. package/data/mix/country-yearly-green.csv +519 -305
  52. package/data/mix/country-yearly-green.json +2195 -911
  53. package/data/mix/country-yearly.csv +519 -305
  54. package/data/mix/country-yearly.json +3874 -1520
  55. package/data/mix/subdivision-monthly-green.csv +746 -471
  56. package/data/mix/subdivision-monthly-green.json +3118 -1466
  57. package/data/mix/subdivision-monthly.csv +746 -471
  58. package/data/mix/subdivision-monthly.json +5154 -2127
  59. package/data/mix/subdivision-yearly-green.csv +134 -63
  60. package/data/mix/subdivision-yearly-green.json +652 -224
  61. package/data/mix/subdivision-yearly.csv +134 -63
  62. package/data/mix/subdivision-yearly.json +1182 -399
  63. package/data/mix/world-monthly-green.csv +86 -83
  64. package/data/mix/world-monthly-green.json +341 -323
  65. package/data/mix/world-monthly.csv +86 -83
  66. package/data/mix/world-monthly.json +716 -683
  67. package/data/mix/world-yearly-green.csv +8 -7
  68. package/data/mix/world-yearly-green.json +34 -28
  69. package/data/mix/world-yearly.csv +8 -7
  70. package/data/mix/world-yearly.json +69 -58
  71. package/package.json +4 -3
@@ -67,15 +67,26 @@
67
67
  "Wind": 0.1597
68
68
  },
69
69
  "2025": {
70
- "Bioenergy": 0.0594,
71
- "Coal": 0.1327,
72
- "Gas": 0.5423,
73
- "Hydro": 0.0271,
70
+ "Bioenergy": 0.0591,
71
+ "Coal": 0.1321,
72
+ "Gas": 0.5398,
73
+ "Hydro": 0.024,
74
74
  "Nuclear": 0,
75
- "Other Fossil": 0.0292,
75
+ "Other Fossil": 0.029,
76
76
  "Other Renewables": 0.0021,
77
- "Solar": 0.0492,
78
- "Wind": 0.158
77
+ "Solar": 0.0407,
78
+ "Wind": 0.1732
79
+ },
80
+ "2026": {
81
+ "Bioenergy": 0.06,
82
+ "Coal": 0.1342,
83
+ "Gas": 0.5483,
84
+ "Hydro": 0.0158,
85
+ "Nuclear": 0,
86
+ "Other Fossil": 0.0295,
87
+ "Other Renewables": 0.0019,
88
+ "Solar": 0.0092,
89
+ "Wind": 0.2012
79
90
  }
80
91
  },
81
92
  "CA-BC": {
@@ -146,15 +157,26 @@
146
157
  "Wind": 0.0302
147
158
  },
148
159
  "2025": {
149
- "Bioenergy": 0.0064,
150
- "Coal": 0.0143,
151
- "Gas": 0.0584,
152
- "Hydro": 0.8917,
160
+ "Bioenergy": 0.0066,
161
+ "Coal": 0.0148,
162
+ "Gas": 0.0605,
163
+ "Hydro": 0.8873,
153
164
  "Nuclear": 0,
154
- "Other Fossil": 0.0031,
165
+ "Other Fossil": 0.0032,
155
166
  "Other Renewables": 0.0002,
156
- "Solar": 0.0004,
157
- "Wind": 0.0254
167
+ "Solar": 0.0003,
168
+ "Wind": 0.0271
169
+ },
170
+ "2026": {
171
+ "Bioenergy": 0.0072,
172
+ "Coal": 0.0161,
173
+ "Gas": 0.0659,
174
+ "Hydro": 0.887,
175
+ "Nuclear": 0,
176
+ "Other Fossil": 0.0035,
177
+ "Other Renewables": 0.0002,
178
+ "Solar": 0.0001,
179
+ "Wind": 0.0198
158
180
  }
159
181
  },
160
182
  "CA-MB": {
@@ -226,14 +248,25 @@
226
248
  },
227
249
  "2025": {
228
250
  "Bioenergy": 0.0002,
229
- "Coal": 0.0004,
230
- "Gas": 0.0017,
231
- "Hydro": 0.9653,
251
+ "Coal": 0.0005,
252
+ "Gas": 0.0019,
253
+ "Hydro": 0.9627,
232
254
  "Nuclear": 0,
233
255
  "Other Fossil": 0.0001,
234
256
  "Other Renewables": 0,
235
257
  "Solar": 0.0001,
236
- "Wind": 0.0322
258
+ "Wind": 0.0346
259
+ },
260
+ "2026": {
261
+ "Bioenergy": 0.0002,
262
+ "Coal": 0.0005,
263
+ "Gas": 0.002,
264
+ "Hydro": 0.9577,
265
+ "Nuclear": 0,
266
+ "Other Fossil": 0.0001,
267
+ "Other Renewables": 0,
268
+ "Solar": 0,
269
+ "Wind": 0.0395
237
270
  }
238
271
  },
239
272
  "CA-NB": {
@@ -304,15 +337,26 @@
304
337
  "Wind": 0.0858
305
338
  },
306
339
  "2025": {
307
- "Bioenergy": 0.0343,
308
- "Coal": 0.0765,
309
- "Gas": 0.3127,
310
- "Hydro": 0.2086,
311
- "Nuclear": 0.2669,
312
- "Other Fossil": 0.0168,
340
+ "Bioenergy": 0.0357,
341
+ "Coal": 0.0797,
342
+ "Gas": 0.3257,
343
+ "Hydro": 0.1971,
344
+ "Nuclear": 0.2527,
345
+ "Other Fossil": 0.0174,
313
346
  "Other Renewables": 0.0012,
314
- "Solar": 0.0002,
315
- "Wind": 0.0828
347
+ "Solar": 0.0001,
348
+ "Wind": 0.0903
349
+ },
350
+ "2026": {
351
+ "Bioenergy": 0.0472,
352
+ "Coal": 0.1054,
353
+ "Gas": 0.4308,
354
+ "Hydro": 0.0917,
355
+ "Nuclear": 0.1931,
356
+ "Other Fossil": 0.0232,
357
+ "Other Renewables": 0.0015,
358
+ "Solar": 0,
359
+ "Wind": 0.1071
316
360
  }
317
361
  },
318
362
  "CA-NL": {
@@ -383,15 +427,26 @@
383
427
  "Wind": 0.0041
384
428
  },
385
429
  "2025": {
386
- "Bioenergy": 0.0023,
387
- "Coal": 0.0052,
388
- "Gas": 0.0212,
389
- "Hydro": 0.9652,
430
+ "Bioenergy": 0.0026,
431
+ "Coal": 0.0058,
432
+ "Gas": 0.0238,
433
+ "Hydro": 0.9615,
390
434
  "Nuclear": 0,
391
- "Other Fossil": 0.0011,
435
+ "Other Fossil": 0.0013,
392
436
  "Other Renewables": 0.0001,
393
437
  "Solar": 0,
394
438
  "Wind": 0.0049
439
+ },
440
+ "2026": {
441
+ "Bioenergy": 0.0024,
442
+ "Coal": 0.0053,
443
+ "Gas": 0.0215,
444
+ "Hydro": 0.9652,
445
+ "Nuclear": 0,
446
+ "Other Fossil": 0.0012,
447
+ "Other Renewables": 0.0001,
448
+ "Solar": 0,
449
+ "Wind": 0.0044
395
450
  }
396
451
  },
397
452
  "CA-NS": {
@@ -462,15 +517,26 @@
462
517
  "Wind": 0.1813
463
518
  },
464
519
  "2025": {
465
- "Bioenergy": 0.0582,
466
- "Coal": 0.1301,
467
- "Gas": 0.5315,
468
- "Hydro": 0.0724,
520
+ "Bioenergy": 0.0576,
521
+ "Coal": 0.1287,
522
+ "Gas": 0.5259,
523
+ "Hydro": 0.0678,
469
524
  "Nuclear": 0,
470
- "Other Fossil": 0.0285,
471
- "Other Renewables": 0.0021,
525
+ "Other Fossil": 0.0282,
526
+ "Other Renewables": 0.002,
472
527
  "Solar": 0.0007,
473
- "Wind": 0.1765
528
+ "Wind": 0.1892
529
+ },
530
+ "2026": {
531
+ "Bioenergy": 0.0597,
532
+ "Coal": 0.1334,
533
+ "Gas": 0.545,
534
+ "Hydro": 0.0464,
535
+ "Nuclear": 0,
536
+ "Other Fossil": 0.0294,
537
+ "Other Renewables": 0.0019,
538
+ "Solar": 0.0003,
539
+ "Wind": 0.1841
474
540
  }
475
541
  },
476
542
  "CA-NT": {
@@ -541,15 +607,26 @@
541
607
  "Wind": 0.0278
542
608
  },
543
609
  "2025": {
544
- "Bioenergy": 0.0512,
545
- "Coal": 0.1144,
546
- "Gas": 0.4673,
547
- "Hydro": 0.2975,
610
+ "Bioenergy": 0.0515,
611
+ "Coal": 0.115,
612
+ "Gas": 0.47,
613
+ "Hydro": 0.2971,
548
614
  "Nuclear": 0,
549
- "Other Fossil": 0.0251,
550
- "Other Renewables": 0.0019,
551
- "Solar": 0.0084,
552
- "Wind": 0.0344
615
+ "Other Fossil": 0.0252,
616
+ "Other Renewables": 0.0018,
617
+ "Solar": 0.0067,
618
+ "Wind": 0.0327
619
+ },
620
+ "2026": {
621
+ "Bioenergy": 0.0528,
622
+ "Coal": 0.118,
623
+ "Gas": 0.4822,
624
+ "Hydro": 0.2916,
625
+ "Nuclear": 0,
626
+ "Other Fossil": 0.026,
627
+ "Other Renewables": 0.0017,
628
+ "Solar": 0.0001,
629
+ "Wind": 0.0277
553
630
  }
554
631
  },
555
632
  "CA-NU": {
@@ -620,14 +697,25 @@
620
697
  "Wind": 0
621
698
  },
622
699
  "2025": {
623
- "Bioenergy": 0.0776,
700
+ "Bioenergy": 0.0775,
624
701
  "Coal": 0.1733,
625
- "Gas": 0.7078,
702
+ "Gas": 0.7081,
626
703
  "Hydro": 0,
627
704
  "Nuclear": 0,
628
- "Other Fossil": 0.0381,
629
- "Other Renewables": 0.0028,
630
- "Solar": 0.0005,
705
+ "Other Fossil": 0.038,
706
+ "Other Renewables": 0.0027,
707
+ "Solar": 0.0004,
708
+ "Wind": 0
709
+ },
710
+ "2026": {
711
+ "Bioenergy": 0.0775,
712
+ "Coal": 0.1734,
713
+ "Gas": 0.7085,
714
+ "Hydro": 0,
715
+ "Nuclear": 0,
716
+ "Other Fossil": 0.0382,
717
+ "Other Renewables": 0.0024,
718
+ "Solar": 0,
631
719
  "Wind": 0
632
720
  }
633
721
  },
@@ -699,15 +787,26 @@
699
787
  "Wind": 0.0851
700
788
  },
701
789
  "2025": {
702
- "Bioenergy": 0.0158,
703
- "Coal": 0.0352,
704
- "Gas": 0.1438,
705
- "Hydro": 0.2317,
706
- "Nuclear": 0.476,
707
- "Other Fossil": 0.0077,
790
+ "Bioenergy": 0.0163,
791
+ "Coal": 0.0364,
792
+ "Gas": 0.149,
793
+ "Hydro": 0.2283,
794
+ "Nuclear": 0.4612,
795
+ "Other Fossil": 0.008,
708
796
  "Other Renewables": 0.0005,
709
- "Solar": 0.0158,
710
- "Wind": 0.0734
797
+ "Solar": 0.0134,
798
+ "Wind": 0.0868
799
+ },
800
+ "2026": {
801
+ "Bioenergy": 0.0207,
802
+ "Coal": 0.0463,
803
+ "Gas": 0.1891,
804
+ "Hydro": 0.1913,
805
+ "Nuclear": 0.4281,
806
+ "Other Fossil": 0.0102,
807
+ "Other Renewables": 0.0007,
808
+ "Solar": 0.0038,
809
+ "Wind": 0.11
711
810
  }
712
811
  },
713
812
  "CA-PE": {
@@ -778,15 +877,26 @@
778
877
  "Wind": 0.9349
779
878
  },
780
879
  "2025": {
781
- "Bioenergy": 0.0008,
782
- "Coal": 0.0018,
783
- "Gas": 0.0074,
880
+ "Bioenergy": 0.0009,
881
+ "Coal": 0.002,
882
+ "Gas": 0.008,
784
883
  "Hydro": 0,
785
884
  "Nuclear": 0,
786
885
  "Other Fossil": 0.0004,
787
886
  "Other Renewables": 0,
788
- "Solar": 0.0939,
789
- "Wind": 0.8956
887
+ "Solar": 0.0765,
888
+ "Wind": 0.9122
889
+ },
890
+ "2026": {
891
+ "Bioenergy": 0.0009,
892
+ "Coal": 0.002,
893
+ "Gas": 0.0083,
894
+ "Hydro": 0,
895
+ "Nuclear": 0,
896
+ "Other Fossil": 0.0004,
897
+ "Other Renewables": 0,
898
+ "Solar": 0.0174,
899
+ "Wind": 0.9709
790
900
  }
791
901
  },
792
902
  "CA-QC": {
@@ -859,13 +969,24 @@
859
969
  "2025": {
860
970
  "Bioenergy": 0.0008,
861
971
  "Coal": 0.0018,
862
- "Gas": 0.0075,
863
- "Hydro": 0.9295,
972
+ "Gas": 0.0073,
973
+ "Hydro": 0.9278,
864
974
  "Nuclear": 0,
865
975
  "Other Fossil": 0.0004,
866
976
  "Other Renewables": 0,
867
977
  "Solar": 0.0001,
868
- "Wind": 0.0598
978
+ "Wind": 0.0619
979
+ },
980
+ "2026": {
981
+ "Bioenergy": 0.0008,
982
+ "Coal": 0.0018,
983
+ "Gas": 0.0073,
984
+ "Hydro": 0.9229,
985
+ "Nuclear": 0,
986
+ "Other Fossil": 0.0004,
987
+ "Other Renewables": 0,
988
+ "Solar": 0,
989
+ "Wind": 0.0667
869
990
  }
870
991
  },
871
992
  "CA-SK": {
@@ -937,14 +1058,25 @@
937
1058
  },
938
1059
  "2025": {
939
1060
  "Bioenergy": 0.0603,
940
- "Coal": 0.1346,
941
- "Gas": 0.5499,
942
- "Hydro": 0.1174,
1061
+ "Coal": 0.1348,
1062
+ "Gas": 0.551,
1063
+ "Hydro": 0.1122,
943
1064
  "Nuclear": 0,
944
1065
  "Other Fossil": 0.0296,
945
- "Other Renewables": 0.0022,
946
- "Solar": 0.0021,
947
- "Wind": 0.1041
1066
+ "Other Renewables": 0.0021,
1067
+ "Solar": 0.0019,
1068
+ "Wind": 0.1082
1069
+ },
1070
+ "2026": {
1071
+ "Bioenergy": 0.0617,
1072
+ "Coal": 0.1379,
1073
+ "Gas": 0.5635,
1074
+ "Hydro": 0.0929,
1075
+ "Nuclear": 0,
1076
+ "Other Fossil": 0.0304,
1077
+ "Other Renewables": 0.0019,
1078
+ "Solar": 0.0008,
1079
+ "Wind": 0.111
948
1080
  }
949
1081
  },
950
1082
  "CA-YT": {
@@ -1015,15 +1147,26 @@
1015
1147
  "Wind": 0.0097
1016
1148
  },
1017
1149
  "2025": {
1018
- "Bioenergy": 0.0209,
1019
- "Coal": 0.0468,
1020
- "Gas": 0.191,
1021
- "Hydro": 0.6985,
1150
+ "Bioenergy": 0.0242,
1151
+ "Coal": 0.0541,
1152
+ "Gas": 0.2209,
1153
+ "Hydro": 0.6622,
1022
1154
  "Nuclear": 0,
1023
- "Other Fossil": 0.0103,
1155
+ "Other Fossil": 0.0119,
1024
1156
  "Other Renewables": 0.0008,
1025
- "Solar": 0.0181,
1026
- "Wind": 0.0137
1157
+ "Solar": 0.014,
1158
+ "Wind": 0.0119
1159
+ },
1160
+ "2026": {
1161
+ "Bioenergy": 0.0403,
1162
+ "Coal": 0.0901,
1163
+ "Gas": 0.3681,
1164
+ "Hydro": 0.473,
1165
+ "Nuclear": 0,
1166
+ "Other Fossil": 0.0198,
1167
+ "Other Renewables": 0.0013,
1168
+ "Solar": 0.001,
1169
+ "Wind": 0.0064
1027
1170
  }
1028
1171
  },
1029
1172
  "US-AK": {
@@ -1094,15 +1237,26 @@
1094
1237
  "Wind": 0.0184
1095
1238
  },
1096
1239
  "2025": {
1097
- "Bioenergy": 0.0066,
1098
- "Coal": 0.1307,
1099
- "Gas": 0.4157,
1100
- "Hydro": 0.2771,
1240
+ "Bioenergy": 0.0065,
1241
+ "Coal": 0.1261,
1242
+ "Gas": 0.392,
1243
+ "Hydro": 0.2952,
1101
1244
  "Nuclear": 0,
1102
- "Other Fossil": 0.1571,
1245
+ "Other Fossil": 0.1625,
1103
1246
  "Other Renewables": 0,
1104
1247
  "Solar": 0,
1105
- "Wind": 0.0128
1248
+ "Wind": 0.0177
1249
+ },
1250
+ "2026": {
1251
+ "Bioenergy": 0.0053,
1252
+ "Coal": 0.1236,
1253
+ "Gas": 0.3593,
1254
+ "Hydro": 0.3336,
1255
+ "Nuclear": 0,
1256
+ "Other Fossil": 0.1542,
1257
+ "Other Renewables": 0,
1258
+ "Solar": 0,
1259
+ "Wind": 0.024
1106
1260
  }
1107
1261
  },
1108
1262
  "US-AL": {
@@ -1173,14 +1327,25 @@
1173
1327
  "Wind": 0
1174
1328
  },
1175
1329
  "2025": {
1176
- "Bioenergy": 0.0226,
1177
- "Coal": 0.153,
1178
- "Gas": 0.4602,
1179
- "Hydro": 0.0584,
1180
- "Nuclear": 0.2955,
1330
+ "Bioenergy": 0.0229,
1331
+ "Coal": 0.1525,
1332
+ "Gas": 0.4564,
1333
+ "Hydro": 0.0583,
1334
+ "Nuclear": 0.3004,
1181
1335
  "Other Fossil": 0.0001,
1182
1336
  "Other Renewables": 0,
1183
- "Solar": 0.0102,
1337
+ "Solar": 0.0094,
1338
+ "Wind": 0
1339
+ },
1340
+ "2026": {
1341
+ "Bioenergy": 0.022,
1342
+ "Coal": 0.1348,
1343
+ "Gas": 0.4667,
1344
+ "Hydro": 0.0432,
1345
+ "Nuclear": 0.328,
1346
+ "Other Fossil": 0,
1347
+ "Other Renewables": 0,
1348
+ "Solar": 0.0053,
1184
1349
  "Wind": 0
1185
1350
  }
1186
1351
  },
@@ -1252,15 +1417,26 @@
1252
1417
  "Wind": 0
1253
1418
  },
1254
1419
  "2025": {
1255
- "Bioenergy": 0.0123,
1256
- "Coal": 0.2927,
1257
- "Gas": 0.3403,
1258
- "Hydro": 0.0489,
1259
- "Nuclear": 0.2283,
1420
+ "Bioenergy": 0.0127,
1421
+ "Coal": 0.3061,
1422
+ "Gas": 0.3309,
1423
+ "Hydro": 0.0494,
1424
+ "Nuclear": 0.2282,
1260
1425
  "Other Fossil": 0.0006,
1261
1426
  "Other Renewables": 0,
1262
- "Solar": 0.0755,
1263
- "Wind": 0.0013
1427
+ "Solar": 0.0693,
1428
+ "Wind": 0.0026
1429
+ },
1430
+ "2026": {
1431
+ "Bioenergy": 0.0131,
1432
+ "Coal": 0.383,
1433
+ "Gas": 0.2593,
1434
+ "Hydro": 0.0417,
1435
+ "Nuclear": 0.2553,
1436
+ "Other Fossil": 0.0002,
1437
+ "Other Renewables": 0,
1438
+ "Solar": 0.0395,
1439
+ "Wind": 0.008
1264
1440
  }
1265
1441
  },
1266
1442
  "US-AZ": {
@@ -1331,15 +1507,26 @@
1331
1507
  "Wind": 0.0218
1332
1508
  },
1333
1509
  "2025": {
1334
- "Bioenergy": 0.0017,
1335
- "Coal": 0.075,
1336
- "Gas": 0.4573,
1337
- "Hydro": 0.0397,
1338
- "Nuclear": 0.265,
1510
+ "Bioenergy": 0.0016,
1511
+ "Coal": 0.0786,
1512
+ "Gas": 0.4498,
1513
+ "Hydro": 0.0427,
1514
+ "Nuclear": 0.2672,
1339
1515
  "Other Fossil": 0,
1340
1516
  "Other Renewables": 0,
1341
- "Solar": 0.1353,
1342
- "Wind": 0.0261
1517
+ "Solar": 0.1332,
1518
+ "Wind": 0.0269
1519
+ },
1520
+ "2026": {
1521
+ "Bioenergy": 0.0022,
1522
+ "Coal": 0.1097,
1523
+ "Gas": 0.4109,
1524
+ "Hydro": 0.043,
1525
+ "Nuclear": 0.3134,
1526
+ "Other Fossil": 0,
1527
+ "Other Renewables": 0,
1528
+ "Solar": 0.0981,
1529
+ "Wind": 0.0226
1343
1530
  }
1344
1531
  },
1345
1532
  "US-CA": {
@@ -1410,15 +1597,26 @@
1410
1597
  "Wind": 0.0727
1411
1598
  },
1412
1599
  "2025": {
1413
- "Bioenergy": 0.0204,
1600
+ "Bioenergy": 0.0214,
1414
1601
  "Coal": 0.0011,
1415
- "Gas": 0.3564,
1416
- "Hydro": 0.1377,
1417
- "Nuclear": 0.0837,
1602
+ "Gas": 0.3589,
1603
+ "Hydro": 0.1356,
1604
+ "Nuclear": 0.0847,
1418
1605
  "Other Fossil": 0,
1419
- "Other Renewables": 0.0494,
1420
- "Solar": 0.2772,
1421
- "Wind": 0.0741
1606
+ "Other Renewables": 0.0518,
1607
+ "Solar": 0.268,
1608
+ "Wind": 0.0784
1609
+ },
1610
+ "2026": {
1611
+ "Bioenergy": 0.0258,
1612
+ "Coal": 0.0013,
1613
+ "Gas": 0.4155,
1614
+ "Hydro": 0.1219,
1615
+ "Nuclear": 0.1114,
1616
+ "Other Fossil": 0,
1617
+ "Other Renewables": 0.0621,
1618
+ "Solar": 0.178,
1619
+ "Wind": 0.0839
1422
1620
  }
1423
1621
  },
1424
1622
  "US-CO": {
@@ -1490,14 +1688,25 @@
1490
1688
  },
1491
1689
  "2025": {
1492
1690
  "Bioenergy": 0.0013,
1493
- "Coal": 0.2555,
1494
- "Gas": 0.3247,
1495
- "Hydro": 0.032,
1691
+ "Coal": 0.2468,
1692
+ "Gas": 0.3187,
1693
+ "Hydro": 0.0336,
1496
1694
  "Nuclear": 0,
1497
1695
  "Other Fossil": 0.0001,
1498
1696
  "Other Renewables": 0,
1499
- "Solar": 0.1041,
1500
- "Wind": 0.2823
1697
+ "Solar": 0.0983,
1698
+ "Wind": 0.3012
1699
+ },
1700
+ "2026": {
1701
+ "Bioenergy": 0.0014,
1702
+ "Coal": 0.1845,
1703
+ "Gas": 0.3381,
1704
+ "Hydro": 0.0467,
1705
+ "Nuclear": 0,
1706
+ "Other Fossil": 0,
1707
+ "Other Renewables": 0,
1708
+ "Solar": 0.0675,
1709
+ "Wind": 0.3617
1501
1710
  }
1502
1711
  },
1503
1712
  "US-CT": {
@@ -1568,15 +1777,116 @@
1568
1777
  "Wind": 0.0002
1569
1778
  },
1570
1779
  "2025": {
1571
- "Bioenergy": 0.0137,
1780
+ "Bioenergy": 0.0136,
1572
1781
  "Coal": 0,
1573
- "Gas": 0.5616,
1782
+ "Gas": 0.5624,
1574
1783
  "Hydro": 0.0078,
1575
- "Nuclear": 0.3836,
1576
- "Other Fossil": 0.0142,
1784
+ "Nuclear": 0.3842,
1785
+ "Other Fossil": 0.0144,
1577
1786
  "Other Renewables": 0,
1578
- "Solar": 0.019,
1579
- "Wind": 0.0002
1787
+ "Solar": 0.0174,
1788
+ "Wind": 0.0003
1789
+ },
1790
+ "2026": {
1791
+ "Bioenergy": 0.0132,
1792
+ "Coal": 0,
1793
+ "Gas": 0.5723,
1794
+ "Hydro": 0.0068,
1795
+ "Nuclear": 0.3891,
1796
+ "Other Fossil": 0.0094,
1797
+ "Other Renewables": 0,
1798
+ "Solar": 0.0089,
1799
+ "Wind": 0.0004
1800
+ }
1801
+ },
1802
+ "US-DC": {
1803
+ "2019": {
1804
+ "Bioenergy": 0.3167,
1805
+ "Coal": 0,
1806
+ "Gas": 0.6326,
1807
+ "Hydro": 0,
1808
+ "Nuclear": 0,
1809
+ "Other Fossil": 0,
1810
+ "Other Renewables": 0,
1811
+ "Solar": 0.0507,
1812
+ "Wind": 0
1813
+ },
1814
+ "2020": {
1815
+ "Bioenergy": 0.2727,
1816
+ "Coal": 0,
1817
+ "Gas": 0.664,
1818
+ "Hydro": 0,
1819
+ "Nuclear": 0,
1820
+ "Other Fossil": 0.0001,
1821
+ "Other Renewables": 0,
1822
+ "Solar": 0.0631,
1823
+ "Wind": 0
1824
+ },
1825
+ "2021": {
1826
+ "Bioenergy": 0.2639,
1827
+ "Coal": 0,
1828
+ "Gas": 0.6493,
1829
+ "Hydro": 0,
1830
+ "Nuclear": 0,
1831
+ "Other Fossil": 0.0002,
1832
+ "Other Renewables": 0,
1833
+ "Solar": 0.0865,
1834
+ "Wind": 0
1835
+ },
1836
+ "2022": {
1837
+ "Bioenergy": 0.36,
1838
+ "Coal": 0,
1839
+ "Gas": 0.501,
1840
+ "Hydro": 0,
1841
+ "Nuclear": 0,
1842
+ "Other Fossil": 0.0001,
1843
+ "Other Renewables": 0,
1844
+ "Solar": 0.1389,
1845
+ "Wind": 0
1846
+ },
1847
+ "2023": {
1848
+ "Bioenergy": 0.3376,
1849
+ "Coal": 0,
1850
+ "Gas": 0.519,
1851
+ "Hydro": 0,
1852
+ "Nuclear": 0,
1853
+ "Other Fossil": 0.0003,
1854
+ "Other Renewables": 0,
1855
+ "Solar": 0.1431,
1856
+ "Wind": 0
1857
+ },
1858
+ "2024": {
1859
+ "Bioenergy": 0.2986,
1860
+ "Coal": 0,
1861
+ "Gas": 0.5321,
1862
+ "Hydro": 0,
1863
+ "Nuclear": 0,
1864
+ "Other Fossil": 0.0002,
1865
+ "Other Renewables": 0,
1866
+ "Solar": 0.1691,
1867
+ "Wind": 0
1868
+ },
1869
+ "2025": {
1870
+ "Bioenergy": 0.3044,
1871
+ "Coal": 0,
1872
+ "Gas": 0.4055,
1873
+ "Hydro": 0,
1874
+ "Nuclear": 0,
1875
+ "Other Fossil": 0,
1876
+ "Other Renewables": 0,
1877
+ "Solar": 0.2901,
1878
+ "Wind": 0
1879
+ },
1880
+ "2026": {
1881
+ "Bioenergy": 1,
1882
+ "Coal": 0,
1883
+ "Gas": 0,
1884
+ "Hydro": 0,
1885
+ "Nuclear": 0,
1886
+ "Other Fossil": 0,
1887
+ "Other Renewables": 0,
1888
+ "Solar": 0,
1889
+ "Wind": 0
1580
1890
  }
1581
1891
  },
1582
1892
  "US-DE": {
@@ -1647,14 +1957,25 @@
1647
1957
  "Wind": 0.0005
1648
1958
  },
1649
1959
  "2025": {
1650
- "Bioenergy": 0.0074,
1651
- "Coal": 0.0538,
1652
- "Gas": 0.8873,
1960
+ "Bioenergy": 0.006,
1961
+ "Coal": 0.0482,
1962
+ "Gas": 0.8992,
1653
1963
  "Hydro": 0,
1654
1964
  "Nuclear": 0,
1655
- "Other Fossil": 0.0129,
1965
+ "Other Fossil": 0.0116,
1656
1966
  "Other Renewables": 0,
1657
- "Solar": 0.0378,
1967
+ "Solar": 0.034,
1968
+ "Wind": 0.0009
1969
+ },
1970
+ "2026": {
1971
+ "Bioenergy": 0.0068,
1972
+ "Coal": 0,
1973
+ "Gas": 0.9744,
1974
+ "Hydro": 0,
1975
+ "Nuclear": 0,
1976
+ "Other Fossil": 0,
1977
+ "Other Renewables": 0,
1978
+ "Solar": 0.018,
1658
1979
  "Wind": 0.0008
1659
1980
  }
1660
1981
  },
@@ -1726,14 +2047,25 @@
1726
2047
  "Wind": 0
1727
2048
  },
1728
2049
  "2025": {
1729
- "Bioenergy": 0.0115,
2050
+ "Bioenergy": 0.0122,
1730
2051
  "Coal": 0.038,
1731
- "Gas": 0.7378,
1732
- "Hydro": 0.0002,
1733
- "Nuclear": 0.1078,
1734
- "Other Fossil": 0.0125,
2052
+ "Gas": 0.7296,
2053
+ "Hydro": 0.0003,
2054
+ "Nuclear": 0.1143,
2055
+ "Other Fossil": 0.0126,
2056
+ "Other Renewables": 0,
2057
+ "Solar": 0.0931,
2058
+ "Wind": 0
2059
+ },
2060
+ "2026": {
2061
+ "Bioenergy": 0.0143,
2062
+ "Coal": 0.0426,
2063
+ "Gas": 0.704,
2064
+ "Hydro": 0.0007,
2065
+ "Nuclear": 0.1441,
2066
+ "Other Fossil": 0.01,
1735
2067
  "Other Renewables": 0,
1736
- "Solar": 0.0921,
2068
+ "Solar": 0.0843,
1737
2069
  "Wind": 0
1738
2070
  }
1739
2071
  },
@@ -1805,14 +2137,25 @@
1805
2137
  "Wind": 0
1806
2138
  },
1807
2139
  "2025": {
1808
- "Bioenergy": 0.0334,
1809
- "Coal": 0.1355,
1810
- "Gas": 0.3972,
1811
- "Hydro": 0.0152,
1812
- "Nuclear": 0.3337,
1813
- "Other Fossil": 0.0013,
2140
+ "Bioenergy": 0.0321,
2141
+ "Coal": 0.1367,
2142
+ "Gas": 0.3885,
2143
+ "Hydro": 0.0146,
2144
+ "Nuclear": 0.3497,
2145
+ "Other Fossil": 0.0015,
1814
2146
  "Other Renewables": 0,
1815
- "Solar": 0.0837,
2147
+ "Solar": 0.0769,
2148
+ "Wind": 0
2149
+ },
2150
+ "2026": {
2151
+ "Bioenergy": 0.0292,
2152
+ "Coal": 0.1711,
2153
+ "Gas": 0.3579,
2154
+ "Hydro": 0.0099,
2155
+ "Nuclear": 0.3834,
2156
+ "Other Fossil": 0.0018,
2157
+ "Other Renewables": 0,
2158
+ "Solar": 0.0467,
1816
2159
  "Wind": 0
1817
2160
  }
1818
2161
  },
@@ -1884,15 +2227,26 @@
1884
2227
  "Wind": 0.0724
1885
2228
  },
1886
2229
  "2025": {
1887
- "Bioenergy": 0.0223,
2230
+ "Bioenergy": 0.0202,
1888
2231
  "Coal": 0,
1889
2232
  "Gas": 0,
1890
- "Hydro": 0.0013,
2233
+ "Hydro": 0.0026,
1891
2234
  "Nuclear": 0,
1892
- "Other Fossil": 0.7764,
1893
- "Other Renewables": 0.0277,
1894
- "Solar": 0.1106,
1895
- "Wind": 0.0618
2235
+ "Other Fossil": 0.7843,
2236
+ "Other Renewables": 0.0276,
2237
+ "Solar": 0.1038,
2238
+ "Wind": 0.0615
2239
+ },
2240
+ "2026": {
2241
+ "Bioenergy": 0.0145,
2242
+ "Coal": 0,
2243
+ "Gas": 0,
2244
+ "Hydro": 0,
2245
+ "Nuclear": 0,
2246
+ "Other Fossil": 0.84,
2247
+ "Other Renewables": 0.0282,
2248
+ "Solar": 0.0695,
2249
+ "Wind": 0.0478
1896
2250
  }
1897
2251
  },
1898
2252
  "US-IA": {
@@ -1963,15 +2317,26 @@
1963
2317
  "Wind": 0.628
1964
2318
  },
1965
2319
  "2025": {
1966
- "Bioenergy": 0.0029,
1967
- "Coal": 0.2729,
1968
- "Gas": 0.1406,
1969
- "Hydro": 0.0141,
2320
+ "Bioenergy": 0.0026,
2321
+ "Coal": 0.2576,
2322
+ "Gas": 0.1172,
2323
+ "Hydro": 0.0142,
1970
2324
  "Nuclear": 0,
1971
- "Other Fossil": 0.0007,
2325
+ "Other Fossil": 0.0009,
2326
+ "Other Renewables": 0,
2327
+ "Solar": 0.0175,
2328
+ "Wind": 0.5899
2329
+ },
2330
+ "2026": {
2331
+ "Bioenergy": 0.0021,
2332
+ "Coal": 0.2603,
2333
+ "Gas": 0.0876,
2334
+ "Hydro": 0.0154,
2335
+ "Nuclear": 0,
2336
+ "Other Fossil": 0.001,
1972
2337
  "Other Renewables": 0,
1973
- "Solar": 0.0207,
1974
- "Wind": 0.5482
2338
+ "Solar": 0.0063,
2339
+ "Wind": 0.6273
1975
2340
  }
1976
2341
  },
1977
2342
  "US-ID": {
@@ -2042,15 +2407,26 @@
2042
2407
  "Wind": 0.1505
2043
2408
  },
2044
2409
  "2025": {
2045
- "Bioenergy": 0.0246,
2410
+ "Bioenergy": 0.0245,
2046
2411
  "Coal": 0,
2047
- "Gas": 0.297,
2048
- "Hydro": 0.4468,
2412
+ "Gas": 0.2751,
2413
+ "Hydro": 0.4686,
2049
2414
  "Nuclear": 0,
2050
- "Other Fossil": 0.0014,
2051
- "Other Renewables": 0.0033,
2052
- "Solar": 0.0922,
2053
- "Wind": 0.1347
2415
+ "Other Fossil": 0.0015,
2416
+ "Other Renewables": 0.0026,
2417
+ "Solar": 0.0781,
2418
+ "Wind": 0.1495
2419
+ },
2420
+ "2026": {
2421
+ "Bioenergy": 0.0216,
2422
+ "Coal": 0,
2423
+ "Gas": 0.267,
2424
+ "Hydro": 0.5199,
2425
+ "Nuclear": 0,
2426
+ "Other Fossil": 0.0021,
2427
+ "Other Renewables": 0,
2428
+ "Solar": 0.0243,
2429
+ "Wind": 0.1652
2054
2430
  }
2055
2431
  },
2056
2432
  "US-IL": {
@@ -2122,14 +2498,25 @@
2122
2498
  },
2123
2499
  "2025": {
2124
2500
  "Bioenergy": 0.0013,
2125
- "Coal": 0.159,
2126
- "Gas": 0.1781,
2127
- "Hydro": 0.0001,
2128
- "Nuclear": 0.5111,
2501
+ "Coal": 0.1598,
2502
+ "Gas": 0.1694,
2503
+ "Hydro": 0.0002,
2504
+ "Nuclear": 0.5052,
2129
2505
  "Other Fossil": 0.0012,
2130
2506
  "Other Renewables": 0,
2131
- "Solar": 0.038,
2132
- "Wind": 0.1111
2507
+ "Solar": 0.0336,
2508
+ "Wind": 0.1294
2509
+ },
2510
+ "2026": {
2511
+ "Bioenergy": 0.0012,
2512
+ "Coal": 0.1666,
2513
+ "Gas": 0.152,
2514
+ "Hydro": 0.0004,
2515
+ "Nuclear": 0.4972,
2516
+ "Other Fossil": 0.0009,
2517
+ "Other Renewables": 0,
2518
+ "Solar": 0.0165,
2519
+ "Wind": 0.1652
2133
2520
  }
2134
2521
  },
2135
2522
  "US-IN": {
@@ -2201,14 +2588,25 @@
2201
2588
  },
2202
2589
  "2025": {
2203
2590
  "Bioenergy": 0.0016,
2204
- "Coal": 0.4518,
2205
- "Gas": 0.3914,
2591
+ "Coal": 0.4493,
2592
+ "Gas": 0.3855,
2206
2593
  "Hydro": 0.0032,
2207
2594
  "Nuclear": 0,
2208
- "Other Fossil": 0.0051,
2595
+ "Other Fossil": 0.0052,
2209
2596
  "Other Renewables": 0,
2210
- "Solar": 0.0689,
2211
- "Wind": 0.078
2597
+ "Solar": 0.0613,
2598
+ "Wind": 0.0939
2599
+ },
2600
+ "2026": {
2601
+ "Bioenergy": 0.0015,
2602
+ "Coal": 0.4637,
2603
+ "Gas": 0.3679,
2604
+ "Hydro": 0.0028,
2605
+ "Nuclear": 0,
2606
+ "Other Fossil": 0.0059,
2607
+ "Other Renewables": 0,
2608
+ "Solar": 0.0296,
2609
+ "Wind": 0.1287
2212
2610
  }
2213
2611
  },
2214
2612
  "US-KS": {
@@ -2280,14 +2678,25 @@
2280
2678
  },
2281
2679
  "2025": {
2282
2680
  "Bioenergy": 0.0008,
2283
- "Coal": 0.3323,
2284
- "Gas": 0.0675,
2681
+ "Coal": 0.3072,
2682
+ "Gas": 0.0651,
2285
2683
  "Hydro": 0.0004,
2286
- "Nuclear": 0.1621,
2287
- "Other Fossil": 0.0008,
2684
+ "Nuclear": 0.1472,
2685
+ "Other Fossil": 0.0012,
2288
2686
  "Other Renewables": 0,
2289
- "Solar": 0.008,
2290
- "Wind": 0.4281
2687
+ "Solar": 0.0076,
2688
+ "Wind": 0.4705
2689
+ },
2690
+ "2026": {
2691
+ "Bioenergy": 0.0008,
2692
+ "Coal": 0.2812,
2693
+ "Gas": 0.0387,
2694
+ "Hydro": 0.0003,
2695
+ "Nuclear": 0.1632,
2696
+ "Other Fossil": 0.0023,
2697
+ "Other Renewables": 0,
2698
+ "Solar": 0.0058,
2699
+ "Wind": 0.5078
2291
2700
  }
2292
2701
  },
2293
2702
  "US-KY": {
@@ -2358,14 +2767,25 @@
2358
2767
  "Wind": 0
2359
2768
  },
2360
2769
  "2025": {
2361
- "Bioenergy": 0.0054,
2362
- "Coal": 0.6583,
2363
- "Gas": 0.2597,
2364
- "Hydro": 0.0514,
2770
+ "Bioenergy": 0.0055,
2771
+ "Coal": 0.6601,
2772
+ "Gas": 0.2588,
2773
+ "Hydro": 0.0527,
2365
2774
  "Nuclear": 0,
2366
- "Other Fossil": 0.0014,
2775
+ "Other Fossil": 0.0015,
2367
2776
  "Other Renewables": 0,
2368
- "Solar": 0.0238,
2777
+ "Solar": 0.0214,
2778
+ "Wind": 0
2779
+ },
2780
+ "2026": {
2781
+ "Bioenergy": 0.0052,
2782
+ "Coal": 0.671,
2783
+ "Gas": 0.2618,
2784
+ "Hydro": 0.0483,
2785
+ "Nuclear": 0,
2786
+ "Other Fossil": 0.0016,
2787
+ "Other Renewables": 0,
2788
+ "Solar": 0.0121,
2369
2789
  "Wind": 0
2370
2790
  }
2371
2791
  },
@@ -2437,14 +2857,25 @@
2437
2857
  "Wind": 0
2438
2858
  },
2439
2859
  "2025": {
2440
- "Bioenergy": 0.0192,
2441
- "Coal": 0.0544,
2442
- "Gas": 0.7381,
2443
- "Hydro": 0.008,
2444
- "Nuclear": 0.1446,
2445
- "Other Fossil": 0.0109,
2860
+ "Bioenergy": 0.0196,
2861
+ "Coal": 0.054,
2862
+ "Gas": 0.7358,
2863
+ "Hydro": 0.0082,
2864
+ "Nuclear": 0.1488,
2865
+ "Other Fossil": 0.0102,
2866
+ "Other Renewables": 0,
2867
+ "Solar": 0.0235,
2868
+ "Wind": 0
2869
+ },
2870
+ "2026": {
2871
+ "Bioenergy": 0.0209,
2872
+ "Coal": 0.076,
2873
+ "Gas": 0.6923,
2874
+ "Hydro": 0.0078,
2875
+ "Nuclear": 0.1827,
2876
+ "Other Fossil": 0.0064,
2446
2877
  "Other Renewables": 0,
2447
- "Solar": 0.0248,
2878
+ "Solar": 0.0138,
2448
2879
  "Wind": 0
2449
2880
  }
2450
2881
  },
@@ -2516,15 +2947,26 @@
2516
2947
  "Wind": 0.0081
2517
2948
  },
2518
2949
  "2025": {
2519
- "Bioenergy": 0.0389,
2950
+ "Bioenergy": 0.038,
2520
2951
  "Coal": 0,
2521
- "Gas": 0.7637,
2522
- "Hydro": 0.0182,
2952
+ "Gas": 0.7726,
2953
+ "Hydro": 0.0169,
2523
2954
  "Nuclear": 0,
2524
- "Other Fossil": 0.0515,
2955
+ "Other Fossil": 0.0537,
2525
2956
  "Other Renewables": 0,
2526
- "Solar": 0.1196,
2527
- "Wind": 0.0081
2957
+ "Solar": 0.1098,
2958
+ "Wind": 0.0091
2959
+ },
2960
+ "2026": {
2961
+ "Bioenergy": 0.0385,
2962
+ "Coal": 0,
2963
+ "Gas": 0.8019,
2964
+ "Hydro": 0.0083,
2965
+ "Nuclear": 0,
2966
+ "Other Fossil": 0.0816,
2967
+ "Other Renewables": 0,
2968
+ "Solar": 0.0599,
2969
+ "Wind": 0.0099
2528
2970
  }
2529
2971
  },
2530
2972
  "US-MD": {
@@ -2595,15 +3037,26 @@
2595
3037
  "Wind": 0.0158
2596
3038
  },
2597
3039
  "2025": {
2598
- "Bioenergy": 0.008,
2599
- "Coal": 0.0557,
2600
- "Gas": 0.4327,
2601
- "Hydro": 0.043,
2602
- "Nuclear": 0.3909,
2603
- "Other Fossil": 0.018,
3040
+ "Bioenergy": 0.0079,
3041
+ "Coal": 0.0609,
3042
+ "Gas": 0.4251,
3043
+ "Hydro": 0.0418,
3044
+ "Nuclear": 0.3928,
3045
+ "Other Fossil": 0.0181,
3046
+ "Other Renewables": 0,
3047
+ "Solar": 0.0353,
3048
+ "Wind": 0.0182
3049
+ },
3050
+ "2026": {
3051
+ "Bioenergy": 0.0069,
3052
+ "Coal": 0.0585,
3053
+ "Gas": 0.4255,
3054
+ "Hydro": 0.0264,
3055
+ "Nuclear": 0.4169,
3056
+ "Other Fossil": 0.0163,
2604
3057
  "Other Renewables": 0,
2605
- "Solar": 0.0374,
2606
- "Wind": 0.0143
3058
+ "Solar": 0.0235,
3059
+ "Wind": 0.0261
2607
3060
  }
2608
3061
  },
2609
3062
  "US-ME": {
@@ -2674,15 +3127,26 @@
2674
3127
  "Wind": 0.1668
2675
3128
  },
2676
3129
  "2025": {
2677
- "Bioenergy": 0.1226,
3130
+ "Bioenergy": 0.1174,
2678
3131
  "Coal": 0.0021,
2679
- "Gas": 0.3822,
2680
- "Hydro": 0.1824,
3132
+ "Gas": 0.3752,
3133
+ "Hydro": 0.178,
2681
3134
  "Nuclear": 0,
2682
- "Other Fossil": 0.0234,
3135
+ "Other Fossil": 0.0292,
3136
+ "Other Renewables": 0,
3137
+ "Solar": 0.1043,
3138
+ "Wind": 0.1938
3139
+ },
3140
+ "2026": {
3141
+ "Bioenergy": 0.1035,
3142
+ "Coal": 0.0008,
3143
+ "Gas": 0.3898,
3144
+ "Hydro": 0.1416,
3145
+ "Nuclear": 0,
3146
+ "Other Fossil": 0.0809,
2683
3147
  "Other Renewables": 0,
2684
- "Solar": 0.1165,
2685
- "Wind": 0.1708
3148
+ "Solar": 0.0459,
3149
+ "Wind": 0.2375
2686
3150
  }
2687
3151
  },
2688
3152
  "US-MI": {
@@ -2753,15 +3217,26 @@
2753
3217
  "Wind": 0.0791
2754
3218
  },
2755
3219
  "2025": {
2756
- "Bioenergy": 0.0165,
2757
- "Coal": 0.2315,
2758
- "Gas": 0.4273,
2759
- "Hydro": 0.0038,
2760
- "Nuclear": 0.2135,
2761
- "Other Fossil": 0.0147,
3220
+ "Bioenergy": 0.0164,
3221
+ "Coal": 0.2292,
3222
+ "Gas": 0.4183,
3223
+ "Hydro": 0.005,
3224
+ "Nuclear": 0.2153,
3225
+ "Other Fossil": 0.0142,
3226
+ "Other Renewables": 0,
3227
+ "Solar": 0.0224,
3228
+ "Wind": 0.0791
3229
+ },
3230
+ "2026": {
3231
+ "Bioenergy": 0.016,
3232
+ "Coal": 0.1881,
3233
+ "Gas": 0.4478,
3234
+ "Hydro": 0.0088,
3235
+ "Nuclear": 0.2188,
3236
+ "Other Fossil": 0.0116,
2762
3237
  "Other Renewables": 0,
2763
- "Solar": 0.0249,
2764
- "Wind": 0.0679
3238
+ "Solar": 0.0102,
3239
+ "Wind": 0.0989
2765
3240
  }
2766
3241
  },
2767
3242
  "US-MN": {
@@ -2833,14 +3308,25 @@
2833
3308
  },
2834
3309
  "2025": {
2835
3310
  "Bioenergy": 0.0193,
2836
- "Coal": 0.2339,
2837
- "Gas": 0.2225,
2838
- "Hydro": 0.013,
2839
- "Nuclear": 0.2234,
3311
+ "Coal": 0.2325,
3312
+ "Gas": 0.2088,
3313
+ "Hydro": 0.0123,
3314
+ "Nuclear": 0.2172,
2840
3315
  "Other Fossil": 0.0047,
2841
3316
  "Other Renewables": 0,
2842
- "Solar": 0.0574,
2843
- "Wind": 0.2258
3317
+ "Solar": 0.052,
3318
+ "Wind": 0.2532
3319
+ },
3320
+ "2026": {
3321
+ "Bioenergy": 0.0173,
3322
+ "Coal": 0.2465,
3323
+ "Gas": 0.1817,
3324
+ "Hydro": 0,
3325
+ "Nuclear": 0.2309,
3326
+ "Other Fossil": 0.0051,
3327
+ "Other Renewables": 0,
3328
+ "Solar": 0.0247,
3329
+ "Wind": 0.2938
2844
3330
  }
2845
3331
  },
2846
3332
  "US-MO": {
@@ -2911,15 +3397,26 @@
2911
3397
  "Wind": 0.1014
2912
3398
  },
2913
3399
  "2025": {
2914
- "Bioenergy": 0.0014,
2915
- "Coal": 0.6397,
2916
- "Gas": 0.1378,
2917
- "Hydro": 0.016,
2918
- "Nuclear": 0.1017,
2919
- "Other Fossil": 0.0033,
3400
+ "Bioenergy": 0.0013,
3401
+ "Coal": 0.6376,
3402
+ "Gas": 0.1313,
3403
+ "Hydro": 0.0159,
3404
+ "Nuclear": 0.0987,
3405
+ "Other Fossil": 0.0031,
2920
3406
  "Other Renewables": 0,
2921
- "Solar": 0.0232,
2922
- "Wind": 0.0768
3407
+ "Solar": 0.022,
3408
+ "Wind": 0.0902
3409
+ },
3410
+ "2026": {
3411
+ "Bioenergy": 0.0011,
3412
+ "Coal": 0.6618,
3413
+ "Gas": 0.0649,
3414
+ "Hydro": 0.0091,
3415
+ "Nuclear": 0.1341,
3416
+ "Other Fossil": 0,
3417
+ "Other Renewables": 0,
3418
+ "Solar": 0.0136,
3419
+ "Wind": 0.1154
2923
3420
  }
2924
3421
  },
2925
3422
  "US-MS": {
@@ -2990,15 +3487,26 @@
2990
3487
  "Wind": 0.0045
2991
3488
  },
2992
3489
  "2025": {
2993
- "Bioenergy": 0.0163,
2994
- "Coal": 0.0542,
2995
- "Gas": 0.7417,
3490
+ "Bioenergy": 0.017,
3491
+ "Coal": 0.0535,
3492
+ "Gas": 0.7392,
2996
3493
  "Hydro": 0,
2997
- "Nuclear": 0.1439,
3494
+ "Nuclear": 0.1471,
3495
+ "Other Fossil": 0,
3496
+ "Other Renewables": 0,
3497
+ "Solar": 0.0368,
3498
+ "Wind": 0.0064
3499
+ },
3500
+ "2026": {
3501
+ "Bioenergy": 0.0192,
3502
+ "Coal": 0.044,
3503
+ "Gas": 0.7465,
3504
+ "Hydro": 0,
3505
+ "Nuclear": 0.1569,
2998
3506
  "Other Fossil": 0,
2999
3507
  "Other Renewables": 0,
3000
- "Solar": 0.0387,
3001
- "Wind": 0.0053
3508
+ "Solar": 0.0238,
3509
+ "Wind": 0.0096
3002
3510
  }
3003
3511
  },
3004
3512
  "US-MT": {
@@ -3069,15 +3577,26 @@
3069
3577
  "Wind": 0.2163
3070
3578
  },
3071
3579
  "2025": {
3072
- "Bioenergy": 0.0014,
3073
- "Coal": 0.3629,
3074
- "Gas": 0.0523,
3075
- "Hydro": 0.3373,
3580
+ "Bioenergy": 0.0013,
3581
+ "Coal": 0.3516,
3582
+ "Gas": 0.0464,
3583
+ "Hydro": 0.3435,
3076
3584
  "Nuclear": 0,
3077
- "Other Fossil": 0.0264,
3585
+ "Other Fossil": 0.0256,
3078
3586
  "Other Renewables": 0,
3079
- "Solar": 0.0147,
3080
- "Wind": 0.2049
3587
+ "Solar": 0.0122,
3588
+ "Wind": 0.2194
3589
+ },
3590
+ "2026": {
3591
+ "Bioenergy": 0.0012,
3592
+ "Coal": 0.2321,
3593
+ "Gas": 0.0326,
3594
+ "Hydro": 0.4193,
3595
+ "Nuclear": 0,
3596
+ "Other Fossil": 0.0241,
3597
+ "Other Renewables": 0,
3598
+ "Solar": 0.0031,
3599
+ "Wind": 0.2875
3081
3600
  }
3082
3601
  },
3083
3602
  "US-NC": {
@@ -3148,15 +3667,26 @@
3148
3667
  "Wind": 0.0039
3149
3668
  },
3150
3669
  "2025": {
3151
- "Bioenergy": 0.0112,
3152
- "Coal": 0.1227,
3670
+ "Bioenergy": 0.0114,
3671
+ "Coal": 0.1322,
3672
+ "Gas": 0.4004,
3673
+ "Hydro": 0.0343,
3674
+ "Nuclear": 0.3179,
3675
+ "Other Fossil": 0.0028,
3676
+ "Other Renewables": 0,
3677
+ "Solar": 0.0942,
3678
+ "Wind": 0.0069
3679
+ },
3680
+ "2026": {
3681
+ "Bioenergy": 0.0107,
3682
+ "Coal": 0.1777,
3153
3683
  "Gas": 0.4091,
3154
- "Hydro": 0.034,
3155
- "Nuclear": 0.3163,
3156
- "Other Fossil": 0.0025,
3684
+ "Hydro": 0.0276,
3685
+ "Nuclear": 0.31,
3686
+ "Other Fossil": 0.0043,
3157
3687
  "Other Renewables": 0,
3158
- "Solar": 0.0979,
3159
- "Wind": 0.0062
3688
+ "Solar": 0.0532,
3689
+ "Wind": 0.0075
3160
3690
  }
3161
3691
  },
3162
3692
  "US-ND": {
@@ -3228,14 +3758,25 @@
3228
3758
  },
3229
3759
  "2025": {
3230
3760
  "Bioenergy": 0,
3231
- "Coal": 0.5458,
3232
- "Gas": 0.0581,
3233
- "Hydro": 0.0503,
3761
+ "Coal": 0.5327,
3762
+ "Gas": 0.0515,
3763
+ "Hydro": 0.0518,
3234
3764
  "Nuclear": 0,
3235
- "Other Fossil": 0.0013,
3765
+ "Other Fossil": 0.0012,
3766
+ "Other Renewables": 0,
3767
+ "Solar": 0,
3768
+ "Wind": 0.3629
3769
+ },
3770
+ "2026": {
3771
+ "Bioenergy": 0,
3772
+ "Coal": 0.5343,
3773
+ "Gas": 0.0409,
3774
+ "Hydro": 0.0587,
3775
+ "Nuclear": 0,
3776
+ "Other Fossil": 0.0016,
3236
3777
  "Other Renewables": 0,
3237
3778
  "Solar": 0,
3238
- "Wind": 0.3445
3779
+ "Wind": 0.3645
3239
3780
  }
3240
3781
  },
3241
3782
  "US-NE": {
@@ -3306,15 +3847,26 @@
3306
3847
  "Wind": 0.3193
3307
3848
  },
3308
3849
  "2025": {
3309
- "Bioenergy": 0.002,
3310
- "Coal": 0.4731,
3311
- "Gas": 0.0456,
3312
- "Hydro": 0.0267,
3313
- "Nuclear": 0.1726,
3314
- "Other Fossil": 0.0009,
3850
+ "Bioenergy": 0.0018,
3851
+ "Coal": 0.4608,
3852
+ "Gas": 0.0325,
3853
+ "Hydro": 0.0292,
3854
+ "Nuclear": 0.174,
3855
+ "Other Fossil": 0.001,
3315
3856
  "Other Renewables": 0,
3316
- "Solar": 0.0071,
3317
- "Wind": 0.2719
3857
+ "Solar": 0.0064,
3858
+ "Wind": 0.2943
3859
+ },
3860
+ "2026": {
3861
+ "Bioenergy": 0.0009,
3862
+ "Coal": 0.4791,
3863
+ "Gas": 0,
3864
+ "Hydro": 0.0397,
3865
+ "Nuclear": 0.1671,
3866
+ "Other Fossil": 0,
3867
+ "Other Renewables": 0,
3868
+ "Solar": 0.0034,
3869
+ "Wind": 0.3097
3318
3870
  }
3319
3871
  },
3320
3872
  "US-NH": {
@@ -3385,15 +3937,26 @@
3385
3937
  "Wind": 0.0262
3386
3938
  },
3387
3939
  "2025": {
3388
- "Bioenergy": 0.043,
3389
- "Coal": 0.0138,
3390
- "Gas": 0.2717,
3391
- "Hydro": 0.0712,
3392
- "Nuclear": 0.571,
3393
- "Other Fossil": 0.0081,
3940
+ "Bioenergy": 0.0414,
3941
+ "Coal": 0.0124,
3942
+ "Gas": 0.2751,
3943
+ "Hydro": 0.07,
3944
+ "Nuclear": 0.5645,
3945
+ "Other Fossil": 0.012,
3394
3946
  "Other Renewables": 0,
3395
3947
  "Solar": 0,
3396
- "Wind": 0.0213
3948
+ "Wind": 0.0246
3949
+ },
3950
+ "2026": {
3951
+ "Bioenergy": 0.04,
3952
+ "Coal": 0,
3953
+ "Gas": 0.3355,
3954
+ "Hydro": 0.054,
3955
+ "Nuclear": 0.4936,
3956
+ "Other Fossil": 0.0471,
3957
+ "Other Renewables": 0,
3958
+ "Solar": 0,
3959
+ "Wind": 0.03
3397
3960
  }
3398
3961
  },
3399
3962
  "US-NJ": {
@@ -3466,13 +4029,24 @@
3466
4029
  "2025": {
3467
4030
  "Bioenergy": 0.01,
3468
4031
  "Coal": 0,
3469
- "Gas": 0.4851,
4032
+ "Gas": 0.488,
3470
4033
  "Hydro": 0,
3471
- "Nuclear": 0.4578,
3472
- "Other Fossil": 0.012,
4034
+ "Nuclear": 0.457,
4035
+ "Other Fossil": 0.0121,
3473
4036
  "Other Renewables": 0,
3474
- "Solar": 0.0348,
4037
+ "Solar": 0.0326,
3475
4038
  "Wind": 0.0003
4039
+ },
4040
+ "2026": {
4041
+ "Bioenergy": 0.01,
4042
+ "Coal": 0,
4043
+ "Gas": 0.4487,
4044
+ "Hydro": 0,
4045
+ "Nuclear": 0.5117,
4046
+ "Other Fossil": 0.0103,
4047
+ "Other Renewables": 0,
4048
+ "Solar": 0.0189,
4049
+ "Wind": 0.0004
3476
4050
  }
3477
4051
  },
3478
4052
  "US-NM": {
@@ -3543,15 +4117,26 @@
3543
4117
  "Wind": 0.3809
3544
4118
  },
3545
4119
  "2025": {
3546
- "Bioenergy": 0.0007,
3547
- "Coal": 0.209,
3548
- "Gas": 0.2866,
4120
+ "Bioenergy": 0.0004,
4121
+ "Coal": 0.2093,
4122
+ "Gas": 0.2689,
3549
4123
  "Hydro": 0,
3550
4124
  "Nuclear": 0,
3551
4125
  "Other Fossil": 0,
3552
- "Other Renewables": 0.0013,
3553
- "Solar": 0.166,
3554
- "Wind": 0.3365
4126
+ "Other Renewables": 0.0015,
4127
+ "Solar": 0.1562,
4128
+ "Wind": 0.3638
4129
+ },
4130
+ "2026": {
4131
+ "Bioenergy": 0.0003,
4132
+ "Coal": 0.2417,
4133
+ "Gas": 0.2396,
4134
+ "Hydro": 0,
4135
+ "Nuclear": 0,
4136
+ "Other Fossil": 0,
4137
+ "Other Renewables": 0.002,
4138
+ "Solar": 0.1126,
4139
+ "Wind": 0.4038
3555
4140
  }
3556
4141
  },
3557
4142
  "US-NV": {
@@ -3622,15 +4207,26 @@
3622
4207
  "Wind": 0.007
3623
4208
  },
3624
4209
  "2025": {
3625
- "Bioenergy": 0.0012,
3626
- "Coal": 0.0561,
3627
- "Gas": 0.5006,
3628
- "Hydro": 0.0431,
4210
+ "Bioenergy": 0.0011,
4211
+ "Coal": 0.0572,
4212
+ "Gas": 0.5052,
4213
+ "Hydro": 0.0417,
3629
4214
  "Nuclear": 0,
3630
4215
  "Other Fossil": 0,
3631
- "Other Renewables": 0.0804,
3632
- "Solar": 0.3116,
3633
- "Wind": 0.007
4216
+ "Other Renewables": 0.0856,
4217
+ "Solar": 0.3014,
4218
+ "Wind": 0.0077
4219
+ },
4220
+ "2026": {
4221
+ "Bioenergy": 0.0013,
4222
+ "Coal": 0.0629,
4223
+ "Gas": 0.5963,
4224
+ "Hydro": 0.0133,
4225
+ "Nuclear": 0,
4226
+ "Other Fossil": 0,
4227
+ "Other Renewables": 0.1105,
4228
+ "Solar": 0.2061,
4229
+ "Wind": 0.0096
3634
4230
  }
3635
4231
  },
3636
4232
  "US-NY": {
@@ -3703,13 +4299,24 @@
3703
4299
  "2025": {
3704
4300
  "Bioenergy": 0.0113,
3705
4301
  "Coal": 0,
3706
- "Gas": 0.4776,
3707
- "Hydro": 0.192,
3708
- "Nuclear": 0.2161,
3709
- "Other Fossil": 0.0148,
4302
+ "Gas": 0.472,
4303
+ "Hydro": 0.1923,
4304
+ "Nuclear": 0.2155,
4305
+ "Other Fossil": 0.0168,
4306
+ "Other Renewables": 0,
4307
+ "Solar": 0.0398,
4308
+ "Wind": 0.0524
4309
+ },
4310
+ "2026": {
4311
+ "Bioenergy": 0.0109,
4312
+ "Coal": 0,
4313
+ "Gas": 0.4714,
4314
+ "Hydro": 0.1829,
4315
+ "Nuclear": 0.2103,
4316
+ "Other Fossil": 0.0362,
3710
4317
  "Other Renewables": 0,
3711
- "Solar": 0.0424,
3712
- "Wind": 0.0457
4318
+ "Solar": 0.022,
4319
+ "Wind": 0.0664
3713
4320
  }
3714
4321
  },
3715
4322
  "US-OH": {
@@ -3780,15 +4387,26 @@
3780
4387
  "Wind": 0.0198
3781
4388
  },
3782
4389
  "2025": {
3783
- "Bioenergy": 0.002,
3784
- "Coal": 0.2416,
3785
- "Gas": 0.559,
4390
+ "Bioenergy": 0.0019,
4391
+ "Coal": 0.2435,
4392
+ "Gas": 0.5536,
3786
4393
  "Hydro": 0.0029,
3787
- "Nuclear": 0.112,
3788
- "Other Fossil": 0.007,
4394
+ "Nuclear": 0.1164,
4395
+ "Other Fossil": 0.0078,
3789
4396
  "Other Renewables": 0,
3790
- "Solar": 0.0593,
3791
- "Wind": 0.0163
4397
+ "Solar": 0.0537,
4398
+ "Wind": 0.0202
4399
+ },
4400
+ "2026": {
4401
+ "Bioenergy": 0.0009,
4402
+ "Coal": 0.2331,
4403
+ "Gas": 0.5884,
4404
+ "Hydro": 0.0025,
4405
+ "Nuclear": 0.1213,
4406
+ "Other Fossil": 0.0096,
4407
+ "Other Renewables": 0,
4408
+ "Solar": 0.0181,
4409
+ "Wind": 0.0262
3792
4410
  }
3793
4411
  },
3794
4412
  "US-OK": {
@@ -3859,15 +4477,26 @@
3859
4477
  "Wind": 0.4034
3860
4478
  },
3861
4479
  "2025": {
3862
- "Bioenergy": 0.0034,
3863
- "Coal": 0.106,
3864
- "Gas": 0.4797,
3865
- "Hydro": 0.0184,
4480
+ "Bioenergy": 0.0035,
4481
+ "Coal": 0.1036,
4482
+ "Gas": 0.4474,
4483
+ "Hydro": 0.0188,
3866
4484
  "Nuclear": 0,
3867
4485
  "Other Fossil": 0.0004,
3868
4486
  "Other Renewables": 0,
3869
- "Solar": 0.0073,
3870
- "Wind": 0.3848
4487
+ "Solar": 0.0079,
4488
+ "Wind": 0.4184
4489
+ },
4490
+ "2026": {
4491
+ "Bioenergy": 0.0038,
4492
+ "Coal": 0.0948,
4493
+ "Gas": 0.3512,
4494
+ "Hydro": 0.0166,
4495
+ "Nuclear": 0,
4496
+ "Other Fossil": 0,
4497
+ "Other Renewables": 0,
4498
+ "Solar": 0.0093,
4499
+ "Wind": 0.5242
3871
4500
  }
3872
4501
  },
3873
4502
  "US-OR": {
@@ -3938,15 +4567,26 @@
3938
4567
  "Wind": 0.1472
3939
4568
  },
3940
4569
  "2025": {
3941
- "Bioenergy": 0.0165,
4570
+ "Bioenergy": 0.0158,
3942
4571
  "Coal": 0,
3943
- "Gas": 0.3626,
3944
- "Hydro": 0.4266,
4572
+ "Gas": 0.3429,
4573
+ "Hydro": 0.4507,
3945
4574
  "Nuclear": 0,
3946
4575
  "Other Fossil": 0,
3947
- "Other Renewables": 0.0029,
3948
- "Solar": 0.0476,
3949
- "Wind": 0.1438
4576
+ "Other Renewables": 0.0028,
4577
+ "Solar": 0.0415,
4578
+ "Wind": 0.1463
4579
+ },
4580
+ "2026": {
4581
+ "Bioenergy": 0.0124,
4582
+ "Coal": 0,
4583
+ "Gas": 0.2954,
4584
+ "Hydro": 0.5334,
4585
+ "Nuclear": 0,
4586
+ "Other Fossil": 0,
4587
+ "Other Renewables": 0.0024,
4588
+ "Solar": 0.0143,
4589
+ "Wind": 0.1421
3950
4590
  }
3951
4591
  },
3952
4592
  "US-PA": {
@@ -4017,15 +4657,26 @@
4017
4657
  "Wind": 0.0135
4018
4658
  },
4019
4659
  "2025": {
4020
- "Bioenergy": 0.0057,
4021
- "Coal": 0.0659,
4022
- "Gas": 0.5949,
4023
- "Hydro": 0.007,
4024
- "Nuclear": 0.3021,
4025
- "Other Fossil": 0.004,
4660
+ "Bioenergy": 0.0059,
4661
+ "Coal": 0.0713,
4662
+ "Gas": 0.5853,
4663
+ "Hydro": 0.0069,
4664
+ "Nuclear": 0.3042,
4665
+ "Other Fossil": 0.0042,
4026
4666
  "Other Renewables": 0,
4027
- "Solar": 0.0082,
4028
- "Wind": 0.0122
4667
+ "Solar": 0.0076,
4668
+ "Wind": 0.0145
4669
+ },
4670
+ "2026": {
4671
+ "Bioenergy": 0.0058,
4672
+ "Coal": 0.0989,
4673
+ "Gas": 0.5539,
4674
+ "Hydro": 0.0053,
4675
+ "Nuclear": 0.3109,
4676
+ "Other Fossil": 0.0035,
4677
+ "Other Renewables": 0,
4678
+ "Solar": 0.0036,
4679
+ "Wind": 0.0181
4029
4680
  }
4030
4681
  },
4031
4682
  "US-RI": {
@@ -4096,15 +4747,26 @@
4096
4747
  "Wind": 0.0182
4097
4748
  },
4098
4749
  "2025": {
4099
- "Bioenergy": 0.0164,
4750
+ "Bioenergy": 0.0192,
4100
4751
  "Coal": 0,
4101
- "Gas": 0.8786,
4102
- "Hydro": 0,
4752
+ "Gas": 0.8753,
4753
+ "Hydro": 0.0001,
4103
4754
  "Nuclear": 0,
4104
- "Other Fossil": 0.0028,
4755
+ "Other Fossil": 0.0068,
4105
4756
  "Other Renewables": 0,
4106
- "Solar": 0.0856,
4107
- "Wind": 0.0166
4757
+ "Solar": 0.0792,
4758
+ "Wind": 0.0193
4759
+ },
4760
+ "2026": {
4761
+ "Bioenergy": 0.023,
4762
+ "Coal": 0,
4763
+ "Gas": 0.8484,
4764
+ "Hydro": 0.0003,
4765
+ "Nuclear": 0,
4766
+ "Other Fossil": 0.0529,
4767
+ "Other Renewables": 0,
4768
+ "Solar": 0.0459,
4769
+ "Wind": 0.0296
4108
4770
  }
4109
4771
  },
4110
4772
  "US-SC": {
@@ -4176,13 +4838,24 @@
4176
4838
  },
4177
4839
  "2025": {
4178
4840
  "Bioenergy": 0.0151,
4179
- "Coal": 0.1731,
4180
- "Gas": 0.2205,
4181
- "Hydro": 0.022,
4182
- "Nuclear": 0.5347,
4183
- "Other Fossil": 0.0008,
4841
+ "Coal": 0.1739,
4842
+ "Gas": 0.2151,
4843
+ "Hydro": 0.0212,
4844
+ "Nuclear": 0.5422,
4845
+ "Other Fossil": 0.0009,
4184
4846
  "Other Renewables": 0,
4185
- "Solar": 0.0338,
4847
+ "Solar": 0.0317,
4848
+ "Wind": 0
4849
+ },
4850
+ "2026": {
4851
+ "Bioenergy": 0.0159,
4852
+ "Coal": 0.1776,
4853
+ "Gas": 0.2034,
4854
+ "Hydro": 0.0177,
4855
+ "Nuclear": 0.5635,
4856
+ "Other Fossil": 0.0017,
4857
+ "Other Renewables": 0,
4858
+ "Solar": 0.0202,
4186
4859
  "Wind": 0
4187
4860
  }
4188
4861
  },
@@ -4255,14 +4928,25 @@
4255
4928
  },
4256
4929
  "2025": {
4257
4930
  "Bioenergy": 0,
4258
- "Coal": 0.1001,
4259
- "Gas": 0.0992,
4260
- "Hydro": 0.217,
4931
+ "Coal": 0.0927,
4932
+ "Gas": 0.0847,
4933
+ "Hydro": 0.2226,
4934
+ "Nuclear": 0,
4935
+ "Other Fossil": 0,
4936
+ "Other Renewables": 0,
4937
+ "Solar": 0.02,
4938
+ "Wind": 0.58
4939
+ },
4940
+ "2026": {
4941
+ "Bioenergy": 0,
4942
+ "Coal": 0.0904,
4943
+ "Gas": 0.0682,
4944
+ "Hydro": 0.2646,
4261
4945
  "Nuclear": 0,
4262
4946
  "Other Fossil": 0,
4263
4947
  "Other Renewables": 0,
4264
- "Solar": 0.0237,
4265
- "Wind": 0.5601
4948
+ "Solar": 0.0065,
4949
+ "Wind": 0.5703
4266
4950
  }
4267
4951
  },
4268
4952
  "US-TN": {
@@ -4333,14 +5017,25 @@
4333
5017
  "Wind": 0.0002
4334
5018
  },
4335
5019
  "2025": {
4336
- "Bioenergy": 0.0062,
4337
- "Coal": 0.2475,
4338
- "Gas": 0.2366,
4339
- "Hydro": 0.0996,
4340
- "Nuclear": 0.3896,
4341
- "Other Fossil": 0.0018,
5020
+ "Bioenergy": 0.0064,
5021
+ "Coal": 0.2416,
5022
+ "Gas": 0.2352,
5023
+ "Hydro": 0.1049,
5024
+ "Nuclear": 0.3927,
5025
+ "Other Fossil": 0.0017,
5026
+ "Other Renewables": 0,
5027
+ "Solar": 0.0175,
5028
+ "Wind": 0
5029
+ },
5030
+ "2026": {
5031
+ "Bioenergy": 0.0057,
5032
+ "Coal": 0.2109,
5033
+ "Gas": 0.2347,
5034
+ "Hydro": 0.0853,
5035
+ "Nuclear": 0.4521,
5036
+ "Other Fossil": 0.0019,
4342
5037
  "Other Renewables": 0,
4343
- "Solar": 0.0187,
5038
+ "Solar": 0.0094,
4344
5039
  "Wind": 0
4345
5040
  }
4346
5041
  },
@@ -4413,14 +5108,25 @@
4413
5108
  },
4414
5109
  "2025": {
4415
5110
  "Bioenergy": 0.0016,
4416
- "Coal": 0.1178,
4417
- "Gas": 0.5068,
5111
+ "Coal": 0.1165,
5112
+ "Gas": 0.4914,
4418
5113
  "Hydro": 0.0021,
4419
- "Nuclear": 0.0692,
5114
+ "Nuclear": 0.0704,
5115
+ "Other Fossil": 0,
5116
+ "Other Renewables": 0,
5117
+ "Solar": 0.0991,
5118
+ "Wind": 0.2189
5119
+ },
5120
+ "2026": {
5121
+ "Bioenergy": 0.0022,
5122
+ "Coal": 0.1138,
5123
+ "Gas": 0.4692,
5124
+ "Hydro": 0.0018,
5125
+ "Nuclear": 0.0821,
4420
5126
  "Other Fossil": 0,
4421
5127
  "Other Renewables": 0,
4422
- "Solar": 0.1019,
4423
- "Wind": 0.2007
5128
+ "Solar": 0.0769,
5129
+ "Wind": 0.254
4424
5130
  }
4425
5131
  },
4426
5132
  "US-UT": {
@@ -4491,15 +5197,26 @@
4491
5197
  "Wind": 0.0213
4492
5198
  },
4493
5199
  "2025": {
4494
- "Bioenergy": 0.0016,
4495
- "Coal": 0.4911,
4496
- "Gas": 0.2927,
4497
- "Hydro": 0.0179,
5200
+ "Bioenergy": 0.0015,
5201
+ "Coal": 0.4832,
5202
+ "Gas": 0.3092,
5203
+ "Hydro": 0.0177,
4498
5204
  "Nuclear": 0,
4499
- "Other Fossil": 0.0047,
4500
- "Other Renewables": 0.0122,
4501
- "Solar": 0.1591,
4502
- "Wind": 0.0206
5205
+ "Other Fossil": 0.005,
5206
+ "Other Renewables": 0.0126,
5207
+ "Solar": 0.1493,
5208
+ "Wind": 0.0214
5209
+ },
5210
+ "2026": {
5211
+ "Bioenergy": 0.0019,
5212
+ "Coal": 0.3801,
5213
+ "Gas": 0.4691,
5214
+ "Hydro": 0,
5215
+ "Nuclear": 0,
5216
+ "Other Fossil": 0.0075,
5217
+ "Other Renewables": 0.0152,
5218
+ "Solar": 0.0993,
5219
+ "Wind": 0.0269
4503
5220
  }
4504
5221
  },
4505
5222
  "US-VA": {
@@ -4570,15 +5287,26 @@
4570
5287
  "Wind": 0.0005
4571
5288
  },
4572
5289
  "2025": {
4573
- "Bioenergy": 0.0329,
4574
- "Coal": 0.0282,
4575
- "Gas": 0.579,
5290
+ "Bioenergy": 0.0337,
5291
+ "Coal": 0.0339,
5292
+ "Gas": 0.5712,
4576
5293
  "Hydro": 0.0007,
4577
- "Nuclear": 0.2624,
4578
- "Other Fossil": 0.008,
5294
+ "Nuclear": 0.2656,
5295
+ "Other Fossil": 0.009,
4579
5296
  "Other Renewables": 0,
4580
- "Solar": 0.0885,
4581
- "Wind": 0.0004
5297
+ "Solar": 0.0855,
5298
+ "Wind": 0.0005
5299
+ },
5300
+ "2026": {
5301
+ "Bioenergy": 0.0348,
5302
+ "Coal": 0.0498,
5303
+ "Gas": 0.6352,
5304
+ "Hydro": 0,
5305
+ "Nuclear": 0.2246,
5306
+ "Other Fossil": 0.0119,
5307
+ "Other Renewables": 0,
5308
+ "Solar": 0.0432,
5309
+ "Wind": 0.0005
4582
5310
  }
4583
5311
  },
4584
5312
  "US-VT": {
@@ -4649,15 +5377,26 @@
4649
5377
  "Wind": 0.1573
4650
5378
  },
4651
5379
  "2025": {
4652
- "Bioenergy": 0.2005,
5380
+ "Bioenergy": 0.1841,
4653
5381
  "Coal": 0,
4654
5382
  "Gas": 0.0005,
4655
- "Hydro": 0.5309,
5383
+ "Hydro": 0.5386,
5384
+ "Nuclear": 0,
5385
+ "Other Fossil": 0,
5386
+ "Other Renewables": 0,
5387
+ "Solar": 0.1055,
5388
+ "Wind": 0.1714
5389
+ },
5390
+ "2026": {
5391
+ "Bioenergy": 0.2171,
5392
+ "Coal": 0,
5393
+ "Gas": 0.001,
5394
+ "Hydro": 0.5065,
4656
5395
  "Nuclear": 0,
4657
5396
  "Other Fossil": 0,
4658
5397
  "Other Renewables": 0,
4659
- "Solar": 0.1157,
4660
- "Wind": 0.1524
5398
+ "Solar": 0.0447,
5399
+ "Wind": 0.2308
4661
5400
  }
4662
5401
  },
4663
5402
  "US-WA": {
@@ -4728,15 +5467,26 @@
4728
5467
  "Wind": 0.0865
4729
5468
  },
4730
5469
  "2025": {
4731
- "Bioenergy": 0.0115,
4732
- "Coal": 0.0326,
4733
- "Gas": 0.1844,
4734
- "Hydro": 0.6109,
4735
- "Nuclear": 0.0756,
4736
- "Other Fossil": 0.0008,
5470
+ "Bioenergy": 0.011,
5471
+ "Coal": 0.0307,
5472
+ "Gas": 0.1606,
5473
+ "Hydro": 0.6325,
5474
+ "Nuclear": 0.0752,
5475
+ "Other Fossil": 0.0007,
4737
5476
  "Other Renewables": 0,
4738
- "Solar": 0.0074,
4739
- "Wind": 0.0767
5477
+ "Solar": 0.0061,
5478
+ "Wind": 0.0832
5479
+ },
5480
+ "2026": {
5481
+ "Bioenergy": 0.009,
5482
+ "Coal": 0.0079,
5483
+ "Gas": 0.0984,
5484
+ "Hydro": 0.7146,
5485
+ "Nuclear": 0.0793,
5486
+ "Other Fossil": 0.0006,
5487
+ "Other Renewables": 0,
5488
+ "Solar": 0.0014,
5489
+ "Wind": 0.0889
4740
5490
  }
4741
5491
  },
4742
5492
  "US-WI": {
@@ -4807,15 +5557,26 @@
4807
5557
  "Wind": 0.0305
4808
5558
  },
4809
5559
  "2025": {
4810
- "Bioenergy": 0.0179,
4811
- "Coal": 0.3533,
4812
- "Gas": 0.3579,
4813
- "Hydro": 0.03,
4814
- "Nuclear": 0.1481,
4815
- "Other Fossil": 0.0009,
5560
+ "Bioenergy": 0.0181,
5561
+ "Coal": 0.3502,
5562
+ "Gas": 0.3557,
5563
+ "Hydro": 0.0328,
5564
+ "Nuclear": 0.1526,
5565
+ "Other Fossil": 0.0007,
4816
5566
  "Other Renewables": 0,
4817
- "Solar": 0.0669,
4818
- "Wind": 0.025
5567
+ "Solar": 0.0604,
5568
+ "Wind": 0.0295
5569
+ },
5570
+ "2026": {
5571
+ "Bioenergy": 0.0164,
5572
+ "Coal": 0.3638,
5573
+ "Gas": 0.3641,
5574
+ "Hydro": 0.0415,
5575
+ "Nuclear": 0.1547,
5576
+ "Other Fossil": 0.0003,
5577
+ "Other Renewables": 0,
5578
+ "Solar": 0.0236,
5579
+ "Wind": 0.0356
4819
5580
  }
4820
5581
  },
4821
5582
  "US-WV": {
@@ -4887,14 +5648,25 @@
4887
5648
  },
4888
5649
  "2025": {
4889
5650
  "Bioenergy": 0,
4890
- "Coal": 0.8742,
4891
- "Gas": 0.0582,
4892
- "Hydro": 0.0257,
5651
+ "Coal": 0.8694,
5652
+ "Gas": 0.0621,
5653
+ "Hydro": 0.024,
5654
+ "Nuclear": 0,
5655
+ "Other Fossil": 0.0025,
5656
+ "Other Renewables": 0,
5657
+ "Solar": 0.0049,
5658
+ "Wind": 0.0371
5659
+ },
5660
+ "2026": {
5661
+ "Bioenergy": 0,
5662
+ "Coal": 0.8906,
5663
+ "Gas": 0.0532,
5664
+ "Hydro": 0.0175,
4893
5665
  "Nuclear": 0,
4894
5666
  "Other Fossil": 0.0029,
4895
5667
  "Other Renewables": 0,
4896
- "Solar": 0.0058,
4897
- "Wind": 0.0331
5668
+ "Solar": 0.0018,
5669
+ "Wind": 0.0341
4898
5670
  }
4899
5671
  },
4900
5672
  "US-WY": {
@@ -4966,14 +5738,25 @@
4966
5738
  },
4967
5739
  "2025": {
4968
5740
  "Bioenergy": 0,
4969
- "Coal": 0.6098,
4970
- "Gas": 0.1157,
4971
- "Hydro": 0.0204,
5741
+ "Coal": 0.5857,
5742
+ "Gas": 0.1075,
5743
+ "Hydro": 0.0215,
4972
5744
  "Nuclear": 0,
4973
- "Other Fossil": 0.0031,
5745
+ "Other Fossil": 0.003,
4974
5746
  "Other Renewables": 0,
4975
- "Solar": 0.0124,
4976
- "Wind": 0.2387
5747
+ "Solar": 0.0108,
5748
+ "Wind": 0.2715
5749
+ },
5750
+ "2026": {
5751
+ "Bioenergy": 0,
5752
+ "Coal": 0.5065,
5753
+ "Gas": 0.0636,
5754
+ "Hydro": 0.0274,
5755
+ "Nuclear": 0,
5756
+ "Other Fossil": 0.003,
5757
+ "Other Renewables": 0,
5758
+ "Solar": 0.0044,
5759
+ "Wind": 0.3951
4977
5760
  }
4978
5761
  }
4979
5762
  }