@digital4better/data 1.3.41 → 1.3.43
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.
- package/data/factor/continent-monthly-green.csv +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +54 -54
- package/data/factor/country-monthly-green.csv +214 -0
- package/data/factor/country-monthly-green.json +2354 -0
- package/data/factor/country-monthly.csv +214 -0
- package/data/factor/country-monthly.json +2354 -0
- package/data/factor/country-yearly-green.csv +79 -79
- package/data/factor/country-yearly-green.json +687 -687
- package/data/factor/country-yearly.csv +81 -81
- package/data/factor/country-yearly.json +681 -681
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +64 -64
- package/data/factor/subdivision-yearly-green.json +576 -576
- package/data/factor/subdivision-yearly.csv +64 -64
- package/data/factor/subdivision-yearly.json +575 -575
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +6 -6
- package/data/mix/continent-yearly-green.json +22 -22
- package/data/mix/continent-yearly.csv +6 -6
- package/data/mix/continent-yearly.json +44 -44
- package/data/mix/country-monthly-green.csv +214 -0
- package/data/mix/country-monthly-green.json +1284 -0
- package/data/mix/country-monthly.csv +214 -0
- package/data/mix/country-monthly.json +2354 -0
- package/data/mix/country-yearly-green.csv +72 -72
- package/data/mix/country-yearly-green.json +245 -245
- package/data/mix/country-yearly.csv +72 -72
- package/data/mix/country-yearly.json +472 -472
- package/data/mix/subdivision-monthly-green.csv +90 -26
- package/data/mix/subdivision-monthly-green.json +472 -88
- package/data/mix/subdivision-monthly.csv +90 -26
- package/data/mix/subdivision-monthly.json +872 -168
- package/data/mix/subdivision-yearly-green.csv +64 -64
- package/data/mix/subdivision-yearly-green.json +208 -208
- package/data/mix/subdivision-yearly.csv +64 -64
- package/data/mix/subdivision-yearly.json +370 -370
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- package/package.json +1 -1
|
@@ -78,15 +78,15 @@
|
|
|
78
78
|
"Wind": 0.1732
|
|
79
79
|
},
|
|
80
80
|
"2026": {
|
|
81
|
-
"Bioenergy": 0.
|
|
82
|
-
"Coal": 0.
|
|
83
|
-
"Gas": 0.
|
|
84
|
-
"Hydro": 0.
|
|
81
|
+
"Bioenergy": 0.0568,
|
|
82
|
+
"Coal": 0.1264,
|
|
83
|
+
"Gas": 0.5172,
|
|
84
|
+
"Hydro": 0.0176,
|
|
85
85
|
"Nuclear": 0,
|
|
86
|
-
"Other Fossil": 0.
|
|
87
|
-
"Other Renewables": 0.
|
|
88
|
-
"Solar": 0.
|
|
89
|
-
"Wind": 0.
|
|
86
|
+
"Other Fossil": 0.0273,
|
|
87
|
+
"Other Renewables": 0.0028,
|
|
88
|
+
"Solar": 0.0264,
|
|
89
|
+
"Wind": 0.2255
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"CA-BC": {
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
"Wind": 0.0271
|
|
169
169
|
},
|
|
170
170
|
"2026": {
|
|
171
|
-
"Bioenergy": 0.
|
|
172
|
-
"Coal": 0.
|
|
173
|
-
"Gas": 0.
|
|
174
|
-
"Hydro": 0.
|
|
171
|
+
"Bioenergy": 0.0059,
|
|
172
|
+
"Coal": 0.0131,
|
|
173
|
+
"Gas": 0.0537,
|
|
174
|
+
"Hydro": 0.8936,
|
|
175
175
|
"Nuclear": 0,
|
|
176
|
-
"Other Fossil": 0.
|
|
176
|
+
"Other Fossil": 0.0028,
|
|
177
177
|
"Other Renewables": 0.0003,
|
|
178
|
-
"Solar": 0.
|
|
179
|
-
"Wind": 0.
|
|
178
|
+
"Solar": 0.0003,
|
|
179
|
+
"Wind": 0.0303
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"CA-MB": {
|
|
@@ -259,14 +259,14 @@
|
|
|
259
259
|
},
|
|
260
260
|
"2026": {
|
|
261
261
|
"Bioenergy": 0.0003,
|
|
262
|
-
"Coal": 0.
|
|
263
|
-
"Gas": 0.
|
|
264
|
-
"Hydro": 0.
|
|
262
|
+
"Coal": 0.0007,
|
|
263
|
+
"Gas": 0.0029,
|
|
264
|
+
"Hydro": 0.9627,
|
|
265
265
|
"Nuclear": 0,
|
|
266
|
-
"Other Fossil": 0.
|
|
266
|
+
"Other Fossil": 0.0002,
|
|
267
267
|
"Other Renewables": 0,
|
|
268
268
|
"Solar": 0.0001,
|
|
269
|
-
"Wind": 0.
|
|
269
|
+
"Wind": 0.0331
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
"CA-NB": {
|
|
@@ -348,15 +348,15 @@
|
|
|
348
348
|
"Wind": 0.0903
|
|
349
349
|
},
|
|
350
350
|
"2026": {
|
|
351
|
-
"Bioenergy": 0.
|
|
352
|
-
"Coal": 0.
|
|
353
|
-
"Gas": 0.
|
|
354
|
-
"Hydro": 0.
|
|
355
|
-
"Nuclear": 0.
|
|
356
|
-
"Other Fossil": 0.
|
|
351
|
+
"Bioenergy": 0.045,
|
|
352
|
+
"Coal": 0.1003,
|
|
353
|
+
"Gas": 0.4103,
|
|
354
|
+
"Hydro": 0.0585,
|
|
355
|
+
"Nuclear": 0.307,
|
|
356
|
+
"Other Fossil": 0.0216,
|
|
357
357
|
"Other Renewables": 0.0022,
|
|
358
358
|
"Solar": 0.0001,
|
|
359
|
-
"Wind": 0.
|
|
359
|
+
"Wind": 0.0549
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
"CA-NL": {
|
|
@@ -438,15 +438,15 @@
|
|
|
438
438
|
"Wind": 0.0049
|
|
439
439
|
},
|
|
440
440
|
"2026": {
|
|
441
|
-
"Bioenergy": 0.
|
|
442
|
-
"Coal": 0.
|
|
443
|
-
"Gas": 0.
|
|
444
|
-
"Hydro": 0.
|
|
441
|
+
"Bioenergy": 0.0028,
|
|
442
|
+
"Coal": 0.0063,
|
|
443
|
+
"Gas": 0.0258,
|
|
444
|
+
"Hydro": 0.9592,
|
|
445
445
|
"Nuclear": 0,
|
|
446
|
-
"Other Fossil": 0.
|
|
446
|
+
"Other Fossil": 0.0014,
|
|
447
447
|
"Other Renewables": 0.0001,
|
|
448
448
|
"Solar": 0,
|
|
449
|
-
"Wind": 0.
|
|
449
|
+
"Wind": 0.0043
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
452
|
"CA-NS": {
|
|
@@ -528,15 +528,15 @@
|
|
|
528
528
|
"Wind": 0.1893
|
|
529
529
|
},
|
|
530
530
|
"2026": {
|
|
531
|
-
"Bioenergy": 0.
|
|
532
|
-
"Coal": 0.
|
|
533
|
-
"Gas": 0.
|
|
534
|
-
"Hydro": 0.
|
|
531
|
+
"Bioenergy": 0.0626,
|
|
532
|
+
"Coal": 0.1394,
|
|
533
|
+
"Gas": 0.5702,
|
|
534
|
+
"Hydro": 0.0651,
|
|
535
535
|
"Nuclear": 0,
|
|
536
|
-
"Other Fossil": 0.
|
|
536
|
+
"Other Fossil": 0.0301,
|
|
537
537
|
"Other Renewables": 0.0031,
|
|
538
|
-
"Solar": 0.
|
|
539
|
-
"Wind": 0.
|
|
538
|
+
"Solar": 0.0005,
|
|
539
|
+
"Wind": 0.129
|
|
540
540
|
}
|
|
541
541
|
},
|
|
542
542
|
"CA-NT": {
|
|
@@ -618,15 +618,15 @@
|
|
|
618
618
|
"Wind": 0.0327
|
|
619
619
|
},
|
|
620
620
|
"2026": {
|
|
621
|
-
"Bioenergy": 0.
|
|
622
|
-
"Coal": 0.
|
|
623
|
-
"Gas": 0.
|
|
624
|
-
"Hydro": 0.
|
|
621
|
+
"Bioenergy": 0.0519,
|
|
622
|
+
"Coal": 0.1157,
|
|
623
|
+
"Gas": 0.4733,
|
|
624
|
+
"Hydro": 0.3025,
|
|
625
625
|
"Nuclear": 0,
|
|
626
|
-
"Other Fossil": 0.
|
|
626
|
+
"Other Fossil": 0.025,
|
|
627
627
|
"Other Renewables": 0.0026,
|
|
628
|
-
"Solar": 0.
|
|
629
|
-
"Wind": 0.
|
|
628
|
+
"Solar": 0.0005,
|
|
629
|
+
"Wind": 0.0286
|
|
630
630
|
}
|
|
631
631
|
},
|
|
632
632
|
"CA-NU": {
|
|
@@ -710,12 +710,12 @@
|
|
|
710
710
|
"2026": {
|
|
711
711
|
"Bioenergy": 0.0777,
|
|
712
712
|
"Coal": 0.173,
|
|
713
|
-
"Gas": 0.
|
|
713
|
+
"Gas": 0.7079,
|
|
714
714
|
"Hydro": 0,
|
|
715
715
|
"Nuclear": 0,
|
|
716
|
-
"Other Fossil": 0.
|
|
716
|
+
"Other Fossil": 0.0373,
|
|
717
717
|
"Other Renewables": 0.0039,
|
|
718
|
-
"Solar": 0,
|
|
718
|
+
"Solar": 0.0002,
|
|
719
719
|
"Wind": 0
|
|
720
720
|
}
|
|
721
721
|
},
|
|
@@ -798,15 +798,15 @@
|
|
|
798
798
|
"Wind": 0.0868
|
|
799
799
|
},
|
|
800
800
|
"2026": {
|
|
801
|
-
"Bioenergy": 0.
|
|
802
|
-
"Coal": 0.
|
|
803
|
-
"Gas": 0.
|
|
804
|
-
"Hydro": 0.
|
|
805
|
-
"Nuclear": 0.
|
|
806
|
-
"Other Fossil": 0.
|
|
801
|
+
"Bioenergy": 0.0229,
|
|
802
|
+
"Coal": 0.0511,
|
|
803
|
+
"Gas": 0.209,
|
|
804
|
+
"Hydro": 0.2033,
|
|
805
|
+
"Nuclear": 0.406,
|
|
806
|
+
"Other Fossil": 0.011,
|
|
807
807
|
"Other Renewables": 0.0011,
|
|
808
|
-
"Solar": 0.
|
|
809
|
-
"Wind": 0.
|
|
808
|
+
"Solar": 0.0082,
|
|
809
|
+
"Wind": 0.0873
|
|
810
810
|
}
|
|
811
811
|
},
|
|
812
812
|
"CA-PE": {
|
|
@@ -888,15 +888,15 @@
|
|
|
888
888
|
"Wind": 0.9121
|
|
889
889
|
},
|
|
890
890
|
"2026": {
|
|
891
|
-
"Bioenergy": 0.
|
|
892
|
-
"Coal": 0.
|
|
893
|
-
"Gas": 0.
|
|
891
|
+
"Bioenergy": 0.0008,
|
|
892
|
+
"Coal": 0.0018,
|
|
893
|
+
"Gas": 0.0074,
|
|
894
894
|
"Hydro": 0,
|
|
895
895
|
"Nuclear": 0,
|
|
896
896
|
"Other Fossil": 0.0004,
|
|
897
897
|
"Other Renewables": 0,
|
|
898
|
-
"Solar": 0.
|
|
899
|
-
"Wind": 0.
|
|
898
|
+
"Solar": 0.0409,
|
|
899
|
+
"Wind": 0.9487
|
|
900
900
|
}
|
|
901
901
|
},
|
|
902
902
|
"CA-QC": {
|
|
@@ -980,13 +980,13 @@
|
|
|
980
980
|
"2026": {
|
|
981
981
|
"Bioenergy": 0.0007,
|
|
982
982
|
"Coal": 0.0016,
|
|
983
|
-
"Gas": 0.
|
|
984
|
-
"Hydro": 0.
|
|
983
|
+
"Gas": 0.0065,
|
|
984
|
+
"Hydro": 0.9417,
|
|
985
985
|
"Nuclear": 0,
|
|
986
|
-
"Other Fossil": 0.
|
|
986
|
+
"Other Fossil": 0.0003,
|
|
987
987
|
"Other Renewables": 0,
|
|
988
988
|
"Solar": 0,
|
|
989
|
-
"Wind": 0.
|
|
989
|
+
"Wind": 0.0492
|
|
990
990
|
}
|
|
991
991
|
},
|
|
992
992
|
"CA-SK": {
|
|
@@ -1068,15 +1068,15 @@
|
|
|
1068
1068
|
"Wind": 0.1082
|
|
1069
1069
|
},
|
|
1070
1070
|
"2026": {
|
|
1071
|
-
"Bioenergy": 0.
|
|
1072
|
-
"Coal": 0.
|
|
1073
|
-
"Gas": 0.
|
|
1074
|
-
"Hydro": 0.
|
|
1071
|
+
"Bioenergy": 0.0598,
|
|
1072
|
+
"Coal": 0.1331,
|
|
1073
|
+
"Gas": 0.5447,
|
|
1074
|
+
"Hydro": 0.1202,
|
|
1075
1075
|
"Nuclear": 0,
|
|
1076
|
-
"Other Fossil": 0.
|
|
1076
|
+
"Other Fossil": 0.0287,
|
|
1077
1077
|
"Other Renewables": 0.003,
|
|
1078
|
-
"Solar": 0.
|
|
1079
|
-
"Wind": 0.
|
|
1078
|
+
"Solar": 0.0016,
|
|
1079
|
+
"Wind": 0.1088
|
|
1080
1080
|
}
|
|
1081
1081
|
},
|
|
1082
1082
|
"CA-YT": {
|
|
@@ -1158,15 +1158,15 @@
|
|
|
1158
1158
|
"Wind": 0.0119
|
|
1159
1159
|
},
|
|
1160
1160
|
"2026": {
|
|
1161
|
-
"Bioenergy": 0.
|
|
1162
|
-
"Coal": 0.
|
|
1163
|
-
"Gas": 0.
|
|
1164
|
-
"Hydro": 0.
|
|
1161
|
+
"Bioenergy": 0.0306,
|
|
1162
|
+
"Coal": 0.0682,
|
|
1163
|
+
"Gas": 0.279,
|
|
1164
|
+
"Hydro": 0.5902,
|
|
1165
1165
|
"Nuclear": 0,
|
|
1166
|
-
"Other Fossil": 0.
|
|
1167
|
-
"Other Renewables": 0.
|
|
1168
|
-
"Solar": 0.
|
|
1169
|
-
"Wind": 0.
|
|
1166
|
+
"Other Fossil": 0.0147,
|
|
1167
|
+
"Other Renewables": 0.0015,
|
|
1168
|
+
"Solar": 0.005,
|
|
1169
|
+
"Wind": 0.0107
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
1172
|
"US-AK": {
|
|
@@ -1248,15 +1248,15 @@
|
|
|
1248
1248
|
"Wind": 0.0177
|
|
1249
1249
|
},
|
|
1250
1250
|
"2026": {
|
|
1251
|
-
"Bioenergy": 0.
|
|
1252
|
-
"Coal": 0.
|
|
1253
|
-
"Gas": 0.
|
|
1254
|
-
"Hydro": 0.
|
|
1251
|
+
"Bioenergy": 0.0059,
|
|
1252
|
+
"Coal": 0.1061,
|
|
1253
|
+
"Gas": 0.3373,
|
|
1254
|
+
"Hydro": 0.3668,
|
|
1255
1255
|
"Nuclear": 0,
|
|
1256
|
-
"Other Fossil": 0.
|
|
1256
|
+
"Other Fossil": 0.1701,
|
|
1257
1257
|
"Other Renewables": 0,
|
|
1258
1258
|
"Solar": 0,
|
|
1259
|
-
"Wind": 0.
|
|
1259
|
+
"Wind": 0.0138
|
|
1260
1260
|
}
|
|
1261
1261
|
},
|
|
1262
1262
|
"US-AL": {
|
|
@@ -1338,14 +1338,14 @@
|
|
|
1338
1338
|
"Wind": 0
|
|
1339
1339
|
},
|
|
1340
1340
|
"2026": {
|
|
1341
|
-
"Bioenergy": 0.
|
|
1342
|
-
"Coal": 0.
|
|
1343
|
-
"Gas": 0.
|
|
1344
|
-
"Hydro": 0.
|
|
1345
|
-
"Nuclear": 0.
|
|
1341
|
+
"Bioenergy": 0.024,
|
|
1342
|
+
"Coal": 0.1614,
|
|
1343
|
+
"Gas": 0.4242,
|
|
1344
|
+
"Hydro": 0.0519,
|
|
1345
|
+
"Nuclear": 0.3293,
|
|
1346
1346
|
"Other Fossil": 0.0002,
|
|
1347
1347
|
"Other Renewables": 0,
|
|
1348
|
-
"Solar": 0.
|
|
1348
|
+
"Solar": 0.009,
|
|
1349
1349
|
"Wind": 0
|
|
1350
1350
|
}
|
|
1351
1351
|
},
|
|
@@ -1428,15 +1428,15 @@
|
|
|
1428
1428
|
"Wind": 0.0026
|
|
1429
1429
|
},
|
|
1430
1430
|
"2026": {
|
|
1431
|
-
"Bioenergy": 0.
|
|
1432
|
-
"Coal": 0.
|
|
1433
|
-
"Gas": 0.
|
|
1431
|
+
"Bioenergy": 0.0129,
|
|
1432
|
+
"Coal": 0.2834,
|
|
1433
|
+
"Gas": 0.3479,
|
|
1434
1434
|
"Hydro": 0.0409,
|
|
1435
|
-
"Nuclear": 0.
|
|
1435
|
+
"Nuclear": 0.2421,
|
|
1436
1436
|
"Other Fossil": 0.0002,
|
|
1437
1437
|
"Other Renewables": 0,
|
|
1438
|
-
"Solar": 0.
|
|
1439
|
-
"Wind": 0.
|
|
1438
|
+
"Solar": 0.0641,
|
|
1439
|
+
"Wind": 0.0085
|
|
1440
1440
|
}
|
|
1441
1441
|
},
|
|
1442
1442
|
"US-AZ": {
|
|
@@ -1518,15 +1518,15 @@
|
|
|
1518
1518
|
"Wind": 0.0269
|
|
1519
1519
|
},
|
|
1520
1520
|
"2026": {
|
|
1521
|
-
"Bioenergy": 0.
|
|
1522
|
-
"Coal": 0.
|
|
1523
|
-
"Gas": 0.
|
|
1524
|
-
"Hydro": 0.
|
|
1525
|
-
"Nuclear": 0.
|
|
1521
|
+
"Bioenergy": 0.0022,
|
|
1522
|
+
"Coal": 0.0812,
|
|
1523
|
+
"Gas": 0.3728,
|
|
1524
|
+
"Hydro": 0.057,
|
|
1525
|
+
"Nuclear": 0.3346,
|
|
1526
1526
|
"Other Fossil": 0,
|
|
1527
1527
|
"Other Renewables": 0,
|
|
1528
|
-
"Solar": 0.
|
|
1529
|
-
"Wind": 0.
|
|
1528
|
+
"Solar": 0.1283,
|
|
1529
|
+
"Wind": 0.0238
|
|
1530
1530
|
}
|
|
1531
1531
|
},
|
|
1532
1532
|
"US-CA": {
|
|
@@ -1608,15 +1608,15 @@
|
|
|
1608
1608
|
"Wind": 0.0784
|
|
1609
1609
|
},
|
|
1610
1610
|
"2026": {
|
|
1611
|
-
"Bioenergy": 0.
|
|
1611
|
+
"Bioenergy": 0.0259,
|
|
1612
1612
|
"Coal": 0.0004,
|
|
1613
|
-
"Gas": 0.
|
|
1614
|
-
"Hydro": 0.
|
|
1615
|
-
"Nuclear": 0.
|
|
1613
|
+
"Gas": 0.3125,
|
|
1614
|
+
"Hydro": 0.1462,
|
|
1615
|
+
"Nuclear": 0.1125,
|
|
1616
1616
|
"Other Fossil": 0,
|
|
1617
|
-
"Other Renewables": 0.
|
|
1618
|
-
"Solar": 0.
|
|
1619
|
-
"Wind": 0.
|
|
1617
|
+
"Other Renewables": 0.0643,
|
|
1618
|
+
"Solar": 0.2516,
|
|
1619
|
+
"Wind": 0.0866
|
|
1620
1620
|
}
|
|
1621
1621
|
},
|
|
1622
1622
|
"US-CO": {
|
|
@@ -1699,14 +1699,14 @@
|
|
|
1699
1699
|
},
|
|
1700
1700
|
"2026": {
|
|
1701
1701
|
"Bioenergy": 0.0015,
|
|
1702
|
-
"Coal": 0.
|
|
1703
|
-
"Gas": 0.
|
|
1704
|
-
"Hydro": 0.
|
|
1702
|
+
"Coal": 0.1449,
|
|
1703
|
+
"Gas": 0.3579,
|
|
1704
|
+
"Hydro": 0.0496,
|
|
1705
1705
|
"Nuclear": 0,
|
|
1706
1706
|
"Other Fossil": 0,
|
|
1707
1707
|
"Other Renewables": 0,
|
|
1708
|
-
"Solar": 0.
|
|
1709
|
-
"Wind": 0.
|
|
1708
|
+
"Solar": 0.1028,
|
|
1709
|
+
"Wind": 0.3432
|
|
1710
1710
|
}
|
|
1711
1711
|
},
|
|
1712
1712
|
"US-CT": {
|
|
@@ -1788,14 +1788,14 @@
|
|
|
1788
1788
|
"Wind": 0.0003
|
|
1789
1789
|
},
|
|
1790
1790
|
"2026": {
|
|
1791
|
-
"Bioenergy": 0.
|
|
1791
|
+
"Bioenergy": 0.0128,
|
|
1792
1792
|
"Coal": 0,
|
|
1793
|
-
"Gas": 0.
|
|
1793
|
+
"Gas": 0.4868,
|
|
1794
1794
|
"Hydro": 0.0076,
|
|
1795
1795
|
"Nuclear": 0.3827,
|
|
1796
|
-
"Other Fossil": 0.
|
|
1796
|
+
"Other Fossil": 0.0989,
|
|
1797
1797
|
"Other Renewables": 0,
|
|
1798
|
-
"Solar": 0.
|
|
1798
|
+
"Solar": 0.011,
|
|
1799
1799
|
"Wind": 0.0003
|
|
1800
1800
|
}
|
|
1801
1801
|
},
|
|
@@ -1878,14 +1878,14 @@
|
|
|
1878
1878
|
"Wind": 0
|
|
1879
1879
|
},
|
|
1880
1880
|
"2026": {
|
|
1881
|
-
"Bioenergy": 0.
|
|
1881
|
+
"Bioenergy": 0.2988,
|
|
1882
1882
|
"Coal": 0,
|
|
1883
|
-
"Gas": 0.
|
|
1883
|
+
"Gas": 0.4167,
|
|
1884
1884
|
"Hydro": 0,
|
|
1885
1885
|
"Nuclear": 0,
|
|
1886
1886
|
"Other Fossil": 0,
|
|
1887
1887
|
"Other Renewables": 0,
|
|
1888
|
-
"Solar": 0.
|
|
1888
|
+
"Solar": 0.2845,
|
|
1889
1889
|
"Wind": 0
|
|
1890
1890
|
}
|
|
1891
1891
|
},
|
|
@@ -1968,15 +1968,15 @@
|
|
|
1968
1968
|
"Wind": 0.0009
|
|
1969
1969
|
},
|
|
1970
1970
|
"2026": {
|
|
1971
|
-
"Bioenergy": 0.
|
|
1971
|
+
"Bioenergy": 0.0067,
|
|
1972
1972
|
"Coal": 0,
|
|
1973
|
-
"Gas": 0.
|
|
1973
|
+
"Gas": 0.9633,
|
|
1974
1974
|
"Hydro": 0,
|
|
1975
1975
|
"Nuclear": 0,
|
|
1976
1976
|
"Other Fossil": 0,
|
|
1977
1977
|
"Other Renewables": 0,
|
|
1978
|
-
"Solar": 0.
|
|
1979
|
-
"Wind": 0.
|
|
1978
|
+
"Solar": 0.0293,
|
|
1979
|
+
"Wind": 0.0006
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
1982
|
"US-FL": {
|
|
@@ -2058,14 +2058,14 @@
|
|
|
2058
2058
|
"Wind": 0
|
|
2059
2059
|
},
|
|
2060
2060
|
"2026": {
|
|
2061
|
-
"Bioenergy": 0.
|
|
2062
|
-
"Coal": 0.
|
|
2063
|
-
"Gas": 0.
|
|
2061
|
+
"Bioenergy": 0.0134,
|
|
2062
|
+
"Coal": 0.0549,
|
|
2063
|
+
"Gas": 0.698,
|
|
2064
2064
|
"Hydro": 0.0006,
|
|
2065
|
-
"Nuclear": 0.
|
|
2066
|
-
"Other Fossil": 0.
|
|
2065
|
+
"Nuclear": 0.1157,
|
|
2066
|
+
"Other Fossil": 0.0166,
|
|
2067
2067
|
"Other Renewables": 0,
|
|
2068
|
-
"Solar": 0.
|
|
2068
|
+
"Solar": 0.1009,
|
|
2069
2069
|
"Wind": 0
|
|
2070
2070
|
}
|
|
2071
2071
|
},
|
|
@@ -2148,14 +2148,14 @@
|
|
|
2148
2148
|
"Wind": 0
|
|
2149
2149
|
},
|
|
2150
2150
|
"2026": {
|
|
2151
|
-
"Bioenergy": 0.
|
|
2152
|
-
"Coal": 0.
|
|
2153
|
-
"Gas": 0.
|
|
2151
|
+
"Bioenergy": 0.0326,
|
|
2152
|
+
"Coal": 0.1761,
|
|
2153
|
+
"Gas": 0.3814,
|
|
2154
2154
|
"Hydro": 0.0115,
|
|
2155
|
-
"Nuclear": 0.
|
|
2156
|
-
"Other Fossil": 0.
|
|
2155
|
+
"Nuclear": 0.3319,
|
|
2156
|
+
"Other Fossil": 0.0019,
|
|
2157
2157
|
"Other Renewables": 0,
|
|
2158
|
-
"Solar": 0.
|
|
2158
|
+
"Solar": 0.0647,
|
|
2159
2159
|
"Wind": 0
|
|
2160
2160
|
}
|
|
2161
2161
|
},
|
|
@@ -2238,15 +2238,15 @@
|
|
|
2238
2238
|
"Wind": 0.0615
|
|
2239
2239
|
},
|
|
2240
2240
|
"2026": {
|
|
2241
|
-
"Bioenergy": 0.
|
|
2241
|
+
"Bioenergy": 0.0131,
|
|
2242
2242
|
"Coal": 0,
|
|
2243
2243
|
"Gas": 0,
|
|
2244
2244
|
"Hydro": 0,
|
|
2245
2245
|
"Nuclear": 0,
|
|
2246
|
-
"Other Fossil": 0.
|
|
2247
|
-
"Other Renewables": 0.
|
|
2248
|
-
"Solar": 0.
|
|
2249
|
-
"Wind": 0.
|
|
2246
|
+
"Other Fossil": 0.811,
|
|
2247
|
+
"Other Renewables": 0.0318,
|
|
2248
|
+
"Solar": 0.0869,
|
|
2249
|
+
"Wind": 0.0574
|
|
2250
2250
|
}
|
|
2251
2251
|
},
|
|
2252
2252
|
"US-IA": {
|
|
@@ -2328,15 +2328,15 @@
|
|
|
2328
2328
|
"Wind": 0.5899
|
|
2329
2329
|
},
|
|
2330
2330
|
"2026": {
|
|
2331
|
-
"Bioenergy": 0.
|
|
2332
|
-
"Coal": 0.
|
|
2333
|
-
"Gas": 0.
|
|
2334
|
-
"Hydro": 0.
|
|
2331
|
+
"Bioenergy": 0.0022,
|
|
2332
|
+
"Coal": 0.2637,
|
|
2333
|
+
"Gas": 0.0933,
|
|
2334
|
+
"Hydro": 0.0185,
|
|
2335
2335
|
"Nuclear": 0,
|
|
2336
|
-
"Other Fossil": 0.
|
|
2336
|
+
"Other Fossil": 0.0008,
|
|
2337
2337
|
"Other Renewables": 0,
|
|
2338
|
-
"Solar": 0.
|
|
2339
|
-
"Wind": 0.
|
|
2338
|
+
"Solar": 0.0127,
|
|
2339
|
+
"Wind": 0.6088
|
|
2340
2340
|
}
|
|
2341
2341
|
},
|
|
2342
2342
|
"US-ID": {
|
|
@@ -2420,13 +2420,13 @@
|
|
|
2420
2420
|
"2026": {
|
|
2421
2421
|
"Bioenergy": 0.0199,
|
|
2422
2422
|
"Coal": 0,
|
|
2423
|
-
"Gas": 0.
|
|
2424
|
-
"Hydro": 0.
|
|
2423
|
+
"Gas": 0.2415,
|
|
2424
|
+
"Hydro": 0.5565,
|
|
2425
2425
|
"Nuclear": 0,
|
|
2426
2426
|
"Other Fossil": 0.002,
|
|
2427
2427
|
"Other Renewables": 0.0035,
|
|
2428
|
-
"Solar": 0.
|
|
2429
|
-
"Wind": 0.
|
|
2428
|
+
"Solar": 0.0387,
|
|
2429
|
+
"Wind": 0.1379
|
|
2430
2430
|
}
|
|
2431
2431
|
},
|
|
2432
2432
|
"US-IL": {
|
|
@@ -2509,14 +2509,14 @@
|
|
|
2509
2509
|
},
|
|
2510
2510
|
"2026": {
|
|
2511
2511
|
"Bioenergy": 0.0013,
|
|
2512
|
-
"Coal": 0.
|
|
2513
|
-
"Gas": 0.
|
|
2512
|
+
"Coal": 0.1506,
|
|
2513
|
+
"Gas": 0.1632,
|
|
2514
2514
|
"Hydro": 0.0005,
|
|
2515
|
-
"Nuclear": 0.
|
|
2515
|
+
"Nuclear": 0.4921,
|
|
2516
2516
|
"Other Fossil": 0.0012,
|
|
2517
2517
|
"Other Renewables": 0,
|
|
2518
|
-
"Solar": 0.
|
|
2519
|
-
"Wind": 0.
|
|
2518
|
+
"Solar": 0.0336,
|
|
2519
|
+
"Wind": 0.1575
|
|
2520
2520
|
}
|
|
2521
2521
|
},
|
|
2522
2522
|
"US-IN": {
|
|
@@ -2599,14 +2599,14 @@
|
|
|
2599
2599
|
},
|
|
2600
2600
|
"2026": {
|
|
2601
2601
|
"Bioenergy": 0.0013,
|
|
2602
|
-
"Coal": 0.
|
|
2603
|
-
"Gas": 0.
|
|
2602
|
+
"Coal": 0.4608,
|
|
2603
|
+
"Gas": 0.3792,
|
|
2604
2604
|
"Hydro": 0.0025,
|
|
2605
2605
|
"Nuclear": 0,
|
|
2606
2606
|
"Other Fossil": 0.0025,
|
|
2607
2607
|
"Other Renewables": 0,
|
|
2608
|
-
"Solar": 0.
|
|
2609
|
-
"Wind": 0.
|
|
2608
|
+
"Solar": 0.0527,
|
|
2609
|
+
"Wind": 0.101
|
|
2610
2610
|
}
|
|
2611
2611
|
},
|
|
2612
2612
|
"US-KS": {
|
|
@@ -2689,14 +2689,14 @@
|
|
|
2689
2689
|
},
|
|
2690
2690
|
"2026": {
|
|
2691
2691
|
"Bioenergy": 0.0009,
|
|
2692
|
-
"Coal": 0.
|
|
2693
|
-
"Gas": 0.
|
|
2692
|
+
"Coal": 0.2708,
|
|
2693
|
+
"Gas": 0.0387,
|
|
2694
2694
|
"Hydro": 0.0003,
|
|
2695
|
-
"Nuclear": 0.
|
|
2696
|
-
"Other Fossil": 0.
|
|
2695
|
+
"Nuclear": 0.1691,
|
|
2696
|
+
"Other Fossil": 0.002,
|
|
2697
2697
|
"Other Renewables": 0,
|
|
2698
|
-
"Solar": 0.
|
|
2699
|
-
"Wind": 0.
|
|
2698
|
+
"Solar": 0.0084,
|
|
2699
|
+
"Wind": 0.5098
|
|
2700
2700
|
}
|
|
2701
2701
|
},
|
|
2702
2702
|
"US-KY": {
|
|
@@ -2779,13 +2779,13 @@
|
|
|
2779
2779
|
},
|
|
2780
2780
|
"2026": {
|
|
2781
2781
|
"Bioenergy": 0.0049,
|
|
2782
|
-
"Coal": 0.
|
|
2783
|
-
"Gas": 0.
|
|
2784
|
-
"Hydro": 0.
|
|
2782
|
+
"Coal": 0.6464,
|
|
2783
|
+
"Gas": 0.276,
|
|
2784
|
+
"Hydro": 0.0503,
|
|
2785
2785
|
"Nuclear": 0,
|
|
2786
2786
|
"Other Fossil": 0.0013,
|
|
2787
2787
|
"Other Renewables": 0,
|
|
2788
|
-
"Solar": 0.
|
|
2788
|
+
"Solar": 0.0211,
|
|
2789
2789
|
"Wind": 0
|
|
2790
2790
|
}
|
|
2791
2791
|
},
|
|
@@ -2869,13 +2869,13 @@
|
|
|
2869
2869
|
},
|
|
2870
2870
|
"2026": {
|
|
2871
2871
|
"Bioenergy": 0.0203,
|
|
2872
|
-
"Coal": 0.
|
|
2873
|
-
"Gas": 0.
|
|
2872
|
+
"Coal": 0.0655,
|
|
2873
|
+
"Gas": 0.6957,
|
|
2874
2874
|
"Hydro": 0.0075,
|
|
2875
|
-
"Nuclear": 0.
|
|
2876
|
-
"Other Fossil": 0.
|
|
2875
|
+
"Nuclear": 0.1786,
|
|
2876
|
+
"Other Fossil": 0.011,
|
|
2877
2877
|
"Other Renewables": 0,
|
|
2878
|
-
"Solar": 0.
|
|
2878
|
+
"Solar": 0.0215,
|
|
2879
2879
|
"Wind": 0
|
|
2880
2880
|
}
|
|
2881
2881
|
},
|
|
@@ -2958,15 +2958,15 @@
|
|
|
2958
2958
|
"Wind": 0.0091
|
|
2959
2959
|
},
|
|
2960
2960
|
"2026": {
|
|
2961
|
-
"Bioenergy": 0.
|
|
2961
|
+
"Bioenergy": 0.0368,
|
|
2962
2962
|
"Coal": 0,
|
|
2963
|
-
"Gas": 0.
|
|
2964
|
-
"Hydro": 0.
|
|
2963
|
+
"Gas": 0.6735,
|
|
2964
|
+
"Hydro": 0.0122,
|
|
2965
2965
|
"Nuclear": 0,
|
|
2966
|
-
"Other Fossil": 0.
|
|
2966
|
+
"Other Fossil": 0.1833,
|
|
2967
2967
|
"Other Renewables": 0,
|
|
2968
|
-
"Solar": 0.
|
|
2969
|
-
"Wind": 0.
|
|
2968
|
+
"Solar": 0.087,
|
|
2969
|
+
"Wind": 0.0072
|
|
2970
2970
|
}
|
|
2971
2971
|
},
|
|
2972
2972
|
"US-MD": {
|
|
@@ -3048,15 +3048,15 @@
|
|
|
3048
3048
|
"Wind": 0.0182
|
|
3049
3049
|
},
|
|
3050
3050
|
"2026": {
|
|
3051
|
-
"Bioenergy": 0.
|
|
3052
|
-
"Coal": 0.
|
|
3053
|
-
"Gas": 0.
|
|
3054
|
-
"Hydro": 0.
|
|
3055
|
-
"Nuclear": 0.
|
|
3056
|
-
"Other Fossil": 0.
|
|
3051
|
+
"Bioenergy": 0.0059,
|
|
3052
|
+
"Coal": 0.1151,
|
|
3053
|
+
"Gas": 0.4163,
|
|
3054
|
+
"Hydro": 0.029,
|
|
3055
|
+
"Nuclear": 0.3241,
|
|
3056
|
+
"Other Fossil": 0.0493,
|
|
3057
3057
|
"Other Renewables": 0,
|
|
3058
|
-
"Solar": 0.
|
|
3059
|
-
"Wind": 0.
|
|
3058
|
+
"Solar": 0.0344,
|
|
3059
|
+
"Wind": 0.0259
|
|
3060
3060
|
}
|
|
3061
3061
|
},
|
|
3062
3062
|
"US-ME": {
|
|
@@ -3138,15 +3138,15 @@
|
|
|
3138
3138
|
"Wind": 0.1938
|
|
3139
3139
|
},
|
|
3140
3140
|
"2026": {
|
|
3141
|
-
"Bioenergy": 0.
|
|
3142
|
-
"Coal": 0.
|
|
3143
|
-
"Gas": 0.
|
|
3144
|
-
"Hydro": 0.
|
|
3141
|
+
"Bioenergy": 0.1102,
|
|
3142
|
+
"Coal": 0.0021,
|
|
3143
|
+
"Gas": 0.3624,
|
|
3144
|
+
"Hydro": 0.1419,
|
|
3145
3145
|
"Nuclear": 0,
|
|
3146
|
-
"Other Fossil": 0.
|
|
3146
|
+
"Other Fossil": 0.1017,
|
|
3147
3147
|
"Other Renewables": 0,
|
|
3148
|
-
"Solar": 0.
|
|
3149
|
-
"Wind": 0.
|
|
3148
|
+
"Solar": 0.0705,
|
|
3149
|
+
"Wind": 0.2113
|
|
3150
3150
|
}
|
|
3151
3151
|
},
|
|
3152
3152
|
"US-MI": {
|
|
@@ -3228,15 +3228,15 @@
|
|
|
3228
3228
|
"Wind": 0.0791
|
|
3229
3229
|
},
|
|
3230
3230
|
"2026": {
|
|
3231
|
-
"Bioenergy": 0.
|
|
3232
|
-
"Coal": 0.
|
|
3233
|
-
"Gas": 0.
|
|
3234
|
-
"Hydro": 0.
|
|
3235
|
-
"Nuclear": 0.
|
|
3236
|
-
"Other Fossil": 0.
|
|
3231
|
+
"Bioenergy": 0.0172,
|
|
3232
|
+
"Coal": 0.1885,
|
|
3233
|
+
"Gas": 0.4451,
|
|
3234
|
+
"Hydro": 0.0094,
|
|
3235
|
+
"Nuclear": 0.2192,
|
|
3236
|
+
"Other Fossil": 0.0139,
|
|
3237
3237
|
"Other Renewables": 0,
|
|
3238
|
-
"Solar": 0.
|
|
3239
|
-
"Wind": 0.
|
|
3238
|
+
"Solar": 0.0201,
|
|
3239
|
+
"Wind": 0.0867
|
|
3240
3240
|
}
|
|
3241
3241
|
},
|
|
3242
3242
|
"US-MN": {
|
|
@@ -3318,15 +3318,15 @@
|
|
|
3318
3318
|
"Wind": 0.2532
|
|
3319
3319
|
},
|
|
3320
3320
|
"2026": {
|
|
3321
|
-
"Bioenergy": 0.
|
|
3322
|
-
"Coal": 0.
|
|
3323
|
-
"Gas": 0.
|
|
3324
|
-
"Hydro": 0.
|
|
3325
|
-
"Nuclear": 0.
|
|
3326
|
-
"Other Fossil": 0.
|
|
3321
|
+
"Bioenergy": 0.018,
|
|
3322
|
+
"Coal": 0.2386,
|
|
3323
|
+
"Gas": 0.1937,
|
|
3324
|
+
"Hydro": 0.0209,
|
|
3325
|
+
"Nuclear": 0.2176,
|
|
3326
|
+
"Other Fossil": 0.0048,
|
|
3327
3327
|
"Other Renewables": 0,
|
|
3328
|
-
"Solar": 0.
|
|
3329
|
-
"Wind": 0.
|
|
3328
|
+
"Solar": 0.0391,
|
|
3329
|
+
"Wind": 0.2674
|
|
3330
3330
|
}
|
|
3331
3331
|
},
|
|
3332
3332
|
"US-MO": {
|
|
@@ -3409,14 +3409,14 @@
|
|
|
3409
3409
|
},
|
|
3410
3410
|
"2026": {
|
|
3411
3411
|
"Bioenergy": 0.0011,
|
|
3412
|
-
"Coal": 0.
|
|
3413
|
-
"Gas": 0.
|
|
3414
|
-
"Hydro": 0.
|
|
3415
|
-
"Nuclear": 0.
|
|
3416
|
-
"Other Fossil": 0.
|
|
3412
|
+
"Coal": 0.5717,
|
|
3413
|
+
"Gas": 0.1092,
|
|
3414
|
+
"Hydro": 0.0102,
|
|
3415
|
+
"Nuclear": 0.1446,
|
|
3416
|
+
"Other Fossil": 0.0183,
|
|
3417
3417
|
"Other Renewables": 0,
|
|
3418
|
-
"Solar": 0.
|
|
3419
|
-
"Wind": 0.
|
|
3418
|
+
"Solar": 0.0327,
|
|
3419
|
+
"Wind": 0.1122
|
|
3420
3420
|
}
|
|
3421
3421
|
},
|
|
3422
3422
|
"US-MS": {
|
|
@@ -3499,14 +3499,14 @@
|
|
|
3499
3499
|
},
|
|
3500
3500
|
"2026": {
|
|
3501
3501
|
"Bioenergy": 0.0185,
|
|
3502
|
-
"Coal": 0.
|
|
3503
|
-
"Gas": 0.
|
|
3502
|
+
"Coal": 0.0388,
|
|
3503
|
+
"Gas": 0.8086,
|
|
3504
3504
|
"Hydro": 0,
|
|
3505
|
-
"Nuclear": 0.
|
|
3505
|
+
"Nuclear": 0.0866,
|
|
3506
3506
|
"Other Fossil": 0,
|
|
3507
3507
|
"Other Renewables": 0,
|
|
3508
|
-
"Solar": 0.
|
|
3509
|
-
"Wind": 0.
|
|
3508
|
+
"Solar": 0.0378,
|
|
3509
|
+
"Wind": 0.0097
|
|
3510
3510
|
}
|
|
3511
3511
|
},
|
|
3512
3512
|
"US-MT": {
|
|
@@ -3589,14 +3589,14 @@
|
|
|
3589
3589
|
},
|
|
3590
3590
|
"2026": {
|
|
3591
3591
|
"Bioenergy": 0.0011,
|
|
3592
|
-
"Coal": 0.
|
|
3593
|
-
"Gas": 0.
|
|
3594
|
-
"Hydro": 0.
|
|
3592
|
+
"Coal": 0.2444,
|
|
3593
|
+
"Gas": 0.0339,
|
|
3594
|
+
"Hydro": 0.4292,
|
|
3595
3595
|
"Nuclear": 0,
|
|
3596
|
-
"Other Fossil": 0.
|
|
3596
|
+
"Other Fossil": 0.0238,
|
|
3597
3597
|
"Other Renewables": 0,
|
|
3598
|
-
"Solar": 0.
|
|
3599
|
-
"Wind": 0.
|
|
3598
|
+
"Solar": 0.0061,
|
|
3599
|
+
"Wind": 0.2615
|
|
3600
3600
|
}
|
|
3601
3601
|
},
|
|
3602
3602
|
"US-NC": {
|
|
@@ -3678,15 +3678,15 @@
|
|
|
3678
3678
|
"Wind": 0.0069
|
|
3679
3679
|
},
|
|
3680
3680
|
"2026": {
|
|
3681
|
-
"Bioenergy": 0.
|
|
3682
|
-
"Coal": 0.
|
|
3683
|
-
"Gas": 0.
|
|
3681
|
+
"Bioenergy": 0.0106,
|
|
3682
|
+
"Coal": 0.1533,
|
|
3683
|
+
"Gas": 0.4276,
|
|
3684
3684
|
"Hydro": 0.0275,
|
|
3685
|
-
"Nuclear": 0.
|
|
3685
|
+
"Nuclear": 0.3058,
|
|
3686
3686
|
"Other Fossil": 0.0011,
|
|
3687
3687
|
"Other Renewables": 0,
|
|
3688
|
-
"Solar": 0.
|
|
3689
|
-
"Wind": 0.
|
|
3688
|
+
"Solar": 0.0664,
|
|
3689
|
+
"Wind": 0.0078
|
|
3690
3690
|
}
|
|
3691
3691
|
},
|
|
3692
3692
|
"US-ND": {
|
|
@@ -3769,14 +3769,14 @@
|
|
|
3769
3769
|
},
|
|
3770
3770
|
"2026": {
|
|
3771
3771
|
"Bioenergy": 0,
|
|
3772
|
-
"Coal": 0.
|
|
3773
|
-
"Gas": 0.
|
|
3774
|
-
"Hydro": 0.
|
|
3772
|
+
"Coal": 0.5294,
|
|
3773
|
+
"Gas": 0.0433,
|
|
3774
|
+
"Hydro": 0.0652,
|
|
3775
3775
|
"Nuclear": 0,
|
|
3776
3776
|
"Other Fossil": 0.0004,
|
|
3777
3777
|
"Other Renewables": 0,
|
|
3778
3778
|
"Solar": 0,
|
|
3779
|
-
"Wind": 0.
|
|
3779
|
+
"Wind": 0.3616
|
|
3780
3780
|
}
|
|
3781
3781
|
},
|
|
3782
3782
|
"US-NE": {
|
|
@@ -3859,14 +3859,14 @@
|
|
|
3859
3859
|
},
|
|
3860
3860
|
"2026": {
|
|
3861
3861
|
"Bioenergy": 0.0008,
|
|
3862
|
-
"Coal": 0.
|
|
3863
|
-
"Gas": 0.
|
|
3864
|
-
"Hydro": 0.
|
|
3865
|
-
"Nuclear": 0.
|
|
3862
|
+
"Coal": 0.4872,
|
|
3863
|
+
"Gas": 0.0048,
|
|
3864
|
+
"Hydro": 0.0439,
|
|
3865
|
+
"Nuclear": 0.1682,
|
|
3866
3866
|
"Other Fossil": 0,
|
|
3867
3867
|
"Other Renewables": 0,
|
|
3868
|
-
"Solar": 0.
|
|
3869
|
-
"Wind": 0.
|
|
3868
|
+
"Solar": 0.0052,
|
|
3869
|
+
"Wind": 0.2899
|
|
3870
3870
|
}
|
|
3871
3871
|
},
|
|
3872
3872
|
"US-NH": {
|
|
@@ -3948,15 +3948,15 @@
|
|
|
3948
3948
|
"Wind": 0.0246
|
|
3949
3949
|
},
|
|
3950
3950
|
"2026": {
|
|
3951
|
-
"Bioenergy": 0.
|
|
3951
|
+
"Bioenergy": 0.0456,
|
|
3952
3952
|
"Coal": 0,
|
|
3953
|
-
"Gas": 0.
|
|
3954
|
-
"Hydro": 0.
|
|
3955
|
-
"Nuclear": 0.
|
|
3956
|
-
"Other Fossil": 0.
|
|
3953
|
+
"Gas": 0.2775,
|
|
3954
|
+
"Hydro": 0.0593,
|
|
3955
|
+
"Nuclear": 0.5375,
|
|
3956
|
+
"Other Fossil": 0.0534,
|
|
3957
3957
|
"Other Renewables": 0,
|
|
3958
3958
|
"Solar": 0,
|
|
3959
|
-
"Wind": 0.
|
|
3959
|
+
"Wind": 0.0266
|
|
3960
3960
|
}
|
|
3961
3961
|
},
|
|
3962
3962
|
"US-NJ": {
|
|
@@ -4038,14 +4038,14 @@
|
|
|
4038
4038
|
"Wind": 0.0003
|
|
4039
4039
|
},
|
|
4040
4040
|
"2026": {
|
|
4041
|
-
"Bioenergy": 0.
|
|
4041
|
+
"Bioenergy": 0.0087,
|
|
4042
4042
|
"Coal": 0,
|
|
4043
|
-
"Gas": 0.
|
|
4043
|
+
"Gas": 0.4759,
|
|
4044
4044
|
"Hydro": 0,
|
|
4045
|
-
"Nuclear": 0.
|
|
4046
|
-
"Other Fossil": 0.
|
|
4045
|
+
"Nuclear": 0.461,
|
|
4046
|
+
"Other Fossil": 0.0289,
|
|
4047
4047
|
"Other Renewables": 0,
|
|
4048
|
-
"Solar": 0.
|
|
4048
|
+
"Solar": 0.0251,
|
|
4049
4049
|
"Wind": 0.0003
|
|
4050
4050
|
}
|
|
4051
4051
|
},
|
|
@@ -4129,14 +4129,14 @@
|
|
|
4129
4129
|
},
|
|
4130
4130
|
"2026": {
|
|
4131
4131
|
"Bioenergy": 0.0003,
|
|
4132
|
-
"Coal": 0.
|
|
4133
|
-
"Gas": 0.
|
|
4132
|
+
"Coal": 0.2221,
|
|
4133
|
+
"Gas": 0.2246,
|
|
4134
4134
|
"Hydro": 0,
|
|
4135
4135
|
"Nuclear": 0,
|
|
4136
4136
|
"Other Fossil": 0,
|
|
4137
4137
|
"Other Renewables": 0.0022,
|
|
4138
|
-
"Solar": 0.
|
|
4139
|
-
"Wind": 0.
|
|
4138
|
+
"Solar": 0.1496,
|
|
4139
|
+
"Wind": 0.4013
|
|
4140
4140
|
}
|
|
4141
4141
|
},
|
|
4142
4142
|
"US-NV": {
|
|
@@ -4219,14 +4219,14 @@
|
|
|
4219
4219
|
},
|
|
4220
4220
|
"2026": {
|
|
4221
4221
|
"Bioenergy": 0.0013,
|
|
4222
|
-
"Coal": 0.
|
|
4223
|
-
"Gas": 0.
|
|
4224
|
-
"Hydro": 0.
|
|
4222
|
+
"Coal": 0.0357,
|
|
4223
|
+
"Gas": 0.5676,
|
|
4224
|
+
"Hydro": 0.015,
|
|
4225
4225
|
"Nuclear": 0,
|
|
4226
4226
|
"Other Fossil": 0,
|
|
4227
|
-
"Other Renewables": 0.
|
|
4228
|
-
"Solar": 0.
|
|
4229
|
-
"Wind": 0.
|
|
4227
|
+
"Other Renewables": 0.1096,
|
|
4228
|
+
"Solar": 0.2625,
|
|
4229
|
+
"Wind": 0.0083
|
|
4230
4230
|
}
|
|
4231
4231
|
},
|
|
4232
4232
|
"US-NY": {
|
|
@@ -4310,13 +4310,13 @@
|
|
|
4310
4310
|
"2026": {
|
|
4311
4311
|
"Bioenergy": 0.0098,
|
|
4312
4312
|
"Coal": 0,
|
|
4313
|
-
"Gas": 0.
|
|
4314
|
-
"Hydro": 0.
|
|
4315
|
-
"Nuclear": 0.
|
|
4316
|
-
"Other Fossil": 0.
|
|
4313
|
+
"Gas": 0.4587,
|
|
4314
|
+
"Hydro": 0.1669,
|
|
4315
|
+
"Nuclear": 0.2052,
|
|
4316
|
+
"Other Fossil": 0.0789,
|
|
4317
4317
|
"Other Renewables": 0,
|
|
4318
|
-
"Solar": 0.
|
|
4319
|
-
"Wind": 0.
|
|
4318
|
+
"Solar": 0.0304,
|
|
4319
|
+
"Wind": 0.05
|
|
4320
4320
|
}
|
|
4321
4321
|
},
|
|
4322
4322
|
"US-OH": {
|
|
@@ -4398,15 +4398,15 @@
|
|
|
4398
4398
|
"Wind": 0.0202
|
|
4399
4399
|
},
|
|
4400
4400
|
"2026": {
|
|
4401
|
-
"Bioenergy": 0.
|
|
4402
|
-
"Coal": 0.
|
|
4403
|
-
"Gas": 0.
|
|
4401
|
+
"Bioenergy": 0.0011,
|
|
4402
|
+
"Coal": 0.2455,
|
|
4403
|
+
"Gas": 0.5705,
|
|
4404
4404
|
"Hydro": 0.0023,
|
|
4405
|
-
"Nuclear": 0.
|
|
4406
|
-
"Other Fossil": 0.
|
|
4405
|
+
"Nuclear": 0.1118,
|
|
4406
|
+
"Other Fossil": 0.0089,
|
|
4407
4407
|
"Other Renewables": 0,
|
|
4408
|
-
"Solar": 0.
|
|
4409
|
-
"Wind": 0.
|
|
4408
|
+
"Solar": 0.0403,
|
|
4409
|
+
"Wind": 0.0196
|
|
4410
4410
|
}
|
|
4411
4411
|
},
|
|
4412
4412
|
"US-OK": {
|
|
@@ -4489,14 +4489,14 @@
|
|
|
4489
4489
|
},
|
|
4490
4490
|
"2026": {
|
|
4491
4491
|
"Bioenergy": 0.0035,
|
|
4492
|
-
"Coal": 0.
|
|
4493
|
-
"Gas": 0.
|
|
4494
|
-
"Hydro": 0.
|
|
4492
|
+
"Coal": 0.0597,
|
|
4493
|
+
"Gas": 0.3855,
|
|
4494
|
+
"Hydro": 0.0177,
|
|
4495
4495
|
"Nuclear": 0,
|
|
4496
4496
|
"Other Fossil": 0.0001,
|
|
4497
4497
|
"Other Renewables": 0,
|
|
4498
|
-
"Solar": 0.
|
|
4499
|
-
"Wind": 0.
|
|
4498
|
+
"Solar": 0.0137,
|
|
4499
|
+
"Wind": 0.5199
|
|
4500
4500
|
}
|
|
4501
4501
|
},
|
|
4502
4502
|
"US-OR": {
|
|
@@ -4578,15 +4578,15 @@
|
|
|
4578
4578
|
"Wind": 0.1463
|
|
4579
4579
|
},
|
|
4580
4580
|
"2026": {
|
|
4581
|
-
"Bioenergy": 0.
|
|
4581
|
+
"Bioenergy": 0.0128,
|
|
4582
4582
|
"Coal": 0,
|
|
4583
|
-
"Gas": 0.
|
|
4584
|
-
"Hydro": 0.
|
|
4583
|
+
"Gas": 0.3196,
|
|
4584
|
+
"Hydro": 0.5569,
|
|
4585
4585
|
"Nuclear": 0,
|
|
4586
4586
|
"Other Fossil": 0,
|
|
4587
4587
|
"Other Renewables": 0.0024,
|
|
4588
|
-
"Solar": 0.
|
|
4589
|
-
"Wind": 0.
|
|
4588
|
+
"Solar": 0.0193,
|
|
4589
|
+
"Wind": 0.089
|
|
4590
4590
|
}
|
|
4591
4591
|
},
|
|
4592
4592
|
"US-PA": {
|
|
@@ -4669,14 +4669,14 @@
|
|
|
4669
4669
|
},
|
|
4670
4670
|
"2026": {
|
|
4671
4671
|
"Bioenergy": 0.0053,
|
|
4672
|
-
"Coal": 0.
|
|
4673
|
-
"Gas": 0.
|
|
4674
|
-
"Hydro": 0.
|
|
4675
|
-
"Nuclear": 0.
|
|
4676
|
-
"Other Fossil": 0.
|
|
4672
|
+
"Coal": 0.1099,
|
|
4673
|
+
"Gas": 0.5545,
|
|
4674
|
+
"Hydro": 0.0047,
|
|
4675
|
+
"Nuclear": 0.2977,
|
|
4676
|
+
"Other Fossil": 0.0072,
|
|
4677
4677
|
"Other Renewables": 0,
|
|
4678
|
-
"Solar": 0.
|
|
4679
|
-
"Wind": 0.
|
|
4678
|
+
"Solar": 0.0055,
|
|
4679
|
+
"Wind": 0.0152
|
|
4680
4680
|
}
|
|
4681
4681
|
},
|
|
4682
4682
|
"US-RI": {
|
|
@@ -4758,15 +4758,15 @@
|
|
|
4758
4758
|
"Wind": 0.0193
|
|
4759
4759
|
},
|
|
4760
4760
|
"2026": {
|
|
4761
|
-
"Bioenergy": 0.
|
|
4761
|
+
"Bioenergy": 0.0235,
|
|
4762
4762
|
"Coal": 0,
|
|
4763
|
-
"Gas": 0.
|
|
4763
|
+
"Gas": 0.8136,
|
|
4764
4764
|
"Hydro": 0,
|
|
4765
4765
|
"Nuclear": 0,
|
|
4766
|
-
"Other Fossil": 0.
|
|
4766
|
+
"Other Fossil": 0.081,
|
|
4767
4767
|
"Other Renewables": 0,
|
|
4768
|
-
"Solar": 0.
|
|
4769
|
-
"Wind": 0.
|
|
4768
|
+
"Solar": 0.0594,
|
|
4769
|
+
"Wind": 0.0224
|
|
4770
4770
|
}
|
|
4771
4771
|
},
|
|
4772
4772
|
"US-SC": {
|
|
@@ -4848,14 +4848,14 @@
|
|
|
4848
4848
|
"Wind": 0
|
|
4849
4849
|
},
|
|
4850
4850
|
"2026": {
|
|
4851
|
-
"Bioenergy": 0.
|
|
4852
|
-
"Coal": 0.
|
|
4853
|
-
"Gas": 0.
|
|
4854
|
-
"Hydro": 0.
|
|
4855
|
-
"Nuclear": 0.
|
|
4856
|
-
"Other Fossil": 0.
|
|
4851
|
+
"Bioenergy": 0.0156,
|
|
4852
|
+
"Coal": 0.1896,
|
|
4853
|
+
"Gas": 0.2099,
|
|
4854
|
+
"Hydro": 0.019,
|
|
4855
|
+
"Nuclear": 0.5342,
|
|
4856
|
+
"Other Fossil": 0.0048,
|
|
4857
4857
|
"Other Renewables": 0,
|
|
4858
|
-
"Solar": 0.
|
|
4858
|
+
"Solar": 0.0269,
|
|
4859
4859
|
"Wind": 0
|
|
4860
4860
|
}
|
|
4861
4861
|
},
|
|
@@ -4939,14 +4939,14 @@
|
|
|
4939
4939
|
},
|
|
4940
4940
|
"2026": {
|
|
4941
4941
|
"Bioenergy": 0,
|
|
4942
|
-
"Coal": 0.
|
|
4943
|
-
"Gas": 0.
|
|
4944
|
-
"Hydro": 0.
|
|
4942
|
+
"Coal": 0.0872,
|
|
4943
|
+
"Gas": 0.072,
|
|
4944
|
+
"Hydro": 0.284,
|
|
4945
4945
|
"Nuclear": 0,
|
|
4946
4946
|
"Other Fossil": 0,
|
|
4947
4947
|
"Other Renewables": 0,
|
|
4948
|
-
"Solar": 0.
|
|
4949
|
-
"Wind": 0.
|
|
4948
|
+
"Solar": 0.0128,
|
|
4949
|
+
"Wind": 0.5441
|
|
4950
4950
|
}
|
|
4951
4951
|
},
|
|
4952
4952
|
"US-TN": {
|
|
@@ -5028,14 +5028,14 @@
|
|
|
5028
5028
|
"Wind": 0
|
|
5029
5029
|
},
|
|
5030
5030
|
"2026": {
|
|
5031
|
-
"Bioenergy": 0.
|
|
5032
|
-
"Coal": 0.
|
|
5033
|
-
"Gas": 0.
|
|
5034
|
-
"Hydro": 0.
|
|
5035
|
-
"Nuclear": 0.
|
|
5031
|
+
"Bioenergy": 0.0057,
|
|
5032
|
+
"Coal": 0.1966,
|
|
5033
|
+
"Gas": 0.2279,
|
|
5034
|
+
"Hydro": 0.0833,
|
|
5035
|
+
"Nuclear": 0.4707,
|
|
5036
5036
|
"Other Fossil": 0.001,
|
|
5037
5037
|
"Other Renewables": 0,
|
|
5038
|
-
"Solar": 0.
|
|
5038
|
+
"Solar": 0.0147,
|
|
5039
5039
|
"Wind": 0
|
|
5040
5040
|
}
|
|
5041
5041
|
},
|
|
@@ -5119,14 +5119,14 @@
|
|
|
5119
5119
|
},
|
|
5120
5120
|
"2026": {
|
|
5121
5121
|
"Bioenergy": 0.0021,
|
|
5122
|
-
"Coal": 0.
|
|
5123
|
-
"Gas": 0.
|
|
5124
|
-
"Hydro": 0.
|
|
5125
|
-
"Nuclear": 0.
|
|
5122
|
+
"Coal": 0.1147,
|
|
5123
|
+
"Gas": 0.4437,
|
|
5124
|
+
"Hydro": 0.0019,
|
|
5125
|
+
"Nuclear": 0.0806,
|
|
5126
5126
|
"Other Fossil": 0,
|
|
5127
5127
|
"Other Renewables": 0,
|
|
5128
|
-
"Solar": 0.
|
|
5129
|
-
"Wind": 0.
|
|
5128
|
+
"Solar": 0.1038,
|
|
5129
|
+
"Wind": 0.2531
|
|
5130
5130
|
}
|
|
5131
5131
|
},
|
|
5132
5132
|
"US-UT": {
|
|
@@ -5209,13 +5209,13 @@
|
|
|
5209
5209
|
},
|
|
5210
5210
|
"2026": {
|
|
5211
5211
|
"Bioenergy": 0.0016,
|
|
5212
|
-
"Coal": 0.
|
|
5213
|
-
"Gas": 0.
|
|
5214
|
-
"Hydro": 0.
|
|
5212
|
+
"Coal": 0.3862,
|
|
5213
|
+
"Gas": 0.4263,
|
|
5214
|
+
"Hydro": 0.0296,
|
|
5215
5215
|
"Nuclear": 0,
|
|
5216
|
-
"Other Fossil": 0.
|
|
5217
|
-
"Other Renewables": 0.
|
|
5218
|
-
"Solar": 0.
|
|
5216
|
+
"Other Fossil": 0.0038,
|
|
5217
|
+
"Other Renewables": 0.0126,
|
|
5218
|
+
"Solar": 0.1215,
|
|
5219
5219
|
"Wind": 0.0183
|
|
5220
5220
|
}
|
|
5221
5221
|
},
|
|
@@ -5299,13 +5299,13 @@
|
|
|
5299
5299
|
},
|
|
5300
5300
|
"2026": {
|
|
5301
5301
|
"Bioenergy": 0.0319,
|
|
5302
|
-
"Coal": 0.
|
|
5303
|
-
"Gas": 0.
|
|
5302
|
+
"Coal": 0.0453,
|
|
5303
|
+
"Gas": 0.5748,
|
|
5304
5304
|
"Hydro": 0,
|
|
5305
|
-
"Nuclear": 0.
|
|
5306
|
-
"Other Fossil": 0.
|
|
5305
|
+
"Nuclear": 0.2683,
|
|
5306
|
+
"Other Fossil": 0.0229,
|
|
5307
5307
|
"Other Renewables": 0,
|
|
5308
|
-
"Solar": 0.
|
|
5308
|
+
"Solar": 0.0563,
|
|
5309
5309
|
"Wind": 0.0005
|
|
5310
5310
|
}
|
|
5311
5311
|
},
|
|
@@ -5388,14 +5388,14 @@
|
|
|
5388
5388
|
"Wind": 0.1714
|
|
5389
5389
|
},
|
|
5390
5390
|
"2026": {
|
|
5391
|
-
"Bioenergy": 0.
|
|
5391
|
+
"Bioenergy": 0.2455,
|
|
5392
5392
|
"Coal": 0,
|
|
5393
|
-
"Gas": 0.
|
|
5394
|
-
"Hydro": 0.
|
|
5393
|
+
"Gas": 0.0009,
|
|
5394
|
+
"Hydro": 0.5229,
|
|
5395
5395
|
"Nuclear": 0,
|
|
5396
5396
|
"Other Fossil": 0,
|
|
5397
5397
|
"Other Renewables": 0,
|
|
5398
|
-
"Solar": 0.
|
|
5398
|
+
"Solar": 0.0676,
|
|
5399
5399
|
"Wind": 0.1631
|
|
5400
5400
|
}
|
|
5401
5401
|
},
|
|
@@ -5478,15 +5478,15 @@
|
|
|
5478
5478
|
"Wind": 0.0832
|
|
5479
5479
|
},
|
|
5480
5480
|
"2026": {
|
|
5481
|
-
"Bioenergy": 0.
|
|
5481
|
+
"Bioenergy": 0.0093,
|
|
5482
5482
|
"Coal": 0.0002,
|
|
5483
|
-
"Gas": 0.
|
|
5484
|
-
"Hydro": 0.
|
|
5485
|
-
"Nuclear": 0.
|
|
5483
|
+
"Gas": 0.0835,
|
|
5484
|
+
"Hydro": 0.7697,
|
|
5485
|
+
"Nuclear": 0.0677,
|
|
5486
5486
|
"Other Fossil": 0.0006,
|
|
5487
5487
|
"Other Renewables": 0,
|
|
5488
|
-
"Solar": 0.
|
|
5489
|
-
"Wind": 0.
|
|
5488
|
+
"Solar": 0.0022,
|
|
5489
|
+
"Wind": 0.0667
|
|
5490
5490
|
}
|
|
5491
5491
|
},
|
|
5492
5492
|
"US-WI": {
|
|
@@ -5569,14 +5569,14 @@
|
|
|
5569
5569
|
},
|
|
5570
5570
|
"2026": {
|
|
5571
5571
|
"Bioenergy": 0.0199,
|
|
5572
|
-
"Coal": 0.
|
|
5573
|
-
"Gas": 0.
|
|
5574
|
-
"Hydro": 0.
|
|
5575
|
-
"Nuclear": 0.
|
|
5572
|
+
"Coal": 0.3726,
|
|
5573
|
+
"Gas": 0.3222,
|
|
5574
|
+
"Hydro": 0.0467,
|
|
5575
|
+
"Nuclear": 0.1569,
|
|
5576
5576
|
"Other Fossil": 0.0004,
|
|
5577
5577
|
"Other Renewables": 0,
|
|
5578
|
-
"Solar": 0.
|
|
5579
|
-
"Wind": 0.
|
|
5578
|
+
"Solar": 0.0481,
|
|
5579
|
+
"Wind": 0.0332
|
|
5580
5580
|
}
|
|
5581
5581
|
},
|
|
5582
5582
|
"US-WV": {
|
|
@@ -5659,14 +5659,14 @@
|
|
|
5659
5659
|
},
|
|
5660
5660
|
"2026": {
|
|
5661
5661
|
"Bioenergy": 0,
|
|
5662
|
-
"Coal": 0.
|
|
5663
|
-
"Gas": 0.
|
|
5664
|
-
"Hydro": 0.
|
|
5662
|
+
"Coal": 0.888,
|
|
5663
|
+
"Gas": 0.0505,
|
|
5664
|
+
"Hydro": 0.0195,
|
|
5665
5665
|
"Nuclear": 0,
|
|
5666
|
-
"Other Fossil": 0.
|
|
5666
|
+
"Other Fossil": 0.0026,
|
|
5667
5667
|
"Other Renewables": 0,
|
|
5668
5668
|
"Solar": 0.0043,
|
|
5669
|
-
"Wind": 0.
|
|
5669
|
+
"Wind": 0.0351
|
|
5670
5670
|
}
|
|
5671
5671
|
},
|
|
5672
5672
|
"US-WY": {
|
|
@@ -5749,14 +5749,14 @@
|
|
|
5749
5749
|
},
|
|
5750
5750
|
"2026": {
|
|
5751
5751
|
"Bioenergy": 0,
|
|
5752
|
-
"Coal": 0.
|
|
5753
|
-
"Gas": 0.
|
|
5754
|
-
"Hydro": 0.
|
|
5752
|
+
"Coal": 0.4633,
|
|
5753
|
+
"Gas": 0.0858,
|
|
5754
|
+
"Hydro": 0.0348,
|
|
5755
5755
|
"Nuclear": 0,
|
|
5756
5756
|
"Other Fossil": 0.0036,
|
|
5757
5757
|
"Other Renewables": 0,
|
|
5758
|
-
"Solar": 0.
|
|
5759
|
-
"Wind": 0.
|
|
5758
|
+
"Solar": 0.0079,
|
|
5759
|
+
"Wind": 0.4046
|
|
5760
5760
|
}
|
|
5761
5761
|
}
|
|
5762
5762
|
}
|