@digital4better/data 1.2.7 → 1.2.8
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 -0
- package/data/factor/continent-yearly-green.json +66 -0
- package/data/factor/continent-yearly.csv +6 -0
- package/data/factor/continent-yearly.json +66 -0
- 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 +214 -0
- package/data/factor/country-yearly-green.json +2376 -22
- package/data/factor/country-yearly.csv +214 -0
- package/data/factor/country-yearly.json +2365 -11
- 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 +76 -13
- package/data/factor/subdivision-yearly-green.json +809 -116
- package/data/factor/subdivision-yearly.csv +76 -13
- package/data/factor/subdivision-yearly.json +810 -117
- 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 -0
- package/data/factor/world-yearly-green.json +11 -0
- package/data/factor/world-yearly.csv +1 -0
- package/data/factor/world-yearly.json +11 -0
- 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 -0
- package/data/mix/continent-yearly-green.json +36 -0
- package/data/mix/continent-yearly.csv +6 -0
- package/data/mix/continent-yearly.json +66 -0
- 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 +214 -0
- package/data/mix/country-yearly-green.json +1288 -4
- package/data/mix/country-yearly.csv +214 -0
- package/data/mix/country-yearly.json +2378 -24
- 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 +867 -174
- package/data/mix/subdivision-yearly-green.csv +75 -12
- package/data/mix/subdivision-yearly-green.json +420 -42
- package/data/mix/subdivision-yearly.csv +75 -12
- package/data/mix/subdivision-yearly.json +767 -74
- 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 -0
- package/data/mix/world-yearly-green.json +6 -0
- package/data/mix/world-yearly.csv +1 -0
- package/data/mix/world-yearly.json +11 -0
- package/package.json +1 -1
|
@@ -771,26 +771,37 @@
|
|
|
771
771
|
"Wind": 0.1944
|
|
772
772
|
},
|
|
773
773
|
"2024-11": {
|
|
774
|
-
"Bioenergy": 0.
|
|
775
|
-
"Coal": 0.
|
|
776
|
-
"Gas": 0.
|
|
777
|
-
"Hydro": 0.
|
|
774
|
+
"Bioenergy": 0.0588,
|
|
775
|
+
"Coal": 0.171,
|
|
776
|
+
"Gas": 0.5382,
|
|
777
|
+
"Hydro": 0.0239,
|
|
778
778
|
"Nuclear": 0,
|
|
779
|
-
"Other Fossil": 0.
|
|
780
|
-
"Other Renewables": 0.
|
|
781
|
-
"Solar": 0.
|
|
782
|
-
"Wind": 0.
|
|
779
|
+
"Other Fossil": 0.0385,
|
|
780
|
+
"Other Renewables": 0.0014,
|
|
781
|
+
"Solar": 0.0108,
|
|
782
|
+
"Wind": 0.1575
|
|
783
783
|
},
|
|
784
784
|
"2024-12": {
|
|
785
|
-
"Bioenergy": 0.
|
|
786
|
-
"Coal": 0.
|
|
787
|
-
"Gas": 0.
|
|
788
|
-
"Hydro": 0.
|
|
785
|
+
"Bioenergy": 0.0588,
|
|
786
|
+
"Coal": 0.171,
|
|
787
|
+
"Gas": 0.5382,
|
|
788
|
+
"Hydro": 0.0239,
|
|
789
789
|
"Nuclear": 0,
|
|
790
|
-
"Other Fossil": 0.
|
|
791
|
-
"Other Renewables": 0.
|
|
792
|
-
"Solar": 0.
|
|
793
|
-
"Wind": 0.
|
|
790
|
+
"Other Fossil": 0.0385,
|
|
791
|
+
"Other Renewables": 0.0014,
|
|
792
|
+
"Solar": 0.0108,
|
|
793
|
+
"Wind": 0.1575
|
|
794
|
+
},
|
|
795
|
+
"2025-01": {
|
|
796
|
+
"Bioenergy": 0.0588,
|
|
797
|
+
"Coal": 0.171,
|
|
798
|
+
"Gas": 0.5382,
|
|
799
|
+
"Hydro": 0.0239,
|
|
800
|
+
"Nuclear": 0,
|
|
801
|
+
"Other Fossil": 0.0385,
|
|
802
|
+
"Other Renewables": 0.0014,
|
|
803
|
+
"Solar": 0.0108,
|
|
804
|
+
"Wind": 0.1575
|
|
794
805
|
}
|
|
795
806
|
},
|
|
796
807
|
"CA-BC": {
|
|
@@ -1565,26 +1576,37 @@
|
|
|
1565
1576
|
"Wind": 0.0324
|
|
1566
1577
|
},
|
|
1567
1578
|
"2024-11": {
|
|
1568
|
-
"Bioenergy": 0.
|
|
1569
|
-
"Coal": 0.
|
|
1570
|
-
"Gas": 0.
|
|
1571
|
-
"Hydro": 0.
|
|
1579
|
+
"Bioenergy": 0.006,
|
|
1580
|
+
"Coal": 0.0173,
|
|
1581
|
+
"Gas": 0.0546,
|
|
1582
|
+
"Hydro": 0.8914,
|
|
1572
1583
|
"Nuclear": 0,
|
|
1573
|
-
"Other Fossil": 0.
|
|
1584
|
+
"Other Fossil": 0.0039,
|
|
1574
1585
|
"Other Renewables": 0.0001,
|
|
1575
1586
|
"Solar": 0,
|
|
1576
|
-
"Wind": 0.
|
|
1587
|
+
"Wind": 0.0267
|
|
1577
1588
|
},
|
|
1578
1589
|
"2024-12": {
|
|
1579
|
-
"Bioenergy": 0.
|
|
1580
|
-
"Coal": 0.
|
|
1581
|
-
"Gas": 0.
|
|
1582
|
-
"Hydro": 0.
|
|
1590
|
+
"Bioenergy": 0.006,
|
|
1591
|
+
"Coal": 0.0173,
|
|
1592
|
+
"Gas": 0.0546,
|
|
1593
|
+
"Hydro": 0.8914,
|
|
1583
1594
|
"Nuclear": 0,
|
|
1584
|
-
"Other Fossil": 0.
|
|
1595
|
+
"Other Fossil": 0.0039,
|
|
1585
1596
|
"Other Renewables": 0.0001,
|
|
1586
1597
|
"Solar": 0,
|
|
1587
|
-
"Wind": 0.
|
|
1598
|
+
"Wind": 0.0267
|
|
1599
|
+
},
|
|
1600
|
+
"2025-01": {
|
|
1601
|
+
"Bioenergy": 0.006,
|
|
1602
|
+
"Coal": 0.0173,
|
|
1603
|
+
"Gas": 0.0546,
|
|
1604
|
+
"Hydro": 0.8914,
|
|
1605
|
+
"Nuclear": 0,
|
|
1606
|
+
"Other Fossil": 0.0039,
|
|
1607
|
+
"Other Renewables": 0.0001,
|
|
1608
|
+
"Solar": 0,
|
|
1609
|
+
"Wind": 0.0267
|
|
1588
1610
|
}
|
|
1589
1611
|
},
|
|
1590
1612
|
"CA-MB": {
|
|
@@ -2360,25 +2382,36 @@
|
|
|
2360
2382
|
},
|
|
2361
2383
|
"2024-11": {
|
|
2362
2384
|
"Bioenergy": 0.0002,
|
|
2363
|
-
"Coal": 0.
|
|
2364
|
-
"Gas": 0.
|
|
2365
|
-
"Hydro": 0.
|
|
2385
|
+
"Coal": 0.0006,
|
|
2386
|
+
"Gas": 0.0018,
|
|
2387
|
+
"Hydro": 0.968,
|
|
2366
2388
|
"Nuclear": 0,
|
|
2367
|
-
"Other Fossil": 0.
|
|
2389
|
+
"Other Fossil": 0.0001,
|
|
2368
2390
|
"Other Renewables": 0,
|
|
2369
2391
|
"Solar": 0,
|
|
2370
|
-
"Wind": 0.
|
|
2392
|
+
"Wind": 0.0293
|
|
2371
2393
|
},
|
|
2372
2394
|
"2024-12": {
|
|
2373
2395
|
"Bioenergy": 0.0002,
|
|
2374
|
-
"Coal": 0.
|
|
2375
|
-
"Gas": 0.
|
|
2376
|
-
"Hydro": 0.
|
|
2396
|
+
"Coal": 0.0006,
|
|
2397
|
+
"Gas": 0.0018,
|
|
2398
|
+
"Hydro": 0.968,
|
|
2377
2399
|
"Nuclear": 0,
|
|
2378
|
-
"Other Fossil": 0.
|
|
2400
|
+
"Other Fossil": 0.0001,
|
|
2379
2401
|
"Other Renewables": 0,
|
|
2380
2402
|
"Solar": 0,
|
|
2381
|
-
"Wind": 0.
|
|
2403
|
+
"Wind": 0.0293
|
|
2404
|
+
},
|
|
2405
|
+
"2025-01": {
|
|
2406
|
+
"Bioenergy": 0.0002,
|
|
2407
|
+
"Coal": 0.0006,
|
|
2408
|
+
"Gas": 0.0018,
|
|
2409
|
+
"Hydro": 0.968,
|
|
2410
|
+
"Nuclear": 0,
|
|
2411
|
+
"Other Fossil": 0.0001,
|
|
2412
|
+
"Other Renewables": 0,
|
|
2413
|
+
"Solar": 0,
|
|
2414
|
+
"Wind": 0.0293
|
|
2382
2415
|
}
|
|
2383
2416
|
},
|
|
2384
2417
|
"CA-NB": {
|
|
@@ -3153,26 +3186,37 @@
|
|
|
3153
3186
|
"Wind": 0.1447
|
|
3154
3187
|
},
|
|
3155
3188
|
"2024-11": {
|
|
3156
|
-
"Bioenergy": 0.
|
|
3157
|
-
"Coal": 0.
|
|
3158
|
-
"Gas": 0.
|
|
3159
|
-
"Hydro": 0.
|
|
3189
|
+
"Bioenergy": 0.0528,
|
|
3190
|
+
"Coal": 0.1536,
|
|
3191
|
+
"Gas": 0.4837,
|
|
3192
|
+
"Hydro": 0.1275,
|
|
3160
3193
|
"Nuclear": 0,
|
|
3161
|
-
"Other Fossil": 0.
|
|
3194
|
+
"Other Fossil": 0.0346,
|
|
3162
3195
|
"Other Renewables": 0.0013,
|
|
3163
|
-
"Solar": 0.
|
|
3164
|
-
"Wind": 0.
|
|
3196
|
+
"Solar": 0.0001,
|
|
3197
|
+
"Wind": 0.1464
|
|
3165
3198
|
},
|
|
3166
3199
|
"2024-12": {
|
|
3167
|
-
"Bioenergy": 0.
|
|
3168
|
-
"Coal": 0.
|
|
3169
|
-
"Gas": 0.
|
|
3170
|
-
"Hydro": 0.
|
|
3200
|
+
"Bioenergy": 0.0528,
|
|
3201
|
+
"Coal": 0.1536,
|
|
3202
|
+
"Gas": 0.4837,
|
|
3203
|
+
"Hydro": 0.1275,
|
|
3171
3204
|
"Nuclear": 0,
|
|
3172
|
-
"Other Fossil": 0.
|
|
3205
|
+
"Other Fossil": 0.0346,
|
|
3173
3206
|
"Other Renewables": 0.0013,
|
|
3174
|
-
"Solar": 0.
|
|
3175
|
-
"Wind": 0.
|
|
3207
|
+
"Solar": 0.0001,
|
|
3208
|
+
"Wind": 0.1464
|
|
3209
|
+
},
|
|
3210
|
+
"2025-01": {
|
|
3211
|
+
"Bioenergy": 0.0528,
|
|
3212
|
+
"Coal": 0.1536,
|
|
3213
|
+
"Gas": 0.4837,
|
|
3214
|
+
"Hydro": 0.1275,
|
|
3215
|
+
"Nuclear": 0,
|
|
3216
|
+
"Other Fossil": 0.0346,
|
|
3217
|
+
"Other Renewables": 0.0013,
|
|
3218
|
+
"Solar": 0.0001,
|
|
3219
|
+
"Wind": 0.1464
|
|
3176
3220
|
}
|
|
3177
3221
|
},
|
|
3178
3222
|
"CA-NL": {
|
|
@@ -3947,26 +3991,37 @@
|
|
|
3947
3991
|
"Wind": 0.007
|
|
3948
3992
|
},
|
|
3949
3993
|
"2024-11": {
|
|
3950
|
-
"Bioenergy": 0.
|
|
3951
|
-
"Coal": 0.
|
|
3952
|
-
"Gas": 0.
|
|
3953
|
-
"Hydro": 0.
|
|
3994
|
+
"Bioenergy": 0.003,
|
|
3995
|
+
"Coal": 0.0087,
|
|
3996
|
+
"Gas": 0.0275,
|
|
3997
|
+
"Hydro": 0.954,
|
|
3954
3998
|
"Nuclear": 0,
|
|
3955
|
-
"Other Fossil": 0.
|
|
3999
|
+
"Other Fossil": 0.002,
|
|
3956
4000
|
"Other Renewables": 0.0001,
|
|
3957
4001
|
"Solar": 0,
|
|
3958
|
-
"Wind": 0.
|
|
4002
|
+
"Wind": 0.0047
|
|
3959
4003
|
},
|
|
3960
4004
|
"2024-12": {
|
|
3961
|
-
"Bioenergy": 0.
|
|
3962
|
-
"Coal": 0.
|
|
3963
|
-
"Gas": 0.
|
|
3964
|
-
"Hydro": 0.
|
|
4005
|
+
"Bioenergy": 0.003,
|
|
4006
|
+
"Coal": 0.0087,
|
|
4007
|
+
"Gas": 0.0275,
|
|
4008
|
+
"Hydro": 0.954,
|
|
3965
4009
|
"Nuclear": 0,
|
|
3966
|
-
"Other Fossil": 0.
|
|
4010
|
+
"Other Fossil": 0.002,
|
|
3967
4011
|
"Other Renewables": 0.0001,
|
|
3968
4012
|
"Solar": 0,
|
|
3969
|
-
"Wind": 0.
|
|
4013
|
+
"Wind": 0.0047
|
|
4014
|
+
},
|
|
4015
|
+
"2025-01": {
|
|
4016
|
+
"Bioenergy": 0.003,
|
|
4017
|
+
"Coal": 0.0087,
|
|
4018
|
+
"Gas": 0.0275,
|
|
4019
|
+
"Hydro": 0.954,
|
|
4020
|
+
"Nuclear": 0,
|
|
4021
|
+
"Other Fossil": 0.002,
|
|
4022
|
+
"Other Renewables": 0.0001,
|
|
4023
|
+
"Solar": 0,
|
|
4024
|
+
"Wind": 0.0047
|
|
3970
4025
|
}
|
|
3971
4026
|
},
|
|
3972
4027
|
"CA-NS": {
|
|
@@ -4741,26 +4796,37 @@
|
|
|
4741
4796
|
"Wind": 0.2248
|
|
4742
4797
|
},
|
|
4743
4798
|
"2024-11": {
|
|
4744
|
-
"Bioenergy": 0.
|
|
4745
|
-
"Coal": 0.
|
|
4746
|
-
"Gas": 0.
|
|
4747
|
-
"Hydro": 0.
|
|
4799
|
+
"Bioenergy": 0.0511,
|
|
4800
|
+
"Coal": 0.1486,
|
|
4801
|
+
"Gas": 0.4677,
|
|
4802
|
+
"Hydro": 0.0303,
|
|
4748
4803
|
"Nuclear": 0,
|
|
4749
|
-
"Other Fossil": 0.
|
|
4750
|
-
"Other Renewables": 0.
|
|
4751
|
-
"Solar": 0.
|
|
4752
|
-
"Wind": 0.
|
|
4804
|
+
"Other Fossil": 0.0334,
|
|
4805
|
+
"Other Renewables": 0.0012,
|
|
4806
|
+
"Solar": 0.0001,
|
|
4807
|
+
"Wind": 0.2675
|
|
4753
4808
|
},
|
|
4754
4809
|
"2024-12": {
|
|
4755
|
-
"Bioenergy": 0.
|
|
4756
|
-
"Coal": 0.
|
|
4757
|
-
"Gas": 0.
|
|
4758
|
-
"Hydro": 0.
|
|
4810
|
+
"Bioenergy": 0.0511,
|
|
4811
|
+
"Coal": 0.1486,
|
|
4812
|
+
"Gas": 0.4677,
|
|
4813
|
+
"Hydro": 0.0303,
|
|
4759
4814
|
"Nuclear": 0,
|
|
4760
|
-
"Other Fossil": 0.
|
|
4761
|
-
"Other Renewables": 0.
|
|
4762
|
-
"Solar": 0.
|
|
4763
|
-
"Wind": 0.
|
|
4815
|
+
"Other Fossil": 0.0334,
|
|
4816
|
+
"Other Renewables": 0.0012,
|
|
4817
|
+
"Solar": 0.0001,
|
|
4818
|
+
"Wind": 0.2675
|
|
4819
|
+
},
|
|
4820
|
+
"2025-01": {
|
|
4821
|
+
"Bioenergy": 0.0511,
|
|
4822
|
+
"Coal": 0.1486,
|
|
4823
|
+
"Gas": 0.4677,
|
|
4824
|
+
"Hydro": 0.0303,
|
|
4825
|
+
"Nuclear": 0,
|
|
4826
|
+
"Other Fossil": 0.0334,
|
|
4827
|
+
"Other Renewables": 0.0012,
|
|
4828
|
+
"Solar": 0.0001,
|
|
4829
|
+
"Wind": 0.2675
|
|
4764
4830
|
}
|
|
4765
4831
|
},
|
|
4766
4832
|
"CA-NT": {
|
|
@@ -5535,26 +5601,37 @@
|
|
|
5535
5601
|
"Wind": 0.0559
|
|
5536
5602
|
},
|
|
5537
5603
|
"2024-11": {
|
|
5538
|
-
"Bioenergy": 0.
|
|
5539
|
-
"Coal": 0.
|
|
5540
|
-
"Gas": 0.
|
|
5541
|
-
"Hydro": 0.
|
|
5604
|
+
"Bioenergy": 0.053,
|
|
5605
|
+
"Coal": 0.1542,
|
|
5606
|
+
"Gas": 0.4853,
|
|
5607
|
+
"Hydro": 0.2391,
|
|
5542
5608
|
"Nuclear": 0,
|
|
5543
|
-
"Other Fossil": 0.
|
|
5544
|
-
"Other Renewables": 0.
|
|
5545
|
-
"Solar": 0.
|
|
5546
|
-
"Wind": 0.
|
|
5609
|
+
"Other Fossil": 0.0347,
|
|
5610
|
+
"Other Renewables": 0.0013,
|
|
5611
|
+
"Solar": 0.0006,
|
|
5612
|
+
"Wind": 0.0319
|
|
5547
5613
|
},
|
|
5548
5614
|
"2024-12": {
|
|
5549
|
-
"Bioenergy": 0.
|
|
5550
|
-
"Coal": 0.
|
|
5551
|
-
"Gas": 0.
|
|
5552
|
-
"Hydro": 0.
|
|
5615
|
+
"Bioenergy": 0.053,
|
|
5616
|
+
"Coal": 0.1542,
|
|
5617
|
+
"Gas": 0.4853,
|
|
5618
|
+
"Hydro": 0.2391,
|
|
5553
5619
|
"Nuclear": 0,
|
|
5554
|
-
"Other Fossil": 0.
|
|
5555
|
-
"Other Renewables": 0.
|
|
5556
|
-
"Solar": 0.
|
|
5557
|
-
"Wind": 0.
|
|
5620
|
+
"Other Fossil": 0.0347,
|
|
5621
|
+
"Other Renewables": 0.0013,
|
|
5622
|
+
"Solar": 0.0006,
|
|
5623
|
+
"Wind": 0.0319
|
|
5624
|
+
},
|
|
5625
|
+
"2025-01": {
|
|
5626
|
+
"Bioenergy": 0.053,
|
|
5627
|
+
"Coal": 0.1542,
|
|
5628
|
+
"Gas": 0.4853,
|
|
5629
|
+
"Hydro": 0.2391,
|
|
5630
|
+
"Nuclear": 0,
|
|
5631
|
+
"Other Fossil": 0.0347,
|
|
5632
|
+
"Other Renewables": 0.0013,
|
|
5633
|
+
"Solar": 0.0006,
|
|
5634
|
+
"Wind": 0.0319
|
|
5558
5635
|
}
|
|
5559
5636
|
},
|
|
5560
5637
|
"CA-NU": {
|
|
@@ -6331,23 +6408,34 @@
|
|
|
6331
6408
|
"2024-11": {
|
|
6332
6409
|
"Bioenergy": 0.0727,
|
|
6333
6410
|
"Coal": 0.2116,
|
|
6334
|
-
"Gas": 0.
|
|
6411
|
+
"Gas": 0.6662,
|
|
6335
6412
|
"Hydro": 0,
|
|
6336
6413
|
"Nuclear": 0,
|
|
6337
6414
|
"Other Fossil": 0.0476,
|
|
6338
6415
|
"Other Renewables": 0.0018,
|
|
6339
|
-
"Solar": 0
|
|
6416
|
+
"Solar": 0,
|
|
6340
6417
|
"Wind": 0
|
|
6341
6418
|
},
|
|
6342
6419
|
"2024-12": {
|
|
6343
6420
|
"Bioenergy": 0.0727,
|
|
6344
6421
|
"Coal": 0.2116,
|
|
6345
|
-
"Gas": 0.
|
|
6422
|
+
"Gas": 0.6662,
|
|
6346
6423
|
"Hydro": 0,
|
|
6347
6424
|
"Nuclear": 0,
|
|
6348
6425
|
"Other Fossil": 0.0476,
|
|
6349
6426
|
"Other Renewables": 0.0018,
|
|
6350
|
-
"Solar": 0
|
|
6427
|
+
"Solar": 0,
|
|
6428
|
+
"Wind": 0
|
|
6429
|
+
},
|
|
6430
|
+
"2025-01": {
|
|
6431
|
+
"Bioenergy": 0.0727,
|
|
6432
|
+
"Coal": 0.2116,
|
|
6433
|
+
"Gas": 0.6662,
|
|
6434
|
+
"Hydro": 0,
|
|
6435
|
+
"Nuclear": 0,
|
|
6436
|
+
"Other Fossil": 0.0476,
|
|
6437
|
+
"Other Renewables": 0.0018,
|
|
6438
|
+
"Solar": 0,
|
|
6351
6439
|
"Wind": 0
|
|
6352
6440
|
}
|
|
6353
6441
|
},
|
|
@@ -7123,26 +7211,37 @@
|
|
|
7123
7211
|
"Wind": 0.0998
|
|
7124
7212
|
},
|
|
7125
7213
|
"2024-11": {
|
|
7126
|
-
"Bioenergy": 0.
|
|
7127
|
-
"Coal": 0.
|
|
7128
|
-
"Gas": 0.
|
|
7129
|
-
"Hydro": 0.
|
|
7130
|
-
"Nuclear": 0.
|
|
7131
|
-
"Other Fossil": 0.
|
|
7132
|
-
"Other Renewables": 0.
|
|
7133
|
-
"Solar": 0.
|
|
7134
|
-
"Wind": 0.
|
|
7214
|
+
"Bioenergy": 0.01,
|
|
7215
|
+
"Coal": 0.0291,
|
|
7216
|
+
"Gas": 0.0916,
|
|
7217
|
+
"Hydro": 0.2505,
|
|
7218
|
+
"Nuclear": 0.4926,
|
|
7219
|
+
"Other Fossil": 0.0065,
|
|
7220
|
+
"Other Renewables": 0.0002,
|
|
7221
|
+
"Solar": 0.0078,
|
|
7222
|
+
"Wind": 0.1117
|
|
7135
7223
|
},
|
|
7136
7224
|
"2024-12": {
|
|
7137
|
-
"Bioenergy": 0.
|
|
7138
|
-
"Coal": 0.
|
|
7139
|
-
"Gas": 0.
|
|
7140
|
-
"Hydro": 0.
|
|
7141
|
-
"Nuclear": 0.
|
|
7142
|
-
"Other Fossil": 0.
|
|
7143
|
-
"Other Renewables": 0.
|
|
7144
|
-
"Solar": 0.
|
|
7145
|
-
"Wind": 0.
|
|
7225
|
+
"Bioenergy": 0.01,
|
|
7226
|
+
"Coal": 0.0291,
|
|
7227
|
+
"Gas": 0.0916,
|
|
7228
|
+
"Hydro": 0.2505,
|
|
7229
|
+
"Nuclear": 0.4926,
|
|
7230
|
+
"Other Fossil": 0.0065,
|
|
7231
|
+
"Other Renewables": 0.0002,
|
|
7232
|
+
"Solar": 0.0078,
|
|
7233
|
+
"Wind": 0.1117
|
|
7234
|
+
},
|
|
7235
|
+
"2025-01": {
|
|
7236
|
+
"Bioenergy": 0.01,
|
|
7237
|
+
"Coal": 0.0291,
|
|
7238
|
+
"Gas": 0.0916,
|
|
7239
|
+
"Hydro": 0.2505,
|
|
7240
|
+
"Nuclear": 0.4926,
|
|
7241
|
+
"Other Fossil": 0.0065,
|
|
7242
|
+
"Other Renewables": 0.0002,
|
|
7243
|
+
"Solar": 0.0078,
|
|
7244
|
+
"Wind": 0.1117
|
|
7146
7245
|
}
|
|
7147
7246
|
},
|
|
7148
7247
|
"CA-PE": {
|
|
@@ -7917,26 +8016,37 @@
|
|
|
7917
8016
|
"Wind": 0.9303
|
|
7918
8017
|
},
|
|
7919
8018
|
"2024-11": {
|
|
7920
|
-
"Bioenergy": 0.
|
|
7921
|
-
"Coal": 0.
|
|
7922
|
-
"Gas": 0.
|
|
8019
|
+
"Bioenergy": 0.0005,
|
|
8020
|
+
"Coal": 0.0015,
|
|
8021
|
+
"Gas": 0.0048,
|
|
7923
8022
|
"Hydro": 0,
|
|
7924
8023
|
"Nuclear": 0,
|
|
7925
|
-
"Other Fossil": 0.
|
|
8024
|
+
"Other Fossil": 0.0003,
|
|
7926
8025
|
"Other Renewables": 0,
|
|
7927
|
-
"Solar": 0.
|
|
7928
|
-
"Wind": 0.
|
|
8026
|
+
"Solar": 0.019,
|
|
8027
|
+
"Wind": 0.9739
|
|
7929
8028
|
},
|
|
7930
8029
|
"2024-12": {
|
|
7931
|
-
"Bioenergy": 0.
|
|
7932
|
-
"Coal": 0.
|
|
7933
|
-
"Gas": 0.
|
|
8030
|
+
"Bioenergy": 0.0005,
|
|
8031
|
+
"Coal": 0.0015,
|
|
8032
|
+
"Gas": 0.0048,
|
|
7934
8033
|
"Hydro": 0,
|
|
7935
8034
|
"Nuclear": 0,
|
|
7936
|
-
"Other Fossil": 0.
|
|
8035
|
+
"Other Fossil": 0.0003,
|
|
7937
8036
|
"Other Renewables": 0,
|
|
7938
|
-
"Solar": 0.
|
|
7939
|
-
"Wind": 0.
|
|
8037
|
+
"Solar": 0.019,
|
|
8038
|
+
"Wind": 0.9739
|
|
8039
|
+
},
|
|
8040
|
+
"2025-01": {
|
|
8041
|
+
"Bioenergy": 0.0005,
|
|
8042
|
+
"Coal": 0.0015,
|
|
8043
|
+
"Gas": 0.0048,
|
|
8044
|
+
"Hydro": 0,
|
|
8045
|
+
"Nuclear": 0,
|
|
8046
|
+
"Other Fossil": 0.0003,
|
|
8047
|
+
"Other Renewables": 0,
|
|
8048
|
+
"Solar": 0.019,
|
|
8049
|
+
"Wind": 0.9739
|
|
7940
8050
|
}
|
|
7941
8051
|
},
|
|
7942
8052
|
"CA-QC": {
|
|
@@ -8711,26 +8821,37 @@
|
|
|
8711
8821
|
"Wind": 0.0808
|
|
8712
8822
|
},
|
|
8713
8823
|
"2024-11": {
|
|
8714
|
-
"Bioenergy": 0.
|
|
8715
|
-
"Coal": 0.
|
|
8716
|
-
"Gas": 0.
|
|
8717
|
-
"Hydro": 0.
|
|
8824
|
+
"Bioenergy": 0.0008,
|
|
8825
|
+
"Coal": 0.0023,
|
|
8826
|
+
"Gas": 0.0071,
|
|
8827
|
+
"Hydro": 0.9217,
|
|
8718
8828
|
"Nuclear": 0,
|
|
8719
|
-
"Other Fossil": 0.
|
|
8829
|
+
"Other Fossil": 0.0005,
|
|
8720
8830
|
"Other Renewables": 0,
|
|
8721
|
-
"Solar": 0
|
|
8722
|
-
"Wind": 0.
|
|
8831
|
+
"Solar": 0,
|
|
8832
|
+
"Wind": 0.0675
|
|
8723
8833
|
},
|
|
8724
8834
|
"2024-12": {
|
|
8725
|
-
"Bioenergy": 0.
|
|
8726
|
-
"Coal": 0.
|
|
8727
|
-
"Gas": 0.
|
|
8728
|
-
"Hydro": 0.
|
|
8835
|
+
"Bioenergy": 0.0008,
|
|
8836
|
+
"Coal": 0.0023,
|
|
8837
|
+
"Gas": 0.0071,
|
|
8838
|
+
"Hydro": 0.9217,
|
|
8729
8839
|
"Nuclear": 0,
|
|
8730
|
-
"Other Fossil": 0.
|
|
8840
|
+
"Other Fossil": 0.0005,
|
|
8731
8841
|
"Other Renewables": 0,
|
|
8732
|
-
"Solar": 0
|
|
8733
|
-
"Wind": 0.
|
|
8842
|
+
"Solar": 0,
|
|
8843
|
+
"Wind": 0.0675
|
|
8844
|
+
},
|
|
8845
|
+
"2025-01": {
|
|
8846
|
+
"Bioenergy": 0.0008,
|
|
8847
|
+
"Coal": 0.0023,
|
|
8848
|
+
"Gas": 0.0071,
|
|
8849
|
+
"Hydro": 0.9217,
|
|
8850
|
+
"Nuclear": 0,
|
|
8851
|
+
"Other Fossil": 0.0005,
|
|
8852
|
+
"Other Renewables": 0,
|
|
8853
|
+
"Solar": 0,
|
|
8854
|
+
"Wind": 0.0675
|
|
8734
8855
|
}
|
|
8735
8856
|
},
|
|
8736
8857
|
"CA-SK": {
|
|
@@ -9505,26 +9626,37 @@
|
|
|
9505
9626
|
"Wind": 0.1038
|
|
9506
9627
|
},
|
|
9507
9628
|
"2024-11": {
|
|
9508
|
-
"Bioenergy": 0.
|
|
9509
|
-
"Coal": 0.
|
|
9510
|
-
"Gas": 0.
|
|
9511
|
-
"Hydro": 0.
|
|
9629
|
+
"Bioenergy": 0.0577,
|
|
9630
|
+
"Coal": 0.1679,
|
|
9631
|
+
"Gas": 0.5285,
|
|
9632
|
+
"Hydro": 0.0953,
|
|
9512
9633
|
"Nuclear": 0,
|
|
9513
|
-
"Other Fossil": 0.
|
|
9634
|
+
"Other Fossil": 0.0378,
|
|
9514
9635
|
"Other Renewables": 0.0014,
|
|
9515
|
-
"Solar": 0.
|
|
9516
|
-
"Wind": 0.
|
|
9636
|
+
"Solar": 0.001,
|
|
9637
|
+
"Wind": 0.1104
|
|
9517
9638
|
},
|
|
9518
9639
|
"2024-12": {
|
|
9519
|
-
"Bioenergy": 0.
|
|
9520
|
-
"Coal": 0.
|
|
9521
|
-
"Gas": 0.
|
|
9522
|
-
"Hydro": 0.
|
|
9640
|
+
"Bioenergy": 0.0577,
|
|
9641
|
+
"Coal": 0.1679,
|
|
9642
|
+
"Gas": 0.5285,
|
|
9643
|
+
"Hydro": 0.0953,
|
|
9523
9644
|
"Nuclear": 0,
|
|
9524
|
-
"Other Fossil": 0.
|
|
9645
|
+
"Other Fossil": 0.0378,
|
|
9525
9646
|
"Other Renewables": 0.0014,
|
|
9526
|
-
"Solar": 0.
|
|
9527
|
-
"Wind": 0.
|
|
9647
|
+
"Solar": 0.001,
|
|
9648
|
+
"Wind": 0.1104
|
|
9649
|
+
},
|
|
9650
|
+
"2025-01": {
|
|
9651
|
+
"Bioenergy": 0.0577,
|
|
9652
|
+
"Coal": 0.1679,
|
|
9653
|
+
"Gas": 0.5285,
|
|
9654
|
+
"Hydro": 0.0953,
|
|
9655
|
+
"Nuclear": 0,
|
|
9656
|
+
"Other Fossil": 0.0378,
|
|
9657
|
+
"Other Renewables": 0.0014,
|
|
9658
|
+
"Solar": 0.001,
|
|
9659
|
+
"Wind": 0.1104
|
|
9528
9660
|
}
|
|
9529
9661
|
},
|
|
9530
9662
|
"CA-YT": {
|
|
@@ -10299,26 +10431,37 @@
|
|
|
10299
10431
|
"Wind": 0.0095
|
|
10300
10432
|
},
|
|
10301
10433
|
"2024-11": {
|
|
10302
|
-
"Bioenergy": 0.
|
|
10303
|
-
"Coal": 0.
|
|
10304
|
-
"Gas": 0.
|
|
10305
|
-
"Hydro": 0.
|
|
10434
|
+
"Bioenergy": 0.0229,
|
|
10435
|
+
"Coal": 0.0666,
|
|
10436
|
+
"Gas": 0.2097,
|
|
10437
|
+
"Hydro": 0.6767,
|
|
10306
10438
|
"Nuclear": 0,
|
|
10307
|
-
"Other Fossil": 0.
|
|
10308
|
-
"Other Renewables": 0.
|
|
10309
|
-
"Solar": 0.
|
|
10310
|
-
"Wind": 0.
|
|
10439
|
+
"Other Fossil": 0.015,
|
|
10440
|
+
"Other Renewables": 0.0006,
|
|
10441
|
+
"Solar": 0.0012,
|
|
10442
|
+
"Wind": 0.0074
|
|
10311
10443
|
},
|
|
10312
10444
|
"2024-12": {
|
|
10313
|
-
"Bioenergy": 0.
|
|
10314
|
-
"Coal": 0.
|
|
10315
|
-
"Gas": 0.
|
|
10316
|
-
"Hydro": 0.
|
|
10445
|
+
"Bioenergy": 0.0229,
|
|
10446
|
+
"Coal": 0.0666,
|
|
10447
|
+
"Gas": 0.2097,
|
|
10448
|
+
"Hydro": 0.6767,
|
|
10317
10449
|
"Nuclear": 0,
|
|
10318
|
-
"Other Fossil": 0.
|
|
10319
|
-
"Other Renewables": 0.
|
|
10320
|
-
"Solar": 0.
|
|
10321
|
-
"Wind": 0.
|
|
10450
|
+
"Other Fossil": 0.015,
|
|
10451
|
+
"Other Renewables": 0.0006,
|
|
10452
|
+
"Solar": 0.0012,
|
|
10453
|
+
"Wind": 0.0074
|
|
10454
|
+
},
|
|
10455
|
+
"2025-01": {
|
|
10456
|
+
"Bioenergy": 0.0229,
|
|
10457
|
+
"Coal": 0.0666,
|
|
10458
|
+
"Gas": 0.2097,
|
|
10459
|
+
"Hydro": 0.6767,
|
|
10460
|
+
"Nuclear": 0,
|
|
10461
|
+
"Other Fossil": 0.015,
|
|
10462
|
+
"Other Renewables": 0.0006,
|
|
10463
|
+
"Solar": 0.0012,
|
|
10464
|
+
"Wind": 0.0074
|
|
10322
10465
|
}
|
|
10323
10466
|
},
|
|
10324
10467
|
"US-AK": {
|
|
@@ -11113,6 +11256,17 @@
|
|
|
11113
11256
|
"Other Renewables": 0,
|
|
11114
11257
|
"Solar": 0,
|
|
11115
11258
|
"Wind": 0.023
|
|
11259
|
+
},
|
|
11260
|
+
"2025-01": {
|
|
11261
|
+
"Bioenergy": 0.0079,
|
|
11262
|
+
"Coal": 0.1072,
|
|
11263
|
+
"Gas": 0.4131,
|
|
11264
|
+
"Hydro": 0.2986,
|
|
11265
|
+
"Nuclear": 0,
|
|
11266
|
+
"Other Fossil": 0.1502,
|
|
11267
|
+
"Other Renewables": 0,
|
|
11268
|
+
"Solar": 0,
|
|
11269
|
+
"Wind": 0.023
|
|
11116
11270
|
}
|
|
11117
11271
|
},
|
|
11118
11272
|
"US-AL": {
|
|
@@ -11907,6 +12061,17 @@
|
|
|
11907
12061
|
"Other Renewables": 0,
|
|
11908
12062
|
"Solar": 0.0059,
|
|
11909
12063
|
"Wind": 0
|
|
12064
|
+
},
|
|
12065
|
+
"2025-01": {
|
|
12066
|
+
"Bioenergy": 0.0242,
|
|
12067
|
+
"Coal": 0.1262,
|
|
12068
|
+
"Gas": 0.4436,
|
|
12069
|
+
"Hydro": 0.0513,
|
|
12070
|
+
"Nuclear": 0.3489,
|
|
12071
|
+
"Other Fossil": 0,
|
|
12072
|
+
"Other Renewables": 0,
|
|
12073
|
+
"Solar": 0.0059,
|
|
12074
|
+
"Wind": 0
|
|
11910
12075
|
}
|
|
11911
12076
|
},
|
|
11912
12077
|
"US-AR": {
|
|
@@ -12701,6 +12866,17 @@
|
|
|
12701
12866
|
"Other Renewables": 0,
|
|
12702
12867
|
"Solar": 0.0453,
|
|
12703
12868
|
"Wind": 0
|
|
12869
|
+
},
|
|
12870
|
+
"2025-01": {
|
|
12871
|
+
"Bioenergy": 0.0182,
|
|
12872
|
+
"Coal": 0.1506,
|
|
12873
|
+
"Gas": 0.403,
|
|
12874
|
+
"Hydro": 0.055,
|
|
12875
|
+
"Nuclear": 0.3275,
|
|
12876
|
+
"Other Fossil": 0.0004,
|
|
12877
|
+
"Other Renewables": 0,
|
|
12878
|
+
"Solar": 0.0453,
|
|
12879
|
+
"Wind": 0
|
|
12704
12880
|
}
|
|
12705
12881
|
},
|
|
12706
12882
|
"US-AZ": {
|
|
@@ -13495,6 +13671,17 @@
|
|
|
13495
13671
|
"Other Renewables": 0,
|
|
13496
13672
|
"Solar": 0.0853,
|
|
13497
13673
|
"Wind": 0.0293
|
|
13674
|
+
},
|
|
13675
|
+
"2025-01": {
|
|
13676
|
+
"Bioenergy": 0.0023,
|
|
13677
|
+
"Coal": 0.0755,
|
|
13678
|
+
"Gas": 0.4736,
|
|
13679
|
+
"Hydro": 0.0405,
|
|
13680
|
+
"Nuclear": 0.293,
|
|
13681
|
+
"Other Fossil": 0.0005,
|
|
13682
|
+
"Other Renewables": 0,
|
|
13683
|
+
"Solar": 0.0853,
|
|
13684
|
+
"Wind": 0.0293
|
|
13498
13685
|
}
|
|
13499
13686
|
},
|
|
13500
13687
|
"US-CA": {
|
|
@@ -14289,6 +14476,17 @@
|
|
|
14289
14476
|
"Other Renewables": 0.0594,
|
|
14290
14477
|
"Solar": 0.1871,
|
|
14291
14478
|
"Wind": 0.0769
|
|
14479
|
+
},
|
|
14480
|
+
"2025-01": {
|
|
14481
|
+
"Bioenergy": 0.0261,
|
|
14482
|
+
"Coal": 0.0015,
|
|
14483
|
+
"Gas": 0.4632,
|
|
14484
|
+
"Hydro": 0.0783,
|
|
14485
|
+
"Nuclear": 0.1075,
|
|
14486
|
+
"Other Fossil": 0,
|
|
14487
|
+
"Other Renewables": 0.0594,
|
|
14488
|
+
"Solar": 0.1871,
|
|
14489
|
+
"Wind": 0.0769
|
|
14292
14490
|
}
|
|
14293
14491
|
},
|
|
14294
14492
|
"US-CO": {
|
|
@@ -15083,6 +15281,17 @@
|
|
|
15083
15281
|
"Other Renewables": 0,
|
|
15084
15282
|
"Solar": 0.0588,
|
|
15085
15283
|
"Wind": 0.3183
|
|
15284
|
+
},
|
|
15285
|
+
"2025-01": {
|
|
15286
|
+
"Bioenergy": 0.0011,
|
|
15287
|
+
"Coal": 0.2826,
|
|
15288
|
+
"Gas": 0.3119,
|
|
15289
|
+
"Hydro": 0.0274,
|
|
15290
|
+
"Nuclear": 0,
|
|
15291
|
+
"Other Fossil": 0,
|
|
15292
|
+
"Other Renewables": 0,
|
|
15293
|
+
"Solar": 0.0588,
|
|
15294
|
+
"Wind": 0.3183
|
|
15086
15295
|
}
|
|
15087
15296
|
},
|
|
15088
15297
|
"US-CT": {
|
|
@@ -15877,6 +16086,17 @@
|
|
|
15877
16086
|
"Other Renewables": 0,
|
|
15878
16087
|
"Solar": 0.0079,
|
|
15879
16088
|
"Wind": 0.0002
|
|
16089
|
+
},
|
|
16090
|
+
"2025-01": {
|
|
16091
|
+
"Bioenergy": 0.0132,
|
|
16092
|
+
"Coal": 0,
|
|
16093
|
+
"Gas": 0.6137,
|
|
16094
|
+
"Hydro": 0.0083,
|
|
16095
|
+
"Nuclear": 0.3443,
|
|
16096
|
+
"Other Fossil": 0.0124,
|
|
16097
|
+
"Other Renewables": 0,
|
|
16098
|
+
"Solar": 0.0079,
|
|
16099
|
+
"Wind": 0.0002
|
|
15880
16100
|
}
|
|
15881
16101
|
},
|
|
15882
16102
|
"US-DE": {
|
|
@@ -16671,6 +16891,17 @@
|
|
|
16671
16891
|
"Other Renewables": 0,
|
|
16672
16892
|
"Solar": 0.0346,
|
|
16673
16893
|
"Wind": 0.0016
|
|
16894
|
+
},
|
|
16895
|
+
"2025-01": {
|
|
16896
|
+
"Bioenergy": 0.0175,
|
|
16897
|
+
"Coal": 0.0238,
|
|
16898
|
+
"Gas": 0.917,
|
|
16899
|
+
"Hydro": 0,
|
|
16900
|
+
"Nuclear": 0,
|
|
16901
|
+
"Other Fossil": 0.0054,
|
|
16902
|
+
"Other Renewables": 0,
|
|
16903
|
+
"Solar": 0.0346,
|
|
16904
|
+
"Wind": 0.0016
|
|
16674
16905
|
}
|
|
16675
16906
|
},
|
|
16676
16907
|
"US-FL": {
|
|
@@ -17465,6 +17696,17 @@
|
|
|
17465
17696
|
"Other Renewables": 0,
|
|
17466
17697
|
"Solar": 0.0655,
|
|
17467
17698
|
"Wind": 0
|
|
17699
|
+
},
|
|
17700
|
+
"2025-01": {
|
|
17701
|
+
"Bioenergy": 0.0124,
|
|
17702
|
+
"Coal": 0.0182,
|
|
17703
|
+
"Gas": 0.7768,
|
|
17704
|
+
"Hydro": 0,
|
|
17705
|
+
"Nuclear": 0.1153,
|
|
17706
|
+
"Other Fossil": 0.0116,
|
|
17707
|
+
"Other Renewables": 0,
|
|
17708
|
+
"Solar": 0.0655,
|
|
17709
|
+
"Wind": 0
|
|
17468
17710
|
}
|
|
17469
17711
|
},
|
|
17470
17712
|
"US-GA": {
|
|
@@ -18259,6 +18501,17 @@
|
|
|
18259
18501
|
"Other Renewables": 0,
|
|
18260
18502
|
"Solar": 0.0519,
|
|
18261
18503
|
"Wind": 0
|
|
18504
|
+
},
|
|
18505
|
+
"2025-01": {
|
|
18506
|
+
"Bioenergy": 0.0432,
|
|
18507
|
+
"Coal": 0.0887,
|
|
18508
|
+
"Gas": 0.4267,
|
|
18509
|
+
"Hydro": 0.0131,
|
|
18510
|
+
"Nuclear": 0.3741,
|
|
18511
|
+
"Other Fossil": 0.0024,
|
|
18512
|
+
"Other Renewables": 0,
|
|
18513
|
+
"Solar": 0.0519,
|
|
18514
|
+
"Wind": 0
|
|
18262
18515
|
}
|
|
18263
18516
|
},
|
|
18264
18517
|
"US-HI": {
|
|
@@ -19053,6 +19306,17 @@
|
|
|
19053
19306
|
"Other Renewables": 0.0257,
|
|
19054
19307
|
"Solar": 0.0737,
|
|
19055
19308
|
"Wind": 0.0701
|
|
19309
|
+
},
|
|
19310
|
+
"2025-01": {
|
|
19311
|
+
"Bioenergy": 0.0271,
|
|
19312
|
+
"Coal": 0,
|
|
19313
|
+
"Gas": 0,
|
|
19314
|
+
"Hydro": 0.0143,
|
|
19315
|
+
"Nuclear": 0,
|
|
19316
|
+
"Other Fossil": 0.7891,
|
|
19317
|
+
"Other Renewables": 0.0257,
|
|
19318
|
+
"Solar": 0.0737,
|
|
19319
|
+
"Wind": 0.0701
|
|
19056
19320
|
}
|
|
19057
19321
|
},
|
|
19058
19322
|
"US-IA": {
|
|
@@ -19847,6 +20111,17 @@
|
|
|
19847
20111
|
"Other Renewables": 0,
|
|
19848
20112
|
"Solar": 0.0065,
|
|
19849
20113
|
"Wind": 0.665
|
|
20114
|
+
},
|
|
20115
|
+
"2025-01": {
|
|
20116
|
+
"Bioenergy": 0.0025,
|
|
20117
|
+
"Coal": 0.2221,
|
|
20118
|
+
"Gas": 0.0912,
|
|
20119
|
+
"Hydro": 0.0128,
|
|
20120
|
+
"Nuclear": 0,
|
|
20121
|
+
"Other Fossil": 0,
|
|
20122
|
+
"Other Renewables": 0,
|
|
20123
|
+
"Solar": 0.0065,
|
|
20124
|
+
"Wind": 0.665
|
|
19850
20125
|
}
|
|
19851
20126
|
},
|
|
19852
20127
|
"US-ID": {
|
|
@@ -20641,6 +20916,17 @@
|
|
|
20641
20916
|
"Other Renewables": 0,
|
|
20642
20917
|
"Solar": 0.0309,
|
|
20643
20918
|
"Wind": 0.1785
|
|
20919
|
+
},
|
|
20920
|
+
"2025-01": {
|
|
20921
|
+
"Bioenergy": 0.0251,
|
|
20922
|
+
"Coal": 0,
|
|
20923
|
+
"Gas": 0.3106,
|
|
20924
|
+
"Hydro": 0.451,
|
|
20925
|
+
"Nuclear": 0,
|
|
20926
|
+
"Other Fossil": 0.004,
|
|
20927
|
+
"Other Renewables": 0,
|
|
20928
|
+
"Solar": 0.0309,
|
|
20929
|
+
"Wind": 0.1785
|
|
20644
20930
|
}
|
|
20645
20931
|
},
|
|
20646
20932
|
"US-IL": {
|
|
@@ -21435,6 +21721,17 @@
|
|
|
21435
21721
|
"Other Renewables": 0,
|
|
21436
21722
|
"Solar": 0.0133,
|
|
21437
21723
|
"Wind": 0.1714
|
|
21724
|
+
},
|
|
21725
|
+
"2025-01": {
|
|
21726
|
+
"Bioenergy": 0.0014,
|
|
21727
|
+
"Coal": 0.1165,
|
|
21728
|
+
"Gas": 0.1254,
|
|
21729
|
+
"Hydro": 0,
|
|
21730
|
+
"Nuclear": 0.5706,
|
|
21731
|
+
"Other Fossil": 0.0014,
|
|
21732
|
+
"Other Renewables": 0,
|
|
21733
|
+
"Solar": 0.0133,
|
|
21734
|
+
"Wind": 0.1714
|
|
21438
21735
|
}
|
|
21439
21736
|
},
|
|
21440
21737
|
"US-IN": {
|
|
@@ -22229,6 +22526,17 @@
|
|
|
22229
22526
|
"Other Renewables": 0,
|
|
22230
22527
|
"Solar": 0.0209,
|
|
22231
22528
|
"Wind": 0.1354
|
|
22529
|
+
},
|
|
22530
|
+
"2025-01": {
|
|
22531
|
+
"Bioenergy": 0.0024,
|
|
22532
|
+
"Coal": 0.4306,
|
|
22533
|
+
"Gas": 0.3997,
|
|
22534
|
+
"Hydro": 0.0046,
|
|
22535
|
+
"Nuclear": 0,
|
|
22536
|
+
"Other Fossil": 0.0065,
|
|
22537
|
+
"Other Renewables": 0,
|
|
22538
|
+
"Solar": 0.0209,
|
|
22539
|
+
"Wind": 0.1354
|
|
22232
22540
|
}
|
|
22233
22541
|
},
|
|
22234
22542
|
"US-KS": {
|
|
@@ -23023,6 +23331,17 @@
|
|
|
23023
23331
|
"Other Renewables": 0,
|
|
23024
23332
|
"Solar": 0.0009,
|
|
23025
23333
|
"Wind": 0.5715
|
|
23334
|
+
},
|
|
23335
|
+
"2025-01": {
|
|
23336
|
+
"Bioenergy": 0.0011,
|
|
23337
|
+
"Coal": 0.1447,
|
|
23338
|
+
"Gas": 0.091,
|
|
23339
|
+
"Hydro": 0.0001,
|
|
23340
|
+
"Nuclear": 0.189,
|
|
23341
|
+
"Other Fossil": 0.0015,
|
|
23342
|
+
"Other Renewables": 0,
|
|
23343
|
+
"Solar": 0.0009,
|
|
23344
|
+
"Wind": 0.5715
|
|
23026
23345
|
}
|
|
23027
23346
|
},
|
|
23028
23347
|
"US-KY": {
|
|
@@ -23817,6 +24136,17 @@
|
|
|
23817
24136
|
"Other Renewables": 0,
|
|
23818
24137
|
"Solar": 0.0029,
|
|
23819
24138
|
"Wind": 0
|
|
24139
|
+
},
|
|
24140
|
+
"2025-01": {
|
|
24141
|
+
"Bioenergy": 0.0079,
|
|
24142
|
+
"Coal": 0.6684,
|
|
24143
|
+
"Gas": 0.2484,
|
|
24144
|
+
"Hydro": 0.0707,
|
|
24145
|
+
"Nuclear": 0,
|
|
24146
|
+
"Other Fossil": 0.0017,
|
|
24147
|
+
"Other Renewables": 0,
|
|
24148
|
+
"Solar": 0.0029,
|
|
24149
|
+
"Wind": 0
|
|
23820
24150
|
}
|
|
23821
24151
|
},
|
|
23822
24152
|
"US-LA": {
|
|
@@ -24611,6 +24941,17 @@
|
|
|
24611
24941
|
"Other Renewables": 0,
|
|
24612
24942
|
"Solar": 0.0145,
|
|
24613
24943
|
"Wind": 0
|
|
24944
|
+
},
|
|
24945
|
+
"2025-01": {
|
|
24946
|
+
"Bioenergy": 0.0203,
|
|
24947
|
+
"Coal": 0.0283,
|
|
24948
|
+
"Gas": 0.7401,
|
|
24949
|
+
"Hydro": 0.0066,
|
|
24950
|
+
"Nuclear": 0.1877,
|
|
24951
|
+
"Other Fossil": 0.0025,
|
|
24952
|
+
"Other Renewables": 0,
|
|
24953
|
+
"Solar": 0.0145,
|
|
24954
|
+
"Wind": 0
|
|
24614
24955
|
}
|
|
24615
24956
|
},
|
|
24616
24957
|
"US-MA": {
|
|
@@ -25405,6 +25746,17 @@
|
|
|
25405
25746
|
"Other Renewables": 0,
|
|
25406
25747
|
"Solar": 0.0705,
|
|
25407
25748
|
"Wind": 0.0126
|
|
25749
|
+
},
|
|
25750
|
+
"2025-01": {
|
|
25751
|
+
"Bioenergy": 0.0404,
|
|
25752
|
+
"Coal": 0,
|
|
25753
|
+
"Gas": 0.8087,
|
|
25754
|
+
"Hydro": 0.0223,
|
|
25755
|
+
"Nuclear": 0,
|
|
25756
|
+
"Other Fossil": 0.0455,
|
|
25757
|
+
"Other Renewables": 0,
|
|
25758
|
+
"Solar": 0.0705,
|
|
25759
|
+
"Wind": 0.0126
|
|
25408
25760
|
}
|
|
25409
25761
|
},
|
|
25410
25762
|
"US-MD": {
|
|
@@ -26199,6 +26551,17 @@
|
|
|
26199
26551
|
"Other Renewables": 0,
|
|
26200
26552
|
"Solar": 0.0274,
|
|
26201
26553
|
"Wind": 0.0297
|
|
26554
|
+
},
|
|
26555
|
+
"2025-01": {
|
|
26556
|
+
"Bioenergy": 0.0126,
|
|
26557
|
+
"Coal": 0.0218,
|
|
26558
|
+
"Gas": 0.3347,
|
|
26559
|
+
"Hydro": 0.0164,
|
|
26560
|
+
"Nuclear": 0.5426,
|
|
26561
|
+
"Other Fossil": 0.0148,
|
|
26562
|
+
"Other Renewables": 0,
|
|
26563
|
+
"Solar": 0.0274,
|
|
26564
|
+
"Wind": 0.0297
|
|
26202
26565
|
}
|
|
26203
26566
|
},
|
|
26204
26567
|
"US-ME": {
|
|
@@ -26993,6 +27356,17 @@
|
|
|
26993
27356
|
"Other Renewables": 0,
|
|
26994
27357
|
"Solar": 0.0637,
|
|
26995
27358
|
"Wind": 0.2815
|
|
27359
|
+
},
|
|
27360
|
+
"2025-01": {
|
|
27361
|
+
"Bioenergy": 0.1198,
|
|
27362
|
+
"Coal": 0.002,
|
|
27363
|
+
"Gas": 0.2428,
|
|
27364
|
+
"Hydro": 0.2675,
|
|
27365
|
+
"Nuclear": 0,
|
|
27366
|
+
"Other Fossil": 0.0227,
|
|
27367
|
+
"Other Renewables": 0,
|
|
27368
|
+
"Solar": 0.0637,
|
|
27369
|
+
"Wind": 0.2815
|
|
26996
27370
|
}
|
|
26997
27371
|
},
|
|
26998
27372
|
"US-MI": {
|
|
@@ -27787,6 +28161,17 @@
|
|
|
27787
28161
|
"Other Renewables": 0,
|
|
27788
28162
|
"Solar": 0.0093,
|
|
27789
28163
|
"Wind": 0.0987
|
|
28164
|
+
},
|
|
28165
|
+
"2025-01": {
|
|
28166
|
+
"Bioenergy": 0.0159,
|
|
28167
|
+
"Coal": 0.19,
|
|
28168
|
+
"Gas": 0.4214,
|
|
28169
|
+
"Hydro": 0.006,
|
|
28170
|
+
"Nuclear": 0.2491,
|
|
28171
|
+
"Other Fossil": 0.0095,
|
|
28172
|
+
"Other Renewables": 0,
|
|
28173
|
+
"Solar": 0.0093,
|
|
28174
|
+
"Wind": 0.0987
|
|
27790
28175
|
}
|
|
27791
28176
|
},
|
|
27792
28177
|
"US-MN": {
|
|
@@ -28581,6 +28966,17 @@
|
|
|
28581
28966
|
"Other Renewables": 0,
|
|
28582
28967
|
"Solar": 0.0316,
|
|
28583
28968
|
"Wind": 0.3011
|
|
28969
|
+
},
|
|
28970
|
+
"2025-01": {
|
|
28971
|
+
"Bioenergy": 0.0246,
|
|
28972
|
+
"Coal": 0.1829,
|
|
28973
|
+
"Gas": 0.27,
|
|
28974
|
+
"Hydro": 0.0145,
|
|
28975
|
+
"Nuclear": 0.1688,
|
|
28976
|
+
"Other Fossil": 0.0064,
|
|
28977
|
+
"Other Renewables": 0,
|
|
28978
|
+
"Solar": 0.0316,
|
|
28979
|
+
"Wind": 0.3011
|
|
28584
28980
|
}
|
|
28585
28981
|
},
|
|
28586
28982
|
"US-MO": {
|
|
@@ -29375,6 +29771,17 @@
|
|
|
29375
29771
|
"Other Renewables": 0,
|
|
29376
29772
|
"Solar": 0.0031,
|
|
29377
29773
|
"Wind": 0.1302
|
|
29774
|
+
},
|
|
29775
|
+
"2025-01": {
|
|
29776
|
+
"Bioenergy": 0.0019,
|
|
29777
|
+
"Coal": 0.5162,
|
|
29778
|
+
"Gas": 0.1241,
|
|
29779
|
+
"Hydro": 0.0128,
|
|
29780
|
+
"Nuclear": 0.2099,
|
|
29781
|
+
"Other Fossil": 0.0019,
|
|
29782
|
+
"Other Renewables": 0,
|
|
29783
|
+
"Solar": 0.0031,
|
|
29784
|
+
"Wind": 0.1302
|
|
29378
29785
|
}
|
|
29379
29786
|
},
|
|
29380
29787
|
"US-MS": {
|
|
@@ -30169,6 +30576,17 @@
|
|
|
30169
30576
|
"Other Renewables": 0,
|
|
30170
30577
|
"Solar": 0.0237,
|
|
30171
30578
|
"Wind": 0.0097
|
|
30579
|
+
},
|
|
30580
|
+
"2025-01": {
|
|
30581
|
+
"Bioenergy": 0.0206,
|
|
30582
|
+
"Coal": 0.0536,
|
|
30583
|
+
"Gas": 0.7801,
|
|
30584
|
+
"Hydro": 0,
|
|
30585
|
+
"Nuclear": 0.1123,
|
|
30586
|
+
"Other Fossil": 0,
|
|
30587
|
+
"Other Renewables": 0,
|
|
30588
|
+
"Solar": 0.0237,
|
|
30589
|
+
"Wind": 0.0097
|
|
30172
30590
|
}
|
|
30173
30591
|
},
|
|
30174
30592
|
"US-MT": {
|
|
@@ -30963,6 +31381,17 @@
|
|
|
30963
31381
|
"Other Renewables": 0,
|
|
30964
31382
|
"Solar": 0.0065,
|
|
30965
31383
|
"Wind": 0.2457
|
|
31384
|
+
},
|
|
31385
|
+
"2025-01": {
|
|
31386
|
+
"Bioenergy": 0.0009,
|
|
31387
|
+
"Coal": 0.3666,
|
|
31388
|
+
"Gas": 0.0456,
|
|
31389
|
+
"Hydro": 0.315,
|
|
31390
|
+
"Nuclear": 0,
|
|
31391
|
+
"Other Fossil": 0.0198,
|
|
31392
|
+
"Other Renewables": 0,
|
|
31393
|
+
"Solar": 0.0065,
|
|
31394
|
+
"Wind": 0.2457
|
|
30966
31395
|
}
|
|
30967
31396
|
},
|
|
30968
31397
|
"US-NC": {
|
|
@@ -31757,6 +32186,17 @@
|
|
|
31757
32186
|
"Other Renewables": 0,
|
|
31758
32187
|
"Solar": 0.0706,
|
|
31759
32188
|
"Wind": 0.0047
|
|
32189
|
+
},
|
|
32190
|
+
"2025-01": {
|
|
32191
|
+
"Bioenergy": 0.0121,
|
|
32192
|
+
"Coal": 0.0936,
|
|
32193
|
+
"Gas": 0.411,
|
|
32194
|
+
"Hydro": 0.0291,
|
|
32195
|
+
"Nuclear": 0.377,
|
|
32196
|
+
"Other Fossil": 0.002,
|
|
32197
|
+
"Other Renewables": 0,
|
|
32198
|
+
"Solar": 0.0706,
|
|
32199
|
+
"Wind": 0.0047
|
|
31760
32200
|
}
|
|
31761
32201
|
},
|
|
31762
32202
|
"US-ND": {
|
|
@@ -32551,6 +32991,17 @@
|
|
|
32551
32991
|
"Other Renewables": 0,
|
|
32552
32992
|
"Solar": 0,
|
|
32553
32993
|
"Wind": 0.3524
|
|
32994
|
+
},
|
|
32995
|
+
"2025-01": {
|
|
32996
|
+
"Bioenergy": 0,
|
|
32997
|
+
"Coal": 0.5386,
|
|
32998
|
+
"Gas": 0.0591,
|
|
32999
|
+
"Hydro": 0.049,
|
|
33000
|
+
"Nuclear": 0,
|
|
33001
|
+
"Other Fossil": 0.0009,
|
|
33002
|
+
"Other Renewables": 0,
|
|
33003
|
+
"Solar": 0,
|
|
33004
|
+
"Wind": 0.3524
|
|
32554
33005
|
}
|
|
32555
33006
|
},
|
|
32556
33007
|
"US-NE": {
|
|
@@ -33345,6 +33796,17 @@
|
|
|
33345
33796
|
"Other Renewables": 0,
|
|
33346
33797
|
"Solar": 0.0035,
|
|
33347
33798
|
"Wind": 0.3552
|
|
33799
|
+
},
|
|
33800
|
+
"2025-01": {
|
|
33801
|
+
"Bioenergy": 0.0023,
|
|
33802
|
+
"Coal": 0.4153,
|
|
33803
|
+
"Gas": 0.025,
|
|
33804
|
+
"Hydro": 0.0337,
|
|
33805
|
+
"Nuclear": 0.165,
|
|
33806
|
+
"Other Fossil": 0,
|
|
33807
|
+
"Other Renewables": 0,
|
|
33808
|
+
"Solar": 0.0035,
|
|
33809
|
+
"Wind": 0.3552
|
|
33348
33810
|
}
|
|
33349
33811
|
},
|
|
33350
33812
|
"US-NH": {
|
|
@@ -34139,6 +34601,17 @@
|
|
|
34139
34601
|
"Other Renewables": 0,
|
|
34140
34602
|
"Solar": 0,
|
|
34141
34603
|
"Wind": 0.0742
|
|
34604
|
+
},
|
|
34605
|
+
"2025-01": {
|
|
34606
|
+
"Bioenergy": 0.0839,
|
|
34607
|
+
"Coal": 0.0281,
|
|
34608
|
+
"Gas": 0.0159,
|
|
34609
|
+
"Hydro": 0.1434,
|
|
34610
|
+
"Nuclear": 0.6463,
|
|
34611
|
+
"Other Fossil": 0.0084,
|
|
34612
|
+
"Other Renewables": 0,
|
|
34613
|
+
"Solar": 0,
|
|
34614
|
+
"Wind": 0.0742
|
|
34142
34615
|
}
|
|
34143
34616
|
},
|
|
34144
34617
|
"US-NJ": {
|
|
@@ -34933,6 +35406,17 @@
|
|
|
34933
35406
|
"Other Renewables": 0,
|
|
34934
35407
|
"Solar": 0.0227,
|
|
34935
35408
|
"Wind": 0.0004
|
|
35409
|
+
},
|
|
35410
|
+
"2025-01": {
|
|
35411
|
+
"Bioenergy": 0.0112,
|
|
35412
|
+
"Coal": 0,
|
|
35413
|
+
"Gas": 0.5508,
|
|
35414
|
+
"Hydro": 0,
|
|
35415
|
+
"Nuclear": 0.4026,
|
|
35416
|
+
"Other Fossil": 0.0123,
|
|
35417
|
+
"Other Renewables": 0,
|
|
35418
|
+
"Solar": 0.0227,
|
|
35419
|
+
"Wind": 0.0004
|
|
34936
35420
|
}
|
|
34937
35421
|
},
|
|
34938
35422
|
"US-NM": {
|
|
@@ -35727,6 +36211,17 @@
|
|
|
35727
36211
|
"Other Renewables": 0.0004,
|
|
35728
36212
|
"Solar": 0.1263,
|
|
35729
36213
|
"Wind": 0.5104
|
|
36214
|
+
},
|
|
36215
|
+
"2025-01": {
|
|
36216
|
+
"Bioenergy": 0.0004,
|
|
36217
|
+
"Coal": 0.1549,
|
|
36218
|
+
"Gas": 0.2076,
|
|
36219
|
+
"Hydro": 0,
|
|
36220
|
+
"Nuclear": 0,
|
|
36221
|
+
"Other Fossil": 0,
|
|
36222
|
+
"Other Renewables": 0.0004,
|
|
36223
|
+
"Solar": 0.1263,
|
|
36224
|
+
"Wind": 0.5104
|
|
35730
36225
|
}
|
|
35731
36226
|
},
|
|
35732
36227
|
"US-NV": {
|
|
@@ -36521,6 +37016,17 @@
|
|
|
36521
37016
|
"Other Renewables": 0.0958,
|
|
36522
37017
|
"Solar": 0.2463,
|
|
36523
37018
|
"Wind": 0.0108
|
|
37019
|
+
},
|
|
37020
|
+
"2025-01": {
|
|
37021
|
+
"Bioenergy": 0.0014,
|
|
37022
|
+
"Coal": 0.0595,
|
|
37023
|
+
"Gas": 0.538,
|
|
37024
|
+
"Hydro": 0.0482,
|
|
37025
|
+
"Nuclear": 0,
|
|
37026
|
+
"Other Fossil": 0,
|
|
37027
|
+
"Other Renewables": 0.0958,
|
|
37028
|
+
"Solar": 0.2463,
|
|
37029
|
+
"Wind": 0.0108
|
|
36524
37030
|
}
|
|
36525
37031
|
},
|
|
36526
37032
|
"US-NY": {
|
|
@@ -37315,6 +37821,17 @@
|
|
|
37315
37821
|
"Other Renewables": 0,
|
|
37316
37822
|
"Solar": 0.0211,
|
|
37317
37823
|
"Wind": 0.065
|
|
37824
|
+
},
|
|
37825
|
+
"2025-01": {
|
|
37826
|
+
"Bioenergy": 0.0125,
|
|
37827
|
+
"Coal": 0,
|
|
37828
|
+
"Gas": 0.4617,
|
|
37829
|
+
"Hydro": 0.2078,
|
|
37830
|
+
"Nuclear": 0.2219,
|
|
37831
|
+
"Other Fossil": 0.0101,
|
|
37832
|
+
"Other Renewables": 0,
|
|
37833
|
+
"Solar": 0.0211,
|
|
37834
|
+
"Wind": 0.065
|
|
37318
37835
|
}
|
|
37319
37836
|
},
|
|
37320
37837
|
"US-OH": {
|
|
@@ -38109,6 +38626,17 @@
|
|
|
38109
38626
|
"Other Renewables": 0,
|
|
38110
38627
|
"Solar": 0.0202,
|
|
38111
38628
|
"Wind": 0.0271
|
|
38629
|
+
},
|
|
38630
|
+
"2025-01": {
|
|
38631
|
+
"Bioenergy": 0.0023,
|
|
38632
|
+
"Coal": 0.1746,
|
|
38633
|
+
"Gas": 0.6303,
|
|
38634
|
+
"Hydro": 0.0033,
|
|
38635
|
+
"Nuclear": 0.1421,
|
|
38636
|
+
"Other Fossil": 0.0001,
|
|
38637
|
+
"Other Renewables": 0,
|
|
38638
|
+
"Solar": 0.0202,
|
|
38639
|
+
"Wind": 0.0271
|
|
38112
38640
|
}
|
|
38113
38641
|
},
|
|
38114
38642
|
"US-OK": {
|
|
@@ -38903,6 +39431,17 @@
|
|
|
38903
39431
|
"Other Renewables": 0,
|
|
38904
39432
|
"Solar": 0.0027,
|
|
38905
39433
|
"Wind": 0.4529
|
|
39434
|
+
},
|
|
39435
|
+
"2025-01": {
|
|
39436
|
+
"Bioenergy": 0.004,
|
|
39437
|
+
"Coal": 0.0538,
|
|
39438
|
+
"Gas": 0.4713,
|
|
39439
|
+
"Hydro": 0.0145,
|
|
39440
|
+
"Nuclear": 0,
|
|
39441
|
+
"Other Fossil": 0.0007,
|
|
39442
|
+
"Other Renewables": 0,
|
|
39443
|
+
"Solar": 0.0027,
|
|
39444
|
+
"Wind": 0.4529
|
|
38906
39445
|
}
|
|
38907
39446
|
},
|
|
38908
39447
|
"US-OR": {
|
|
@@ -39697,6 +40236,17 @@
|
|
|
39697
40236
|
"Other Renewables": 0.0021,
|
|
39698
40237
|
"Solar": 0.0171,
|
|
39699
40238
|
"Wind": 0.1372
|
|
40239
|
+
},
|
|
40240
|
+
"2025-01": {
|
|
40241
|
+
"Bioenergy": 0.0132,
|
|
40242
|
+
"Coal": 0,
|
|
40243
|
+
"Gas": 0.3967,
|
|
40244
|
+
"Hydro": 0.4337,
|
|
40245
|
+
"Nuclear": 0,
|
|
40246
|
+
"Other Fossil": 0.0001,
|
|
40247
|
+
"Other Renewables": 0.0021,
|
|
40248
|
+
"Solar": 0.0171,
|
|
40249
|
+
"Wind": 0.1372
|
|
39700
40250
|
}
|
|
39701
40251
|
},
|
|
39702
40252
|
"US-PA": {
|
|
@@ -40491,6 +41041,17 @@
|
|
|
40491
41041
|
"Other Renewables": 0,
|
|
40492
41042
|
"Solar": 0.0038,
|
|
40493
41043
|
"Wind": 0.0206
|
|
41044
|
+
},
|
|
41045
|
+
"2025-01": {
|
|
41046
|
+
"Bioenergy": 0.0067,
|
|
41047
|
+
"Coal": 0.037,
|
|
41048
|
+
"Gas": 0.5885,
|
|
41049
|
+
"Hydro": 0.0072,
|
|
41050
|
+
"Nuclear": 0.3321,
|
|
41051
|
+
"Other Fossil": 0.0041,
|
|
41052
|
+
"Other Renewables": 0,
|
|
41053
|
+
"Solar": 0.0038,
|
|
41054
|
+
"Wind": 0.0206
|
|
40494
41055
|
}
|
|
40495
41056
|
},
|
|
40496
41057
|
"US-RI": {
|
|
@@ -41285,6 +41846,17 @@
|
|
|
41285
41846
|
"Other Renewables": 0,
|
|
41286
41847
|
"Solar": 0.0504,
|
|
41287
41848
|
"Wind": 0.0246
|
|
41849
|
+
},
|
|
41850
|
+
"2025-01": {
|
|
41851
|
+
"Bioenergy": 0,
|
|
41852
|
+
"Coal": 0,
|
|
41853
|
+
"Gas": 0.9251,
|
|
41854
|
+
"Hydro": 0,
|
|
41855
|
+
"Nuclear": 0,
|
|
41856
|
+
"Other Fossil": 0,
|
|
41857
|
+
"Other Renewables": 0,
|
|
41858
|
+
"Solar": 0.0504,
|
|
41859
|
+
"Wind": 0.0246
|
|
41288
41860
|
}
|
|
41289
41861
|
},
|
|
41290
41862
|
"US-SC": {
|
|
@@ -42079,6 +42651,17 @@
|
|
|
42079
42651
|
"Other Renewables": 0,
|
|
42080
42652
|
"Solar": 0.0239,
|
|
42081
42653
|
"Wind": 0
|
|
42654
|
+
},
|
|
42655
|
+
"2025-01": {
|
|
42656
|
+
"Bioenergy": 0.0159,
|
|
42657
|
+
"Coal": 0.178,
|
|
42658
|
+
"Gas": 0.2194,
|
|
42659
|
+
"Hydro": 0.0177,
|
|
42660
|
+
"Nuclear": 0.5433,
|
|
42661
|
+
"Other Fossil": 0.0018,
|
|
42662
|
+
"Other Renewables": 0,
|
|
42663
|
+
"Solar": 0.0239,
|
|
42664
|
+
"Wind": 0
|
|
42082
42665
|
}
|
|
42083
42666
|
},
|
|
42084
42667
|
"US-SD": {
|
|
@@ -42873,6 +43456,17 @@
|
|
|
42873
43456
|
"Other Renewables": 0,
|
|
42874
43457
|
"Solar": 0.0118,
|
|
42875
43458
|
"Wind": 0.6111
|
|
43459
|
+
},
|
|
43460
|
+
"2025-01": {
|
|
43461
|
+
"Bioenergy": 0,
|
|
43462
|
+
"Coal": 0.0749,
|
|
43463
|
+
"Gas": 0.0896,
|
|
43464
|
+
"Hydro": 0.2126,
|
|
43465
|
+
"Nuclear": 0,
|
|
43466
|
+
"Other Fossil": 0,
|
|
43467
|
+
"Other Renewables": 0,
|
|
43468
|
+
"Solar": 0.0118,
|
|
43469
|
+
"Wind": 0.6111
|
|
42876
43470
|
}
|
|
42877
43471
|
},
|
|
42878
43472
|
"US-TN": {
|
|
@@ -43667,6 +44261,17 @@
|
|
|
43667
44261
|
"Other Renewables": 0,
|
|
43668
44262
|
"Solar": 0.013,
|
|
43669
44263
|
"Wind": 0
|
|
44264
|
+
},
|
|
44265
|
+
"2025-01": {
|
|
44266
|
+
"Bioenergy": 0.0072,
|
|
44267
|
+
"Coal": 0.2137,
|
|
44268
|
+
"Gas": 0.2849,
|
|
44269
|
+
"Hydro": 0.1165,
|
|
44270
|
+
"Nuclear": 0.3619,
|
|
44271
|
+
"Other Fossil": 0.0028,
|
|
44272
|
+
"Other Renewables": 0,
|
|
44273
|
+
"Solar": 0.013,
|
|
44274
|
+
"Wind": 0
|
|
43670
44275
|
}
|
|
43671
44276
|
},
|
|
43672
44277
|
"US-TX": {
|
|
@@ -44461,6 +45066,17 @@
|
|
|
44461
45066
|
"Other Renewables": 0,
|
|
44462
45067
|
"Solar": 0.0702,
|
|
44463
45068
|
"Wind": 0.263
|
|
45069
|
+
},
|
|
45070
|
+
"2025-01": {
|
|
45071
|
+
"Bioenergy": 0.002,
|
|
45072
|
+
"Coal": 0.1218,
|
|
45073
|
+
"Gas": 0.4774,
|
|
45074
|
+
"Hydro": 0.0012,
|
|
45075
|
+
"Nuclear": 0.0639,
|
|
45076
|
+
"Other Fossil": 0.0004,
|
|
45077
|
+
"Other Renewables": 0,
|
|
45078
|
+
"Solar": 0.0702,
|
|
45079
|
+
"Wind": 0.263
|
|
44464
45080
|
}
|
|
44465
45081
|
},
|
|
44466
45082
|
"US-UT": {
|
|
@@ -45255,6 +45871,17 @@
|
|
|
45255
45871
|
"Other Renewables": 0.0098,
|
|
45256
45872
|
"Solar": 0.0902,
|
|
45257
45873
|
"Wind": 0.0234
|
|
45874
|
+
},
|
|
45875
|
+
"2025-01": {
|
|
45876
|
+
"Bioenergy": 0.0025,
|
|
45877
|
+
"Coal": 0.5804,
|
|
45878
|
+
"Gas": 0.2642,
|
|
45879
|
+
"Hydro": 0.0223,
|
|
45880
|
+
"Nuclear": 0,
|
|
45881
|
+
"Other Fossil": 0.0071,
|
|
45882
|
+
"Other Renewables": 0.0098,
|
|
45883
|
+
"Solar": 0.0902,
|
|
45884
|
+
"Wind": 0.0234
|
|
45258
45885
|
}
|
|
45259
45886
|
},
|
|
45260
45887
|
"US-VA": {
|
|
@@ -46049,6 +46676,17 @@
|
|
|
46049
46676
|
"Other Renewables": 0,
|
|
46050
46677
|
"Solar": 0.0605,
|
|
46051
46678
|
"Wind": 0.0006
|
|
46679
|
+
},
|
|
46680
|
+
"2025-01": {
|
|
46681
|
+
"Bioenergy": 0.0372,
|
|
46682
|
+
"Coal": 0.0025,
|
|
46683
|
+
"Gas": 0.6021,
|
|
46684
|
+
"Hydro": 0,
|
|
46685
|
+
"Nuclear": 0.2933,
|
|
46686
|
+
"Other Fossil": 0.0039,
|
|
46687
|
+
"Other Renewables": 0,
|
|
46688
|
+
"Solar": 0.0605,
|
|
46689
|
+
"Wind": 0.0006
|
|
46052
46690
|
}
|
|
46053
46691
|
},
|
|
46054
46692
|
"US-VT": {
|
|
@@ -46843,6 +47481,17 @@
|
|
|
46843
47481
|
"Other Renewables": 0,
|
|
46844
47482
|
"Solar": 0.0583,
|
|
46845
47483
|
"Wind": 0.2088
|
|
47484
|
+
},
|
|
47485
|
+
"2025-01": {
|
|
47486
|
+
"Bioenergy": 0.1829,
|
|
47487
|
+
"Coal": 0,
|
|
47488
|
+
"Gas": 0.0005,
|
|
47489
|
+
"Hydro": 0.5489,
|
|
47490
|
+
"Nuclear": 0,
|
|
47491
|
+
"Other Fossil": 0.0006,
|
|
47492
|
+
"Other Renewables": 0,
|
|
47493
|
+
"Solar": 0.0583,
|
|
47494
|
+
"Wind": 0.2088
|
|
46846
47495
|
}
|
|
46847
47496
|
},
|
|
46848
47497
|
"US-WA": {
|
|
@@ -47637,6 +48286,17 @@
|
|
|
47637
48286
|
"Other Renewables": 0,
|
|
47638
48287
|
"Solar": 0.0017,
|
|
47639
48288
|
"Wind": 0.0886
|
|
48289
|
+
},
|
|
48290
|
+
"2025-01": {
|
|
48291
|
+
"Bioenergy": 0.0101,
|
|
48292
|
+
"Coal": 0.0403,
|
|
48293
|
+
"Gas": 0.1665,
|
|
48294
|
+
"Hydro": 0.5977,
|
|
48295
|
+
"Nuclear": 0.0943,
|
|
48296
|
+
"Other Fossil": 0.0008,
|
|
48297
|
+
"Other Renewables": 0,
|
|
48298
|
+
"Solar": 0.0017,
|
|
48299
|
+
"Wind": 0.0886
|
|
47640
48300
|
}
|
|
47641
48301
|
},
|
|
47642
48302
|
"US-WI": {
|
|
@@ -48431,6 +49091,17 @@
|
|
|
48431
49091
|
"Other Renewables": 0,
|
|
48432
49092
|
"Solar": 0.0203,
|
|
48433
49093
|
"Wind": 0.0394
|
|
49094
|
+
},
|
|
49095
|
+
"2025-01": {
|
|
49096
|
+
"Bioenergy": 0.0121,
|
|
49097
|
+
"Coal": 0.3327,
|
|
49098
|
+
"Gas": 0.3932,
|
|
49099
|
+
"Hydro": 0.0335,
|
|
49100
|
+
"Nuclear": 0.1668,
|
|
49101
|
+
"Other Fossil": 0.0019,
|
|
49102
|
+
"Other Renewables": 0,
|
|
49103
|
+
"Solar": 0.0203,
|
|
49104
|
+
"Wind": 0.0394
|
|
48434
49105
|
}
|
|
48435
49106
|
},
|
|
48436
49107
|
"US-WV": {
|
|
@@ -49225,6 +49896,17 @@
|
|
|
49225
49896
|
"Other Renewables": 0,
|
|
49226
49897
|
"Solar": 0.0041,
|
|
49227
49898
|
"Wind": 0.0756
|
|
49899
|
+
},
|
|
49900
|
+
"2025-01": {
|
|
49901
|
+
"Bioenergy": 0,
|
|
49902
|
+
"Coal": 0.741,
|
|
49903
|
+
"Gas": 0.1435,
|
|
49904
|
+
"Hydro": 0.0344,
|
|
49905
|
+
"Nuclear": 0,
|
|
49906
|
+
"Other Fossil": 0.0016,
|
|
49907
|
+
"Other Renewables": 0,
|
|
49908
|
+
"Solar": 0.0041,
|
|
49909
|
+
"Wind": 0.0756
|
|
49228
49910
|
}
|
|
49229
49911
|
},
|
|
49230
49912
|
"US-WY": {
|
|
@@ -50019,6 +50701,17 @@
|
|
|
50019
50701
|
"Other Renewables": 0,
|
|
50020
50702
|
"Solar": 0.0075,
|
|
50021
50703
|
"Wind": 0.2609
|
|
50704
|
+
},
|
|
50705
|
+
"2025-01": {
|
|
50706
|
+
"Bioenergy": 0,
|
|
50707
|
+
"Coal": 0.5644,
|
|
50708
|
+
"Gas": 0.1425,
|
|
50709
|
+
"Hydro": 0.0217,
|
|
50710
|
+
"Nuclear": 0,
|
|
50711
|
+
"Other Fossil": 0.0031,
|
|
50712
|
+
"Other Renewables": 0,
|
|
50713
|
+
"Solar": 0.0075,
|
|
50714
|
+
"Wind": 0.2609
|
|
50022
50715
|
}
|
|
50023
50716
|
}
|
|
50024
50717
|
}
|