@digital4better/data 1.2.17 → 1.2.18
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 +5 -5
- package/data/factor/continent-yearly-green.json +45 -45
- package/data/factor/continent-yearly.csv +5 -5
- package/data/factor/continent-yearly.json +45 -45
- 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 +51 -51
- package/data/factor/country-yearly-green.json +434 -434
- package/data/factor/country-yearly.csv +54 -54
- package/data/factor/country-yearly.json +437 -437
- 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 +13 -13
- package/data/factor/subdivision-yearly-green.json +117 -117
- package/data/factor/subdivision-yearly.csv +13 -13
- package/data/factor/subdivision-yearly.json +117 -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 -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 +4 -4
- package/data/mix/continent-yearly-green.json +17 -17
- package/data/mix/continent-yearly.csv +4 -4
- package/data/mix/continent-yearly.json +32 -32
- 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 +47 -47
- package/data/mix/country-yearly-green.json +178 -178
- package/data/mix/country-yearly.csv +47 -47
- package/data/mix/country-yearly.json +323 -323
- 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 +859 -166
- package/data/mix/subdivision-yearly-green.csv +13 -13
- package/data/mix/subdivision-yearly-green.json +45 -45
- package/data/mix/subdivision-yearly.csv +13 -13
- package/data/mix/subdivision-yearly.json +84 -84
- 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 +3 -3
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- package/package.json +1 -1
|
@@ -793,26 +793,37 @@
|
|
|
793
793
|
"Wind": 0.1837
|
|
794
794
|
},
|
|
795
795
|
"2025-01": {
|
|
796
|
-
"Bioenergy": 0.
|
|
797
|
-
"Coal": 0.
|
|
798
|
-
"Gas": 0.
|
|
799
|
-
"Hydro": 0.
|
|
796
|
+
"Bioenergy": 0.0556,
|
|
797
|
+
"Coal": 0.1615,
|
|
798
|
+
"Gas": 0.5069,
|
|
799
|
+
"Hydro": 0.0172,
|
|
800
800
|
"Nuclear": 0,
|
|
801
|
-
"Other Fossil": 0.
|
|
802
|
-
"Other Renewables": 0.
|
|
803
|
-
"Solar": 0.
|
|
804
|
-
"Wind": 0.
|
|
801
|
+
"Other Fossil": 0.0358,
|
|
802
|
+
"Other Renewables": 0.0018,
|
|
803
|
+
"Solar": 0.0136,
|
|
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.0556,
|
|
808
|
+
"Coal": 0.1615,
|
|
809
|
+
"Gas": 0.5069,
|
|
810
|
+
"Hydro": 0.0172,
|
|
811
811
|
"Nuclear": 0,
|
|
812
|
-
"Other Fossil": 0.
|
|
813
|
-
"Other Renewables": 0.
|
|
814
|
-
"Solar": 0.
|
|
815
|
-
"Wind": 0.
|
|
812
|
+
"Other Fossil": 0.0358,
|
|
813
|
+
"Other Renewables": 0.0018,
|
|
814
|
+
"Solar": 0.0136,
|
|
815
|
+
"Wind": 0.2075
|
|
816
|
+
},
|
|
817
|
+
"2025-03": {
|
|
818
|
+
"Bioenergy": 0.0556,
|
|
819
|
+
"Coal": 0.1615,
|
|
820
|
+
"Gas": 0.5069,
|
|
821
|
+
"Hydro": 0.0172,
|
|
822
|
+
"Nuclear": 0,
|
|
823
|
+
"Other Fossil": 0.0358,
|
|
824
|
+
"Other Renewables": 0.0018,
|
|
825
|
+
"Solar": 0.0136,
|
|
826
|
+
"Wind": 0.2075
|
|
816
827
|
}
|
|
817
828
|
},
|
|
818
829
|
"CA-BC": {
|
|
@@ -1610,25 +1621,36 @@
|
|
|
1610
1621
|
},
|
|
1611
1622
|
"2025-01": {
|
|
1612
1623
|
"Bioenergy": 0.0058,
|
|
1613
|
-
"Coal": 0.
|
|
1614
|
-
"Gas": 0.
|
|
1615
|
-
"Hydro": 0.
|
|
1624
|
+
"Coal": 0.0168,
|
|
1625
|
+
"Gas": 0.0527,
|
|
1626
|
+
"Hydro": 0.8909,
|
|
1616
1627
|
"Nuclear": 0,
|
|
1617
1628
|
"Other Fossil": 0.0037,
|
|
1618
1629
|
"Other Renewables": 0.0002,
|
|
1619
1630
|
"Solar": 0,
|
|
1620
|
-
"Wind": 0.
|
|
1631
|
+
"Wind": 0.0299
|
|
1621
1632
|
},
|
|
1622
1633
|
"2025-02": {
|
|
1623
1634
|
"Bioenergy": 0.0058,
|
|
1624
|
-
"Coal": 0.
|
|
1625
|
-
"Gas": 0.
|
|
1626
|
-
"Hydro": 0.
|
|
1635
|
+
"Coal": 0.0168,
|
|
1636
|
+
"Gas": 0.0527,
|
|
1637
|
+
"Hydro": 0.8909,
|
|
1627
1638
|
"Nuclear": 0,
|
|
1628
1639
|
"Other Fossil": 0.0037,
|
|
1629
1640
|
"Other Renewables": 0.0002,
|
|
1630
1641
|
"Solar": 0,
|
|
1631
|
-
"Wind": 0.
|
|
1642
|
+
"Wind": 0.0299
|
|
1643
|
+
},
|
|
1644
|
+
"2025-03": {
|
|
1645
|
+
"Bioenergy": 0.0058,
|
|
1646
|
+
"Coal": 0.0168,
|
|
1647
|
+
"Gas": 0.0527,
|
|
1648
|
+
"Hydro": 0.8909,
|
|
1649
|
+
"Nuclear": 0,
|
|
1650
|
+
"Other Fossil": 0.0037,
|
|
1651
|
+
"Other Renewables": 0.0002,
|
|
1652
|
+
"Solar": 0,
|
|
1653
|
+
"Wind": 0.0299
|
|
1632
1654
|
}
|
|
1633
1655
|
},
|
|
1634
1656
|
"CA-MB": {
|
|
@@ -2425,26 +2447,37 @@
|
|
|
2425
2447
|
"Wind": 0.0311
|
|
2426
2448
|
},
|
|
2427
2449
|
"2025-01": {
|
|
2428
|
-
"Bioenergy": 0.
|
|
2429
|
-
"Coal": 0.
|
|
2430
|
-
"Gas": 0.
|
|
2431
|
-
"Hydro": 0.
|
|
2450
|
+
"Bioenergy": 0.0002,
|
|
2451
|
+
"Coal": 0.0007,
|
|
2452
|
+
"Gas": 0.0021,
|
|
2453
|
+
"Hydro": 0.9641,
|
|
2432
2454
|
"Nuclear": 0,
|
|
2433
2455
|
"Other Fossil": 0.0002,
|
|
2434
2456
|
"Other Renewables": 0,
|
|
2435
2457
|
"Solar": 0,
|
|
2436
|
-
"Wind": 0.
|
|
2458
|
+
"Wind": 0.0327
|
|
2437
2459
|
},
|
|
2438
2460
|
"2025-02": {
|
|
2439
|
-
"Bioenergy": 0.
|
|
2440
|
-
"Coal": 0.
|
|
2441
|
-
"Gas": 0.
|
|
2442
|
-
"Hydro": 0.
|
|
2461
|
+
"Bioenergy": 0.0002,
|
|
2462
|
+
"Coal": 0.0007,
|
|
2463
|
+
"Gas": 0.0021,
|
|
2464
|
+
"Hydro": 0.9641,
|
|
2443
2465
|
"Nuclear": 0,
|
|
2444
2466
|
"Other Fossil": 0.0002,
|
|
2445
2467
|
"Other Renewables": 0,
|
|
2446
2468
|
"Solar": 0,
|
|
2447
|
-
"Wind": 0.
|
|
2469
|
+
"Wind": 0.0327
|
|
2470
|
+
},
|
|
2471
|
+
"2025-03": {
|
|
2472
|
+
"Bioenergy": 0.0002,
|
|
2473
|
+
"Coal": 0.0007,
|
|
2474
|
+
"Gas": 0.0021,
|
|
2475
|
+
"Hydro": 0.9641,
|
|
2476
|
+
"Nuclear": 0,
|
|
2477
|
+
"Other Fossil": 0.0002,
|
|
2478
|
+
"Other Renewables": 0,
|
|
2479
|
+
"Solar": 0,
|
|
2480
|
+
"Wind": 0.0327
|
|
2448
2481
|
}
|
|
2449
2482
|
},
|
|
2450
2483
|
"CA-NB": {
|
|
@@ -3241,26 +3274,37 @@
|
|
|
3241
3274
|
"Wind": 0.07
|
|
3242
3275
|
},
|
|
3243
3276
|
"2025-01": {
|
|
3244
|
-
"Bioenergy": 0.
|
|
3245
|
-
"Coal": 0.
|
|
3246
|
-
"Gas": 0.
|
|
3247
|
-
"Hydro": 0.
|
|
3248
|
-
"Nuclear": 0.
|
|
3249
|
-
"Other Fossil": 0.
|
|
3250
|
-
"Other Renewables": 0.
|
|
3251
|
-
"Solar": 0.
|
|
3252
|
-
"Wind": 0.
|
|
3277
|
+
"Bioenergy": 0.0358,
|
|
3278
|
+
"Coal": 0.104,
|
|
3279
|
+
"Gas": 0.3264,
|
|
3280
|
+
"Hydro": 0.1334,
|
|
3281
|
+
"Nuclear": 0.3162,
|
|
3282
|
+
"Other Fossil": 0.023,
|
|
3283
|
+
"Other Renewables": 0.0012,
|
|
3284
|
+
"Solar": 0.0001,
|
|
3285
|
+
"Wind": 0.0599
|
|
3253
3286
|
},
|
|
3254
3287
|
"2025-02": {
|
|
3255
|
-
"Bioenergy": 0.
|
|
3256
|
-
"Coal": 0.
|
|
3257
|
-
"Gas": 0.
|
|
3258
|
-
"Hydro": 0.
|
|
3259
|
-
"Nuclear": 0.
|
|
3260
|
-
"Other Fossil": 0.
|
|
3261
|
-
"Other Renewables": 0.
|
|
3262
|
-
"Solar": 0.
|
|
3263
|
-
"Wind": 0.
|
|
3288
|
+
"Bioenergy": 0.0358,
|
|
3289
|
+
"Coal": 0.104,
|
|
3290
|
+
"Gas": 0.3264,
|
|
3291
|
+
"Hydro": 0.1334,
|
|
3292
|
+
"Nuclear": 0.3162,
|
|
3293
|
+
"Other Fossil": 0.023,
|
|
3294
|
+
"Other Renewables": 0.0012,
|
|
3295
|
+
"Solar": 0.0001,
|
|
3296
|
+
"Wind": 0.0599
|
|
3297
|
+
},
|
|
3298
|
+
"2025-03": {
|
|
3299
|
+
"Bioenergy": 0.0358,
|
|
3300
|
+
"Coal": 0.104,
|
|
3301
|
+
"Gas": 0.3264,
|
|
3302
|
+
"Hydro": 0.1334,
|
|
3303
|
+
"Nuclear": 0.3162,
|
|
3304
|
+
"Other Fossil": 0.023,
|
|
3305
|
+
"Other Renewables": 0.0012,
|
|
3306
|
+
"Solar": 0.0001,
|
|
3307
|
+
"Wind": 0.0599
|
|
3264
3308
|
}
|
|
3265
3309
|
},
|
|
3266
3310
|
"CA-NL": {
|
|
@@ -4058,25 +4102,36 @@
|
|
|
4058
4102
|
},
|
|
4059
4103
|
"2025-01": {
|
|
4060
4104
|
"Bioenergy": 0.0022,
|
|
4061
|
-
"Coal": 0.
|
|
4062
|
-
"Gas": 0.
|
|
4063
|
-
"Hydro": 0.
|
|
4105
|
+
"Coal": 0.0064,
|
|
4106
|
+
"Gas": 0.0202,
|
|
4107
|
+
"Hydro": 0.9658,
|
|
4064
4108
|
"Nuclear": 0,
|
|
4065
4109
|
"Other Fossil": 0.0014,
|
|
4066
4110
|
"Other Renewables": 0.0001,
|
|
4067
4111
|
"Solar": 0,
|
|
4068
|
-
"Wind": 0.
|
|
4112
|
+
"Wind": 0.0038
|
|
4069
4113
|
},
|
|
4070
4114
|
"2025-02": {
|
|
4071
4115
|
"Bioenergy": 0.0022,
|
|
4072
|
-
"Coal": 0.
|
|
4073
|
-
"Gas": 0.
|
|
4074
|
-
"Hydro": 0.
|
|
4116
|
+
"Coal": 0.0064,
|
|
4117
|
+
"Gas": 0.0202,
|
|
4118
|
+
"Hydro": 0.9658,
|
|
4075
4119
|
"Nuclear": 0,
|
|
4076
4120
|
"Other Fossil": 0.0014,
|
|
4077
4121
|
"Other Renewables": 0.0001,
|
|
4078
4122
|
"Solar": 0,
|
|
4079
|
-
"Wind": 0.
|
|
4123
|
+
"Wind": 0.0038
|
|
4124
|
+
},
|
|
4125
|
+
"2025-03": {
|
|
4126
|
+
"Bioenergy": 0.0022,
|
|
4127
|
+
"Coal": 0.0064,
|
|
4128
|
+
"Gas": 0.0202,
|
|
4129
|
+
"Hydro": 0.9658,
|
|
4130
|
+
"Nuclear": 0,
|
|
4131
|
+
"Other Fossil": 0.0014,
|
|
4132
|
+
"Other Renewables": 0.0001,
|
|
4133
|
+
"Solar": 0,
|
|
4134
|
+
"Wind": 0.0038
|
|
4080
4135
|
}
|
|
4081
4136
|
},
|
|
4082
4137
|
"CA-NS": {
|
|
@@ -4873,26 +4928,37 @@
|
|
|
4873
4928
|
"Wind": 0.1886
|
|
4874
4929
|
},
|
|
4875
4930
|
"2025-01": {
|
|
4876
|
-
"Bioenergy": 0.
|
|
4877
|
-
"Coal": 0.
|
|
4878
|
-
"Gas": 0.
|
|
4879
|
-
"Hydro": 0.
|
|
4931
|
+
"Bioenergy": 0.0555,
|
|
4932
|
+
"Coal": 0.1611,
|
|
4933
|
+
"Gas": 0.5056,
|
|
4934
|
+
"Hydro": 0.0879,
|
|
4880
4935
|
"Nuclear": 0,
|
|
4881
|
-
"Other Fossil": 0.
|
|
4936
|
+
"Other Fossil": 0.0357,
|
|
4882
4937
|
"Other Renewables": 0.0018,
|
|
4883
|
-
"Solar": 0.
|
|
4884
|
-
"Wind": 0.
|
|
4938
|
+
"Solar": 0.0001,
|
|
4939
|
+
"Wind": 0.1524
|
|
4885
4940
|
},
|
|
4886
4941
|
"2025-02": {
|
|
4887
|
-
"Bioenergy": 0.
|
|
4888
|
-
"Coal": 0.
|
|
4889
|
-
"Gas": 0.
|
|
4890
|
-
"Hydro": 0.
|
|
4942
|
+
"Bioenergy": 0.0555,
|
|
4943
|
+
"Coal": 0.1611,
|
|
4944
|
+
"Gas": 0.5056,
|
|
4945
|
+
"Hydro": 0.0879,
|
|
4891
4946
|
"Nuclear": 0,
|
|
4892
|
-
"Other Fossil": 0.
|
|
4947
|
+
"Other Fossil": 0.0357,
|
|
4893
4948
|
"Other Renewables": 0.0018,
|
|
4894
|
-
"Solar": 0.
|
|
4895
|
-
"Wind": 0.
|
|
4949
|
+
"Solar": 0.0001,
|
|
4950
|
+
"Wind": 0.1524
|
|
4951
|
+
},
|
|
4952
|
+
"2025-03": {
|
|
4953
|
+
"Bioenergy": 0.0555,
|
|
4954
|
+
"Coal": 0.1611,
|
|
4955
|
+
"Gas": 0.5056,
|
|
4956
|
+
"Hydro": 0.0879,
|
|
4957
|
+
"Nuclear": 0,
|
|
4958
|
+
"Other Fossil": 0.0357,
|
|
4959
|
+
"Other Renewables": 0.0018,
|
|
4960
|
+
"Solar": 0.0001,
|
|
4961
|
+
"Wind": 0.1524
|
|
4896
4962
|
}
|
|
4897
4963
|
},
|
|
4898
4964
|
"CA-NT": {
|
|
@@ -5689,26 +5755,37 @@
|
|
|
5689
5755
|
"Wind": 0.0266
|
|
5690
5756
|
},
|
|
5691
5757
|
"2025-01": {
|
|
5692
|
-
"Bioenergy": 0.
|
|
5693
|
-
"Coal": 0.
|
|
5694
|
-
"Gas": 0.
|
|
5695
|
-
"Hydro": 0.
|
|
5758
|
+
"Bioenergy": 0.05,
|
|
5759
|
+
"Coal": 0.1451,
|
|
5760
|
+
"Gas": 0.4554,
|
|
5761
|
+
"Hydro": 0.2784,
|
|
5696
5762
|
"Nuclear": 0,
|
|
5697
|
-
"Other Fossil": 0.
|
|
5698
|
-
"Other Renewables": 0.
|
|
5699
|
-
"Solar": 0,
|
|
5700
|
-
"Wind": 0.
|
|
5763
|
+
"Other Fossil": 0.0321,
|
|
5764
|
+
"Other Renewables": 0.0016,
|
|
5765
|
+
"Solar": 0.0003,
|
|
5766
|
+
"Wind": 0.0371
|
|
5701
5767
|
},
|
|
5702
5768
|
"2025-02": {
|
|
5703
|
-
"Bioenergy": 0.
|
|
5704
|
-
"Coal": 0.
|
|
5705
|
-
"Gas": 0.
|
|
5706
|
-
"Hydro": 0.
|
|
5769
|
+
"Bioenergy": 0.05,
|
|
5770
|
+
"Coal": 0.1451,
|
|
5771
|
+
"Gas": 0.4554,
|
|
5772
|
+
"Hydro": 0.2784,
|
|
5707
5773
|
"Nuclear": 0,
|
|
5708
|
-
"Other Fossil": 0.
|
|
5709
|
-
"Other Renewables": 0.
|
|
5710
|
-
"Solar": 0,
|
|
5711
|
-
"Wind": 0.
|
|
5774
|
+
"Other Fossil": 0.0321,
|
|
5775
|
+
"Other Renewables": 0.0016,
|
|
5776
|
+
"Solar": 0.0003,
|
|
5777
|
+
"Wind": 0.0371
|
|
5778
|
+
},
|
|
5779
|
+
"2025-03": {
|
|
5780
|
+
"Bioenergy": 0.05,
|
|
5781
|
+
"Coal": 0.1451,
|
|
5782
|
+
"Gas": 0.4554,
|
|
5783
|
+
"Hydro": 0.2784,
|
|
5784
|
+
"Nuclear": 0,
|
|
5785
|
+
"Other Fossil": 0.0321,
|
|
5786
|
+
"Other Renewables": 0.0016,
|
|
5787
|
+
"Solar": 0.0003,
|
|
5788
|
+
"Wind": 0.0371
|
|
5712
5789
|
}
|
|
5713
5790
|
},
|
|
5714
5791
|
"CA-NU": {
|
|
@@ -6512,7 +6589,7 @@
|
|
|
6512
6589
|
"Nuclear": 0,
|
|
6513
6590
|
"Other Fossil": 0.047,
|
|
6514
6591
|
"Other Renewables": 0.0024,
|
|
6515
|
-
"Solar": 0,
|
|
6592
|
+
"Solar": 0.0001,
|
|
6516
6593
|
"Wind": 0
|
|
6517
6594
|
},
|
|
6518
6595
|
"2025-02": {
|
|
@@ -6523,7 +6600,18 @@
|
|
|
6523
6600
|
"Nuclear": 0,
|
|
6524
6601
|
"Other Fossil": 0.047,
|
|
6525
6602
|
"Other Renewables": 0.0024,
|
|
6526
|
-
"Solar": 0,
|
|
6603
|
+
"Solar": 0.0001,
|
|
6604
|
+
"Wind": 0
|
|
6605
|
+
},
|
|
6606
|
+
"2025-03": {
|
|
6607
|
+
"Bioenergy": 0.0731,
|
|
6608
|
+
"Coal": 0.212,
|
|
6609
|
+
"Gas": 0.6655,
|
|
6610
|
+
"Hydro": 0,
|
|
6611
|
+
"Nuclear": 0,
|
|
6612
|
+
"Other Fossil": 0.047,
|
|
6613
|
+
"Other Renewables": 0.0024,
|
|
6614
|
+
"Solar": 0.0001,
|
|
6527
6615
|
"Wind": 0
|
|
6528
6616
|
}
|
|
6529
6617
|
},
|
|
@@ -7321,26 +7409,37 @@
|
|
|
7321
7409
|
"Wind": 0.098
|
|
7322
7410
|
},
|
|
7323
7411
|
"2025-01": {
|
|
7324
|
-
"Bioenergy": 0.
|
|
7325
|
-
"Coal": 0.
|
|
7326
|
-
"Gas": 0.
|
|
7327
|
-
"Hydro": 0.
|
|
7328
|
-
"Nuclear": 0.
|
|
7329
|
-
"Other Fossil": 0.
|
|
7330
|
-
"Other Renewables": 0.
|
|
7331
|
-
"Solar": 0.
|
|
7332
|
-
"Wind": 0.
|
|
7412
|
+
"Bioenergy": 0.0156,
|
|
7413
|
+
"Coal": 0.0454,
|
|
7414
|
+
"Gas": 0.1424,
|
|
7415
|
+
"Hydro": 0.2138,
|
|
7416
|
+
"Nuclear": 0.45,
|
|
7417
|
+
"Other Fossil": 0.0101,
|
|
7418
|
+
"Other Renewables": 0.0005,
|
|
7419
|
+
"Solar": 0.0066,
|
|
7420
|
+
"Wind": 0.1155
|
|
7333
7421
|
},
|
|
7334
7422
|
"2025-02": {
|
|
7335
|
-
"Bioenergy": 0.
|
|
7336
|
-
"Coal": 0.
|
|
7337
|
-
"Gas": 0.
|
|
7338
|
-
"Hydro": 0.
|
|
7339
|
-
"Nuclear": 0.
|
|
7340
|
-
"Other Fossil": 0.
|
|
7341
|
-
"Other Renewables": 0.
|
|
7342
|
-
"Solar": 0.
|
|
7343
|
-
"Wind": 0.
|
|
7423
|
+
"Bioenergy": 0.0156,
|
|
7424
|
+
"Coal": 0.0454,
|
|
7425
|
+
"Gas": 0.1424,
|
|
7426
|
+
"Hydro": 0.2138,
|
|
7427
|
+
"Nuclear": 0.45,
|
|
7428
|
+
"Other Fossil": 0.0101,
|
|
7429
|
+
"Other Renewables": 0.0005,
|
|
7430
|
+
"Solar": 0.0066,
|
|
7431
|
+
"Wind": 0.1155
|
|
7432
|
+
},
|
|
7433
|
+
"2025-03": {
|
|
7434
|
+
"Bioenergy": 0.0156,
|
|
7435
|
+
"Coal": 0.0454,
|
|
7436
|
+
"Gas": 0.1424,
|
|
7437
|
+
"Hydro": 0.2138,
|
|
7438
|
+
"Nuclear": 0.45,
|
|
7439
|
+
"Other Fossil": 0.0101,
|
|
7440
|
+
"Other Renewables": 0.0005,
|
|
7441
|
+
"Solar": 0.0066,
|
|
7442
|
+
"Wind": 0.1155
|
|
7344
7443
|
}
|
|
7345
7444
|
},
|
|
7346
7445
|
"CA-PE": {
|
|
@@ -8137,26 +8236,37 @@
|
|
|
8137
8236
|
"Wind": 0.959
|
|
8138
8237
|
},
|
|
8139
8238
|
"2025-01": {
|
|
8140
|
-
"Bioenergy": 0.
|
|
8141
|
-
"Coal": 0.
|
|
8142
|
-
"Gas": 0.
|
|
8239
|
+
"Bioenergy": 0.001,
|
|
8240
|
+
"Coal": 0.0028,
|
|
8241
|
+
"Gas": 0.0088,
|
|
8143
8242
|
"Hydro": 0,
|
|
8144
8243
|
"Nuclear": 0,
|
|
8145
|
-
"Other Fossil": 0.
|
|
8244
|
+
"Other Fossil": 0.0006,
|
|
8146
8245
|
"Other Renewables": 0,
|
|
8147
|
-
"Solar": 0.
|
|
8148
|
-
"Wind": 0.
|
|
8246
|
+
"Solar": 0.0356,
|
|
8247
|
+
"Wind": 0.9512
|
|
8149
8248
|
},
|
|
8150
8249
|
"2025-02": {
|
|
8151
|
-
"Bioenergy": 0.
|
|
8152
|
-
"Coal": 0.
|
|
8153
|
-
"Gas": 0.
|
|
8250
|
+
"Bioenergy": 0.001,
|
|
8251
|
+
"Coal": 0.0028,
|
|
8252
|
+
"Gas": 0.0088,
|
|
8154
8253
|
"Hydro": 0,
|
|
8155
8254
|
"Nuclear": 0,
|
|
8156
|
-
"Other Fossil": 0.
|
|
8255
|
+
"Other Fossil": 0.0006,
|
|
8157
8256
|
"Other Renewables": 0,
|
|
8158
|
-
"Solar": 0.
|
|
8159
|
-
"Wind": 0.
|
|
8257
|
+
"Solar": 0.0356,
|
|
8258
|
+
"Wind": 0.9512
|
|
8259
|
+
},
|
|
8260
|
+
"2025-03": {
|
|
8261
|
+
"Bioenergy": 0.001,
|
|
8262
|
+
"Coal": 0.0028,
|
|
8263
|
+
"Gas": 0.0088,
|
|
8264
|
+
"Hydro": 0,
|
|
8265
|
+
"Nuclear": 0,
|
|
8266
|
+
"Other Fossil": 0.0006,
|
|
8267
|
+
"Other Renewables": 0,
|
|
8268
|
+
"Solar": 0.0356,
|
|
8269
|
+
"Wind": 0.9512
|
|
8160
8270
|
}
|
|
8161
8271
|
},
|
|
8162
8272
|
"CA-QC": {
|
|
@@ -8953,26 +9063,37 @@
|
|
|
8953
9063
|
"Wind": 0.0511
|
|
8954
9064
|
},
|
|
8955
9065
|
"2025-01": {
|
|
8956
|
-
"Bioenergy": 0.
|
|
8957
|
-
"Coal": 0.
|
|
8958
|
-
"Gas": 0.
|
|
8959
|
-
"Hydro": 0.
|
|
9066
|
+
"Bioenergy": 0.0006,
|
|
9067
|
+
"Coal": 0.0018,
|
|
9068
|
+
"Gas": 0.0058,
|
|
9069
|
+
"Hydro": 0.9433,
|
|
8960
9070
|
"Nuclear": 0,
|
|
8961
|
-
"Other Fossil": 0.
|
|
9071
|
+
"Other Fossil": 0.0004,
|
|
8962
9072
|
"Other Renewables": 0,
|
|
8963
9073
|
"Solar": 0,
|
|
8964
|
-
"Wind": 0.
|
|
9074
|
+
"Wind": 0.048
|
|
8965
9075
|
},
|
|
8966
9076
|
"2025-02": {
|
|
8967
|
-
"Bioenergy": 0.
|
|
8968
|
-
"Coal": 0.
|
|
8969
|
-
"Gas": 0.
|
|
8970
|
-
"Hydro": 0.
|
|
9077
|
+
"Bioenergy": 0.0006,
|
|
9078
|
+
"Coal": 0.0018,
|
|
9079
|
+
"Gas": 0.0058,
|
|
9080
|
+
"Hydro": 0.9433,
|
|
8971
9081
|
"Nuclear": 0,
|
|
8972
|
-
"Other Fossil": 0.
|
|
9082
|
+
"Other Fossil": 0.0004,
|
|
8973
9083
|
"Other Renewables": 0,
|
|
8974
9084
|
"Solar": 0,
|
|
8975
|
-
"Wind": 0.
|
|
9085
|
+
"Wind": 0.048
|
|
9086
|
+
},
|
|
9087
|
+
"2025-03": {
|
|
9088
|
+
"Bioenergy": 0.0006,
|
|
9089
|
+
"Coal": 0.0018,
|
|
9090
|
+
"Gas": 0.0058,
|
|
9091
|
+
"Hydro": 0.9433,
|
|
9092
|
+
"Nuclear": 0,
|
|
9093
|
+
"Other Fossil": 0.0004,
|
|
9094
|
+
"Other Renewables": 0,
|
|
9095
|
+
"Solar": 0,
|
|
9096
|
+
"Wind": 0.048
|
|
8976
9097
|
}
|
|
8977
9098
|
},
|
|
8978
9099
|
"CA-SK": {
|
|
@@ -9769,26 +9890,37 @@
|
|
|
9769
9890
|
"Wind": 0.1128
|
|
9770
9891
|
},
|
|
9771
9892
|
"2025-01": {
|
|
9772
|
-
"Bioenergy": 0.
|
|
9773
|
-
"Coal": 0.
|
|
9774
|
-
"Gas": 0.
|
|
9775
|
-
"Hydro": 0.
|
|
9893
|
+
"Bioenergy": 0.0538,
|
|
9894
|
+
"Coal": 0.156,
|
|
9895
|
+
"Gas": 0.4897,
|
|
9896
|
+
"Hydro": 0.1305,
|
|
9776
9897
|
"Nuclear": 0,
|
|
9777
|
-
"Other Fossil": 0.
|
|
9778
|
-
"Other Renewables": 0.
|
|
9779
|
-
"Solar": 0.
|
|
9780
|
-
"Wind": 0.
|
|
9898
|
+
"Other Fossil": 0.0346,
|
|
9899
|
+
"Other Renewables": 0.0017,
|
|
9900
|
+
"Solar": 0.0012,
|
|
9901
|
+
"Wind": 0.1325
|
|
9781
9902
|
},
|
|
9782
9903
|
"2025-02": {
|
|
9783
|
-
"Bioenergy": 0.
|
|
9784
|
-
"Coal": 0.
|
|
9785
|
-
"Gas": 0.
|
|
9786
|
-
"Hydro": 0.
|
|
9904
|
+
"Bioenergy": 0.0538,
|
|
9905
|
+
"Coal": 0.156,
|
|
9906
|
+
"Gas": 0.4897,
|
|
9907
|
+
"Hydro": 0.1305,
|
|
9787
9908
|
"Nuclear": 0,
|
|
9788
|
-
"Other Fossil": 0.
|
|
9789
|
-
"Other Renewables": 0.
|
|
9790
|
-
"Solar": 0.
|
|
9791
|
-
"Wind": 0.
|
|
9909
|
+
"Other Fossil": 0.0346,
|
|
9910
|
+
"Other Renewables": 0.0017,
|
|
9911
|
+
"Solar": 0.0012,
|
|
9912
|
+
"Wind": 0.1325
|
|
9913
|
+
},
|
|
9914
|
+
"2025-03": {
|
|
9915
|
+
"Bioenergy": 0.0538,
|
|
9916
|
+
"Coal": 0.156,
|
|
9917
|
+
"Gas": 0.4897,
|
|
9918
|
+
"Hydro": 0.1305,
|
|
9919
|
+
"Nuclear": 0,
|
|
9920
|
+
"Other Fossil": 0.0346,
|
|
9921
|
+
"Other Renewables": 0.0017,
|
|
9922
|
+
"Solar": 0.0012,
|
|
9923
|
+
"Wind": 0.1325
|
|
9792
9924
|
}
|
|
9793
9925
|
},
|
|
9794
9926
|
"CA-YT": {
|
|
@@ -10585,26 +10717,37 @@
|
|
|
10585
10717
|
"Wind": 0.0108
|
|
10586
10718
|
},
|
|
10587
10719
|
"2025-01": {
|
|
10588
|
-
"Bioenergy": 0.
|
|
10589
|
-
"Coal": 0.
|
|
10590
|
-
"Gas": 0.
|
|
10591
|
-
"Hydro": 0.
|
|
10720
|
+
"Bioenergy": 0.0321,
|
|
10721
|
+
"Coal": 0.0931,
|
|
10722
|
+
"Gas": 0.2922,
|
|
10723
|
+
"Hydro": 0.5499,
|
|
10592
10724
|
"Nuclear": 0,
|
|
10593
|
-
"Other Fossil": 0.
|
|
10594
|
-
"Other Renewables": 0.
|
|
10595
|
-
"Solar": 0.
|
|
10596
|
-
"Wind": 0.
|
|
10725
|
+
"Other Fossil": 0.0206,
|
|
10726
|
+
"Other Renewables": 0.001,
|
|
10727
|
+
"Solar": 0.0013,
|
|
10728
|
+
"Wind": 0.0097
|
|
10597
10729
|
},
|
|
10598
10730
|
"2025-02": {
|
|
10599
|
-
"Bioenergy": 0.
|
|
10600
|
-
"Coal": 0.
|
|
10601
|
-
"Gas": 0.
|
|
10602
|
-
"Hydro": 0.
|
|
10731
|
+
"Bioenergy": 0.0321,
|
|
10732
|
+
"Coal": 0.0931,
|
|
10733
|
+
"Gas": 0.2922,
|
|
10734
|
+
"Hydro": 0.5499,
|
|
10603
10735
|
"Nuclear": 0,
|
|
10604
|
-
"Other Fossil": 0.
|
|
10605
|
-
"Other Renewables": 0.
|
|
10606
|
-
"Solar": 0.
|
|
10607
|
-
"Wind": 0.
|
|
10736
|
+
"Other Fossil": 0.0206,
|
|
10737
|
+
"Other Renewables": 0.001,
|
|
10738
|
+
"Solar": 0.0013,
|
|
10739
|
+
"Wind": 0.0097
|
|
10740
|
+
},
|
|
10741
|
+
"2025-03": {
|
|
10742
|
+
"Bioenergy": 0.0321,
|
|
10743
|
+
"Coal": 0.0931,
|
|
10744
|
+
"Gas": 0.2922,
|
|
10745
|
+
"Hydro": 0.5499,
|
|
10746
|
+
"Nuclear": 0,
|
|
10747
|
+
"Other Fossil": 0.0206,
|
|
10748
|
+
"Other Renewables": 0.001,
|
|
10749
|
+
"Solar": 0.0013,
|
|
10750
|
+
"Wind": 0.0097
|
|
10608
10751
|
}
|
|
10609
10752
|
},
|
|
10610
10753
|
"US-AK": {
|
|
@@ -11421,6 +11564,17 @@
|
|
|
11421
11564
|
"Other Renewables": 0,
|
|
11422
11565
|
"Solar": 0,
|
|
11423
11566
|
"Wind": 0
|
|
11567
|
+
},
|
|
11568
|
+
"2025-03": {
|
|
11569
|
+
"Bioenergy": 0.0061,
|
|
11570
|
+
"Coal": 0.1232,
|
|
11571
|
+
"Gas": 0.406,
|
|
11572
|
+
"Hydro": 0.312,
|
|
11573
|
+
"Nuclear": 0,
|
|
11574
|
+
"Other Fossil": 0.1526,
|
|
11575
|
+
"Other Renewables": 0,
|
|
11576
|
+
"Solar": 0,
|
|
11577
|
+
"Wind": 0
|
|
11424
11578
|
}
|
|
11425
11579
|
},
|
|
11426
11580
|
"US-AL": {
|
|
@@ -12237,6 +12391,17 @@
|
|
|
12237
12391
|
"Other Renewables": 0,
|
|
12238
12392
|
"Solar": 0.0054,
|
|
12239
12393
|
"Wind": 0
|
|
12394
|
+
},
|
|
12395
|
+
"2025-03": {
|
|
12396
|
+
"Bioenergy": 0.0199,
|
|
12397
|
+
"Coal": 0.1783,
|
|
12398
|
+
"Gas": 0.4434,
|
|
12399
|
+
"Hydro": 0.0521,
|
|
12400
|
+
"Nuclear": 0.3003,
|
|
12401
|
+
"Other Fossil": 0.0007,
|
|
12402
|
+
"Other Renewables": 0,
|
|
12403
|
+
"Solar": 0.0054,
|
|
12404
|
+
"Wind": 0
|
|
12240
12405
|
}
|
|
12241
12406
|
},
|
|
12242
12407
|
"US-AR": {
|
|
@@ -13053,6 +13218,17 @@
|
|
|
13053
13218
|
"Other Renewables": 0,
|
|
13054
13219
|
"Solar": 0.0402,
|
|
13055
13220
|
"Wind": 0
|
|
13221
|
+
},
|
|
13222
|
+
"2025-03": {
|
|
13223
|
+
"Bioenergy": 0.0101,
|
|
13224
|
+
"Coal": 0.4062,
|
|
13225
|
+
"Gas": 0.2657,
|
|
13226
|
+
"Hydro": 0.0451,
|
|
13227
|
+
"Nuclear": 0.2325,
|
|
13228
|
+
"Other Fossil": 0.0001,
|
|
13229
|
+
"Other Renewables": 0,
|
|
13230
|
+
"Solar": 0.0402,
|
|
13231
|
+
"Wind": 0
|
|
13056
13232
|
}
|
|
13057
13233
|
},
|
|
13058
13234
|
"US-AZ": {
|
|
@@ -13869,6 +14045,17 @@
|
|
|
13869
14045
|
"Other Renewables": 0,
|
|
13870
14046
|
"Solar": 0.0758,
|
|
13871
14047
|
"Wind": 0.0268
|
|
14048
|
+
},
|
|
14049
|
+
"2025-03": {
|
|
14050
|
+
"Bioenergy": 0.002,
|
|
14051
|
+
"Coal": 0.102,
|
|
14052
|
+
"Gas": 0.4306,
|
|
14053
|
+
"Hydro": 0.048,
|
|
14054
|
+
"Nuclear": 0.3148,
|
|
14055
|
+
"Other Fossil": 0,
|
|
14056
|
+
"Other Renewables": 0,
|
|
14057
|
+
"Solar": 0.0758,
|
|
14058
|
+
"Wind": 0.0268
|
|
13872
14059
|
}
|
|
13873
14060
|
},
|
|
13874
14061
|
"US-CA": {
|
|
@@ -14685,6 +14872,17 @@
|
|
|
14685
14872
|
"Other Renewables": 0.0591,
|
|
14686
14873
|
"Solar": 0.1914,
|
|
14687
14874
|
"Wind": 0.0723
|
|
14875
|
+
},
|
|
14876
|
+
"2025-03": {
|
|
14877
|
+
"Bioenergy": 0.0232,
|
|
14878
|
+
"Coal": 0.0012,
|
|
14879
|
+
"Gas": 0.4522,
|
|
14880
|
+
"Hydro": 0.0969,
|
|
14881
|
+
"Nuclear": 0.1037,
|
|
14882
|
+
"Other Fossil": 0,
|
|
14883
|
+
"Other Renewables": 0.0591,
|
|
14884
|
+
"Solar": 0.1914,
|
|
14885
|
+
"Wind": 0.0723
|
|
14688
14886
|
}
|
|
14689
14887
|
},
|
|
14690
14888
|
"US-CO": {
|
|
@@ -15501,6 +15699,17 @@
|
|
|
15501
15699
|
"Other Renewables": 0,
|
|
15502
15700
|
"Solar": 0.0542,
|
|
15503
15701
|
"Wind": 0.2895
|
|
15702
|
+
},
|
|
15703
|
+
"2025-03": {
|
|
15704
|
+
"Bioenergy": 0.0011,
|
|
15705
|
+
"Coal": 0.3242,
|
|
15706
|
+
"Gas": 0.2988,
|
|
15707
|
+
"Hydro": 0.0322,
|
|
15708
|
+
"Nuclear": 0,
|
|
15709
|
+
"Other Fossil": 0,
|
|
15710
|
+
"Other Renewables": 0,
|
|
15711
|
+
"Solar": 0.0542,
|
|
15712
|
+
"Wind": 0.2895
|
|
15504
15713
|
}
|
|
15505
15714
|
},
|
|
15506
15715
|
"US-CT": {
|
|
@@ -16317,6 +16526,17 @@
|
|
|
16317
16526
|
"Other Renewables": 0,
|
|
16318
16527
|
"Solar": 0.0076,
|
|
16319
16528
|
"Wind": 0.0004
|
|
16529
|
+
},
|
|
16530
|
+
"2025-03": {
|
|
16531
|
+
"Bioenergy": 0.0134,
|
|
16532
|
+
"Coal": 0,
|
|
16533
|
+
"Gas": 0.5261,
|
|
16534
|
+
"Hydro": 0.011,
|
|
16535
|
+
"Nuclear": 0.4022,
|
|
16536
|
+
"Other Fossil": 0.0392,
|
|
16537
|
+
"Other Renewables": 0,
|
|
16538
|
+
"Solar": 0.0076,
|
|
16539
|
+
"Wind": 0.0004
|
|
16320
16540
|
}
|
|
16321
16541
|
},
|
|
16322
16542
|
"US-DE": {
|
|
@@ -17133,6 +17353,17 @@
|
|
|
17133
17353
|
"Other Renewables": 0,
|
|
17134
17354
|
"Solar": 0.0152,
|
|
17135
17355
|
"Wind": 0.001
|
|
17356
|
+
},
|
|
17357
|
+
"2025-03": {
|
|
17358
|
+
"Bioenergy": 0.0088,
|
|
17359
|
+
"Coal": 0.3156,
|
|
17360
|
+
"Gas": 0.5615,
|
|
17361
|
+
"Hydro": 0,
|
|
17362
|
+
"Nuclear": 0,
|
|
17363
|
+
"Other Fossil": 0.0979,
|
|
17364
|
+
"Other Renewables": 0,
|
|
17365
|
+
"Solar": 0.0152,
|
|
17366
|
+
"Wind": 0.001
|
|
17136
17367
|
}
|
|
17137
17368
|
},
|
|
17138
17369
|
"US-FL": {
|
|
@@ -17949,6 +18180,17 @@
|
|
|
17949
18180
|
"Other Renewables": 0,
|
|
17950
18181
|
"Solar": 0.0704,
|
|
17951
18182
|
"Wind": 0
|
|
18183
|
+
},
|
|
18184
|
+
"2025-03": {
|
|
18185
|
+
"Bioenergy": 0.0115,
|
|
18186
|
+
"Coal": 0.0545,
|
|
18187
|
+
"Gas": 0.7054,
|
|
18188
|
+
"Hydro": 0.0009,
|
|
18189
|
+
"Nuclear": 0.1372,
|
|
18190
|
+
"Other Fossil": 0.02,
|
|
18191
|
+
"Other Renewables": 0,
|
|
18192
|
+
"Solar": 0.0704,
|
|
18193
|
+
"Wind": 0
|
|
17952
18194
|
}
|
|
17953
18195
|
},
|
|
17954
18196
|
"US-GA": {
|
|
@@ -18765,6 +19007,17 @@
|
|
|
18765
19007
|
"Other Renewables": 0,
|
|
18766
19008
|
"Solar": 0.0538,
|
|
18767
19009
|
"Wind": 0
|
|
19010
|
+
},
|
|
19011
|
+
"2025-03": {
|
|
19012
|
+
"Bioenergy": 0.0341,
|
|
19013
|
+
"Coal": 0.1987,
|
|
19014
|
+
"Gas": 0.3434,
|
|
19015
|
+
"Hydro": 0.0133,
|
|
19016
|
+
"Nuclear": 0.3512,
|
|
19017
|
+
"Other Fossil": 0.0054,
|
|
19018
|
+
"Other Renewables": 0,
|
|
19019
|
+
"Solar": 0.0538,
|
|
19020
|
+
"Wind": 0
|
|
18768
19021
|
}
|
|
18769
19022
|
},
|
|
18770
19023
|
"US-HI": {
|
|
@@ -19581,6 +19834,17 @@
|
|
|
19581
19834
|
"Other Renewables": 0.0288,
|
|
19582
19835
|
"Solar": 0.0793,
|
|
19583
19836
|
"Wind": 0.0437
|
|
19837
|
+
},
|
|
19838
|
+
"2025-03": {
|
|
19839
|
+
"Bioenergy": 0.0289,
|
|
19840
|
+
"Coal": 0,
|
|
19841
|
+
"Gas": 0,
|
|
19842
|
+
"Hydro": 0,
|
|
19843
|
+
"Nuclear": 0,
|
|
19844
|
+
"Other Fossil": 0.8193,
|
|
19845
|
+
"Other Renewables": 0.0288,
|
|
19846
|
+
"Solar": 0.0793,
|
|
19847
|
+
"Wind": 0.0437
|
|
19584
19848
|
}
|
|
19585
19849
|
},
|
|
19586
19850
|
"US-IA": {
|
|
@@ -20397,6 +20661,17 @@
|
|
|
20397
20661
|
"Other Renewables": 0,
|
|
20398
20662
|
"Solar": 0.0087,
|
|
20399
20663
|
"Wind": 0.6555
|
|
20664
|
+
},
|
|
20665
|
+
"2025-03": {
|
|
20666
|
+
"Bioenergy": 0.0021,
|
|
20667
|
+
"Coal": 0.2271,
|
|
20668
|
+
"Gas": 0.0921,
|
|
20669
|
+
"Hydro": 0.0126,
|
|
20670
|
+
"Nuclear": 0,
|
|
20671
|
+
"Other Fossil": 0.0018,
|
|
20672
|
+
"Other Renewables": 0,
|
|
20673
|
+
"Solar": 0.0087,
|
|
20674
|
+
"Wind": 0.6555
|
|
20400
20675
|
}
|
|
20401
20676
|
},
|
|
20402
20677
|
"US-ID": {
|
|
@@ -21213,6 +21488,17 @@
|
|
|
21213
21488
|
"Other Renewables": 0.0035,
|
|
21214
21489
|
"Solar": 0.0286,
|
|
21215
21490
|
"Wind": 0.1616
|
|
21491
|
+
},
|
|
21492
|
+
"2025-03": {
|
|
21493
|
+
"Bioenergy": 0.0234,
|
|
21494
|
+
"Coal": 0,
|
|
21495
|
+
"Gas": 0.3097,
|
|
21496
|
+
"Hydro": 0.4698,
|
|
21497
|
+
"Nuclear": 0,
|
|
21498
|
+
"Other Fossil": 0.0034,
|
|
21499
|
+
"Other Renewables": 0.0035,
|
|
21500
|
+
"Solar": 0.0286,
|
|
21501
|
+
"Wind": 0.1616
|
|
21216
21502
|
}
|
|
21217
21503
|
},
|
|
21218
21504
|
"US-IL": {
|
|
@@ -22029,6 +22315,17 @@
|
|
|
22029
22315
|
"Other Renewables": 0,
|
|
22030
22316
|
"Solar": 0.0174,
|
|
22031
22317
|
"Wind": 0.1475
|
|
22318
|
+
},
|
|
22319
|
+
"2025-03": {
|
|
22320
|
+
"Bioenergy": 0.0012,
|
|
22321
|
+
"Coal": 0.1788,
|
|
22322
|
+
"Gas": 0.1652,
|
|
22323
|
+
"Hydro": 0.0003,
|
|
22324
|
+
"Nuclear": 0.4885,
|
|
22325
|
+
"Other Fossil": 0.001,
|
|
22326
|
+
"Other Renewables": 0,
|
|
22327
|
+
"Solar": 0.0174,
|
|
22328
|
+
"Wind": 0.1475
|
|
22032
22329
|
}
|
|
22033
22330
|
},
|
|
22034
22331
|
"US-IN": {
|
|
@@ -22845,6 +23142,17 @@
|
|
|
22845
23142
|
"Other Renewables": 0,
|
|
22846
23143
|
"Solar": 0.0233,
|
|
22847
23144
|
"Wind": 0.1077
|
|
23145
|
+
},
|
|
23146
|
+
"2025-03": {
|
|
23147
|
+
"Bioenergy": 0.0015,
|
|
23148
|
+
"Coal": 0.5518,
|
|
23149
|
+
"Gas": 0.3086,
|
|
23150
|
+
"Hydro": 0.0033,
|
|
23151
|
+
"Nuclear": 0,
|
|
23152
|
+
"Other Fossil": 0.0038,
|
|
23153
|
+
"Other Renewables": 0,
|
|
23154
|
+
"Solar": 0.0233,
|
|
23155
|
+
"Wind": 0.1077
|
|
22848
23156
|
}
|
|
22849
23157
|
},
|
|
22850
23158
|
"US-KS": {
|
|
@@ -23661,6 +23969,17 @@
|
|
|
23661
23969
|
"Other Renewables": 0,
|
|
23662
23970
|
"Solar": 0.001,
|
|
23663
23971
|
"Wind": 0.4028
|
|
23972
|
+
},
|
|
23973
|
+
"2025-03": {
|
|
23974
|
+
"Bioenergy": 0.001,
|
|
23975
|
+
"Coal": 0.3836,
|
|
23976
|
+
"Gas": 0.0498,
|
|
23977
|
+
"Hydro": 0.0001,
|
|
23978
|
+
"Nuclear": 0.1616,
|
|
23979
|
+
"Other Fossil": 0.0001,
|
|
23980
|
+
"Other Renewables": 0,
|
|
23981
|
+
"Solar": 0.001,
|
|
23982
|
+
"Wind": 0.4028
|
|
23664
23983
|
}
|
|
23665
23984
|
},
|
|
23666
23985
|
"US-KY": {
|
|
@@ -24477,6 +24796,17 @@
|
|
|
24477
24796
|
"Other Renewables": 0,
|
|
24478
24797
|
"Solar": 0.0045,
|
|
24479
24798
|
"Wind": 0
|
|
24799
|
+
},
|
|
24800
|
+
"2025-03": {
|
|
24801
|
+
"Bioenergy": 0.0045,
|
|
24802
|
+
"Coal": 0.6687,
|
|
24803
|
+
"Gas": 0.2788,
|
|
24804
|
+
"Hydro": 0.0429,
|
|
24805
|
+
"Nuclear": 0,
|
|
24806
|
+
"Other Fossil": 0.0007,
|
|
24807
|
+
"Other Renewables": 0,
|
|
24808
|
+
"Solar": 0.0045,
|
|
24809
|
+
"Wind": 0
|
|
24480
24810
|
}
|
|
24481
24811
|
},
|
|
24482
24812
|
"US-LA": {
|
|
@@ -25293,6 +25623,17 @@
|
|
|
25293
25623
|
"Other Renewables": 0,
|
|
25294
25624
|
"Solar": 0.014,
|
|
25295
25625
|
"Wind": 0
|
|
25626
|
+
},
|
|
25627
|
+
"2025-03": {
|
|
25628
|
+
"Bioenergy": 0.0184,
|
|
25629
|
+
"Coal": 0.0858,
|
|
25630
|
+
"Gas": 0.6897,
|
|
25631
|
+
"Hydro": 0.0064,
|
|
25632
|
+
"Nuclear": 0.172,
|
|
25633
|
+
"Other Fossil": 0.0137,
|
|
25634
|
+
"Other Renewables": 0,
|
|
25635
|
+
"Solar": 0.014,
|
|
25636
|
+
"Wind": 0
|
|
25296
25637
|
}
|
|
25297
25638
|
},
|
|
25298
25639
|
"US-MA": {
|
|
@@ -26109,6 +26450,17 @@
|
|
|
26109
26450
|
"Other Renewables": 0,
|
|
26110
26451
|
"Solar": 0.0753,
|
|
26111
26452
|
"Wind": 0.0115
|
|
26453
|
+
},
|
|
26454
|
+
"2025-03": {
|
|
26455
|
+
"Bioenergy": 0.0438,
|
|
26456
|
+
"Coal": 0,
|
|
26457
|
+
"Gas": 0.6911,
|
|
26458
|
+
"Hydro": 0.0366,
|
|
26459
|
+
"Nuclear": 0,
|
|
26460
|
+
"Other Fossil": 0.1416,
|
|
26461
|
+
"Other Renewables": 0,
|
|
26462
|
+
"Solar": 0.0753,
|
|
26463
|
+
"Wind": 0.0115
|
|
26112
26464
|
}
|
|
26113
26465
|
},
|
|
26114
26466
|
"US-MD": {
|
|
@@ -26925,6 +27277,17 @@
|
|
|
26925
27277
|
"Other Renewables": 0,
|
|
26926
27278
|
"Solar": 0.0185,
|
|
26927
27279
|
"Wind": 0.0238
|
|
27280
|
+
},
|
|
27281
|
+
"2025-03": {
|
|
27282
|
+
"Bioenergy": 0.0075,
|
|
27283
|
+
"Coal": 0.1359,
|
|
27284
|
+
"Gas": 0.3526,
|
|
27285
|
+
"Hydro": 0.0286,
|
|
27286
|
+
"Nuclear": 0.3875,
|
|
27287
|
+
"Other Fossil": 0.0455,
|
|
27288
|
+
"Other Renewables": 0,
|
|
27289
|
+
"Solar": 0.0185,
|
|
27290
|
+
"Wind": 0.0238
|
|
26928
27291
|
}
|
|
26929
27292
|
},
|
|
26930
27293
|
"US-ME": {
|
|
@@ -27741,6 +28104,17 @@
|
|
|
27741
28104
|
"Other Renewables": 0,
|
|
27742
28105
|
"Solar": 0.067,
|
|
27743
28106
|
"Wind": 0.2571
|
|
28107
|
+
},
|
|
28108
|
+
"2025-03": {
|
|
28109
|
+
"Bioenergy": 0.1217,
|
|
28110
|
+
"Coal": 0.003,
|
|
28111
|
+
"Gas": 0.2508,
|
|
28112
|
+
"Hydro": 0.2516,
|
|
28113
|
+
"Nuclear": 0,
|
|
28114
|
+
"Other Fossil": 0.0488,
|
|
28115
|
+
"Other Renewables": 0,
|
|
28116
|
+
"Solar": 0.067,
|
|
28117
|
+
"Wind": 0.2571
|
|
27744
28118
|
}
|
|
27745
28119
|
},
|
|
27746
28120
|
"US-MI": {
|
|
@@ -28557,6 +28931,17 @@
|
|
|
28557
28931
|
"Other Renewables": 0,
|
|
28558
28932
|
"Solar": 0.0084,
|
|
28559
28933
|
"Wind": 0.1046
|
|
28934
|
+
},
|
|
28935
|
+
"2025-03": {
|
|
28936
|
+
"Bioenergy": 0.0157,
|
|
28937
|
+
"Coal": 0.2515,
|
|
28938
|
+
"Gas": 0.3799,
|
|
28939
|
+
"Hydro": 0.0072,
|
|
28940
|
+
"Nuclear": 0.2178,
|
|
28941
|
+
"Other Fossil": 0.0151,
|
|
28942
|
+
"Other Renewables": 0,
|
|
28943
|
+
"Solar": 0.0084,
|
|
28944
|
+
"Wind": 0.1046
|
|
28560
28945
|
}
|
|
28561
28946
|
},
|
|
28562
28947
|
"US-MN": {
|
|
@@ -29373,6 +29758,17 @@
|
|
|
29373
29758
|
"Other Renewables": 0,
|
|
29374
29759
|
"Solar": 0.0278,
|
|
29375
29760
|
"Wind": 0.2924
|
|
29761
|
+
},
|
|
29762
|
+
"2025-03": {
|
|
29763
|
+
"Bioenergy": 0.0172,
|
|
29764
|
+
"Coal": 0.2795,
|
|
29765
|
+
"Gas": 0.1772,
|
|
29766
|
+
"Hydro": 0.0133,
|
|
29767
|
+
"Nuclear": 0.1886,
|
|
29768
|
+
"Other Fossil": 0.0041,
|
|
29769
|
+
"Other Renewables": 0,
|
|
29770
|
+
"Solar": 0.0278,
|
|
29771
|
+
"Wind": 0.2924
|
|
29376
29772
|
}
|
|
29377
29773
|
},
|
|
29378
29774
|
"US-MO": {
|
|
@@ -30189,6 +30585,17 @@
|
|
|
30189
30585
|
"Other Renewables": 0,
|
|
30190
30586
|
"Solar": 0.0062,
|
|
30191
30587
|
"Wind": 0.0906
|
|
30588
|
+
},
|
|
30589
|
+
"2025-03": {
|
|
30590
|
+
"Bioenergy": 0.0011,
|
|
30591
|
+
"Coal": 0.6138,
|
|
30592
|
+
"Gas": 0.133,
|
|
30593
|
+
"Hydro": 0.0079,
|
|
30594
|
+
"Nuclear": 0.1388,
|
|
30595
|
+
"Other Fossil": 0.0086,
|
|
30596
|
+
"Other Renewables": 0,
|
|
30597
|
+
"Solar": 0.0062,
|
|
30598
|
+
"Wind": 0.0906
|
|
30192
30599
|
}
|
|
30193
30600
|
},
|
|
30194
30601
|
"US-MS": {
|
|
@@ -31005,6 +31412,17 @@
|
|
|
31005
31412
|
"Other Renewables": 0,
|
|
31006
31413
|
"Solar": 0.0217,
|
|
31007
31414
|
"Wind": 0.0075
|
|
31415
|
+
},
|
|
31416
|
+
"2025-03": {
|
|
31417
|
+
"Bioenergy": 0.018,
|
|
31418
|
+
"Coal": 0.0657,
|
|
31419
|
+
"Gas": 0.7264,
|
|
31420
|
+
"Hydro": 0,
|
|
31421
|
+
"Nuclear": 0.1605,
|
|
31422
|
+
"Other Fossil": 0.0003,
|
|
31423
|
+
"Other Renewables": 0,
|
|
31424
|
+
"Solar": 0.0217,
|
|
31425
|
+
"Wind": 0.0075
|
|
31008
31426
|
}
|
|
31009
31427
|
},
|
|
31010
31428
|
"US-MT": {
|
|
@@ -31821,6 +32239,17 @@
|
|
|
31821
32239
|
"Other Renewables": 0,
|
|
31822
32240
|
"Solar": 0.0053,
|
|
31823
32241
|
"Wind": 0.2633
|
|
32242
|
+
},
|
|
32243
|
+
"2025-03": {
|
|
32244
|
+
"Bioenergy": 0.0007,
|
|
32245
|
+
"Coal": 0.3415,
|
|
32246
|
+
"Gas": 0.0534,
|
|
32247
|
+
"Hydro": 0.311,
|
|
32248
|
+
"Nuclear": 0,
|
|
32249
|
+
"Other Fossil": 0.0247,
|
|
32250
|
+
"Other Renewables": 0,
|
|
32251
|
+
"Solar": 0.0053,
|
|
32252
|
+
"Wind": 0.2633
|
|
31824
32253
|
}
|
|
31825
32254
|
},
|
|
31826
32255
|
"US-NC": {
|
|
@@ -32637,6 +33066,17 @@
|
|
|
32637
33066
|
"Other Renewables": 0,
|
|
32638
33067
|
"Solar": 0.0552,
|
|
32639
33068
|
"Wind": 0.0069
|
|
33069
|
+
},
|
|
33070
|
+
"2025-03": {
|
|
33071
|
+
"Bioenergy": 0.0095,
|
|
33072
|
+
"Coal": 0.2429,
|
|
33073
|
+
"Gas": 0.3798,
|
|
33074
|
+
"Hydro": 0.0249,
|
|
33075
|
+
"Nuclear": 0.2802,
|
|
33076
|
+
"Other Fossil": 0.0007,
|
|
33077
|
+
"Other Renewables": 0,
|
|
33078
|
+
"Solar": 0.0552,
|
|
33079
|
+
"Wind": 0.0069
|
|
32640
33080
|
}
|
|
32641
33081
|
},
|
|
32642
33082
|
"US-ND": {
|
|
@@ -33453,6 +33893,17 @@
|
|
|
33453
33893
|
"Other Renewables": 0,
|
|
33454
33894
|
"Solar": 0,
|
|
33455
33895
|
"Wind": 0.4015
|
|
33896
|
+
},
|
|
33897
|
+
"2025-03": {
|
|
33898
|
+
"Bioenergy": 0,
|
|
33899
|
+
"Coal": 0.4955,
|
|
33900
|
+
"Gas": 0.0538,
|
|
33901
|
+
"Hydro": 0.048,
|
|
33902
|
+
"Nuclear": 0,
|
|
33903
|
+
"Other Fossil": 0.0012,
|
|
33904
|
+
"Other Renewables": 0,
|
|
33905
|
+
"Solar": 0,
|
|
33906
|
+
"Wind": 0.4015
|
|
33456
33907
|
}
|
|
33457
33908
|
},
|
|
33458
33909
|
"US-NE": {
|
|
@@ -34269,6 +34720,17 @@
|
|
|
34269
34720
|
"Other Renewables": 0,
|
|
34270
34721
|
"Solar": 0.0032,
|
|
34271
34722
|
"Wind": 0.3253
|
|
34723
|
+
},
|
|
34724
|
+
"2025-03": {
|
|
34725
|
+
"Bioenergy": 0.0018,
|
|
34726
|
+
"Coal": 0.4633,
|
|
34727
|
+
"Gas": 0.0212,
|
|
34728
|
+
"Hydro": 0.03,
|
|
34729
|
+
"Nuclear": 0.1553,
|
|
34730
|
+
"Other Fossil": 0,
|
|
34731
|
+
"Other Renewables": 0,
|
|
34732
|
+
"Solar": 0.0032,
|
|
34733
|
+
"Wind": 0.3253
|
|
34272
34734
|
}
|
|
34273
34735
|
},
|
|
34274
34736
|
"US-NH": {
|
|
@@ -35085,6 +35547,17 @@
|
|
|
35085
35547
|
"Other Renewables": 0,
|
|
35086
35548
|
"Solar": 0,
|
|
35087
35549
|
"Wind": 0.038
|
|
35550
|
+
},
|
|
35551
|
+
"2025-03": {
|
|
35552
|
+
"Bioenergy": 0.0447,
|
|
35553
|
+
"Coal": 0.0575,
|
|
35554
|
+
"Gas": 0.1935,
|
|
35555
|
+
"Hydro": 0.0749,
|
|
35556
|
+
"Nuclear": 0.5477,
|
|
35557
|
+
"Other Fossil": 0.0438,
|
|
35558
|
+
"Other Renewables": 0,
|
|
35559
|
+
"Solar": 0,
|
|
35560
|
+
"Wind": 0.038
|
|
35088
35561
|
}
|
|
35089
35562
|
},
|
|
35090
35563
|
"US-NJ": {
|
|
@@ -35901,6 +36374,17 @@
|
|
|
35901
36374
|
"Other Renewables": 0,
|
|
35902
36375
|
"Solar": 0.0234,
|
|
35903
36376
|
"Wind": 0.0004
|
|
36377
|
+
},
|
|
36378
|
+
"2025-03": {
|
|
36379
|
+
"Bioenergy": 0.0115,
|
|
36380
|
+
"Coal": 0,
|
|
36381
|
+
"Gas": 0.3789,
|
|
36382
|
+
"Hydro": 0,
|
|
36383
|
+
"Nuclear": 0.5564,
|
|
36384
|
+
"Other Fossil": 0.0294,
|
|
36385
|
+
"Other Renewables": 0,
|
|
36386
|
+
"Solar": 0.0234,
|
|
36387
|
+
"Wind": 0.0004
|
|
35904
36388
|
}
|
|
35905
36389
|
},
|
|
35906
36390
|
"US-NM": {
|
|
@@ -36717,6 +37201,17 @@
|
|
|
36717
37201
|
"Other Renewables": 0.0016,
|
|
36718
37202
|
"Solar": 0.1194,
|
|
36719
37203
|
"Wind": 0.4323
|
|
37204
|
+
},
|
|
37205
|
+
"2025-03": {
|
|
37206
|
+
"Bioenergy": 0.0004,
|
|
37207
|
+
"Coal": 0.0893,
|
|
37208
|
+
"Gas": 0.3445,
|
|
37209
|
+
"Hydro": 0.0061,
|
|
37210
|
+
"Nuclear": 0,
|
|
37211
|
+
"Other Fossil": 0.0064,
|
|
37212
|
+
"Other Renewables": 0.0016,
|
|
37213
|
+
"Solar": 0.1194,
|
|
37214
|
+
"Wind": 0.4323
|
|
36720
37215
|
}
|
|
36721
37216
|
},
|
|
36722
37217
|
"US-NV": {
|
|
@@ -37533,6 +38028,17 @@
|
|
|
37533
38028
|
"Other Renewables": 0.0994,
|
|
37534
38029
|
"Solar": 0.226,
|
|
37535
38030
|
"Wind": 0.0117
|
|
38031
|
+
},
|
|
38032
|
+
"2025-03": {
|
|
38033
|
+
"Bioenergy": 0.0013,
|
|
38034
|
+
"Coal": 0.0648,
|
|
38035
|
+
"Gas": 0.5569,
|
|
38036
|
+
"Hydro": 0.0399,
|
|
38037
|
+
"Nuclear": 0,
|
|
38038
|
+
"Other Fossil": 0,
|
|
38039
|
+
"Other Renewables": 0.0994,
|
|
38040
|
+
"Solar": 0.226,
|
|
38041
|
+
"Wind": 0.0117
|
|
37536
38042
|
}
|
|
37537
38043
|
},
|
|
37538
38044
|
"US-NY": {
|
|
@@ -38349,6 +38855,17 @@
|
|
|
38349
38855
|
"Other Renewables": 0,
|
|
38350
38856
|
"Solar": 0.0209,
|
|
38351
38857
|
"Wind": 0.0661
|
|
38858
|
+
},
|
|
38859
|
+
"2025-03": {
|
|
38860
|
+
"Bioenergy": 0.0101,
|
|
38861
|
+
"Coal": 0,
|
|
38862
|
+
"Gas": 0.4555,
|
|
38863
|
+
"Hydro": 0.19,
|
|
38864
|
+
"Nuclear": 0.205,
|
|
38865
|
+
"Other Fossil": 0.0524,
|
|
38866
|
+
"Other Renewables": 0,
|
|
38867
|
+
"Solar": 0.0209,
|
|
38868
|
+
"Wind": 0.0661
|
|
38352
38869
|
}
|
|
38353
38870
|
},
|
|
38354
38871
|
"US-OH": {
|
|
@@ -39165,6 +39682,17 @@
|
|
|
39165
39682
|
"Other Renewables": 0,
|
|
39166
39683
|
"Solar": 0.0232,
|
|
39167
39684
|
"Wind": 0.0263
|
|
39685
|
+
},
|
|
39686
|
+
"2025-03": {
|
|
39687
|
+
"Bioenergy": 0.0018,
|
|
39688
|
+
"Coal": 0.2782,
|
|
39689
|
+
"Gas": 0.5497,
|
|
39690
|
+
"Hydro": 0.0028,
|
|
39691
|
+
"Nuclear": 0.1084,
|
|
39692
|
+
"Other Fossil": 0.0096,
|
|
39693
|
+
"Other Renewables": 0,
|
|
39694
|
+
"Solar": 0.0232,
|
|
39695
|
+
"Wind": 0.0263
|
|
39168
39696
|
}
|
|
39169
39697
|
},
|
|
39170
39698
|
"US-OK": {
|
|
@@ -39981,6 +40509,17 @@
|
|
|
39981
40509
|
"Other Renewables": 0,
|
|
39982
40510
|
"Solar": 0.0028,
|
|
39983
40511
|
"Wind": 0.3839
|
|
40512
|
+
},
|
|
40513
|
+
"2025-03": {
|
|
40514
|
+
"Bioenergy": 0.0032,
|
|
40515
|
+
"Coal": 0.1423,
|
|
40516
|
+
"Gas": 0.4531,
|
|
40517
|
+
"Hydro": 0.0144,
|
|
40518
|
+
"Nuclear": 0,
|
|
40519
|
+
"Other Fossil": 0.0003,
|
|
40520
|
+
"Other Renewables": 0,
|
|
40521
|
+
"Solar": 0.0028,
|
|
40522
|
+
"Wind": 0.3839
|
|
39984
40523
|
}
|
|
39985
40524
|
},
|
|
39986
40525
|
"US-OR": {
|
|
@@ -40797,6 +41336,17 @@
|
|
|
40797
41336
|
"Other Renewables": 0.0023,
|
|
40798
41337
|
"Solar": 0.0186,
|
|
40799
41338
|
"Wind": 0.098
|
|
41339
|
+
},
|
|
41340
|
+
"2025-03": {
|
|
41341
|
+
"Bioenergy": 0.0131,
|
|
41342
|
+
"Coal": 0,
|
|
41343
|
+
"Gas": 0.3879,
|
|
41344
|
+
"Hydro": 0.48,
|
|
41345
|
+
"Nuclear": 0,
|
|
41346
|
+
"Other Fossil": 0,
|
|
41347
|
+
"Other Renewables": 0.0023,
|
|
41348
|
+
"Solar": 0.0186,
|
|
41349
|
+
"Wind": 0.098
|
|
40800
41350
|
}
|
|
40801
41351
|
},
|
|
40802
41352
|
"US-PA": {
|
|
@@ -41613,6 +42163,17 @@
|
|
|
41613
42163
|
"Other Renewables": 0,
|
|
41614
42164
|
"Solar": 0.0032,
|
|
41615
42165
|
"Wind": 0.0182
|
|
42166
|
+
},
|
|
42167
|
+
"2025-03": {
|
|
42168
|
+
"Bioenergy": 0.005,
|
|
42169
|
+
"Coal": 0.1254,
|
|
42170
|
+
"Gas": 0.5485,
|
|
42171
|
+
"Hydro": 0.0059,
|
|
42172
|
+
"Nuclear": 0.2859,
|
|
42173
|
+
"Other Fossil": 0.0078,
|
|
42174
|
+
"Other Renewables": 0,
|
|
42175
|
+
"Solar": 0.0032,
|
|
42176
|
+
"Wind": 0.0182
|
|
41616
42177
|
}
|
|
41617
42178
|
},
|
|
41618
42179
|
"US-RI": {
|
|
@@ -42429,6 +42990,17 @@
|
|
|
42429
42990
|
"Other Renewables": 0,
|
|
42430
42991
|
"Solar": 0.0582,
|
|
42431
42992
|
"Wind": 0.0289
|
|
42993
|
+
},
|
|
42994
|
+
"2025-03": {
|
|
42995
|
+
"Bioenergy": 0.0268,
|
|
42996
|
+
"Coal": 0,
|
|
42997
|
+
"Gas": 0.886,
|
|
42998
|
+
"Hydro": 0,
|
|
42999
|
+
"Nuclear": 0,
|
|
43000
|
+
"Other Fossil": 0,
|
|
43001
|
+
"Other Renewables": 0,
|
|
43002
|
+
"Solar": 0.0582,
|
|
43003
|
+
"Wind": 0.0289
|
|
42432
43004
|
}
|
|
42433
43005
|
},
|
|
42434
43006
|
"US-SC": {
|
|
@@ -43245,6 +43817,17 @@
|
|
|
43245
43817
|
"Other Renewables": 0,
|
|
43246
43818
|
"Solar": 0.0198,
|
|
43247
43819
|
"Wind": 0
|
|
43820
|
+
},
|
|
43821
|
+
"2025-03": {
|
|
43822
|
+
"Bioenergy": 0.0129,
|
|
43823
|
+
"Coal": 0.2321,
|
|
43824
|
+
"Gas": 0.204,
|
|
43825
|
+
"Hydro": 0.0182,
|
|
43826
|
+
"Nuclear": 0.513,
|
|
43827
|
+
"Other Fossil": 0,
|
|
43828
|
+
"Other Renewables": 0,
|
|
43829
|
+
"Solar": 0.0198,
|
|
43830
|
+
"Wind": 0
|
|
43248
43831
|
}
|
|
43249
43832
|
},
|
|
43250
43833
|
"US-SD": {
|
|
@@ -44061,6 +44644,17 @@
|
|
|
44061
44644
|
"Other Renewables": 0,
|
|
44062
44645
|
"Solar": 0.0085,
|
|
44063
44646
|
"Wind": 0.645
|
|
44647
|
+
},
|
|
44648
|
+
"2025-03": {
|
|
44649
|
+
"Bioenergy": 0,
|
|
44650
|
+
"Coal": 0.0898,
|
|
44651
|
+
"Gas": 0.0633,
|
|
44652
|
+
"Hydro": 0.1934,
|
|
44653
|
+
"Nuclear": 0,
|
|
44654
|
+
"Other Fossil": 0,
|
|
44655
|
+
"Other Renewables": 0,
|
|
44656
|
+
"Solar": 0.0085,
|
|
44657
|
+
"Wind": 0.645
|
|
44064
44658
|
}
|
|
44065
44659
|
},
|
|
44066
44660
|
"US-TN": {
|
|
@@ -44877,6 +45471,17 @@
|
|
|
44877
45471
|
"Other Renewables": 0,
|
|
44878
45472
|
"Solar": 0.0096,
|
|
44879
45473
|
"Wind": 0
|
|
45474
|
+
},
|
|
45475
|
+
"2025-03": {
|
|
45476
|
+
"Bioenergy": 0.0053,
|
|
45477
|
+
"Coal": 0.3005,
|
|
45478
|
+
"Gas": 0.2787,
|
|
45479
|
+
"Hydro": 0.0857,
|
|
45480
|
+
"Nuclear": 0.3181,
|
|
45481
|
+
"Other Fossil": 0.0022,
|
|
45482
|
+
"Other Renewables": 0,
|
|
45483
|
+
"Solar": 0.0096,
|
|
45484
|
+
"Wind": 0
|
|
44880
45485
|
}
|
|
44881
45486
|
},
|
|
44882
45487
|
"US-TX": {
|
|
@@ -45693,6 +46298,17 @@
|
|
|
45693
46298
|
"Other Renewables": 0,
|
|
45694
46299
|
"Solar": 0.0578,
|
|
45695
46300
|
"Wind": 0.2168
|
|
46301
|
+
},
|
|
46302
|
+
"2025-03": {
|
|
46303
|
+
"Bioenergy": 0.0022,
|
|
46304
|
+
"Coal": 0.1443,
|
|
46305
|
+
"Gas": 0.5062,
|
|
46306
|
+
"Hydro": 0.0014,
|
|
46307
|
+
"Nuclear": 0.0713,
|
|
46308
|
+
"Other Fossil": 0,
|
|
46309
|
+
"Other Renewables": 0,
|
|
46310
|
+
"Solar": 0.0578,
|
|
46311
|
+
"Wind": 0.2168
|
|
45696
46312
|
}
|
|
45697
46313
|
},
|
|
45698
46314
|
"US-UT": {
|
|
@@ -46509,6 +47125,17 @@
|
|
|
46509
47125
|
"Other Renewables": 0.0097,
|
|
46510
47126
|
"Solar": 0.0765,
|
|
46511
47127
|
"Wind": 0.016
|
|
47128
|
+
},
|
|
47129
|
+
"2025-03": {
|
|
47130
|
+
"Bioenergy": 0.0019,
|
|
47131
|
+
"Coal": 0.5818,
|
|
47132
|
+
"Gas": 0.2866,
|
|
47133
|
+
"Hydro": 0.0216,
|
|
47134
|
+
"Nuclear": 0,
|
|
47135
|
+
"Other Fossil": 0.0059,
|
|
47136
|
+
"Other Renewables": 0.0097,
|
|
47137
|
+
"Solar": 0.0765,
|
|
47138
|
+
"Wind": 0.016
|
|
46512
47139
|
}
|
|
46513
47140
|
},
|
|
46514
47141
|
"US-VA": {
|
|
@@ -47325,6 +47952,17 @@
|
|
|
47325
47952
|
"Other Renewables": 0,
|
|
47326
47953
|
"Solar": 0.0516,
|
|
47327
47954
|
"Wind": 0.0006
|
|
47955
|
+
},
|
|
47956
|
+
"2025-03": {
|
|
47957
|
+
"Bioenergy": 0.0298,
|
|
47958
|
+
"Coal": 0.0459,
|
|
47959
|
+
"Gas": 0.5705,
|
|
47960
|
+
"Hydro": 0,
|
|
47961
|
+
"Nuclear": 0.2798,
|
|
47962
|
+
"Other Fossil": 0.0218,
|
|
47963
|
+
"Other Renewables": 0,
|
|
47964
|
+
"Solar": 0.0516,
|
|
47965
|
+
"Wind": 0.0006
|
|
47328
47966
|
}
|
|
47329
47967
|
},
|
|
47330
47968
|
"US-VT": {
|
|
@@ -48141,6 +48779,17 @@
|
|
|
48141
48779
|
"Other Renewables": 0,
|
|
48142
48780
|
"Solar": 0.0448,
|
|
48143
48781
|
"Wind": 0.2058
|
|
48782
|
+
},
|
|
48783
|
+
"2025-03": {
|
|
48784
|
+
"Bioenergy": 0.2232,
|
|
48785
|
+
"Coal": 0,
|
|
48786
|
+
"Gas": 0.0012,
|
|
48787
|
+
"Hydro": 0.5244,
|
|
48788
|
+
"Nuclear": 0,
|
|
48789
|
+
"Other Fossil": 0.0006,
|
|
48790
|
+
"Other Renewables": 0,
|
|
48791
|
+
"Solar": 0.0448,
|
|
48792
|
+
"Wind": 0.2058
|
|
48144
48793
|
}
|
|
48145
48794
|
},
|
|
48146
48795
|
"US-WA": {
|
|
@@ -48957,6 +49606,17 @@
|
|
|
48957
49606
|
"Other Renewables": 0,
|
|
48958
49607
|
"Solar": 0.0024,
|
|
48959
49608
|
"Wind": 0.0687
|
|
49609
|
+
},
|
|
49610
|
+
"2025-03": {
|
|
49611
|
+
"Bioenergy": 0.0101,
|
|
49612
|
+
"Coal": 0.0442,
|
|
49613
|
+
"Gas": 0.178,
|
|
49614
|
+
"Hydro": 0.6088,
|
|
49615
|
+
"Nuclear": 0.0871,
|
|
49616
|
+
"Other Fossil": 0.0007,
|
|
49617
|
+
"Other Renewables": 0,
|
|
49618
|
+
"Solar": 0.0024,
|
|
49619
|
+
"Wind": 0.0687
|
|
48960
49620
|
}
|
|
48961
49621
|
},
|
|
48962
49622
|
"US-WI": {
|
|
@@ -49773,6 +50433,17 @@
|
|
|
49773
50433
|
"Other Renewables": 0,
|
|
49774
50434
|
"Solar": 0.0279,
|
|
49775
50435
|
"Wind": 0.0369
|
|
50436
|
+
},
|
|
50437
|
+
"2025-03": {
|
|
50438
|
+
"Bioenergy": 0.0166,
|
|
50439
|
+
"Coal": 0.4278,
|
|
50440
|
+
"Gas": 0.3174,
|
|
50441
|
+
"Hydro": 0.0306,
|
|
50442
|
+
"Nuclear": 0.1413,
|
|
50443
|
+
"Other Fossil": 0.0015,
|
|
50444
|
+
"Other Renewables": 0,
|
|
50445
|
+
"Solar": 0.0279,
|
|
50446
|
+
"Wind": 0.0369
|
|
49776
50447
|
}
|
|
49777
50448
|
},
|
|
49778
50449
|
"US-WV": {
|
|
@@ -50589,6 +51260,17 @@
|
|
|
50589
51260
|
"Other Renewables": 0,
|
|
50590
51261
|
"Solar": 0.0022,
|
|
50591
51262
|
"Wind": 0.0459
|
|
51263
|
+
},
|
|
51264
|
+
"2025-03": {
|
|
51265
|
+
"Bioenergy": 0,
|
|
51266
|
+
"Coal": 0.9003,
|
|
51267
|
+
"Gas": 0.0299,
|
|
51268
|
+
"Hydro": 0.0205,
|
|
51269
|
+
"Nuclear": 0,
|
|
51270
|
+
"Other Fossil": 0.0013,
|
|
51271
|
+
"Other Renewables": 0,
|
|
51272
|
+
"Solar": 0.0022,
|
|
51273
|
+
"Wind": 0.0459
|
|
50592
51274
|
}
|
|
50593
51275
|
},
|
|
50594
51276
|
"US-WY": {
|
|
@@ -51405,6 +52087,17 @@
|
|
|
51405
52087
|
"Other Renewables": 0,
|
|
51406
52088
|
"Solar": 0.0057,
|
|
51407
52089
|
"Wind": 0.2753
|
|
52090
|
+
},
|
|
52091
|
+
"2025-03": {
|
|
52092
|
+
"Bioenergy": 0,
|
|
52093
|
+
"Coal": 0.5873,
|
|
52094
|
+
"Gas": 0.109,
|
|
52095
|
+
"Hydro": 0.02,
|
|
52096
|
+
"Nuclear": 0,
|
|
52097
|
+
"Other Fossil": 0.0027,
|
|
52098
|
+
"Other Renewables": 0,
|
|
52099
|
+
"Solar": 0.0057,
|
|
52100
|
+
"Wind": 0.2753
|
|
51408
52101
|
}
|
|
51409
52102
|
}
|
|
51410
52103
|
}
|