@digital4better/data 1.2.22 → 1.2.24
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 +686 -686
- package/data/factor/country-yearly.csv +81 -81
- package/data/factor/country-yearly.json +679 -679
- package/data/factor/subdivision-monthly-green.csv +89 -26
- package/data/factor/subdivision-monthly-green.json +927 -234
- package/data/factor/subdivision-monthly.csv +89 -26
- package/data/factor/subdivision-monthly.json +927 -234
- package/data/factor/subdivision-yearly-green.csv +63 -63
- package/data/factor/subdivision-yearly-green.json +567 -567
- package/data/factor/subdivision-yearly.csv +63 -63
- package/data/factor/subdivision-yearly.json +567 -567
- 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 +20 -20
- package/data/mix/continent-yearly.csv +6 -6
- package/data/mix/continent-yearly.json +45 -45
- 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 +70 -70
- package/data/mix/country-yearly-green.json +249 -249
- package/data/mix/country-yearly.csv +70 -70
- package/data/mix/country-yearly.json +451 -451
- package/data/mix/subdivision-monthly-green.csv +89 -26
- package/data/mix/subdivision-monthly-green.json +468 -90
- package/data/mix/subdivision-monthly.csv +89 -26
- package/data/mix/subdivision-monthly.json +871 -178
- package/data/mix/subdivision-yearly-green.csv +63 -63
- package/data/mix/subdivision-yearly-green.json +215 -215
- package/data/mix/subdivision-yearly.csv +63 -63
- package/data/mix/subdivision-yearly.json +390 -390
- 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 +8 -8
- package/package.json +2 -2
|
@@ -804,26 +804,37 @@
|
|
|
804
804
|
"Wind": 0.2075
|
|
805
805
|
},
|
|
806
806
|
"2025-02": {
|
|
807
|
-
"Bioenergy": 0.
|
|
808
|
-
"Coal": 0.
|
|
809
|
-
"Gas": 0.
|
|
810
|
-
"Hydro": 0.
|
|
807
|
+
"Bioenergy": 0.0577,
|
|
808
|
+
"Coal": 0.1679,
|
|
809
|
+
"Gas": 0.5269,
|
|
810
|
+
"Hydro": 0.0212,
|
|
811
811
|
"Nuclear": 0,
|
|
812
|
-
"Other Fossil": 0.
|
|
813
|
-
"Other Renewables": 0.
|
|
814
|
-
"Solar": 0.
|
|
815
|
-
"Wind": 0.
|
|
812
|
+
"Other Fossil": 0.0371,
|
|
813
|
+
"Other Renewables": 0.0023,
|
|
814
|
+
"Solar": 0.0237,
|
|
815
|
+
"Wind": 0.1632
|
|
816
816
|
},
|
|
817
817
|
"2025-03": {
|
|
818
|
-
"Bioenergy": 0.
|
|
819
|
-
"Coal": 0.
|
|
820
|
-
"Gas": 0.
|
|
821
|
-
"Hydro": 0.
|
|
818
|
+
"Bioenergy": 0.0577,
|
|
819
|
+
"Coal": 0.1679,
|
|
820
|
+
"Gas": 0.5269,
|
|
821
|
+
"Hydro": 0.0212,
|
|
822
822
|
"Nuclear": 0,
|
|
823
|
-
"Other Fossil": 0.
|
|
824
|
-
"Other Renewables": 0.
|
|
825
|
-
"Solar": 0.
|
|
826
|
-
"Wind": 0.
|
|
823
|
+
"Other Fossil": 0.0371,
|
|
824
|
+
"Other Renewables": 0.0023,
|
|
825
|
+
"Solar": 0.0237,
|
|
826
|
+
"Wind": 0.1632
|
|
827
|
+
},
|
|
828
|
+
"2025-04": {
|
|
829
|
+
"Bioenergy": 0.0577,
|
|
830
|
+
"Coal": 0.1679,
|
|
831
|
+
"Gas": 0.5269,
|
|
832
|
+
"Hydro": 0.0212,
|
|
833
|
+
"Nuclear": 0,
|
|
834
|
+
"Other Fossil": 0.0371,
|
|
835
|
+
"Other Renewables": 0.0023,
|
|
836
|
+
"Solar": 0.0237,
|
|
837
|
+
"Wind": 0.1632
|
|
827
838
|
}
|
|
828
839
|
},
|
|
829
840
|
"CA-BC": {
|
|
@@ -1631,26 +1642,37 @@
|
|
|
1631
1642
|
"Wind": 0.0299
|
|
1632
1643
|
},
|
|
1633
1644
|
"2025-02": {
|
|
1634
|
-
"Bioenergy": 0.
|
|
1635
|
-
"Coal": 0.
|
|
1636
|
-
"Gas": 0.
|
|
1637
|
-
"Hydro": 0.
|
|
1645
|
+
"Bioenergy": 0.0067,
|
|
1646
|
+
"Coal": 0.0194,
|
|
1647
|
+
"Gas": 0.0608,
|
|
1648
|
+
"Hydro": 0.887,
|
|
1638
1649
|
"Nuclear": 0,
|
|
1639
|
-
"Other Fossil": 0.
|
|
1640
|
-
"Other Renewables": 0.
|
|
1650
|
+
"Other Fossil": 0.0043,
|
|
1651
|
+
"Other Renewables": 0.0003,
|
|
1641
1652
|
"Solar": 0,
|
|
1642
|
-
"Wind": 0.
|
|
1653
|
+
"Wind": 0.0216
|
|
1643
1654
|
},
|
|
1644
1655
|
"2025-03": {
|
|
1645
|
-
"Bioenergy": 0.
|
|
1646
|
-
"Coal": 0.
|
|
1647
|
-
"Gas": 0.
|
|
1648
|
-
"Hydro": 0.
|
|
1656
|
+
"Bioenergy": 0.0067,
|
|
1657
|
+
"Coal": 0.0194,
|
|
1658
|
+
"Gas": 0.0608,
|
|
1659
|
+
"Hydro": 0.887,
|
|
1649
1660
|
"Nuclear": 0,
|
|
1650
|
-
"Other Fossil": 0.
|
|
1651
|
-
"Other Renewables": 0.
|
|
1661
|
+
"Other Fossil": 0.0043,
|
|
1662
|
+
"Other Renewables": 0.0003,
|
|
1652
1663
|
"Solar": 0,
|
|
1653
|
-
"Wind": 0.
|
|
1664
|
+
"Wind": 0.0216
|
|
1665
|
+
},
|
|
1666
|
+
"2025-04": {
|
|
1667
|
+
"Bioenergy": 0.0067,
|
|
1668
|
+
"Coal": 0.0194,
|
|
1669
|
+
"Gas": 0.0608,
|
|
1670
|
+
"Hydro": 0.887,
|
|
1671
|
+
"Nuclear": 0,
|
|
1672
|
+
"Other Fossil": 0.0043,
|
|
1673
|
+
"Other Renewables": 0.0003,
|
|
1674
|
+
"Solar": 0,
|
|
1675
|
+
"Wind": 0.0216
|
|
1654
1676
|
}
|
|
1655
1677
|
},
|
|
1656
1678
|
"CA-MB": {
|
|
@@ -2458,26 +2480,37 @@
|
|
|
2458
2480
|
"Wind": 0.0327
|
|
2459
2481
|
},
|
|
2460
2482
|
"2025-02": {
|
|
2461
|
-
"Bioenergy": 0.
|
|
2462
|
-
"Coal": 0.
|
|
2463
|
-
"Gas": 0.
|
|
2464
|
-
"Hydro": 0.
|
|
2483
|
+
"Bioenergy": 0.0003,
|
|
2484
|
+
"Coal": 0.0008,
|
|
2485
|
+
"Gas": 0.0024,
|
|
2486
|
+
"Hydro": 0.9684,
|
|
2465
2487
|
"Nuclear": 0,
|
|
2466
2488
|
"Other Fossil": 0.0002,
|
|
2467
2489
|
"Other Renewables": 0,
|
|
2468
|
-
"Solar": 0,
|
|
2469
|
-
"Wind": 0.
|
|
2490
|
+
"Solar": 0.0001,
|
|
2491
|
+
"Wind": 0.0279
|
|
2470
2492
|
},
|
|
2471
2493
|
"2025-03": {
|
|
2472
|
-
"Bioenergy": 0.
|
|
2473
|
-
"Coal": 0.
|
|
2474
|
-
"Gas": 0.
|
|
2475
|
-
"Hydro": 0.
|
|
2494
|
+
"Bioenergy": 0.0003,
|
|
2495
|
+
"Coal": 0.0008,
|
|
2496
|
+
"Gas": 0.0024,
|
|
2497
|
+
"Hydro": 0.9684,
|
|
2476
2498
|
"Nuclear": 0,
|
|
2477
2499
|
"Other Fossil": 0.0002,
|
|
2478
2500
|
"Other Renewables": 0,
|
|
2479
|
-
"Solar": 0,
|
|
2480
|
-
"Wind": 0.
|
|
2501
|
+
"Solar": 0.0001,
|
|
2502
|
+
"Wind": 0.0279
|
|
2503
|
+
},
|
|
2504
|
+
"2025-04": {
|
|
2505
|
+
"Bioenergy": 0.0003,
|
|
2506
|
+
"Coal": 0.0008,
|
|
2507
|
+
"Gas": 0.0024,
|
|
2508
|
+
"Hydro": 0.9684,
|
|
2509
|
+
"Nuclear": 0,
|
|
2510
|
+
"Other Fossil": 0.0002,
|
|
2511
|
+
"Other Renewables": 0,
|
|
2512
|
+
"Solar": 0.0001,
|
|
2513
|
+
"Wind": 0.0279
|
|
2481
2514
|
}
|
|
2482
2515
|
},
|
|
2483
2516
|
"CA-NB": {
|
|
@@ -3285,26 +3318,37 @@
|
|
|
3285
3318
|
"Wind": 0.0599
|
|
3286
3319
|
},
|
|
3287
3320
|
"2025-02": {
|
|
3288
|
-
"Bioenergy": 0.
|
|
3289
|
-
"Coal": 0.
|
|
3290
|
-
"Gas": 0.
|
|
3291
|
-
"Hydro": 0.
|
|
3292
|
-
"Nuclear": 0.
|
|
3293
|
-
"Other Fossil": 0.
|
|
3294
|
-
"Other Renewables": 0.
|
|
3295
|
-
"Solar": 0
|
|
3296
|
-
"Wind": 0.
|
|
3321
|
+
"Bioenergy": 0.0378,
|
|
3322
|
+
"Coal": 0.1099,
|
|
3323
|
+
"Gas": 0.3449,
|
|
3324
|
+
"Hydro": 0.0723,
|
|
3325
|
+
"Nuclear": 0.3294,
|
|
3326
|
+
"Other Fossil": 0.0243,
|
|
3327
|
+
"Other Renewables": 0.0015,
|
|
3328
|
+
"Solar": 0,
|
|
3329
|
+
"Wind": 0.08
|
|
3297
3330
|
},
|
|
3298
3331
|
"2025-03": {
|
|
3299
|
-
"Bioenergy": 0.
|
|
3300
|
-
"Coal": 0.
|
|
3301
|
-
"Gas": 0.
|
|
3302
|
-
"Hydro": 0.
|
|
3303
|
-
"Nuclear": 0.
|
|
3304
|
-
"Other Fossil": 0.
|
|
3305
|
-
"Other Renewables": 0.
|
|
3306
|
-
"Solar": 0
|
|
3307
|
-
"Wind": 0.
|
|
3332
|
+
"Bioenergy": 0.0378,
|
|
3333
|
+
"Coal": 0.1099,
|
|
3334
|
+
"Gas": 0.3449,
|
|
3335
|
+
"Hydro": 0.0723,
|
|
3336
|
+
"Nuclear": 0.3294,
|
|
3337
|
+
"Other Fossil": 0.0243,
|
|
3338
|
+
"Other Renewables": 0.0015,
|
|
3339
|
+
"Solar": 0,
|
|
3340
|
+
"Wind": 0.08
|
|
3341
|
+
},
|
|
3342
|
+
"2025-04": {
|
|
3343
|
+
"Bioenergy": 0.0378,
|
|
3344
|
+
"Coal": 0.1099,
|
|
3345
|
+
"Gas": 0.3449,
|
|
3346
|
+
"Hydro": 0.0723,
|
|
3347
|
+
"Nuclear": 0.3294,
|
|
3348
|
+
"Other Fossil": 0.0243,
|
|
3349
|
+
"Other Renewables": 0.0015,
|
|
3350
|
+
"Solar": 0,
|
|
3351
|
+
"Wind": 0.08
|
|
3308
3352
|
}
|
|
3309
3353
|
},
|
|
3310
3354
|
"CA-NL": {
|
|
@@ -4112,26 +4156,37 @@
|
|
|
4112
4156
|
"Wind": 0.0038
|
|
4113
4157
|
},
|
|
4114
4158
|
"2025-02": {
|
|
4115
|
-
"Bioenergy": 0.
|
|
4116
|
-
"Coal": 0.
|
|
4117
|
-
"Gas": 0.
|
|
4118
|
-
"Hydro": 0.
|
|
4159
|
+
"Bioenergy": 0.0027,
|
|
4160
|
+
"Coal": 0.0079,
|
|
4161
|
+
"Gas": 0.0249,
|
|
4162
|
+
"Hydro": 0.9582,
|
|
4119
4163
|
"Nuclear": 0,
|
|
4120
|
-
"Other Fossil": 0.
|
|
4164
|
+
"Other Fossil": 0.0017,
|
|
4121
4165
|
"Other Renewables": 0.0001,
|
|
4122
4166
|
"Solar": 0,
|
|
4123
|
-
"Wind": 0.
|
|
4167
|
+
"Wind": 0.0044
|
|
4124
4168
|
},
|
|
4125
4169
|
"2025-03": {
|
|
4126
|
-
"Bioenergy": 0.
|
|
4127
|
-
"Coal": 0.
|
|
4128
|
-
"Gas": 0.
|
|
4129
|
-
"Hydro": 0.
|
|
4170
|
+
"Bioenergy": 0.0027,
|
|
4171
|
+
"Coal": 0.0079,
|
|
4172
|
+
"Gas": 0.0249,
|
|
4173
|
+
"Hydro": 0.9582,
|
|
4130
4174
|
"Nuclear": 0,
|
|
4131
|
-
"Other Fossil": 0.
|
|
4175
|
+
"Other Fossil": 0.0017,
|
|
4132
4176
|
"Other Renewables": 0.0001,
|
|
4133
4177
|
"Solar": 0,
|
|
4134
|
-
"Wind": 0.
|
|
4178
|
+
"Wind": 0.0044
|
|
4179
|
+
},
|
|
4180
|
+
"2025-04": {
|
|
4181
|
+
"Bioenergy": 0.0027,
|
|
4182
|
+
"Coal": 0.0079,
|
|
4183
|
+
"Gas": 0.0249,
|
|
4184
|
+
"Hydro": 0.9582,
|
|
4185
|
+
"Nuclear": 0,
|
|
4186
|
+
"Other Fossil": 0.0017,
|
|
4187
|
+
"Other Renewables": 0.0001,
|
|
4188
|
+
"Solar": 0,
|
|
4189
|
+
"Wind": 0.0044
|
|
4135
4190
|
}
|
|
4136
4191
|
},
|
|
4137
4192
|
"CA-NS": {
|
|
@@ -4939,26 +4994,37 @@
|
|
|
4939
4994
|
"Wind": 0.1524
|
|
4940
4995
|
},
|
|
4941
4996
|
"2025-02": {
|
|
4942
|
-
"Bioenergy": 0.
|
|
4943
|
-
"Coal": 0.
|
|
4944
|
-
"Gas": 0.
|
|
4945
|
-
"Hydro": 0.
|
|
4997
|
+
"Bioenergy": 0.056,
|
|
4998
|
+
"Coal": 0.1628,
|
|
4999
|
+
"Gas": 0.511,
|
|
5000
|
+
"Hydro": 0.0818,
|
|
4946
5001
|
"Nuclear": 0,
|
|
4947
|
-
"Other Fossil": 0.
|
|
5002
|
+
"Other Fossil": 0.036,
|
|
4948
5003
|
"Other Renewables": 0.0022,
|
|
4949
|
-
"Solar": 0.
|
|
4950
|
-
"Wind": 0.
|
|
5004
|
+
"Solar": 0.0002,
|
|
5005
|
+
"Wind": 0.1501
|
|
4951
5006
|
},
|
|
4952
5007
|
"2025-03": {
|
|
4953
|
-
"Bioenergy": 0.
|
|
4954
|
-
"Coal": 0.
|
|
4955
|
-
"Gas": 0.
|
|
4956
|
-
"Hydro": 0.
|
|
5008
|
+
"Bioenergy": 0.056,
|
|
5009
|
+
"Coal": 0.1628,
|
|
5010
|
+
"Gas": 0.511,
|
|
5011
|
+
"Hydro": 0.0818,
|
|
4957
5012
|
"Nuclear": 0,
|
|
4958
|
-
"Other Fossil": 0.
|
|
5013
|
+
"Other Fossil": 0.036,
|
|
4959
5014
|
"Other Renewables": 0.0022,
|
|
4960
|
-
"Solar": 0.
|
|
4961
|
-
"Wind": 0.
|
|
5015
|
+
"Solar": 0.0002,
|
|
5016
|
+
"Wind": 0.1501
|
|
5017
|
+
},
|
|
5018
|
+
"2025-04": {
|
|
5019
|
+
"Bioenergy": 0.056,
|
|
5020
|
+
"Coal": 0.1628,
|
|
5021
|
+
"Gas": 0.511,
|
|
5022
|
+
"Hydro": 0.0818,
|
|
5023
|
+
"Nuclear": 0,
|
|
5024
|
+
"Other Fossil": 0.036,
|
|
5025
|
+
"Other Renewables": 0.0022,
|
|
5026
|
+
"Solar": 0.0002,
|
|
5027
|
+
"Wind": 0.1501
|
|
4962
5028
|
}
|
|
4963
5029
|
},
|
|
4964
5030
|
"CA-NT": {
|
|
@@ -5766,26 +5832,37 @@
|
|
|
5766
5832
|
"Wind": 0.0371
|
|
5767
5833
|
},
|
|
5768
5834
|
"2025-02": {
|
|
5769
|
-
"Bioenergy": 0.
|
|
5770
|
-
"Coal": 0.
|
|
5771
|
-
"Gas": 0.
|
|
5772
|
-
"Hydro": 0.
|
|
5835
|
+
"Bioenergy": 0.0488,
|
|
5836
|
+
"Coal": 0.1418,
|
|
5837
|
+
"Gas": 0.445,
|
|
5838
|
+
"Hydro": 0.2938,
|
|
5773
5839
|
"Nuclear": 0,
|
|
5774
|
-
"Other Fossil": 0.
|
|
5775
|
-
"Other Renewables": 0.
|
|
5776
|
-
"Solar": 0.
|
|
5777
|
-
"Wind": 0.
|
|
5840
|
+
"Other Fossil": 0.0313,
|
|
5841
|
+
"Other Renewables": 0.0019,
|
|
5842
|
+
"Solar": 0.0022,
|
|
5843
|
+
"Wind": 0.0353
|
|
5778
5844
|
},
|
|
5779
5845
|
"2025-03": {
|
|
5780
|
-
"Bioenergy": 0.
|
|
5781
|
-
"Coal": 0.
|
|
5782
|
-
"Gas": 0.
|
|
5783
|
-
"Hydro": 0.
|
|
5846
|
+
"Bioenergy": 0.0488,
|
|
5847
|
+
"Coal": 0.1418,
|
|
5848
|
+
"Gas": 0.445,
|
|
5849
|
+
"Hydro": 0.2938,
|
|
5784
5850
|
"Nuclear": 0,
|
|
5785
|
-
"Other Fossil": 0.
|
|
5786
|
-
"Other Renewables": 0.
|
|
5787
|
-
"Solar": 0.
|
|
5788
|
-
"Wind": 0.
|
|
5851
|
+
"Other Fossil": 0.0313,
|
|
5852
|
+
"Other Renewables": 0.0019,
|
|
5853
|
+
"Solar": 0.0022,
|
|
5854
|
+
"Wind": 0.0353
|
|
5855
|
+
},
|
|
5856
|
+
"2025-04": {
|
|
5857
|
+
"Bioenergy": 0.0488,
|
|
5858
|
+
"Coal": 0.1418,
|
|
5859
|
+
"Gas": 0.445,
|
|
5860
|
+
"Hydro": 0.2938,
|
|
5861
|
+
"Nuclear": 0,
|
|
5862
|
+
"Other Fossil": 0.0313,
|
|
5863
|
+
"Other Renewables": 0.0019,
|
|
5864
|
+
"Solar": 0.0022,
|
|
5865
|
+
"Wind": 0.0353
|
|
5789
5866
|
}
|
|
5790
5867
|
},
|
|
5791
5868
|
"CA-NU": {
|
|
@@ -6594,24 +6671,35 @@
|
|
|
6594
6671
|
},
|
|
6595
6672
|
"2025-02": {
|
|
6596
6673
|
"Bioenergy": 0.0729,
|
|
6597
|
-
"Coal": 0.
|
|
6598
|
-
"Gas": 0.
|
|
6674
|
+
"Coal": 0.2119,
|
|
6675
|
+
"Gas": 0.6652,
|
|
6599
6676
|
"Hydro": 0,
|
|
6600
6677
|
"Nuclear": 0,
|
|
6601
6678
|
"Other Fossil": 0.0468,
|
|
6602
6679
|
"Other Renewables": 0.0029,
|
|
6603
|
-
"Solar": 0.
|
|
6680
|
+
"Solar": 0.0002,
|
|
6604
6681
|
"Wind": 0
|
|
6605
6682
|
},
|
|
6606
6683
|
"2025-03": {
|
|
6607
6684
|
"Bioenergy": 0.0729,
|
|
6608
|
-
"Coal": 0.
|
|
6609
|
-
"Gas": 0.
|
|
6685
|
+
"Coal": 0.2119,
|
|
6686
|
+
"Gas": 0.6652,
|
|
6610
6687
|
"Hydro": 0,
|
|
6611
6688
|
"Nuclear": 0,
|
|
6612
6689
|
"Other Fossil": 0.0468,
|
|
6613
6690
|
"Other Renewables": 0.0029,
|
|
6614
|
-
"Solar": 0.
|
|
6691
|
+
"Solar": 0.0002,
|
|
6692
|
+
"Wind": 0
|
|
6693
|
+
},
|
|
6694
|
+
"2025-04": {
|
|
6695
|
+
"Bioenergy": 0.0729,
|
|
6696
|
+
"Coal": 0.2119,
|
|
6697
|
+
"Gas": 0.6652,
|
|
6698
|
+
"Hydro": 0,
|
|
6699
|
+
"Nuclear": 0,
|
|
6700
|
+
"Other Fossil": 0.0468,
|
|
6701
|
+
"Other Renewables": 0.0029,
|
|
6702
|
+
"Solar": 0.0002,
|
|
6615
6703
|
"Wind": 0
|
|
6616
6704
|
}
|
|
6617
6705
|
},
|
|
@@ -7420,26 +7508,37 @@
|
|
|
7420
7508
|
"Wind": 0.1155
|
|
7421
7509
|
},
|
|
7422
7510
|
"2025-02": {
|
|
7423
|
-
"Bioenergy": 0.
|
|
7424
|
-
"Coal": 0.
|
|
7425
|
-
"Gas": 0.
|
|
7426
|
-
"Hydro": 0.
|
|
7427
|
-
"Nuclear": 0.
|
|
7428
|
-
"Other Fossil": 0.
|
|
7429
|
-
"Other Renewables": 0.
|
|
7430
|
-
"Solar": 0.
|
|
7431
|
-
"Wind": 0.
|
|
7511
|
+
"Bioenergy": 0.0202,
|
|
7512
|
+
"Coal": 0.0586,
|
|
7513
|
+
"Gas": 0.184,
|
|
7514
|
+
"Hydro": 0.2244,
|
|
7515
|
+
"Nuclear": 0.4036,
|
|
7516
|
+
"Other Fossil": 0.0129,
|
|
7517
|
+
"Other Renewables": 0.0008,
|
|
7518
|
+
"Solar": 0.0061,
|
|
7519
|
+
"Wind": 0.0894
|
|
7432
7520
|
},
|
|
7433
7521
|
"2025-03": {
|
|
7434
|
-
"Bioenergy": 0.
|
|
7435
|
-
"Coal": 0.
|
|
7436
|
-
"Gas": 0.
|
|
7437
|
-
"Hydro": 0.
|
|
7438
|
-
"Nuclear": 0.
|
|
7439
|
-
"Other Fossil": 0.
|
|
7440
|
-
"Other Renewables": 0.
|
|
7441
|
-
"Solar": 0.
|
|
7442
|
-
"Wind": 0.
|
|
7522
|
+
"Bioenergy": 0.0202,
|
|
7523
|
+
"Coal": 0.0586,
|
|
7524
|
+
"Gas": 0.184,
|
|
7525
|
+
"Hydro": 0.2244,
|
|
7526
|
+
"Nuclear": 0.4036,
|
|
7527
|
+
"Other Fossil": 0.0129,
|
|
7528
|
+
"Other Renewables": 0.0008,
|
|
7529
|
+
"Solar": 0.0061,
|
|
7530
|
+
"Wind": 0.0894
|
|
7531
|
+
},
|
|
7532
|
+
"2025-04": {
|
|
7533
|
+
"Bioenergy": 0.0202,
|
|
7534
|
+
"Coal": 0.0586,
|
|
7535
|
+
"Gas": 0.184,
|
|
7536
|
+
"Hydro": 0.2244,
|
|
7537
|
+
"Nuclear": 0.4036,
|
|
7538
|
+
"Other Fossil": 0.0129,
|
|
7539
|
+
"Other Renewables": 0.0008,
|
|
7540
|
+
"Solar": 0.0061,
|
|
7541
|
+
"Wind": 0.0894
|
|
7443
7542
|
}
|
|
7444
7543
|
},
|
|
7445
7544
|
"CA-PE": {
|
|
@@ -8247,26 +8346,37 @@
|
|
|
8247
8346
|
"Wind": 0.9512
|
|
8248
8347
|
},
|
|
8249
8348
|
"2025-02": {
|
|
8250
|
-
"Bioenergy": 0.
|
|
8251
|
-
"Coal": 0.
|
|
8252
|
-
"Gas": 0.
|
|
8349
|
+
"Bioenergy": 0.0014,
|
|
8350
|
+
"Coal": 0.004,
|
|
8351
|
+
"Gas": 0.0124,
|
|
8253
8352
|
"Hydro": 0,
|
|
8254
8353
|
"Nuclear": 0,
|
|
8255
|
-
"Other Fossil": 0.
|
|
8256
|
-
"Other Renewables": 0,
|
|
8257
|
-
"Solar": 0.
|
|
8258
|
-
"Wind": 0.
|
|
8354
|
+
"Other Fossil": 0.0009,
|
|
8355
|
+
"Other Renewables": 0.0001,
|
|
8356
|
+
"Solar": 0.0536,
|
|
8357
|
+
"Wind": 0.9278
|
|
8259
8358
|
},
|
|
8260
8359
|
"2025-03": {
|
|
8261
|
-
"Bioenergy": 0.
|
|
8262
|
-
"Coal": 0.
|
|
8263
|
-
"Gas": 0.
|
|
8360
|
+
"Bioenergy": 0.0014,
|
|
8361
|
+
"Coal": 0.004,
|
|
8362
|
+
"Gas": 0.0124,
|
|
8264
8363
|
"Hydro": 0,
|
|
8265
8364
|
"Nuclear": 0,
|
|
8266
|
-
"Other Fossil": 0.
|
|
8267
|
-
"Other Renewables": 0,
|
|
8268
|
-
"Solar": 0.
|
|
8269
|
-
"Wind": 0.
|
|
8365
|
+
"Other Fossil": 0.0009,
|
|
8366
|
+
"Other Renewables": 0.0001,
|
|
8367
|
+
"Solar": 0.0536,
|
|
8368
|
+
"Wind": 0.9278
|
|
8369
|
+
},
|
|
8370
|
+
"2025-04": {
|
|
8371
|
+
"Bioenergy": 0.0014,
|
|
8372
|
+
"Coal": 0.004,
|
|
8373
|
+
"Gas": 0.0124,
|
|
8374
|
+
"Hydro": 0,
|
|
8375
|
+
"Nuclear": 0,
|
|
8376
|
+
"Other Fossil": 0.0009,
|
|
8377
|
+
"Other Renewables": 0.0001,
|
|
8378
|
+
"Solar": 0.0536,
|
|
8379
|
+
"Wind": 0.9278
|
|
8270
8380
|
}
|
|
8271
8381
|
},
|
|
8272
8382
|
"CA-QC": {
|
|
@@ -9076,24 +9186,35 @@
|
|
|
9076
9186
|
"2025-02": {
|
|
9077
9187
|
"Bioenergy": 0.0006,
|
|
9078
9188
|
"Coal": 0.0018,
|
|
9079
|
-
"Gas": 0.
|
|
9080
|
-
"Hydro": 0.
|
|
9189
|
+
"Gas": 0.0057,
|
|
9190
|
+
"Hydro": 0.9342,
|
|
9081
9191
|
"Nuclear": 0,
|
|
9082
9192
|
"Other Fossil": 0.0004,
|
|
9083
9193
|
"Other Renewables": 0,
|
|
9084
9194
|
"Solar": 0,
|
|
9085
|
-
"Wind": 0.
|
|
9195
|
+
"Wind": 0.0572
|
|
9086
9196
|
},
|
|
9087
9197
|
"2025-03": {
|
|
9088
9198
|
"Bioenergy": 0.0006,
|
|
9089
9199
|
"Coal": 0.0018,
|
|
9090
|
-
"Gas": 0.
|
|
9091
|
-
"Hydro": 0.
|
|
9200
|
+
"Gas": 0.0057,
|
|
9201
|
+
"Hydro": 0.9342,
|
|
9092
9202
|
"Nuclear": 0,
|
|
9093
9203
|
"Other Fossil": 0.0004,
|
|
9094
9204
|
"Other Renewables": 0,
|
|
9095
9205
|
"Solar": 0,
|
|
9096
|
-
"Wind": 0.
|
|
9206
|
+
"Wind": 0.0572
|
|
9207
|
+
},
|
|
9208
|
+
"2025-04": {
|
|
9209
|
+
"Bioenergy": 0.0006,
|
|
9210
|
+
"Coal": 0.0018,
|
|
9211
|
+
"Gas": 0.0057,
|
|
9212
|
+
"Hydro": 0.9342,
|
|
9213
|
+
"Nuclear": 0,
|
|
9214
|
+
"Other Fossil": 0.0004,
|
|
9215
|
+
"Other Renewables": 0,
|
|
9216
|
+
"Solar": 0,
|
|
9217
|
+
"Wind": 0.0572
|
|
9097
9218
|
}
|
|
9098
9219
|
},
|
|
9099
9220
|
"CA-SK": {
|
|
@@ -9901,26 +10022,37 @@
|
|
|
9901
10022
|
"Wind": 0.1325
|
|
9902
10023
|
},
|
|
9903
10024
|
"2025-02": {
|
|
9904
|
-
"Bioenergy": 0.
|
|
9905
|
-
"Coal": 0.
|
|
9906
|
-
"Gas": 0.
|
|
9907
|
-
"Hydro": 0.
|
|
10025
|
+
"Bioenergy": 0.0543,
|
|
10026
|
+
"Coal": 0.1578,
|
|
10027
|
+
"Gas": 0.4954,
|
|
10028
|
+
"Hydro": 0.1268,
|
|
9908
10029
|
"Nuclear": 0,
|
|
9909
|
-
"Other Fossil": 0.
|
|
9910
|
-
"Other Renewables": 0.
|
|
9911
|
-
"Solar": 0.
|
|
9912
|
-
"Wind": 0.
|
|
10030
|
+
"Other Fossil": 0.0349,
|
|
10031
|
+
"Other Renewables": 0.0022,
|
|
10032
|
+
"Solar": 0.0018,
|
|
10033
|
+
"Wind": 0.1267
|
|
9913
10034
|
},
|
|
9914
10035
|
"2025-03": {
|
|
9915
|
-
"Bioenergy": 0.
|
|
9916
|
-
"Coal": 0.
|
|
9917
|
-
"Gas": 0.
|
|
9918
|
-
"Hydro": 0.
|
|
10036
|
+
"Bioenergy": 0.0543,
|
|
10037
|
+
"Coal": 0.1578,
|
|
10038
|
+
"Gas": 0.4954,
|
|
10039
|
+
"Hydro": 0.1268,
|
|
9919
10040
|
"Nuclear": 0,
|
|
9920
|
-
"Other Fossil": 0.
|
|
9921
|
-
"Other Renewables": 0.
|
|
9922
|
-
"Solar": 0.
|
|
9923
|
-
"Wind": 0.
|
|
10041
|
+
"Other Fossil": 0.0349,
|
|
10042
|
+
"Other Renewables": 0.0022,
|
|
10043
|
+
"Solar": 0.0018,
|
|
10044
|
+
"Wind": 0.1267
|
|
10045
|
+
},
|
|
10046
|
+
"2025-04": {
|
|
10047
|
+
"Bioenergy": 0.0543,
|
|
10048
|
+
"Coal": 0.1578,
|
|
10049
|
+
"Gas": 0.4954,
|
|
10050
|
+
"Hydro": 0.1268,
|
|
10051
|
+
"Nuclear": 0,
|
|
10052
|
+
"Other Fossil": 0.0349,
|
|
10053
|
+
"Other Renewables": 0.0022,
|
|
10054
|
+
"Solar": 0.0018,
|
|
10055
|
+
"Wind": 0.1267
|
|
9924
10056
|
}
|
|
9925
10057
|
},
|
|
9926
10058
|
"CA-YT": {
|
|
@@ -10728,26 +10860,37 @@
|
|
|
10728
10860
|
"Wind": 0.0097
|
|
10729
10861
|
},
|
|
10730
10862
|
"2025-02": {
|
|
10731
|
-
"Bioenergy": 0.
|
|
10732
|
-
"Coal": 0.
|
|
10733
|
-
"Gas": 0.
|
|
10734
|
-
"Hydro": 0.
|
|
10863
|
+
"Bioenergy": 0.0285,
|
|
10864
|
+
"Coal": 0.0829,
|
|
10865
|
+
"Gas": 0.2603,
|
|
10866
|
+
"Hydro": 0.5973,
|
|
10735
10867
|
"Nuclear": 0,
|
|
10736
|
-
"Other Fossil": 0.
|
|
10737
|
-
"Other Renewables": 0.
|
|
10738
|
-
"Solar": 0.
|
|
10739
|
-
"Wind": 0.
|
|
10868
|
+
"Other Fossil": 0.0183,
|
|
10869
|
+
"Other Renewables": 0.0011,
|
|
10870
|
+
"Solar": 0.003,
|
|
10871
|
+
"Wind": 0.0084
|
|
10740
10872
|
},
|
|
10741
10873
|
"2025-03": {
|
|
10742
|
-
"Bioenergy": 0.
|
|
10743
|
-
"Coal": 0.
|
|
10744
|
-
"Gas": 0.
|
|
10745
|
-
"Hydro": 0.
|
|
10874
|
+
"Bioenergy": 0.0285,
|
|
10875
|
+
"Coal": 0.0829,
|
|
10876
|
+
"Gas": 0.2603,
|
|
10877
|
+
"Hydro": 0.5973,
|
|
10746
10878
|
"Nuclear": 0,
|
|
10747
|
-
"Other Fossil": 0.
|
|
10748
|
-
"Other Renewables": 0.
|
|
10749
|
-
"Solar": 0.
|
|
10750
|
-
"Wind": 0.
|
|
10879
|
+
"Other Fossil": 0.0183,
|
|
10880
|
+
"Other Renewables": 0.0011,
|
|
10881
|
+
"Solar": 0.003,
|
|
10882
|
+
"Wind": 0.0084
|
|
10883
|
+
},
|
|
10884
|
+
"2025-04": {
|
|
10885
|
+
"Bioenergy": 0.0285,
|
|
10886
|
+
"Coal": 0.0829,
|
|
10887
|
+
"Gas": 0.2603,
|
|
10888
|
+
"Hydro": 0.5973,
|
|
10889
|
+
"Nuclear": 0,
|
|
10890
|
+
"Other Fossil": 0.0183,
|
|
10891
|
+
"Other Renewables": 0.0011,
|
|
10892
|
+
"Solar": 0.003,
|
|
10893
|
+
"Wind": 0.0084
|
|
10751
10894
|
}
|
|
10752
10895
|
},
|
|
10753
10896
|
"US-AK": {
|
|
@@ -11575,6 +11718,17 @@
|
|
|
11575
11718
|
"Other Renewables": 0,
|
|
11576
11719
|
"Solar": 0,
|
|
11577
11720
|
"Wind": 0.0234
|
|
11721
|
+
},
|
|
11722
|
+
"2025-04": {
|
|
11723
|
+
"Bioenergy": 0.007,
|
|
11724
|
+
"Coal": 0.1376,
|
|
11725
|
+
"Gas": 0.4007,
|
|
11726
|
+
"Hydro": 0.2701,
|
|
11727
|
+
"Nuclear": 0,
|
|
11728
|
+
"Other Fossil": 0.1613,
|
|
11729
|
+
"Other Renewables": 0,
|
|
11730
|
+
"Solar": 0,
|
|
11731
|
+
"Wind": 0.0234
|
|
11578
11732
|
}
|
|
11579
11733
|
},
|
|
11580
11734
|
"US-AL": {
|
|
@@ -12402,6 +12556,17 @@
|
|
|
12402
12556
|
"Other Renewables": 0,
|
|
12403
12557
|
"Solar": 0.0074,
|
|
12404
12558
|
"Wind": 0
|
|
12559
|
+
},
|
|
12560
|
+
"2025-04": {
|
|
12561
|
+
"Bioenergy": 0.0256,
|
|
12562
|
+
"Coal": 0.1429,
|
|
12563
|
+
"Gas": 0.4452,
|
|
12564
|
+
"Hydro": 0.0894,
|
|
12565
|
+
"Nuclear": 0.2894,
|
|
12566
|
+
"Other Fossil": 0,
|
|
12567
|
+
"Other Renewables": 0,
|
|
12568
|
+
"Solar": 0.0074,
|
|
12569
|
+
"Wind": 0
|
|
12405
12570
|
}
|
|
12406
12571
|
},
|
|
12407
12572
|
"US-AR": {
|
|
@@ -13229,6 +13394,17 @@
|
|
|
13229
13394
|
"Other Renewables": 0,
|
|
13230
13395
|
"Solar": 0.0468,
|
|
13231
13396
|
"Wind": 0
|
|
13397
|
+
},
|
|
13398
|
+
"2025-04": {
|
|
13399
|
+
"Bioenergy": 0.0139,
|
|
13400
|
+
"Coal": 0.3565,
|
|
13401
|
+
"Gas": 0.2519,
|
|
13402
|
+
"Hydro": 0.0727,
|
|
13403
|
+
"Nuclear": 0.2582,
|
|
13404
|
+
"Other Fossil": 0.0001,
|
|
13405
|
+
"Other Renewables": 0,
|
|
13406
|
+
"Solar": 0.0468,
|
|
13407
|
+
"Wind": 0
|
|
13232
13408
|
}
|
|
13233
13409
|
},
|
|
13234
13410
|
"US-AZ": {
|
|
@@ -14056,6 +14232,17 @@
|
|
|
14056
14232
|
"Other Renewables": 0,
|
|
14057
14233
|
"Solar": 0.0928,
|
|
14058
14234
|
"Wind": 0.0372
|
|
14235
|
+
},
|
|
14236
|
+
"2025-04": {
|
|
14237
|
+
"Bioenergy": 0.0022,
|
|
14238
|
+
"Coal": 0.1198,
|
|
14239
|
+
"Gas": 0.3613,
|
|
14240
|
+
"Hydro": 0.0491,
|
|
14241
|
+
"Nuclear": 0.3377,
|
|
14242
|
+
"Other Fossil": 0,
|
|
14243
|
+
"Other Renewables": 0,
|
|
14244
|
+
"Solar": 0.0928,
|
|
14245
|
+
"Wind": 0.0372
|
|
14059
14246
|
}
|
|
14060
14247
|
},
|
|
14061
14248
|
"US-CA": {
|
|
@@ -14883,6 +15070,17 @@
|
|
|
14883
15070
|
"Other Renewables": 0.0568,
|
|
14884
15071
|
"Solar": 0.2087,
|
|
14885
15072
|
"Wind": 0.0779
|
|
15073
|
+
},
|
|
15074
|
+
"2025-04": {
|
|
15075
|
+
"Bioenergy": 0.0236,
|
|
15076
|
+
"Coal": 0.0011,
|
|
15077
|
+
"Gas": 0.3688,
|
|
15078
|
+
"Hydro": 0.1622,
|
|
15079
|
+
"Nuclear": 0.1008,
|
|
15080
|
+
"Other Fossil": 0,
|
|
15081
|
+
"Other Renewables": 0.0568,
|
|
15082
|
+
"Solar": 0.2087,
|
|
15083
|
+
"Wind": 0.0779
|
|
14886
15084
|
}
|
|
14887
15085
|
},
|
|
14888
15086
|
"US-CO": {
|
|
@@ -15710,6 +15908,17 @@
|
|
|
15710
15908
|
"Other Renewables": 0,
|
|
15711
15909
|
"Solar": 0.0719,
|
|
15712
15910
|
"Wind": 0.2991
|
|
15911
|
+
},
|
|
15912
|
+
"2025-04": {
|
|
15913
|
+
"Bioenergy": 0.0012,
|
|
15914
|
+
"Coal": 0.3197,
|
|
15915
|
+
"Gas": 0.2775,
|
|
15916
|
+
"Hydro": 0.0304,
|
|
15917
|
+
"Nuclear": 0,
|
|
15918
|
+
"Other Fossil": 0.0002,
|
|
15919
|
+
"Other Renewables": 0,
|
|
15920
|
+
"Solar": 0.0719,
|
|
15921
|
+
"Wind": 0.2991
|
|
15713
15922
|
}
|
|
15714
15923
|
},
|
|
15715
15924
|
"US-CT": {
|
|
@@ -16537,6 +16746,17 @@
|
|
|
16537
16746
|
"Other Renewables": 0,
|
|
16538
16747
|
"Solar": 0.0095,
|
|
16539
16748
|
"Wind": 0.0003
|
|
16749
|
+
},
|
|
16750
|
+
"2025-04": {
|
|
16751
|
+
"Bioenergy": 0.0131,
|
|
16752
|
+
"Coal": 0,
|
|
16753
|
+
"Gas": 0.5513,
|
|
16754
|
+
"Hydro": 0.0101,
|
|
16755
|
+
"Nuclear": 0.3977,
|
|
16756
|
+
"Other Fossil": 0.0181,
|
|
16757
|
+
"Other Renewables": 0,
|
|
16758
|
+
"Solar": 0.0095,
|
|
16759
|
+
"Wind": 0.0003
|
|
16540
16760
|
}
|
|
16541
16761
|
},
|
|
16542
16762
|
"US-DE": {
|
|
@@ -17364,6 +17584,17 @@
|
|
|
17364
17584
|
"Other Renewables": 0,
|
|
17365
17585
|
"Solar": 0.0279,
|
|
17366
17586
|
"Wind": 0.0012
|
|
17587
|
+
},
|
|
17588
|
+
"2025-04": {
|
|
17589
|
+
"Bioenergy": 0.0128,
|
|
17590
|
+
"Coal": 0.1867,
|
|
17591
|
+
"Gas": 0.7713,
|
|
17592
|
+
"Hydro": 0,
|
|
17593
|
+
"Nuclear": 0,
|
|
17594
|
+
"Other Fossil": 0,
|
|
17595
|
+
"Other Renewables": 0,
|
|
17596
|
+
"Solar": 0.0279,
|
|
17597
|
+
"Wind": 0.0012
|
|
17367
17598
|
}
|
|
17368
17599
|
},
|
|
17369
17600
|
"US-FL": {
|
|
@@ -18191,6 +18422,17 @@
|
|
|
18191
18422
|
"Other Renewables": 0,
|
|
18192
18423
|
"Solar": 0.0939,
|
|
18193
18424
|
"Wind": 0
|
|
18425
|
+
},
|
|
18426
|
+
"2025-04": {
|
|
18427
|
+
"Bioenergy": 0.0149,
|
|
18428
|
+
"Coal": 0.0141,
|
|
18429
|
+
"Gas": 0.7238,
|
|
18430
|
+
"Hydro": 0,
|
|
18431
|
+
"Nuclear": 0.1437,
|
|
18432
|
+
"Other Fossil": 0.0098,
|
|
18433
|
+
"Other Renewables": 0,
|
|
18434
|
+
"Solar": 0.0939,
|
|
18435
|
+
"Wind": 0
|
|
18194
18436
|
}
|
|
18195
18437
|
},
|
|
18196
18438
|
"US-GA": {
|
|
@@ -19018,6 +19260,17 @@
|
|
|
19018
19260
|
"Other Renewables": 0,
|
|
19019
19261
|
"Solar": 0.0687,
|
|
19020
19262
|
"Wind": 0
|
|
19263
|
+
},
|
|
19264
|
+
"2025-04": {
|
|
19265
|
+
"Bioenergy": 0.0374,
|
|
19266
|
+
"Coal": 0.1211,
|
|
19267
|
+
"Gas": 0.3804,
|
|
19268
|
+
"Hydro": 0.0251,
|
|
19269
|
+
"Nuclear": 0.3649,
|
|
19270
|
+
"Other Fossil": 0.0026,
|
|
19271
|
+
"Other Renewables": 0,
|
|
19272
|
+
"Solar": 0.0687,
|
|
19273
|
+
"Wind": 0
|
|
19021
19274
|
}
|
|
19022
19275
|
},
|
|
19023
19276
|
"US-HI": {
|
|
@@ -19845,6 +20098,17 @@
|
|
|
19845
20098
|
"Other Renewables": 0.0315,
|
|
19846
20099
|
"Solar": 0.0905,
|
|
19847
20100
|
"Wind": 0.0362
|
|
20101
|
+
},
|
|
20102
|
+
"2025-04": {
|
|
20103
|
+
"Bioenergy": 0.0263,
|
|
20104
|
+
"Coal": 0,
|
|
20105
|
+
"Gas": 0,
|
|
20106
|
+
"Hydro": 0,
|
|
20107
|
+
"Nuclear": 0,
|
|
20108
|
+
"Other Fossil": 0.8156,
|
|
20109
|
+
"Other Renewables": 0.0315,
|
|
20110
|
+
"Solar": 0.0905,
|
|
20111
|
+
"Wind": 0.0362
|
|
19848
20112
|
}
|
|
19849
20113
|
},
|
|
19850
20114
|
"US-IA": {
|
|
@@ -20672,6 +20936,17 @@
|
|
|
20672
20936
|
"Other Renewables": 0,
|
|
20673
20937
|
"Solar": 0.0131,
|
|
20674
20938
|
"Wind": 0.6457
|
|
20939
|
+
},
|
|
20940
|
+
"2025-04": {
|
|
20941
|
+
"Bioenergy": 0.0022,
|
|
20942
|
+
"Coal": 0.2331,
|
|
20943
|
+
"Gas": 0.0955,
|
|
20944
|
+
"Hydro": 0.0091,
|
|
20945
|
+
"Nuclear": 0,
|
|
20946
|
+
"Other Fossil": 0.0014,
|
|
20947
|
+
"Other Renewables": 0,
|
|
20948
|
+
"Solar": 0.0131,
|
|
20949
|
+
"Wind": 0.6457
|
|
20675
20950
|
}
|
|
20676
20951
|
},
|
|
20677
20952
|
"US-ID": {
|
|
@@ -21499,6 +21774,17 @@
|
|
|
21499
21774
|
"Other Renewables": 0.0041,
|
|
21500
21775
|
"Solar": 0.0388,
|
|
21501
21776
|
"Wind": 0.1874
|
|
21777
|
+
},
|
|
21778
|
+
"2025-04": {
|
|
21779
|
+
"Bioenergy": 0.0262,
|
|
21780
|
+
"Coal": 0,
|
|
21781
|
+
"Gas": 0.3035,
|
|
21782
|
+
"Hydro": 0.4364,
|
|
21783
|
+
"Nuclear": 0,
|
|
21784
|
+
"Other Fossil": 0.0037,
|
|
21785
|
+
"Other Renewables": 0.0041,
|
|
21786
|
+
"Solar": 0.0388,
|
|
21787
|
+
"Wind": 0.1874
|
|
21502
21788
|
}
|
|
21503
21789
|
},
|
|
21504
21790
|
"US-IL": {
|
|
@@ -22326,6 +22612,17 @@
|
|
|
22326
22612
|
"Other Renewables": 0,
|
|
22327
22613
|
"Solar": 0.0248,
|
|
22328
22614
|
"Wind": 0.1516
|
|
22615
|
+
},
|
|
22616
|
+
"2025-04": {
|
|
22617
|
+
"Bioenergy": 0.0012,
|
|
22618
|
+
"Coal": 0.1777,
|
|
22619
|
+
"Gas": 0.1741,
|
|
22620
|
+
"Hydro": 0,
|
|
22621
|
+
"Nuclear": 0.4694,
|
|
22622
|
+
"Other Fossil": 0.0011,
|
|
22623
|
+
"Other Renewables": 0,
|
|
22624
|
+
"Solar": 0.0248,
|
|
22625
|
+
"Wind": 0.1516
|
|
22329
22626
|
}
|
|
22330
22627
|
},
|
|
22331
22628
|
"US-IN": {
|
|
@@ -23153,6 +23450,17 @@
|
|
|
23153
23450
|
"Other Renewables": 0,
|
|
23154
23451
|
"Solar": 0.0321,
|
|
23155
23452
|
"Wind": 0.1079
|
|
23453
|
+
},
|
|
23454
|
+
"2025-04": {
|
|
23455
|
+
"Bioenergy": 0.0017,
|
|
23456
|
+
"Coal": 0.5002,
|
|
23457
|
+
"Gas": 0.3502,
|
|
23458
|
+
"Hydro": 0.0039,
|
|
23459
|
+
"Nuclear": 0,
|
|
23460
|
+
"Other Fossil": 0.004,
|
|
23461
|
+
"Other Renewables": 0,
|
|
23462
|
+
"Solar": 0.0321,
|
|
23463
|
+
"Wind": 0.1079
|
|
23156
23464
|
}
|
|
23157
23465
|
},
|
|
23158
23466
|
"US-KS": {
|
|
@@ -23980,6 +24288,17 @@
|
|
|
23980
24288
|
"Other Renewables": 0,
|
|
23981
24289
|
"Solar": 0.0017,
|
|
23982
24290
|
"Wind": 0.4776
|
|
24291
|
+
},
|
|
24292
|
+
"2025-04": {
|
|
24293
|
+
"Bioenergy": 0.001,
|
|
24294
|
+
"Coal": 0.3132,
|
|
24295
|
+
"Gas": 0.0436,
|
|
24296
|
+
"Hydro": 0.0003,
|
|
24297
|
+
"Nuclear": 0.1598,
|
|
24298
|
+
"Other Fossil": 0.0029,
|
|
24299
|
+
"Other Renewables": 0,
|
|
24300
|
+
"Solar": 0.0017,
|
|
24301
|
+
"Wind": 0.4776
|
|
23983
24302
|
}
|
|
23984
24303
|
},
|
|
23985
24304
|
"US-KY": {
|
|
@@ -24807,6 +25126,17 @@
|
|
|
24807
25126
|
"Other Renewables": 0,
|
|
24808
25127
|
"Solar": 0.0046,
|
|
24809
25128
|
"Wind": 0
|
|
25129
|
+
},
|
|
25130
|
+
"2025-04": {
|
|
25131
|
+
"Bioenergy": 0.0055,
|
|
25132
|
+
"Coal": 0.6926,
|
|
25133
|
+
"Gas": 0.2527,
|
|
25134
|
+
"Hydro": 0.0428,
|
|
25135
|
+
"Nuclear": 0,
|
|
25136
|
+
"Other Fossil": 0.0018,
|
|
25137
|
+
"Other Renewables": 0,
|
|
25138
|
+
"Solar": 0.0046,
|
|
25139
|
+
"Wind": 0
|
|
24810
25140
|
}
|
|
24811
25141
|
},
|
|
24812
25142
|
"US-LA": {
|
|
@@ -25634,6 +25964,17 @@
|
|
|
25634
25964
|
"Other Renewables": 0,
|
|
25635
25965
|
"Solar": 0.0175,
|
|
25636
25966
|
"Wind": 0
|
|
25967
|
+
},
|
|
25968
|
+
"2025-04": {
|
|
25969
|
+
"Bioenergy": 0.0201,
|
|
25970
|
+
"Coal": 0.0751,
|
|
25971
|
+
"Gas": 0.7372,
|
|
25972
|
+
"Hydro": 0.0079,
|
|
25973
|
+
"Nuclear": 0.134,
|
|
25974
|
+
"Other Fossil": 0.0081,
|
|
25975
|
+
"Other Renewables": 0,
|
|
25976
|
+
"Solar": 0.0175,
|
|
25977
|
+
"Wind": 0
|
|
25637
25978
|
}
|
|
25638
25979
|
},
|
|
25639
25980
|
"US-MA": {
|
|
@@ -26461,6 +26802,17 @@
|
|
|
26461
26802
|
"Other Renewables": 0,
|
|
26462
26803
|
"Solar": 0.0875,
|
|
26463
26804
|
"Wind": 0.0091
|
|
26805
|
+
},
|
|
26806
|
+
"2025-04": {
|
|
26807
|
+
"Bioenergy": 0.0458,
|
|
26808
|
+
"Coal": 0,
|
|
26809
|
+
"Gas": 0.7597,
|
|
26810
|
+
"Hydro": 0.035,
|
|
26811
|
+
"Nuclear": 0,
|
|
26812
|
+
"Other Fossil": 0.0629,
|
|
26813
|
+
"Other Renewables": 0,
|
|
26814
|
+
"Solar": 0.0875,
|
|
26815
|
+
"Wind": 0.0091
|
|
26464
26816
|
}
|
|
26465
26817
|
},
|
|
26466
26818
|
"US-MD": {
|
|
@@ -27288,6 +27640,17 @@
|
|
|
27288
27640
|
"Other Renewables": 0,
|
|
27289
27641
|
"Solar": 0.026,
|
|
27290
27642
|
"Wind": 0.0262
|
|
27643
|
+
},
|
|
27644
|
+
"2025-04": {
|
|
27645
|
+
"Bioenergy": 0.0092,
|
|
27646
|
+
"Coal": 0.056,
|
|
27647
|
+
"Gas": 0.4029,
|
|
27648
|
+
"Hydro": 0.0389,
|
|
27649
|
+
"Nuclear": 0.427,
|
|
27650
|
+
"Other Fossil": 0.0138,
|
|
27651
|
+
"Other Renewables": 0,
|
|
27652
|
+
"Solar": 0.026,
|
|
27653
|
+
"Wind": 0.0262
|
|
27291
27654
|
}
|
|
27292
27655
|
},
|
|
27293
27656
|
"US-ME": {
|
|
@@ -28115,6 +28478,17 @@
|
|
|
28115
28478
|
"Other Renewables": 0,
|
|
28116
28479
|
"Solar": 0.0738,
|
|
28117
28480
|
"Wind": 0.2389
|
|
28481
|
+
},
|
|
28482
|
+
"2025-04": {
|
|
28483
|
+
"Bioenergy": 0.1162,
|
|
28484
|
+
"Coal": 0.004,
|
|
28485
|
+
"Gas": 0.2977,
|
|
28486
|
+
"Hydro": 0.2406,
|
|
28487
|
+
"Nuclear": 0,
|
|
28488
|
+
"Other Fossil": 0.0288,
|
|
28489
|
+
"Other Renewables": 0,
|
|
28490
|
+
"Solar": 0.0738,
|
|
28491
|
+
"Wind": 0.2389
|
|
28118
28492
|
}
|
|
28119
28493
|
},
|
|
28120
28494
|
"US-MI": {
|
|
@@ -28942,6 +29316,17 @@
|
|
|
28942
29316
|
"Other Renewables": 0,
|
|
28943
29317
|
"Solar": 0.0126,
|
|
28944
29318
|
"Wind": 0.0851
|
|
29319
|
+
},
|
|
29320
|
+
"2025-04": {
|
|
29321
|
+
"Bioenergy": 0.0165,
|
|
29322
|
+
"Coal": 0.2748,
|
|
29323
|
+
"Gas": 0.3643,
|
|
29324
|
+
"Hydro": 0.0045,
|
|
29325
|
+
"Nuclear": 0.2257,
|
|
29326
|
+
"Other Fossil": 0.0165,
|
|
29327
|
+
"Other Renewables": 0,
|
|
29328
|
+
"Solar": 0.0126,
|
|
29329
|
+
"Wind": 0.0851
|
|
28945
29330
|
}
|
|
28946
29331
|
},
|
|
28947
29332
|
"US-MN": {
|
|
@@ -29769,6 +30154,17 @@
|
|
|
29769
30154
|
"Other Renewables": 0,
|
|
29770
30155
|
"Solar": 0.0364,
|
|
29771
30156
|
"Wind": 0.2774
|
|
30157
|
+
},
|
|
30158
|
+
"2025-04": {
|
|
30159
|
+
"Bioenergy": 0.019,
|
|
30160
|
+
"Coal": 0.2733,
|
|
30161
|
+
"Gas": 0.1491,
|
|
30162
|
+
"Hydro": 0.011,
|
|
30163
|
+
"Nuclear": 0.2294,
|
|
30164
|
+
"Other Fossil": 0.0044,
|
|
30165
|
+
"Other Renewables": 0,
|
|
30166
|
+
"Solar": 0.0364,
|
|
30167
|
+
"Wind": 0.2774
|
|
29772
30168
|
}
|
|
29773
30169
|
},
|
|
29774
30170
|
"US-MO": {
|
|
@@ -30596,6 +30992,17 @@
|
|
|
30596
30992
|
"Other Renewables": 0,
|
|
30597
30993
|
"Solar": 0.0087,
|
|
30598
30994
|
"Wind": 0.0865
|
|
30995
|
+
},
|
|
30996
|
+
"2025-04": {
|
|
30997
|
+
"Bioenergy": 0.0011,
|
|
30998
|
+
"Coal": 0.648,
|
|
30999
|
+
"Gas": 0.1108,
|
|
31000
|
+
"Hydro": 0.0131,
|
|
31001
|
+
"Nuclear": 0.128,
|
|
31002
|
+
"Other Fossil": 0.0039,
|
|
31003
|
+
"Other Renewables": 0,
|
|
31004
|
+
"Solar": 0.0087,
|
|
31005
|
+
"Wind": 0.0865
|
|
30599
31006
|
}
|
|
30600
31007
|
},
|
|
30601
31008
|
"US-MS": {
|
|
@@ -31423,6 +31830,17 @@
|
|
|
31423
31830
|
"Other Renewables": 0,
|
|
31424
31831
|
"Solar": 0.0271,
|
|
31425
31832
|
"Wind": 0.0099
|
|
31833
|
+
},
|
|
31834
|
+
"2025-04": {
|
|
31835
|
+
"Bioenergy": 0.0155,
|
|
31836
|
+
"Coal": 0.0317,
|
|
31837
|
+
"Gas": 0.805,
|
|
31838
|
+
"Hydro": 0,
|
|
31839
|
+
"Nuclear": 0.1109,
|
|
31840
|
+
"Other Fossil": 0,
|
|
31841
|
+
"Other Renewables": 0,
|
|
31842
|
+
"Solar": 0.0271,
|
|
31843
|
+
"Wind": 0.0099
|
|
31426
31844
|
}
|
|
31427
31845
|
},
|
|
31428
31846
|
"US-MT": {
|
|
@@ -32250,6 +32668,17 @@
|
|
|
32250
32668
|
"Other Renewables": 0,
|
|
32251
32669
|
"Solar": 0.0082,
|
|
32252
32670
|
"Wind": 0.2262
|
|
32671
|
+
},
|
|
32672
|
+
"2025-04": {
|
|
32673
|
+
"Bioenergy": 0.0008,
|
|
32674
|
+
"Coal": 0.4041,
|
|
32675
|
+
"Gas": 0.0548,
|
|
32676
|
+
"Hydro": 0.2788,
|
|
32677
|
+
"Nuclear": 0,
|
|
32678
|
+
"Other Fossil": 0.0271,
|
|
32679
|
+
"Other Renewables": 0,
|
|
32680
|
+
"Solar": 0.0082,
|
|
32681
|
+
"Wind": 0.2262
|
|
32253
32682
|
}
|
|
32254
32683
|
},
|
|
32255
32684
|
"US-NC": {
|
|
@@ -33077,6 +33506,17 @@
|
|
|
33077
33506
|
"Other Renewables": 0,
|
|
33078
33507
|
"Solar": 0.0707,
|
|
33079
33508
|
"Wind": 0.0078
|
|
33509
|
+
},
|
|
33510
|
+
"2025-04": {
|
|
33511
|
+
"Bioenergy": 0.0123,
|
|
33512
|
+
"Coal": 0.1154,
|
|
33513
|
+
"Gas": 0.4213,
|
|
33514
|
+
"Hydro": 0.0419,
|
|
33515
|
+
"Nuclear": 0.3299,
|
|
33516
|
+
"Other Fossil": 0.0007,
|
|
33517
|
+
"Other Renewables": 0,
|
|
33518
|
+
"Solar": 0.0707,
|
|
33519
|
+
"Wind": 0.0078
|
|
33080
33520
|
}
|
|
33081
33521
|
},
|
|
33082
33522
|
"US-ND": {
|
|
@@ -33904,6 +34344,17 @@
|
|
|
33904
34344
|
"Other Renewables": 0,
|
|
33905
34345
|
"Solar": 0,
|
|
33906
34346
|
"Wind": 0.3657
|
|
34347
|
+
},
|
|
34348
|
+
"2025-04": {
|
|
34349
|
+
"Bioenergy": 0,
|
|
34350
|
+
"Coal": 0.5394,
|
|
34351
|
+
"Gas": 0.0537,
|
|
34352
|
+
"Hydro": 0.0405,
|
|
34353
|
+
"Nuclear": 0,
|
|
34354
|
+
"Other Fossil": 0.0007,
|
|
34355
|
+
"Other Renewables": 0,
|
|
34356
|
+
"Solar": 0,
|
|
34357
|
+
"Wind": 0.3657
|
|
33907
34358
|
}
|
|
33908
34359
|
},
|
|
33909
34360
|
"US-NE": {
|
|
@@ -34731,6 +35182,17 @@
|
|
|
34731
35182
|
"Other Renewables": 0,
|
|
34732
35183
|
"Solar": 0.0046,
|
|
34733
35184
|
"Wind": 0.3179
|
|
35185
|
+
},
|
|
35186
|
+
"2025-04": {
|
|
35187
|
+
"Bioenergy": 0.002,
|
|
35188
|
+
"Coal": 0.4737,
|
|
35189
|
+
"Gas": 0.0167,
|
|
35190
|
+
"Hydro": 0.0253,
|
|
35191
|
+
"Nuclear": 0.1598,
|
|
35192
|
+
"Other Fossil": 0,
|
|
35193
|
+
"Other Renewables": 0,
|
|
35194
|
+
"Solar": 0.0046,
|
|
35195
|
+
"Wind": 0.3179
|
|
34734
35196
|
}
|
|
34735
35197
|
},
|
|
34736
35198
|
"US-NH": {
|
|
@@ -35558,6 +36020,17 @@
|
|
|
35558
36020
|
"Other Renewables": 0,
|
|
35559
36021
|
"Solar": 0,
|
|
35560
36022
|
"Wind": 0.0338
|
|
36023
|
+
},
|
|
36024
|
+
"2025-04": {
|
|
36025
|
+
"Bioenergy": 0.0486,
|
|
36026
|
+
"Coal": 0.0202,
|
|
36027
|
+
"Gas": 0.2085,
|
|
36028
|
+
"Hydro": 0.0944,
|
|
36029
|
+
"Nuclear": 0.5778,
|
|
36030
|
+
"Other Fossil": 0.0166,
|
|
36031
|
+
"Other Renewables": 0,
|
|
36032
|
+
"Solar": 0,
|
|
36033
|
+
"Wind": 0.0338
|
|
35561
36034
|
}
|
|
35562
36035
|
},
|
|
35563
36036
|
"US-NJ": {
|
|
@@ -36385,6 +36858,17 @@
|
|
|
36385
36858
|
"Other Renewables": 0,
|
|
36386
36859
|
"Solar": 0.0237,
|
|
36387
36860
|
"Wind": 0.0004
|
|
36861
|
+
},
|
|
36862
|
+
"2025-04": {
|
|
36863
|
+
"Bioenergy": 0.0107,
|
|
36864
|
+
"Coal": 0,
|
|
36865
|
+
"Gas": 0.4078,
|
|
36866
|
+
"Hydro": 0,
|
|
36867
|
+
"Nuclear": 0.5394,
|
|
36868
|
+
"Other Fossil": 0.0179,
|
|
36869
|
+
"Other Renewables": 0,
|
|
36870
|
+
"Solar": 0.0237,
|
|
36871
|
+
"Wind": 0.0004
|
|
36388
36872
|
}
|
|
36389
36873
|
},
|
|
36390
36874
|
"US-NM": {
|
|
@@ -37212,6 +37696,17 @@
|
|
|
37212
37696
|
"Other Renewables": 0.0014,
|
|
37213
37697
|
"Solar": 0.1511,
|
|
37214
37698
|
"Wind": 0.4969
|
|
37699
|
+
},
|
|
37700
|
+
"2025-04": {
|
|
37701
|
+
"Bioenergy": 0.001,
|
|
37702
|
+
"Coal": 0.1158,
|
|
37703
|
+
"Gas": 0.2255,
|
|
37704
|
+
"Hydro": 0,
|
|
37705
|
+
"Nuclear": 0,
|
|
37706
|
+
"Other Fossil": 0.0084,
|
|
37707
|
+
"Other Renewables": 0.0014,
|
|
37708
|
+
"Solar": 0.1511,
|
|
37709
|
+
"Wind": 0.4969
|
|
37215
37710
|
}
|
|
37216
37711
|
},
|
|
37217
37712
|
"US-NV": {
|
|
@@ -38039,6 +38534,17 @@
|
|
|
38039
38534
|
"Other Renewables": 0.1023,
|
|
38040
38535
|
"Solar": 0.2829,
|
|
38041
38536
|
"Wind": 0.0114
|
|
38537
|
+
},
|
|
38538
|
+
"2025-04": {
|
|
38539
|
+
"Bioenergy": 0.0013,
|
|
38540
|
+
"Coal": 0.0784,
|
|
38541
|
+
"Gas": 0.4736,
|
|
38542
|
+
"Hydro": 0.05,
|
|
38543
|
+
"Nuclear": 0,
|
|
38544
|
+
"Other Fossil": 0,
|
|
38545
|
+
"Other Renewables": 0.1023,
|
|
38546
|
+
"Solar": 0.2829,
|
|
38547
|
+
"Wind": 0.0114
|
|
38042
38548
|
}
|
|
38043
38549
|
},
|
|
38044
38550
|
"US-NY": {
|
|
@@ -38866,6 +39372,17 @@
|
|
|
38866
39372
|
"Other Renewables": 0,
|
|
38867
39373
|
"Solar": 0.0258,
|
|
38868
39374
|
"Wind": 0.0588
|
|
39375
|
+
},
|
|
39376
|
+
"2025-04": {
|
|
39377
|
+
"Bioenergy": 0.0109,
|
|
39378
|
+
"Coal": 0,
|
|
39379
|
+
"Gas": 0.4806,
|
|
39380
|
+
"Hydro": 0.1868,
|
|
39381
|
+
"Nuclear": 0.2126,
|
|
39382
|
+
"Other Fossil": 0.0244,
|
|
39383
|
+
"Other Renewables": 0,
|
|
39384
|
+
"Solar": 0.0258,
|
|
39385
|
+
"Wind": 0.0588
|
|
38869
39386
|
}
|
|
38870
39387
|
},
|
|
38871
39388
|
"US-OH": {
|
|
@@ -39693,6 +40210,17 @@
|
|
|
39693
40210
|
"Other Renewables": 0,
|
|
39694
40211
|
"Solar": 0.0293,
|
|
39695
40212
|
"Wind": 0.0216
|
|
40213
|
+
},
|
|
40214
|
+
"2025-04": {
|
|
40215
|
+
"Bioenergy": 0.0021,
|
|
40216
|
+
"Coal": 0.2416,
|
|
40217
|
+
"Gas": 0.5831,
|
|
40218
|
+
"Hydro": 0.0033,
|
|
40219
|
+
"Nuclear": 0.1127,
|
|
40220
|
+
"Other Fossil": 0.0064,
|
|
40221
|
+
"Other Renewables": 0,
|
|
40222
|
+
"Solar": 0.0293,
|
|
40223
|
+
"Wind": 0.0216
|
|
39696
40224
|
}
|
|
39697
40225
|
},
|
|
39698
40226
|
"US-OK": {
|
|
@@ -40520,6 +41048,17 @@
|
|
|
40520
41048
|
"Other Renewables": 0,
|
|
40521
41049
|
"Solar": 0.0031,
|
|
40522
41050
|
"Wind": 0.4615
|
|
41051
|
+
},
|
|
41052
|
+
"2025-04": {
|
|
41053
|
+
"Bioenergy": 0.0036,
|
|
41054
|
+
"Coal": 0.1096,
|
|
41055
|
+
"Gas": 0.3988,
|
|
41056
|
+
"Hydro": 0.0229,
|
|
41057
|
+
"Nuclear": 0,
|
|
41058
|
+
"Other Fossil": 0.0004,
|
|
41059
|
+
"Other Renewables": 0,
|
|
41060
|
+
"Solar": 0.0031,
|
|
41061
|
+
"Wind": 0.4615
|
|
40523
41062
|
}
|
|
40524
41063
|
},
|
|
40525
41064
|
"US-OR": {
|
|
@@ -41347,6 +41886,17 @@
|
|
|
41347
41886
|
"Other Renewables": 0.0026,
|
|
41348
41887
|
"Solar": 0.0224,
|
|
41349
41888
|
"Wind": 0.1135
|
|
41889
|
+
},
|
|
41890
|
+
"2025-04": {
|
|
41891
|
+
"Bioenergy": 0.0143,
|
|
41892
|
+
"Coal": 0,
|
|
41893
|
+
"Gas": 0.4009,
|
|
41894
|
+
"Hydro": 0.4463,
|
|
41895
|
+
"Nuclear": 0,
|
|
41896
|
+
"Other Fossil": 0,
|
|
41897
|
+
"Other Renewables": 0.0026,
|
|
41898
|
+
"Solar": 0.0224,
|
|
41899
|
+
"Wind": 0.1135
|
|
41350
41900
|
}
|
|
41351
41901
|
},
|
|
41352
41902
|
"US-PA": {
|
|
@@ -42174,6 +42724,17 @@
|
|
|
42174
42724
|
"Other Renewables": 0,
|
|
42175
42725
|
"Solar": 0.0045,
|
|
42176
42726
|
"Wind": 0.0171
|
|
42727
|
+
},
|
|
42728
|
+
"2025-04": {
|
|
42729
|
+
"Bioenergy": 0.0055,
|
|
42730
|
+
"Coal": 0.0906,
|
|
42731
|
+
"Gas": 0.5778,
|
|
42732
|
+
"Hydro": 0.0083,
|
|
42733
|
+
"Nuclear": 0.2925,
|
|
42734
|
+
"Other Fossil": 0.0037,
|
|
42735
|
+
"Other Renewables": 0,
|
|
42736
|
+
"Solar": 0.0045,
|
|
42737
|
+
"Wind": 0.0171
|
|
42177
42738
|
}
|
|
42178
42739
|
},
|
|
42179
42740
|
"US-RI": {
|
|
@@ -43001,6 +43562,17 @@
|
|
|
43001
43562
|
"Other Renewables": 0,
|
|
43002
43563
|
"Solar": 0.0686,
|
|
43003
43564
|
"Wind": 0.0297
|
|
43565
|
+
},
|
|
43566
|
+
"2025-04": {
|
|
43567
|
+
"Bioenergy": 0.0293,
|
|
43568
|
+
"Coal": 0,
|
|
43569
|
+
"Gas": 0.8723,
|
|
43570
|
+
"Hydro": 0,
|
|
43571
|
+
"Nuclear": 0,
|
|
43572
|
+
"Other Fossil": 0,
|
|
43573
|
+
"Other Renewables": 0,
|
|
43574
|
+
"Solar": 0.0686,
|
|
43575
|
+
"Wind": 0.0297
|
|
43004
43576
|
}
|
|
43005
43577
|
},
|
|
43006
43578
|
"US-SC": {
|
|
@@ -43828,6 +44400,17 @@
|
|
|
43828
44400
|
"Other Renewables": 0,
|
|
43829
44401
|
"Solar": 0.0244,
|
|
43830
44402
|
"Wind": 0
|
|
44403
|
+
},
|
|
44404
|
+
"2025-04": {
|
|
44405
|
+
"Bioenergy": 0.0159,
|
|
44406
|
+
"Coal": 0.1686,
|
|
44407
|
+
"Gas": 0.2089,
|
|
44408
|
+
"Hydro": 0.0269,
|
|
44409
|
+
"Nuclear": 0.5542,
|
|
44410
|
+
"Other Fossil": 0.0012,
|
|
44411
|
+
"Other Renewables": 0,
|
|
44412
|
+
"Solar": 0.0244,
|
|
44413
|
+
"Wind": 0
|
|
43831
44414
|
}
|
|
43832
44415
|
},
|
|
43833
44416
|
"US-SD": {
|
|
@@ -44655,6 +45238,17 @@
|
|
|
44655
45238
|
"Other Renewables": 0,
|
|
44656
45239
|
"Solar": 0.0152,
|
|
44657
45240
|
"Wind": 0.6349
|
|
45241
|
+
},
|
|
45242
|
+
"2025-04": {
|
|
45243
|
+
"Bioenergy": 0,
|
|
45244
|
+
"Coal": 0.0963,
|
|
45245
|
+
"Gas": 0.0671,
|
|
45246
|
+
"Hydro": 0.1865,
|
|
45247
|
+
"Nuclear": 0,
|
|
45248
|
+
"Other Fossil": 0,
|
|
45249
|
+
"Other Renewables": 0,
|
|
45250
|
+
"Solar": 0.0152,
|
|
45251
|
+
"Wind": 0.6349
|
|
44658
45252
|
}
|
|
44659
45253
|
},
|
|
44660
45254
|
"US-TN": {
|
|
@@ -45482,6 +46076,17 @@
|
|
|
45482
46076
|
"Other Renewables": 0,
|
|
45483
46077
|
"Solar": 0.0112,
|
|
45484
46078
|
"Wind": 0
|
|
46079
|
+
},
|
|
46080
|
+
"2025-04": {
|
|
46081
|
+
"Bioenergy": 0.0066,
|
|
46082
|
+
"Coal": 0.2103,
|
|
46083
|
+
"Gas": 0.3293,
|
|
46084
|
+
"Hydro": 0.1302,
|
|
46085
|
+
"Nuclear": 0.309,
|
|
46086
|
+
"Other Fossil": 0.0034,
|
|
46087
|
+
"Other Renewables": 0,
|
|
46088
|
+
"Solar": 0.0112,
|
|
46089
|
+
"Wind": 0
|
|
45485
46090
|
}
|
|
45486
46091
|
},
|
|
45487
46092
|
"US-TX": {
|
|
@@ -46309,6 +46914,17 @@
|
|
|
46309
46914
|
"Other Renewables": 0,
|
|
46310
46915
|
"Solar": 0.074,
|
|
46311
46916
|
"Wind": 0.2361
|
|
46917
|
+
},
|
|
46918
|
+
"2025-04": {
|
|
46919
|
+
"Bioenergy": 0.0016,
|
|
46920
|
+
"Coal": 0.1233,
|
|
46921
|
+
"Gas": 0.4826,
|
|
46922
|
+
"Hydro": 0.0027,
|
|
46923
|
+
"Nuclear": 0.0791,
|
|
46924
|
+
"Other Fossil": 0.0005,
|
|
46925
|
+
"Other Renewables": 0,
|
|
46926
|
+
"Solar": 0.074,
|
|
46927
|
+
"Wind": 0.2361
|
|
46312
46928
|
}
|
|
46313
46929
|
},
|
|
46314
46930
|
"US-UT": {
|
|
@@ -47136,6 +47752,17 @@
|
|
|
47136
47752
|
"Other Renewables": 0.0104,
|
|
47137
47753
|
"Solar": 0.0942,
|
|
47138
47754
|
"Wind": 0.0246
|
|
47755
|
+
},
|
|
47756
|
+
"2025-04": {
|
|
47757
|
+
"Bioenergy": 0.0015,
|
|
47758
|
+
"Coal": 0.5955,
|
|
47759
|
+
"Gas": 0.2512,
|
|
47760
|
+
"Hydro": 0.0178,
|
|
47761
|
+
"Nuclear": 0,
|
|
47762
|
+
"Other Fossil": 0.0049,
|
|
47763
|
+
"Other Renewables": 0.0104,
|
|
47764
|
+
"Solar": 0.0942,
|
|
47765
|
+
"Wind": 0.0246
|
|
47139
47766
|
}
|
|
47140
47767
|
},
|
|
47141
47768
|
"US-VA": {
|
|
@@ -47963,6 +48590,17 @@
|
|
|
47963
48590
|
"Other Renewables": 0,
|
|
47964
48591
|
"Solar": 0.058,
|
|
47965
48592
|
"Wind": 0.0005
|
|
48593
|
+
},
|
|
48594
|
+
"2025-04": {
|
|
48595
|
+
"Bioenergy": 0.0303,
|
|
48596
|
+
"Coal": 0.0256,
|
|
48597
|
+
"Gas": 0.5915,
|
|
48598
|
+
"Hydro": 0.0022,
|
|
48599
|
+
"Nuclear": 0.2821,
|
|
48600
|
+
"Other Fossil": 0.0097,
|
|
48601
|
+
"Other Renewables": 0,
|
|
48602
|
+
"Solar": 0.058,
|
|
48603
|
+
"Wind": 0.0005
|
|
47966
48604
|
}
|
|
47967
48605
|
},
|
|
47968
48606
|
"US-VT": {
|
|
@@ -48790,6 +49428,17 @@
|
|
|
48790
49428
|
"Other Renewables": 0,
|
|
48791
49429
|
"Solar": 0.0503,
|
|
48792
49430
|
"Wind": 0.1463
|
|
49431
|
+
},
|
|
49432
|
+
"2025-04": {
|
|
49433
|
+
"Bioenergy": 0.2258,
|
|
49434
|
+
"Coal": 0,
|
|
49435
|
+
"Gas": 0.0005,
|
|
49436
|
+
"Hydro": 0.5764,
|
|
49437
|
+
"Nuclear": 0,
|
|
49438
|
+
"Other Fossil": 0.0007,
|
|
49439
|
+
"Other Renewables": 0,
|
|
49440
|
+
"Solar": 0.0503,
|
|
49441
|
+
"Wind": 0.1463
|
|
48793
49442
|
}
|
|
48794
49443
|
},
|
|
48795
49444
|
"US-WA": {
|
|
@@ -49617,6 +50266,17 @@
|
|
|
49617
50266
|
"Other Renewables": 0,
|
|
49618
50267
|
"Solar": 0.0035,
|
|
49619
50268
|
"Wind": 0.0827
|
|
50269
|
+
},
|
|
50270
|
+
"2025-04": {
|
|
50271
|
+
"Bioenergy": 0.0119,
|
|
50272
|
+
"Coal": 0.0433,
|
|
50273
|
+
"Gas": 0.1908,
|
|
50274
|
+
"Hydro": 0.5704,
|
|
50275
|
+
"Nuclear": 0.0967,
|
|
50276
|
+
"Other Fossil": 0.0008,
|
|
50277
|
+
"Other Renewables": 0,
|
|
50278
|
+
"Solar": 0.0035,
|
|
50279
|
+
"Wind": 0.0827
|
|
49620
50280
|
}
|
|
49621
50281
|
},
|
|
49622
50282
|
"US-WI": {
|
|
@@ -50444,6 +51104,17 @@
|
|
|
50444
51104
|
"Other Renewables": 0,
|
|
50445
51105
|
"Solar": 0.0397,
|
|
50446
51106
|
"Wind": 0.0329
|
|
51107
|
+
},
|
|
51108
|
+
"2025-04": {
|
|
51109
|
+
"Bioenergy": 0.0159,
|
|
51110
|
+
"Coal": 0.4119,
|
|
51111
|
+
"Gas": 0.3195,
|
|
51112
|
+
"Hydro": 0.0266,
|
|
51113
|
+
"Nuclear": 0.1521,
|
|
51114
|
+
"Other Fossil": 0.0013,
|
|
51115
|
+
"Other Renewables": 0,
|
|
51116
|
+
"Solar": 0.0397,
|
|
51117
|
+
"Wind": 0.0329
|
|
50447
51118
|
}
|
|
50448
51119
|
},
|
|
50449
51120
|
"US-WV": {
|
|
@@ -51271,6 +51942,17 @@
|
|
|
51271
51942
|
"Other Renewables": 0,
|
|
51272
51943
|
"Solar": 0.0033,
|
|
51273
51944
|
"Wind": 0.0447
|
|
51945
|
+
},
|
|
51946
|
+
"2025-04": {
|
|
51947
|
+
"Bioenergy": 0,
|
|
51948
|
+
"Coal": 0.882,
|
|
51949
|
+
"Gas": 0.0424,
|
|
51950
|
+
"Hydro": 0.0254,
|
|
51951
|
+
"Nuclear": 0,
|
|
51952
|
+
"Other Fossil": 0.0023,
|
|
51953
|
+
"Other Renewables": 0,
|
|
51954
|
+
"Solar": 0.0033,
|
|
51955
|
+
"Wind": 0.0447
|
|
51274
51956
|
}
|
|
51275
51957
|
},
|
|
51276
51958
|
"US-WY": {
|
|
@@ -52098,6 +52780,17 @@
|
|
|
52098
52780
|
"Other Renewables": 0,
|
|
52099
52781
|
"Solar": 0.0076,
|
|
52100
52782
|
"Wind": 0.3
|
|
52783
|
+
},
|
|
52784
|
+
"2025-04": {
|
|
52785
|
+
"Bioenergy": 0,
|
|
52786
|
+
"Coal": 0.584,
|
|
52787
|
+
"Gas": 0.088,
|
|
52788
|
+
"Hydro": 0.0172,
|
|
52789
|
+
"Nuclear": 0,
|
|
52790
|
+
"Other Fossil": 0.0033,
|
|
52791
|
+
"Other Renewables": 0,
|
|
52792
|
+
"Solar": 0.0076,
|
|
52793
|
+
"Wind": 0.3
|
|
52101
52794
|
}
|
|
52102
52795
|
}
|
|
52103
52796
|
}
|