@digital4better/data 1.3.46 → 1.3.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/factor/continent-monthly-green.csv +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +53 -53
- 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 +87 -87
- package/data/factor/country-yearly-green.json +757 -757
- package/data/factor/country-yearly.csv +91 -91
- package/data/factor/country-yearly.json +759 -759
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +64 -64
- package/data/factor/subdivision-yearly-green.json +576 -576
- package/data/factor/subdivision-yearly.csv +64 -64
- package/data/factor/subdivision-yearly.json +576 -576
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +6 -6
- package/data/mix/continent-yearly-green.json +22 -22
- package/data/mix/continent-yearly.csv +6 -6
- package/data/mix/continent-yearly.json +38 -38
- 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 +80 -80
- package/data/mix/country-yearly-green.json +275 -275
- package/data/mix/country-yearly.csv +80 -80
- package/data/mix/country-yearly.json +542 -542
- package/data/mix/subdivision-monthly-green.csv +90 -26
- package/data/mix/subdivision-monthly-green.json +474 -90
- package/data/mix/subdivision-monthly.csv +90 -26
- package/data/mix/subdivision-monthly.json +882 -178
- package/data/mix/subdivision-yearly-green.csv +64 -64
- package/data/mix/subdivision-yearly-green.json +215 -215
- package/data/mix/subdivision-yearly.csv +64 -64
- package/data/mix/subdivision-yearly.json +386 -386
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +8 -8
- package/package.json +1 -1
|
@@ -947,26 +947,37 @@
|
|
|
947
947
|
"Wind": 0.2271
|
|
948
948
|
},
|
|
949
949
|
"2026-03": {
|
|
950
|
-
"Bioenergy": 0.
|
|
951
|
-
"Coal": 0.
|
|
952
|
-
"Gas": 0.
|
|
953
|
-
"Hydro": 0.
|
|
950
|
+
"Bioenergy": 0.0529,
|
|
951
|
+
"Coal": 0.0756,
|
|
952
|
+
"Gas": 0.5764,
|
|
953
|
+
"Hydro": 0.0171,
|
|
954
954
|
"Nuclear": 0,
|
|
955
|
-
"Other Fossil": 0.
|
|
955
|
+
"Other Fossil": 0.0275,
|
|
956
956
|
"Other Renewables": 0.0022,
|
|
957
|
-
"Solar": 0.
|
|
958
|
-
"Wind": 0.
|
|
957
|
+
"Solar": 0.0394,
|
|
958
|
+
"Wind": 0.2089
|
|
959
959
|
},
|
|
960
960
|
"2026-04": {
|
|
961
|
-
"Bioenergy": 0.
|
|
962
|
-
"Coal": 0.
|
|
963
|
-
"Gas": 0.
|
|
964
|
-
"Hydro": 0.
|
|
961
|
+
"Bioenergy": 0.0529,
|
|
962
|
+
"Coal": 0.0756,
|
|
963
|
+
"Gas": 0.5764,
|
|
964
|
+
"Hydro": 0.0171,
|
|
965
965
|
"Nuclear": 0,
|
|
966
|
-
"Other Fossil": 0.
|
|
966
|
+
"Other Fossil": 0.0275,
|
|
967
967
|
"Other Renewables": 0.0022,
|
|
968
|
-
"Solar": 0.
|
|
969
|
-
"Wind": 0.
|
|
968
|
+
"Solar": 0.0394,
|
|
969
|
+
"Wind": 0.2089
|
|
970
|
+
},
|
|
971
|
+
"2026-05": {
|
|
972
|
+
"Bioenergy": 0.0529,
|
|
973
|
+
"Coal": 0.0756,
|
|
974
|
+
"Gas": 0.5764,
|
|
975
|
+
"Hydro": 0.0171,
|
|
976
|
+
"Nuclear": 0,
|
|
977
|
+
"Other Fossil": 0.0275,
|
|
978
|
+
"Other Renewables": 0.0022,
|
|
979
|
+
"Solar": 0.0394,
|
|
980
|
+
"Wind": 0.2089
|
|
970
981
|
}
|
|
971
982
|
},
|
|
972
983
|
"CA-BC": {
|
|
@@ -1917,26 +1928,37 @@
|
|
|
1917
1928
|
"Wind": 0.0306
|
|
1918
1929
|
},
|
|
1919
1930
|
"2026-03": {
|
|
1920
|
-
"Bioenergy": 0.
|
|
1921
|
-
"Coal": 0.
|
|
1922
|
-
"Gas": 0.
|
|
1923
|
-
"Hydro": 0.
|
|
1931
|
+
"Bioenergy": 0.0058,
|
|
1932
|
+
"Coal": 0.0082,
|
|
1933
|
+
"Gas": 0.0628,
|
|
1934
|
+
"Hydro": 0.8908,
|
|
1924
1935
|
"Nuclear": 0,
|
|
1925
|
-
"Other Fossil": 0.
|
|
1936
|
+
"Other Fossil": 0.003,
|
|
1926
1937
|
"Other Renewables": 0.0002,
|
|
1927
|
-
"Solar": 0.
|
|
1928
|
-
"Wind": 0.
|
|
1938
|
+
"Solar": 0.0004,
|
|
1939
|
+
"Wind": 0.0288
|
|
1929
1940
|
},
|
|
1930
1941
|
"2026-04": {
|
|
1931
|
-
"Bioenergy": 0.
|
|
1932
|
-
"Coal": 0.
|
|
1933
|
-
"Gas": 0.
|
|
1934
|
-
"Hydro": 0.
|
|
1942
|
+
"Bioenergy": 0.0058,
|
|
1943
|
+
"Coal": 0.0082,
|
|
1944
|
+
"Gas": 0.0628,
|
|
1945
|
+
"Hydro": 0.8908,
|
|
1935
1946
|
"Nuclear": 0,
|
|
1936
|
-
"Other Fossil": 0.
|
|
1947
|
+
"Other Fossil": 0.003,
|
|
1937
1948
|
"Other Renewables": 0.0002,
|
|
1938
|
-
"Solar": 0.
|
|
1939
|
-
"Wind": 0.
|
|
1949
|
+
"Solar": 0.0004,
|
|
1950
|
+
"Wind": 0.0288
|
|
1951
|
+
},
|
|
1952
|
+
"2026-05": {
|
|
1953
|
+
"Bioenergy": 0.0058,
|
|
1954
|
+
"Coal": 0.0082,
|
|
1955
|
+
"Gas": 0.0628,
|
|
1956
|
+
"Hydro": 0.8908,
|
|
1957
|
+
"Nuclear": 0,
|
|
1958
|
+
"Other Fossil": 0.003,
|
|
1959
|
+
"Other Renewables": 0.0002,
|
|
1960
|
+
"Solar": 0.0004,
|
|
1961
|
+
"Wind": 0.0288
|
|
1940
1962
|
}
|
|
1941
1963
|
},
|
|
1942
1964
|
"CA-MB": {
|
|
@@ -2888,25 +2910,36 @@
|
|
|
2888
2910
|
},
|
|
2889
2911
|
"2026-03": {
|
|
2890
2912
|
"Bioenergy": 0.0003,
|
|
2891
|
-
"Coal": 0.
|
|
2892
|
-
"Gas": 0.
|
|
2893
|
-
"Hydro": 0.
|
|
2913
|
+
"Coal": 0.0005,
|
|
2914
|
+
"Gas": 0.0035,
|
|
2915
|
+
"Hydro": 0.9652,
|
|
2894
2916
|
"Nuclear": 0,
|
|
2895
2917
|
"Other Fossil": 0.0002,
|
|
2896
2918
|
"Other Renewables": 0,
|
|
2897
2919
|
"Solar": 0.0001,
|
|
2898
|
-
"Wind": 0.
|
|
2920
|
+
"Wind": 0.0302
|
|
2899
2921
|
},
|
|
2900
2922
|
"2026-04": {
|
|
2901
2923
|
"Bioenergy": 0.0003,
|
|
2902
|
-
"Coal": 0.
|
|
2903
|
-
"Gas": 0.
|
|
2904
|
-
"Hydro": 0.
|
|
2924
|
+
"Coal": 0.0005,
|
|
2925
|
+
"Gas": 0.0035,
|
|
2926
|
+
"Hydro": 0.9652,
|
|
2905
2927
|
"Nuclear": 0,
|
|
2906
2928
|
"Other Fossil": 0.0002,
|
|
2907
2929
|
"Other Renewables": 0,
|
|
2908
2930
|
"Solar": 0.0001,
|
|
2909
|
-
"Wind": 0.
|
|
2931
|
+
"Wind": 0.0302
|
|
2932
|
+
},
|
|
2933
|
+
"2026-05": {
|
|
2934
|
+
"Bioenergy": 0.0003,
|
|
2935
|
+
"Coal": 0.0005,
|
|
2936
|
+
"Gas": 0.0035,
|
|
2937
|
+
"Hydro": 0.9652,
|
|
2938
|
+
"Nuclear": 0,
|
|
2939
|
+
"Other Fossil": 0.0002,
|
|
2940
|
+
"Other Renewables": 0,
|
|
2941
|
+
"Solar": 0.0001,
|
|
2942
|
+
"Wind": 0.0302
|
|
2910
2943
|
}
|
|
2911
2944
|
},
|
|
2912
2945
|
"CA-NB": {
|
|
@@ -3857,26 +3890,37 @@
|
|
|
3857
3890
|
"Wind": 0.0497
|
|
3858
3891
|
},
|
|
3859
3892
|
"2026-03": {
|
|
3860
|
-
"Bioenergy": 0.
|
|
3861
|
-
"Coal": 0.
|
|
3862
|
-
"Gas": 0.
|
|
3863
|
-
"Hydro": 0.
|
|
3864
|
-
"Nuclear": 0.
|
|
3865
|
-
"Other Fossil": 0.
|
|
3866
|
-
"Other Renewables": 0.
|
|
3867
|
-
"Solar": 0.
|
|
3868
|
-
"Wind": 0.
|
|
3893
|
+
"Bioenergy": 0.0268,
|
|
3894
|
+
"Coal": 0.0383,
|
|
3895
|
+
"Gas": 0.2922,
|
|
3896
|
+
"Hydro": 0.1644,
|
|
3897
|
+
"Nuclear": 0.3685,
|
|
3898
|
+
"Other Fossil": 0.014,
|
|
3899
|
+
"Other Renewables": 0.0011,
|
|
3900
|
+
"Solar": 0.0003,
|
|
3901
|
+
"Wind": 0.0945
|
|
3869
3902
|
},
|
|
3870
3903
|
"2026-04": {
|
|
3871
|
-
"Bioenergy": 0.
|
|
3872
|
-
"Coal": 0.
|
|
3873
|
-
"Gas": 0.
|
|
3874
|
-
"Hydro": 0.
|
|
3875
|
-
"Nuclear": 0.
|
|
3876
|
-
"Other Fossil": 0.
|
|
3877
|
-
"Other Renewables": 0.
|
|
3878
|
-
"Solar": 0.
|
|
3879
|
-
"Wind": 0.
|
|
3904
|
+
"Bioenergy": 0.0268,
|
|
3905
|
+
"Coal": 0.0383,
|
|
3906
|
+
"Gas": 0.2922,
|
|
3907
|
+
"Hydro": 0.1644,
|
|
3908
|
+
"Nuclear": 0.3685,
|
|
3909
|
+
"Other Fossil": 0.014,
|
|
3910
|
+
"Other Renewables": 0.0011,
|
|
3911
|
+
"Solar": 0.0003,
|
|
3912
|
+
"Wind": 0.0945
|
|
3913
|
+
},
|
|
3914
|
+
"2026-05": {
|
|
3915
|
+
"Bioenergy": 0.0268,
|
|
3916
|
+
"Coal": 0.0383,
|
|
3917
|
+
"Gas": 0.2922,
|
|
3918
|
+
"Hydro": 0.1644,
|
|
3919
|
+
"Nuclear": 0.3685,
|
|
3920
|
+
"Other Fossil": 0.014,
|
|
3921
|
+
"Other Renewables": 0.0011,
|
|
3922
|
+
"Solar": 0.0003,
|
|
3923
|
+
"Wind": 0.0945
|
|
3880
3924
|
}
|
|
3881
3925
|
},
|
|
3882
3926
|
"CA-NL": {
|
|
@@ -4827,26 +4871,37 @@
|
|
|
4827
4871
|
"Wind": 0.0044
|
|
4828
4872
|
},
|
|
4829
4873
|
"2026-03": {
|
|
4830
|
-
"Bioenergy": 0.
|
|
4831
|
-
"Coal": 0.
|
|
4832
|
-
"Gas": 0.
|
|
4833
|
-
"Hydro": 0.
|
|
4874
|
+
"Bioenergy": 0.0033,
|
|
4875
|
+
"Coal": 0.0048,
|
|
4876
|
+
"Gas": 0.0363,
|
|
4877
|
+
"Hydro": 0.9474,
|
|
4834
4878
|
"Nuclear": 0,
|
|
4835
|
-
"Other Fossil": 0.
|
|
4879
|
+
"Other Fossil": 0.0017,
|
|
4836
4880
|
"Other Renewables": 0.0001,
|
|
4837
4881
|
"Solar": 0,
|
|
4838
|
-
"Wind": 0.
|
|
4882
|
+
"Wind": 0.0063
|
|
4839
4883
|
},
|
|
4840
4884
|
"2026-04": {
|
|
4841
|
-
"Bioenergy": 0.
|
|
4842
|
-
"Coal": 0.
|
|
4843
|
-
"Gas": 0.
|
|
4844
|
-
"Hydro": 0.
|
|
4885
|
+
"Bioenergy": 0.0033,
|
|
4886
|
+
"Coal": 0.0048,
|
|
4887
|
+
"Gas": 0.0363,
|
|
4888
|
+
"Hydro": 0.9474,
|
|
4845
4889
|
"Nuclear": 0,
|
|
4846
|
-
"Other Fossil": 0.
|
|
4890
|
+
"Other Fossil": 0.0017,
|
|
4847
4891
|
"Other Renewables": 0.0001,
|
|
4848
4892
|
"Solar": 0,
|
|
4849
|
-
"Wind": 0.
|
|
4893
|
+
"Wind": 0.0063
|
|
4894
|
+
},
|
|
4895
|
+
"2026-05": {
|
|
4896
|
+
"Bioenergy": 0.0033,
|
|
4897
|
+
"Coal": 0.0048,
|
|
4898
|
+
"Gas": 0.0363,
|
|
4899
|
+
"Hydro": 0.9474,
|
|
4900
|
+
"Nuclear": 0,
|
|
4901
|
+
"Other Fossil": 0.0017,
|
|
4902
|
+
"Other Renewables": 0.0001,
|
|
4903
|
+
"Solar": 0,
|
|
4904
|
+
"Wind": 0.0063
|
|
4850
4905
|
}
|
|
4851
4906
|
},
|
|
4852
4907
|
"CA-NS": {
|
|
@@ -5797,26 +5852,37 @@
|
|
|
5797
5852
|
"Wind": 0.119
|
|
5798
5853
|
},
|
|
5799
5854
|
"2026-03": {
|
|
5800
|
-
"Bioenergy": 0.
|
|
5801
|
-
"Coal": 0.
|
|
5802
|
-
"Gas": 0.
|
|
5803
|
-
"Hydro": 0.
|
|
5855
|
+
"Bioenergy": 0.0533,
|
|
5856
|
+
"Coal": 0.0763,
|
|
5857
|
+
"Gas": 0.5816,
|
|
5858
|
+
"Hydro": 0.0783,
|
|
5804
5859
|
"Nuclear": 0,
|
|
5805
|
-
"Other Fossil": 0.
|
|
5806
|
-
"Other Renewables": 0.
|
|
5807
|
-
"Solar": 0.
|
|
5808
|
-
"Wind": 0.
|
|
5860
|
+
"Other Fossil": 0.0278,
|
|
5861
|
+
"Other Renewables": 0.0022,
|
|
5862
|
+
"Solar": 0.0007,
|
|
5863
|
+
"Wind": 0.1798
|
|
5809
5864
|
},
|
|
5810
5865
|
"2026-04": {
|
|
5811
|
-
"Bioenergy": 0.
|
|
5812
|
-
"Coal": 0.
|
|
5813
|
-
"Gas": 0.
|
|
5814
|
-
"Hydro": 0.
|
|
5866
|
+
"Bioenergy": 0.0533,
|
|
5867
|
+
"Coal": 0.0763,
|
|
5868
|
+
"Gas": 0.5816,
|
|
5869
|
+
"Hydro": 0.0783,
|
|
5815
5870
|
"Nuclear": 0,
|
|
5816
|
-
"Other Fossil": 0.
|
|
5817
|
-
"Other Renewables": 0.
|
|
5818
|
-
"Solar": 0.
|
|
5819
|
-
"Wind": 0.
|
|
5871
|
+
"Other Fossil": 0.0278,
|
|
5872
|
+
"Other Renewables": 0.0022,
|
|
5873
|
+
"Solar": 0.0007,
|
|
5874
|
+
"Wind": 0.1798
|
|
5875
|
+
},
|
|
5876
|
+
"2026-05": {
|
|
5877
|
+
"Bioenergy": 0.0533,
|
|
5878
|
+
"Coal": 0.0763,
|
|
5879
|
+
"Gas": 0.5816,
|
|
5880
|
+
"Hydro": 0.0783,
|
|
5881
|
+
"Nuclear": 0,
|
|
5882
|
+
"Other Fossil": 0.0278,
|
|
5883
|
+
"Other Renewables": 0.0022,
|
|
5884
|
+
"Solar": 0.0007,
|
|
5885
|
+
"Wind": 0.1798
|
|
5820
5886
|
}
|
|
5821
5887
|
},
|
|
5822
5888
|
"CA-NT": {
|
|
@@ -6767,26 +6833,37 @@
|
|
|
6767
6833
|
"Wind": 0.0265
|
|
6768
6834
|
},
|
|
6769
6835
|
"2026-03": {
|
|
6770
|
-
"Bioenergy": 0.
|
|
6771
|
-
"Coal": 0.
|
|
6772
|
-
"Gas": 0.
|
|
6773
|
-
"Hydro": 0.
|
|
6836
|
+
"Bioenergy": 0.0477,
|
|
6837
|
+
"Coal": 0.0682,
|
|
6838
|
+
"Gas": 0.5197,
|
|
6839
|
+
"Hydro": 0.3046,
|
|
6774
6840
|
"Nuclear": 0,
|
|
6775
|
-
"Other Fossil": 0.
|
|
6841
|
+
"Other Fossil": 0.0248,
|
|
6776
6842
|
"Other Renewables": 0.002,
|
|
6777
|
-
"Solar": 0.
|
|
6778
|
-
"Wind": 0.
|
|
6843
|
+
"Solar": 0.0064,
|
|
6844
|
+
"Wind": 0.0266
|
|
6779
6845
|
},
|
|
6780
6846
|
"2026-04": {
|
|
6781
|
-
"Bioenergy": 0.
|
|
6782
|
-
"Coal": 0.
|
|
6783
|
-
"Gas": 0.
|
|
6784
|
-
"Hydro": 0.
|
|
6847
|
+
"Bioenergy": 0.0477,
|
|
6848
|
+
"Coal": 0.0682,
|
|
6849
|
+
"Gas": 0.5197,
|
|
6850
|
+
"Hydro": 0.3046,
|
|
6785
6851
|
"Nuclear": 0,
|
|
6786
|
-
"Other Fossil": 0.
|
|
6852
|
+
"Other Fossil": 0.0248,
|
|
6787
6853
|
"Other Renewables": 0.002,
|
|
6788
|
-
"Solar": 0.
|
|
6789
|
-
"Wind": 0.
|
|
6854
|
+
"Solar": 0.0064,
|
|
6855
|
+
"Wind": 0.0266
|
|
6856
|
+
},
|
|
6857
|
+
"2026-05": {
|
|
6858
|
+
"Bioenergy": 0.0477,
|
|
6859
|
+
"Coal": 0.0682,
|
|
6860
|
+
"Gas": 0.5197,
|
|
6861
|
+
"Hydro": 0.3046,
|
|
6862
|
+
"Nuclear": 0,
|
|
6863
|
+
"Other Fossil": 0.0248,
|
|
6864
|
+
"Other Renewables": 0.002,
|
|
6865
|
+
"Solar": 0.0064,
|
|
6866
|
+
"Wind": 0.0266
|
|
6790
6867
|
}
|
|
6791
6868
|
},
|
|
6792
6869
|
"CA-NU": {
|
|
@@ -7738,24 +7815,35 @@
|
|
|
7738
7815
|
},
|
|
7739
7816
|
"2026-03": {
|
|
7740
7817
|
"Bioenergy": 0.0719,
|
|
7741
|
-
"Coal": 0.
|
|
7742
|
-
"Gas": 0.
|
|
7818
|
+
"Coal": 0.1029,
|
|
7819
|
+
"Gas": 0.784,
|
|
7743
7820
|
"Hydro": 0,
|
|
7744
7821
|
"Nuclear": 0,
|
|
7745
7822
|
"Other Fossil": 0.0375,
|
|
7746
7823
|
"Other Renewables": 0.003,
|
|
7747
|
-
"Solar": 0.
|
|
7824
|
+
"Solar": 0.0007,
|
|
7748
7825
|
"Wind": 0
|
|
7749
7826
|
},
|
|
7750
7827
|
"2026-04": {
|
|
7751
7828
|
"Bioenergy": 0.0719,
|
|
7752
|
-
"Coal": 0.
|
|
7753
|
-
"Gas": 0.
|
|
7829
|
+
"Coal": 0.1029,
|
|
7830
|
+
"Gas": 0.784,
|
|
7754
7831
|
"Hydro": 0,
|
|
7755
7832
|
"Nuclear": 0,
|
|
7756
7833
|
"Other Fossil": 0.0375,
|
|
7757
7834
|
"Other Renewables": 0.003,
|
|
7758
|
-
"Solar": 0.
|
|
7835
|
+
"Solar": 0.0007,
|
|
7836
|
+
"Wind": 0
|
|
7837
|
+
},
|
|
7838
|
+
"2026-05": {
|
|
7839
|
+
"Bioenergy": 0.0719,
|
|
7840
|
+
"Coal": 0.1029,
|
|
7841
|
+
"Gas": 0.784,
|
|
7842
|
+
"Hydro": 0,
|
|
7843
|
+
"Nuclear": 0,
|
|
7844
|
+
"Other Fossil": 0.0375,
|
|
7845
|
+
"Other Renewables": 0.003,
|
|
7846
|
+
"Solar": 0.0007,
|
|
7759
7847
|
"Wind": 0
|
|
7760
7848
|
}
|
|
7761
7849
|
},
|
|
@@ -8707,26 +8795,37 @@
|
|
|
8707
8795
|
"Wind": 0.0796
|
|
8708
8796
|
},
|
|
8709
8797
|
"2026-03": {
|
|
8710
|
-
"Bioenergy": 0.
|
|
8711
|
-
"Coal": 0.
|
|
8712
|
-
"Gas": 0.
|
|
8713
|
-
"Hydro": 0.
|
|
8714
|
-
"Nuclear": 0.
|
|
8715
|
-
"Other Fossil": 0.
|
|
8716
|
-
"Other Renewables": 0.
|
|
8717
|
-
"Solar": 0.
|
|
8718
|
-
"Wind": 0.
|
|
8798
|
+
"Bioenergy": 0.0134,
|
|
8799
|
+
"Coal": 0.0191,
|
|
8800
|
+
"Gas": 0.1456,
|
|
8801
|
+
"Hydro": 0.2281,
|
|
8802
|
+
"Nuclear": 0.47,
|
|
8803
|
+
"Other Fossil": 0.007,
|
|
8804
|
+
"Other Renewables": 0.0006,
|
|
8805
|
+
"Solar": 0.0115,
|
|
8806
|
+
"Wind": 0.1048
|
|
8719
8807
|
},
|
|
8720
8808
|
"2026-04": {
|
|
8721
|
-
"Bioenergy": 0.
|
|
8722
|
-
"Coal": 0.
|
|
8723
|
-
"Gas": 0.
|
|
8724
|
-
"Hydro": 0.
|
|
8725
|
-
"Nuclear": 0.
|
|
8726
|
-
"Other Fossil": 0.
|
|
8727
|
-
"Other Renewables": 0.
|
|
8728
|
-
"Solar": 0.
|
|
8729
|
-
"Wind": 0.
|
|
8809
|
+
"Bioenergy": 0.0134,
|
|
8810
|
+
"Coal": 0.0191,
|
|
8811
|
+
"Gas": 0.1456,
|
|
8812
|
+
"Hydro": 0.2281,
|
|
8813
|
+
"Nuclear": 0.47,
|
|
8814
|
+
"Other Fossil": 0.007,
|
|
8815
|
+
"Other Renewables": 0.0006,
|
|
8816
|
+
"Solar": 0.0115,
|
|
8817
|
+
"Wind": 0.1048
|
|
8818
|
+
},
|
|
8819
|
+
"2026-05": {
|
|
8820
|
+
"Bioenergy": 0.0134,
|
|
8821
|
+
"Coal": 0.0191,
|
|
8822
|
+
"Gas": 0.1456,
|
|
8823
|
+
"Hydro": 0.2281,
|
|
8824
|
+
"Nuclear": 0.47,
|
|
8825
|
+
"Other Fossil": 0.007,
|
|
8826
|
+
"Other Renewables": 0.0006,
|
|
8827
|
+
"Solar": 0.0115,
|
|
8828
|
+
"Wind": 0.1048
|
|
8730
8829
|
}
|
|
8731
8830
|
},
|
|
8732
8831
|
"CA-PE": {
|
|
@@ -9677,26 +9776,37 @@
|
|
|
9677
9776
|
"Wind": 0.9392
|
|
9678
9777
|
},
|
|
9679
9778
|
"2026-03": {
|
|
9680
|
-
"Bioenergy": 0.
|
|
9681
|
-
"Coal": 0.
|
|
9682
|
-
"Gas": 0.
|
|
9779
|
+
"Bioenergy": 0.0006,
|
|
9780
|
+
"Coal": 0.0009,
|
|
9781
|
+
"Gas": 0.0069,
|
|
9683
9782
|
"Hydro": 0,
|
|
9684
9783
|
"Nuclear": 0,
|
|
9685
|
-
"Other Fossil": 0.
|
|
9784
|
+
"Other Fossil": 0.0003,
|
|
9686
9785
|
"Other Renewables": 0,
|
|
9687
|
-
"Solar": 0.
|
|
9688
|
-
"Wind": 0.
|
|
9786
|
+
"Solar": 0.0489,
|
|
9787
|
+
"Wind": 0.9423
|
|
9689
9788
|
},
|
|
9690
9789
|
"2026-04": {
|
|
9691
|
-
"Bioenergy": 0.
|
|
9692
|
-
"Coal": 0.
|
|
9693
|
-
"Gas": 0.
|
|
9790
|
+
"Bioenergy": 0.0006,
|
|
9791
|
+
"Coal": 0.0009,
|
|
9792
|
+
"Gas": 0.0069,
|
|
9694
9793
|
"Hydro": 0,
|
|
9695
9794
|
"Nuclear": 0,
|
|
9696
|
-
"Other Fossil": 0.
|
|
9795
|
+
"Other Fossil": 0.0003,
|
|
9697
9796
|
"Other Renewables": 0,
|
|
9698
|
-
"Solar": 0.
|
|
9699
|
-
"Wind": 0.
|
|
9797
|
+
"Solar": 0.0489,
|
|
9798
|
+
"Wind": 0.9423
|
|
9799
|
+
},
|
|
9800
|
+
"2026-05": {
|
|
9801
|
+
"Bioenergy": 0.0006,
|
|
9802
|
+
"Coal": 0.0009,
|
|
9803
|
+
"Gas": 0.0069,
|
|
9804
|
+
"Hydro": 0,
|
|
9805
|
+
"Nuclear": 0,
|
|
9806
|
+
"Other Fossil": 0.0003,
|
|
9807
|
+
"Other Renewables": 0,
|
|
9808
|
+
"Solar": 0.0489,
|
|
9809
|
+
"Wind": 0.9423
|
|
9700
9810
|
}
|
|
9701
9811
|
},
|
|
9702
9812
|
"CA-QC": {
|
|
@@ -10647,26 +10757,37 @@
|
|
|
10647
10757
|
"Wind": 0.0461
|
|
10648
10758
|
},
|
|
10649
10759
|
"2026-03": {
|
|
10650
|
-
"Bioenergy": 0.
|
|
10651
|
-
"Coal": 0.
|
|
10652
|
-
"Gas": 0.
|
|
10653
|
-
"Hydro": 0.
|
|
10760
|
+
"Bioenergy": 0.0007,
|
|
10761
|
+
"Coal": 0.001,
|
|
10762
|
+
"Gas": 0.0078,
|
|
10763
|
+
"Hydro": 0.9173,
|
|
10654
10764
|
"Nuclear": 0,
|
|
10655
|
-
"Other Fossil": 0.
|
|
10765
|
+
"Other Fossil": 0.0004,
|
|
10656
10766
|
"Other Renewables": 0,
|
|
10657
|
-
"Solar": 0,
|
|
10658
|
-
"Wind": 0.
|
|
10767
|
+
"Solar": 0.0001,
|
|
10768
|
+
"Wind": 0.0728
|
|
10659
10769
|
},
|
|
10660
10770
|
"2026-04": {
|
|
10661
|
-
"Bioenergy": 0.
|
|
10662
|
-
"Coal": 0.
|
|
10663
|
-
"Gas": 0.
|
|
10664
|
-
"Hydro": 0.
|
|
10771
|
+
"Bioenergy": 0.0007,
|
|
10772
|
+
"Coal": 0.001,
|
|
10773
|
+
"Gas": 0.0078,
|
|
10774
|
+
"Hydro": 0.9173,
|
|
10665
10775
|
"Nuclear": 0,
|
|
10666
|
-
"Other Fossil": 0.
|
|
10776
|
+
"Other Fossil": 0.0004,
|
|
10667
10777
|
"Other Renewables": 0,
|
|
10668
|
-
"Solar": 0,
|
|
10669
|
-
"Wind": 0.
|
|
10778
|
+
"Solar": 0.0001,
|
|
10779
|
+
"Wind": 0.0728
|
|
10780
|
+
},
|
|
10781
|
+
"2026-05": {
|
|
10782
|
+
"Bioenergy": 0.0007,
|
|
10783
|
+
"Coal": 0.001,
|
|
10784
|
+
"Gas": 0.0078,
|
|
10785
|
+
"Hydro": 0.9173,
|
|
10786
|
+
"Nuclear": 0,
|
|
10787
|
+
"Other Fossil": 0.0004,
|
|
10788
|
+
"Other Renewables": 0,
|
|
10789
|
+
"Solar": 0.0001,
|
|
10790
|
+
"Wind": 0.0728
|
|
10670
10791
|
}
|
|
10671
10792
|
},
|
|
10672
10793
|
"CA-SK": {
|
|
@@ -11617,26 +11738,37 @@
|
|
|
11617
11738
|
"Wind": 0.1077
|
|
11618
11739
|
},
|
|
11619
11740
|
"2026-03": {
|
|
11620
|
-
"Bioenergy": 0.
|
|
11621
|
-
"Coal": 0.
|
|
11622
|
-
"Gas": 0.
|
|
11623
|
-
"Hydro": 0.
|
|
11741
|
+
"Bioenergy": 0.0566,
|
|
11742
|
+
"Coal": 0.081,
|
|
11743
|
+
"Gas": 0.6174,
|
|
11744
|
+
"Hydro": 0.1139,
|
|
11624
11745
|
"Nuclear": 0,
|
|
11625
|
-
"Other Fossil": 0.
|
|
11626
|
-
"Other Renewables": 0.
|
|
11627
|
-
"Solar": 0.
|
|
11628
|
-
"Wind": 0.
|
|
11746
|
+
"Other Fossil": 0.0295,
|
|
11747
|
+
"Other Renewables": 0.0024,
|
|
11748
|
+
"Solar": 0.002,
|
|
11749
|
+
"Wind": 0.0972
|
|
11629
11750
|
},
|
|
11630
11751
|
"2026-04": {
|
|
11631
|
-
"Bioenergy": 0.
|
|
11632
|
-
"Coal": 0.
|
|
11633
|
-
"Gas": 0.
|
|
11634
|
-
"Hydro": 0.
|
|
11752
|
+
"Bioenergy": 0.0566,
|
|
11753
|
+
"Coal": 0.081,
|
|
11754
|
+
"Gas": 0.6174,
|
|
11755
|
+
"Hydro": 0.1139,
|
|
11635
11756
|
"Nuclear": 0,
|
|
11636
|
-
"Other Fossil": 0.
|
|
11637
|
-
"Other Renewables": 0.
|
|
11638
|
-
"Solar": 0.
|
|
11639
|
-
"Wind": 0.
|
|
11757
|
+
"Other Fossil": 0.0295,
|
|
11758
|
+
"Other Renewables": 0.0024,
|
|
11759
|
+
"Solar": 0.002,
|
|
11760
|
+
"Wind": 0.0972
|
|
11761
|
+
},
|
|
11762
|
+
"2026-05": {
|
|
11763
|
+
"Bioenergy": 0.0566,
|
|
11764
|
+
"Coal": 0.081,
|
|
11765
|
+
"Gas": 0.6174,
|
|
11766
|
+
"Hydro": 0.1139,
|
|
11767
|
+
"Nuclear": 0,
|
|
11768
|
+
"Other Fossil": 0.0295,
|
|
11769
|
+
"Other Renewables": 0.0024,
|
|
11770
|
+
"Solar": 0.002,
|
|
11771
|
+
"Wind": 0.0972
|
|
11640
11772
|
}
|
|
11641
11773
|
},
|
|
11642
11774
|
"CA-YT": {
|
|
@@ -12587,26 +12719,37 @@
|
|
|
12587
12719
|
"Wind": 0.0103
|
|
12588
12720
|
},
|
|
12589
12721
|
"2026-03": {
|
|
12590
|
-
"Bioenergy": 0.
|
|
12591
|
-
"Coal": 0.
|
|
12592
|
-
"Gas": 0.
|
|
12593
|
-
"Hydro": 0.
|
|
12722
|
+
"Bioenergy": 0.0364,
|
|
12723
|
+
"Coal": 0.0521,
|
|
12724
|
+
"Gas": 0.3972,
|
|
12725
|
+
"Hydro": 0.4731,
|
|
12594
12726
|
"Nuclear": 0,
|
|
12595
|
-
"Other Fossil": 0.
|
|
12596
|
-
"Other Renewables": 0.
|
|
12597
|
-
"Solar": 0.
|
|
12598
|
-
"Wind": 0.
|
|
12727
|
+
"Other Fossil": 0.019,
|
|
12728
|
+
"Other Renewables": 0.0015,
|
|
12729
|
+
"Solar": 0.0106,
|
|
12730
|
+
"Wind": 0.01
|
|
12599
12731
|
},
|
|
12600
12732
|
"2026-04": {
|
|
12601
|
-
"Bioenergy": 0.
|
|
12602
|
-
"Coal": 0.
|
|
12603
|
-
"Gas": 0.
|
|
12604
|
-
"Hydro": 0.
|
|
12733
|
+
"Bioenergy": 0.0364,
|
|
12734
|
+
"Coal": 0.0521,
|
|
12735
|
+
"Gas": 0.3972,
|
|
12736
|
+
"Hydro": 0.4731,
|
|
12605
12737
|
"Nuclear": 0,
|
|
12606
|
-
"Other Fossil": 0.
|
|
12607
|
-
"Other Renewables": 0.
|
|
12608
|
-
"Solar": 0.
|
|
12609
|
-
"Wind": 0.
|
|
12738
|
+
"Other Fossil": 0.019,
|
|
12739
|
+
"Other Renewables": 0.0015,
|
|
12740
|
+
"Solar": 0.0106,
|
|
12741
|
+
"Wind": 0.01
|
|
12742
|
+
},
|
|
12743
|
+
"2026-05": {
|
|
12744
|
+
"Bioenergy": 0.0364,
|
|
12745
|
+
"Coal": 0.0521,
|
|
12746
|
+
"Gas": 0.3972,
|
|
12747
|
+
"Hydro": 0.4731,
|
|
12748
|
+
"Nuclear": 0,
|
|
12749
|
+
"Other Fossil": 0.019,
|
|
12750
|
+
"Other Renewables": 0.0015,
|
|
12751
|
+
"Solar": 0.0106,
|
|
12752
|
+
"Wind": 0.01
|
|
12610
12753
|
}
|
|
12611
12754
|
},
|
|
12612
12755
|
"US-AK": {
|
|
@@ -13577,6 +13720,17 @@
|
|
|
13577
13720
|
"Other Renewables": 0,
|
|
13578
13721
|
"Solar": 0,
|
|
13579
13722
|
"Wind": 0.0261
|
|
13723
|
+
},
|
|
13724
|
+
"2026-05": {
|
|
13725
|
+
"Bioenergy": 0.0069,
|
|
13726
|
+
"Coal": 0.0981,
|
|
13727
|
+
"Gas": 0.2699,
|
|
13728
|
+
"Hydro": 0.3881,
|
|
13729
|
+
"Nuclear": 0,
|
|
13730
|
+
"Other Fossil": 0.2109,
|
|
13731
|
+
"Other Renewables": 0,
|
|
13732
|
+
"Solar": 0,
|
|
13733
|
+
"Wind": 0.0261
|
|
13580
13734
|
}
|
|
13581
13735
|
},
|
|
13582
13736
|
"US-AL": {
|
|
@@ -14547,6 +14701,17 @@
|
|
|
14547
14701
|
"Other Renewables": 0,
|
|
14548
14702
|
"Solar": 0.0141,
|
|
14549
14703
|
"Wind": 0
|
|
14704
|
+
},
|
|
14705
|
+
"2026-05": {
|
|
14706
|
+
"Bioenergy": 0.0269,
|
|
14707
|
+
"Coal": 0.1503,
|
|
14708
|
+
"Gas": 0.4061,
|
|
14709
|
+
"Hydro": 0.0771,
|
|
14710
|
+
"Nuclear": 0.3255,
|
|
14711
|
+
"Other Fossil": 0,
|
|
14712
|
+
"Other Renewables": 0,
|
|
14713
|
+
"Solar": 0.0141,
|
|
14714
|
+
"Wind": 0
|
|
14550
14715
|
}
|
|
14551
14716
|
},
|
|
14552
14717
|
"US-AR": {
|
|
@@ -15517,6 +15682,17 @@
|
|
|
15517
15682
|
"Other Renewables": 0,
|
|
15518
15683
|
"Solar": 0.0927,
|
|
15519
15684
|
"Wind": 0.0125
|
|
15685
|
+
},
|
|
15686
|
+
"2026-05": {
|
|
15687
|
+
"Bioenergy": 0.0102,
|
|
15688
|
+
"Coal": 0.2573,
|
|
15689
|
+
"Gas": 0.3802,
|
|
15690
|
+
"Hydro": 0.0608,
|
|
15691
|
+
"Nuclear": 0.1846,
|
|
15692
|
+
"Other Fossil": 0.0017,
|
|
15693
|
+
"Other Renewables": 0,
|
|
15694
|
+
"Solar": 0.0927,
|
|
15695
|
+
"Wind": 0.0125
|
|
15520
15696
|
}
|
|
15521
15697
|
},
|
|
15522
15698
|
"US-AZ": {
|
|
@@ -16487,6 +16663,17 @@
|
|
|
16487
16663
|
"Other Renewables": 0,
|
|
16488
16664
|
"Solar": 0.178,
|
|
16489
16665
|
"Wind": 0.0316
|
|
16666
|
+
},
|
|
16667
|
+
"2026-05": {
|
|
16668
|
+
"Bioenergy": 0.0023,
|
|
16669
|
+
"Coal": 0.0287,
|
|
16670
|
+
"Gas": 0.3871,
|
|
16671
|
+
"Hydro": 0.066,
|
|
16672
|
+
"Nuclear": 0.3062,
|
|
16673
|
+
"Other Fossil": 0,
|
|
16674
|
+
"Other Renewables": 0,
|
|
16675
|
+
"Solar": 0.178,
|
|
16676
|
+
"Wind": 0.0316
|
|
16490
16677
|
}
|
|
16491
16678
|
},
|
|
16492
16679
|
"US-CA": {
|
|
@@ -17457,6 +17644,17 @@
|
|
|
17457
17644
|
"Other Renewables": 0.0582,
|
|
17458
17645
|
"Solar": 0.323,
|
|
17459
17646
|
"Wind": 0.1062
|
|
17647
|
+
},
|
|
17648
|
+
"2026-05": {
|
|
17649
|
+
"Bioenergy": 0.0242,
|
|
17650
|
+
"Coal": 0,
|
|
17651
|
+
"Gas": 0.2491,
|
|
17652
|
+
"Hydro": 0.1372,
|
|
17653
|
+
"Nuclear": 0.1022,
|
|
17654
|
+
"Other Fossil": 0,
|
|
17655
|
+
"Other Renewables": 0.0582,
|
|
17656
|
+
"Solar": 0.323,
|
|
17657
|
+
"Wind": 0.1062
|
|
17460
17658
|
}
|
|
17461
17659
|
},
|
|
17462
17660
|
"US-CO": {
|
|
@@ -18427,6 +18625,17 @@
|
|
|
18427
18625
|
"Other Renewables": 0,
|
|
18428
18626
|
"Solar": 0.139,
|
|
18429
18627
|
"Wind": 0.3864
|
|
18628
|
+
},
|
|
18629
|
+
"2026-05": {
|
|
18630
|
+
"Bioenergy": 0.0014,
|
|
18631
|
+
"Coal": 0.0725,
|
|
18632
|
+
"Gas": 0.3538,
|
|
18633
|
+
"Hydro": 0.0469,
|
|
18634
|
+
"Nuclear": 0,
|
|
18635
|
+
"Other Fossil": 0,
|
|
18636
|
+
"Other Renewables": 0,
|
|
18637
|
+
"Solar": 0.139,
|
|
18638
|
+
"Wind": 0.3864
|
|
18430
18639
|
}
|
|
18431
18640
|
},
|
|
18432
18641
|
"US-CT": {
|
|
@@ -19397,6 +19606,17 @@
|
|
|
19397
19606
|
"Other Renewables": 0,
|
|
19398
19607
|
"Solar": 0.018,
|
|
19399
19608
|
"Wind": 0
|
|
19609
|
+
},
|
|
19610
|
+
"2026-05": {
|
|
19611
|
+
"Bioenergy": 0.0078,
|
|
19612
|
+
"Coal": 0,
|
|
19613
|
+
"Gas": 0.5707,
|
|
19614
|
+
"Hydro": 0.0072,
|
|
19615
|
+
"Nuclear": 0.3922,
|
|
19616
|
+
"Other Fossil": 0.004,
|
|
19617
|
+
"Other Renewables": 0,
|
|
19618
|
+
"Solar": 0.018,
|
|
19619
|
+
"Wind": 0
|
|
19400
19620
|
}
|
|
19401
19621
|
},
|
|
19402
19622
|
"US-DC": {
|
|
@@ -20367,6 +20587,17 @@
|
|
|
20367
20587
|
"Other Renewables": 0,
|
|
20368
20588
|
"Solar": 0.288,
|
|
20369
20589
|
"Wind": 0
|
|
20590
|
+
},
|
|
20591
|
+
"2026-05": {
|
|
20592
|
+
"Bioenergy": 0.2323,
|
|
20593
|
+
"Coal": 0,
|
|
20594
|
+
"Gas": 0.4797,
|
|
20595
|
+
"Hydro": 0,
|
|
20596
|
+
"Nuclear": 0,
|
|
20597
|
+
"Other Fossil": 0,
|
|
20598
|
+
"Other Renewables": 0,
|
|
20599
|
+
"Solar": 0.288,
|
|
20600
|
+
"Wind": 0
|
|
20370
20601
|
}
|
|
20371
20602
|
},
|
|
20372
20603
|
"US-DE": {
|
|
@@ -21337,6 +21568,17 @@
|
|
|
21337
21568
|
"Other Renewables": 0,
|
|
21338
21569
|
"Solar": 0.0742,
|
|
21339
21570
|
"Wind": 0.0019
|
|
21571
|
+
},
|
|
21572
|
+
"2026-05": {
|
|
21573
|
+
"Bioenergy": 0.0136,
|
|
21574
|
+
"Coal": 0,
|
|
21575
|
+
"Gas": 0.9103,
|
|
21576
|
+
"Hydro": 0,
|
|
21577
|
+
"Nuclear": 0,
|
|
21578
|
+
"Other Fossil": 0,
|
|
21579
|
+
"Other Renewables": 0,
|
|
21580
|
+
"Solar": 0.0742,
|
|
21581
|
+
"Wind": 0.0019
|
|
21340
21582
|
}
|
|
21341
21583
|
},
|
|
21342
21584
|
"US-FL": {
|
|
@@ -22307,6 +22549,17 @@
|
|
|
22307
22549
|
"Other Renewables": 0,
|
|
22308
22550
|
"Solar": 0.1258,
|
|
22309
22551
|
"Wind": 0
|
|
22552
|
+
},
|
|
22553
|
+
"2026-05": {
|
|
22554
|
+
"Bioenergy": 0.0137,
|
|
22555
|
+
"Coal": 0.0362,
|
|
22556
|
+
"Gas": 0.7057,
|
|
22557
|
+
"Hydro": 0,
|
|
22558
|
+
"Nuclear": 0.1084,
|
|
22559
|
+
"Other Fossil": 0.0103,
|
|
22560
|
+
"Other Renewables": 0,
|
|
22561
|
+
"Solar": 0.1258,
|
|
22562
|
+
"Wind": 0
|
|
22310
22563
|
}
|
|
22311
22564
|
},
|
|
22312
22565
|
"US-GA": {
|
|
@@ -23277,6 +23530,17 @@
|
|
|
23277
23530
|
"Other Renewables": 0,
|
|
23278
23531
|
"Solar": 0.0984,
|
|
23279
23532
|
"Wind": 0
|
|
23533
|
+
},
|
|
23534
|
+
"2026-05": {
|
|
23535
|
+
"Bioenergy": 0.0338,
|
|
23536
|
+
"Coal": 0.0993,
|
|
23537
|
+
"Gas": 0.4146,
|
|
23538
|
+
"Hydro": 0.0193,
|
|
23539
|
+
"Nuclear": 0.3345,
|
|
23540
|
+
"Other Fossil": 0,
|
|
23541
|
+
"Other Renewables": 0,
|
|
23542
|
+
"Solar": 0.0984,
|
|
23543
|
+
"Wind": 0
|
|
23280
23544
|
}
|
|
23281
23545
|
},
|
|
23282
23546
|
"US-HI": {
|
|
@@ -24247,6 +24511,17 @@
|
|
|
24247
24511
|
"Other Renewables": 0.0302,
|
|
24248
24512
|
"Solar": 0.0809,
|
|
24249
24513
|
"Wind": 0.0423
|
|
24514
|
+
},
|
|
24515
|
+
"2026-05": {
|
|
24516
|
+
"Bioenergy": 0.0177,
|
|
24517
|
+
"Coal": 0,
|
|
24518
|
+
"Gas": 0,
|
|
24519
|
+
"Hydro": 0,
|
|
24520
|
+
"Nuclear": 0,
|
|
24521
|
+
"Other Fossil": 0.8288,
|
|
24522
|
+
"Other Renewables": 0.0302,
|
|
24523
|
+
"Solar": 0.0809,
|
|
24524
|
+
"Wind": 0.0423
|
|
24250
24525
|
}
|
|
24251
24526
|
},
|
|
24252
24527
|
"US-IA": {
|
|
@@ -25217,6 +25492,17 @@
|
|
|
25217
25492
|
"Other Renewables": 0,
|
|
25218
25493
|
"Solar": 0.0171,
|
|
25219
25494
|
"Wind": 0.7335
|
|
25495
|
+
},
|
|
25496
|
+
"2026-05": {
|
|
25497
|
+
"Bioenergy": 0.0023,
|
|
25498
|
+
"Coal": 0.1302,
|
|
25499
|
+
"Gas": 0.0955,
|
|
25500
|
+
"Hydro": 0.0203,
|
|
25501
|
+
"Nuclear": 0,
|
|
25502
|
+
"Other Fossil": 0.0011,
|
|
25503
|
+
"Other Renewables": 0,
|
|
25504
|
+
"Solar": 0.0171,
|
|
25505
|
+
"Wind": 0.7335
|
|
25220
25506
|
}
|
|
25221
25507
|
},
|
|
25222
25508
|
"US-ID": {
|
|
@@ -26187,6 +26473,17 @@
|
|
|
26187
26473
|
"Other Renewables": 0,
|
|
26188
26474
|
"Solar": 0.0792,
|
|
26189
26475
|
"Wind": 0.182
|
|
26476
|
+
},
|
|
26477
|
+
"2026-05": {
|
|
26478
|
+
"Bioenergy": 0.0207,
|
|
26479
|
+
"Coal": 0,
|
|
26480
|
+
"Gas": 0.1219,
|
|
26481
|
+
"Hydro": 0.5938,
|
|
26482
|
+
"Nuclear": 0,
|
|
26483
|
+
"Other Fossil": 0.0023,
|
|
26484
|
+
"Other Renewables": 0,
|
|
26485
|
+
"Solar": 0.0792,
|
|
26486
|
+
"Wind": 0.182
|
|
26190
26487
|
}
|
|
26191
26488
|
},
|
|
26192
26489
|
"US-IL": {
|
|
@@ -27157,6 +27454,17 @@
|
|
|
27157
27454
|
"Other Renewables": 0,
|
|
27158
27455
|
"Solar": 0.0485,
|
|
27159
27456
|
"Wind": 0.1978
|
|
27457
|
+
},
|
|
27458
|
+
"2026-05": {
|
|
27459
|
+
"Bioenergy": 0.0014,
|
|
27460
|
+
"Coal": 0.1277,
|
|
27461
|
+
"Gas": 0.1199,
|
|
27462
|
+
"Hydro": 0,
|
|
27463
|
+
"Nuclear": 0.5036,
|
|
27464
|
+
"Other Fossil": 0.0011,
|
|
27465
|
+
"Other Renewables": 0,
|
|
27466
|
+
"Solar": 0.0485,
|
|
27467
|
+
"Wind": 0.1978
|
|
27160
27468
|
}
|
|
27161
27469
|
},
|
|
27162
27470
|
"US-IN": {
|
|
@@ -28127,6 +28435,17 @@
|
|
|
28127
28435
|
"Other Renewables": 0,
|
|
28128
28436
|
"Solar": 0.0797,
|
|
28129
28437
|
"Wind": 0.1489
|
|
28438
|
+
},
|
|
28439
|
+
"2026-05": {
|
|
28440
|
+
"Bioenergy": 0.0016,
|
|
28441
|
+
"Coal": 0.3878,
|
|
28442
|
+
"Gas": 0.3744,
|
|
28443
|
+
"Hydro": 0.0035,
|
|
28444
|
+
"Nuclear": 0,
|
|
28445
|
+
"Other Fossil": 0.0041,
|
|
28446
|
+
"Other Renewables": 0,
|
|
28447
|
+
"Solar": 0.0797,
|
|
28448
|
+
"Wind": 0.1489
|
|
28130
28449
|
}
|
|
28131
28450
|
},
|
|
28132
28451
|
"US-KS": {
|
|
@@ -29097,6 +29416,17 @@
|
|
|
29097
29416
|
"Other Renewables": 0,
|
|
29098
29417
|
"Solar": 0.0102,
|
|
29099
29418
|
"Wind": 0.5958
|
|
29419
|
+
},
|
|
29420
|
+
"2026-05": {
|
|
29421
|
+
"Bioenergy": 0.0008,
|
|
29422
|
+
"Coal": 0.1813,
|
|
29423
|
+
"Gas": 0.0442,
|
|
29424
|
+
"Hydro": 0.0003,
|
|
29425
|
+
"Nuclear": 0.1658,
|
|
29426
|
+
"Other Fossil": 0.0017,
|
|
29427
|
+
"Other Renewables": 0,
|
|
29428
|
+
"Solar": 0.0102,
|
|
29429
|
+
"Wind": 0.5958
|
|
29100
29430
|
}
|
|
29101
29431
|
},
|
|
29102
29432
|
"US-KY": {
|
|
@@ -30067,6 +30397,17 @@
|
|
|
30067
30397
|
"Other Renewables": 0,
|
|
30068
30398
|
"Solar": 0.0437,
|
|
30069
30399
|
"Wind": 0
|
|
30400
|
+
},
|
|
30401
|
+
"2026-05": {
|
|
30402
|
+
"Bioenergy": 0.0065,
|
|
30403
|
+
"Coal": 0.6731,
|
|
30404
|
+
"Gas": 0.1996,
|
|
30405
|
+
"Hydro": 0.0744,
|
|
30406
|
+
"Nuclear": 0,
|
|
30407
|
+
"Other Fossil": 0.0026,
|
|
30408
|
+
"Other Renewables": 0,
|
|
30409
|
+
"Solar": 0.0437,
|
|
30410
|
+
"Wind": 0
|
|
30070
30411
|
}
|
|
30071
30412
|
},
|
|
30072
30413
|
"US-LA": {
|
|
@@ -31037,6 +31378,17 @@
|
|
|
31037
31378
|
"Other Renewables": 0,
|
|
31038
31379
|
"Solar": 0.0323,
|
|
31039
31380
|
"Wind": 0
|
|
31381
|
+
},
|
|
31382
|
+
"2026-05": {
|
|
31383
|
+
"Bioenergy": 0.0206,
|
|
31384
|
+
"Coal": 0.0528,
|
|
31385
|
+
"Gas": 0.6765,
|
|
31386
|
+
"Hydro": 0.0095,
|
|
31387
|
+
"Nuclear": 0.1952,
|
|
31388
|
+
"Other Fossil": 0.013,
|
|
31389
|
+
"Other Renewables": 0,
|
|
31390
|
+
"Solar": 0.0323,
|
|
31391
|
+
"Wind": 0
|
|
31040
31392
|
}
|
|
31041
31393
|
},
|
|
31042
31394
|
"US-MA": {
|
|
@@ -32007,6 +32359,17 @@
|
|
|
32007
32359
|
"Other Renewables": 0,
|
|
32008
32360
|
"Solar": 0.1608,
|
|
32009
32361
|
"Wind": 0.1099
|
|
32362
|
+
},
|
|
32363
|
+
"2026-05": {
|
|
32364
|
+
"Bioenergy": 0.0547,
|
|
32365
|
+
"Coal": 0,
|
|
32366
|
+
"Gas": 0.5948,
|
|
32367
|
+
"Hydro": 0.025,
|
|
32368
|
+
"Nuclear": 0,
|
|
32369
|
+
"Other Fossil": 0.0549,
|
|
32370
|
+
"Other Renewables": 0,
|
|
32371
|
+
"Solar": 0.1608,
|
|
32372
|
+
"Wind": 0.1099
|
|
32010
32373
|
}
|
|
32011
32374
|
},
|
|
32012
32375
|
"US-MD": {
|
|
@@ -32977,6 +33340,17 @@
|
|
|
32977
33340
|
"Other Renewables": 0,
|
|
32978
33341
|
"Solar": 0.0552,
|
|
32979
33342
|
"Wind": 0.0291
|
|
33343
|
+
},
|
|
33344
|
+
"2026-05": {
|
|
33345
|
+
"Bioenergy": 0.0082,
|
|
33346
|
+
"Coal": 0.0922,
|
|
33347
|
+
"Gas": 0.3259,
|
|
33348
|
+
"Hydro": 0.1122,
|
|
33349
|
+
"Nuclear": 0.3578,
|
|
33350
|
+
"Other Fossil": 0.0193,
|
|
33351
|
+
"Other Renewables": 0,
|
|
33352
|
+
"Solar": 0.0552,
|
|
33353
|
+
"Wind": 0.0291
|
|
32980
33354
|
}
|
|
32981
33355
|
},
|
|
32982
33356
|
"US-ME": {
|
|
@@ -33947,6 +34321,17 @@
|
|
|
33947
34321
|
"Other Renewables": 0,
|
|
33948
34322
|
"Solar": 0.1039,
|
|
33949
34323
|
"Wind": 0.2353
|
|
34324
|
+
},
|
|
34325
|
+
"2026-05": {
|
|
34326
|
+
"Bioenergy": 0.1072,
|
|
34327
|
+
"Coal": 0.0014,
|
|
34328
|
+
"Gas": 0.3485,
|
|
34329
|
+
"Hydro": 0.1859,
|
|
34330
|
+
"Nuclear": 0,
|
|
34331
|
+
"Other Fossil": 0.0179,
|
|
34332
|
+
"Other Renewables": 0,
|
|
34333
|
+
"Solar": 0.1039,
|
|
34334
|
+
"Wind": 0.2353
|
|
33950
34335
|
}
|
|
33951
34336
|
},
|
|
33952
34337
|
"US-MI": {
|
|
@@ -34917,6 +35302,17 @@
|
|
|
34917
35302
|
"Other Renewables": 0,
|
|
34918
35303
|
"Solar": 0.0351,
|
|
34919
35304
|
"Wind": 0.1237
|
|
35305
|
+
},
|
|
35306
|
+
"2026-05": {
|
|
35307
|
+
"Bioenergy": 0.0201,
|
|
35308
|
+
"Coal": 0.1289,
|
|
35309
|
+
"Gas": 0.4059,
|
|
35310
|
+
"Hydro": 0.0119,
|
|
35311
|
+
"Nuclear": 0.2602,
|
|
35312
|
+
"Other Fossil": 0.0142,
|
|
35313
|
+
"Other Renewables": 0,
|
|
35314
|
+
"Solar": 0.0351,
|
|
35315
|
+
"Wind": 0.1237
|
|
34920
35316
|
}
|
|
34921
35317
|
},
|
|
34922
35318
|
"US-MN": {
|
|
@@ -35887,6 +36283,17 @@
|
|
|
35887
36283
|
"Other Renewables": 0,
|
|
35888
36284
|
"Solar": 0.0625,
|
|
35889
36285
|
"Wind": 0.332
|
|
36286
|
+
},
|
|
36287
|
+
"2026-05": {
|
|
36288
|
+
"Bioenergy": 0.0191,
|
|
36289
|
+
"Coal": 0.1825,
|
|
36290
|
+
"Gas": 0.2068,
|
|
36291
|
+
"Hydro": 0.023,
|
|
36292
|
+
"Nuclear": 0.1693,
|
|
36293
|
+
"Other Fossil": 0.0047,
|
|
36294
|
+
"Other Renewables": 0,
|
|
36295
|
+
"Solar": 0.0625,
|
|
36296
|
+
"Wind": 0.332
|
|
35890
36297
|
}
|
|
35891
36298
|
},
|
|
35892
36299
|
"US-MO": {
|
|
@@ -36857,6 +37264,17 @@
|
|
|
36857
37264
|
"Other Renewables": 0,
|
|
36858
37265
|
"Solar": 0.0505,
|
|
36859
37266
|
"Wind": 0.1656
|
|
37267
|
+
},
|
|
37268
|
+
"2026-05": {
|
|
37269
|
+
"Bioenergy": 0.0018,
|
|
37270
|
+
"Coal": 0.4905,
|
|
37271
|
+
"Gas": 0.1025,
|
|
37272
|
+
"Hydro": 0.0214,
|
|
37273
|
+
"Nuclear": 0.1659,
|
|
37274
|
+
"Other Fossil": 0.0018,
|
|
37275
|
+
"Other Renewables": 0,
|
|
37276
|
+
"Solar": 0.0505,
|
|
37277
|
+
"Wind": 0.1656
|
|
36860
37278
|
}
|
|
36861
37279
|
},
|
|
36862
37280
|
"US-MS": {
|
|
@@ -37827,6 +38245,17 @@
|
|
|
37827
38245
|
"Other Renewables": 0,
|
|
37828
38246
|
"Solar": 0.0611,
|
|
37829
38247
|
"Wind": 0.0137
|
|
38248
|
+
},
|
|
38249
|
+
"2026-05": {
|
|
38250
|
+
"Bioenergy": 0.0215,
|
|
38251
|
+
"Coal": 0.0306,
|
|
38252
|
+
"Gas": 0.8599,
|
|
38253
|
+
"Hydro": 0,
|
|
38254
|
+
"Nuclear": 0.0133,
|
|
38255
|
+
"Other Fossil": 0,
|
|
38256
|
+
"Other Renewables": 0,
|
|
38257
|
+
"Solar": 0.0611,
|
|
38258
|
+
"Wind": 0.0137
|
|
37830
38259
|
}
|
|
37831
38260
|
},
|
|
37832
38261
|
"US-MT": {
|
|
@@ -38797,6 +39226,17 @@
|
|
|
38797
39226
|
"Other Renewables": 0,
|
|
38798
39227
|
"Solar": 0.0079,
|
|
38799
39228
|
"Wind": 0.2614
|
|
39229
|
+
},
|
|
39230
|
+
"2026-05": {
|
|
39231
|
+
"Bioenergy": 0,
|
|
39232
|
+
"Coal": 0.207,
|
|
39233
|
+
"Gas": 0.0235,
|
|
39234
|
+
"Hydro": 0.4732,
|
|
39235
|
+
"Nuclear": 0,
|
|
39236
|
+
"Other Fossil": 0.0271,
|
|
39237
|
+
"Other Renewables": 0,
|
|
39238
|
+
"Solar": 0.0079,
|
|
39239
|
+
"Wind": 0.2614
|
|
38800
39240
|
}
|
|
38801
39241
|
},
|
|
38802
39242
|
"US-NC": {
|
|
@@ -39767,6 +40207,17 @@
|
|
|
39767
40207
|
"Other Renewables": 0,
|
|
39768
40208
|
"Solar": 0.1195,
|
|
39769
40209
|
"Wind": 0.0097
|
|
40210
|
+
},
|
|
40211
|
+
"2026-05": {
|
|
40212
|
+
"Bioenergy": 0.0132,
|
|
40213
|
+
"Coal": 0.0827,
|
|
40214
|
+
"Gas": 0.4366,
|
|
40215
|
+
"Hydro": 0.0426,
|
|
40216
|
+
"Nuclear": 0.2926,
|
|
40217
|
+
"Other Fossil": 0.0032,
|
|
40218
|
+
"Other Renewables": 0,
|
|
40219
|
+
"Solar": 0.1195,
|
|
40220
|
+
"Wind": 0.0097
|
|
39770
40221
|
}
|
|
39771
40222
|
},
|
|
39772
40223
|
"US-ND": {
|
|
@@ -40737,6 +41188,17 @@
|
|
|
40737
41188
|
"Other Renewables": 0,
|
|
40738
41189
|
"Solar": 0,
|
|
40739
41190
|
"Wind": 0.4103
|
|
41191
|
+
},
|
|
41192
|
+
"2026-05": {
|
|
41193
|
+
"Bioenergy": 0,
|
|
41194
|
+
"Coal": 0.4826,
|
|
41195
|
+
"Gas": 0.0385,
|
|
41196
|
+
"Hydro": 0.0677,
|
|
41197
|
+
"Nuclear": 0,
|
|
41198
|
+
"Other Fossil": 0.0009,
|
|
41199
|
+
"Other Renewables": 0,
|
|
41200
|
+
"Solar": 0,
|
|
41201
|
+
"Wind": 0.4103
|
|
40740
41202
|
}
|
|
40741
41203
|
},
|
|
40742
41204
|
"US-NE": {
|
|
@@ -41707,6 +42169,17 @@
|
|
|
41707
42169
|
"Other Renewables": 0,
|
|
41708
42170
|
"Solar": 0.0067,
|
|
41709
42171
|
"Wind": 0.3869
|
|
42172
|
+
},
|
|
42173
|
+
"2026-05": {
|
|
42174
|
+
"Bioenergy": 0.0005,
|
|
42175
|
+
"Coal": 0.3756,
|
|
42176
|
+
"Gas": 0,
|
|
42177
|
+
"Hydro": 0.0464,
|
|
42178
|
+
"Nuclear": 0.1839,
|
|
42179
|
+
"Other Fossil": 0,
|
|
42180
|
+
"Other Renewables": 0,
|
|
42181
|
+
"Solar": 0.0067,
|
|
42182
|
+
"Wind": 0.3869
|
|
41710
42183
|
}
|
|
41711
42184
|
},
|
|
41712
42185
|
"US-NH": {
|
|
@@ -42677,6 +43150,17 @@
|
|
|
42677
43150
|
"Other Renewables": 0,
|
|
42678
43151
|
"Solar": 0,
|
|
42679
43152
|
"Wind": 0.0319
|
|
43153
|
+
},
|
|
43154
|
+
"2026-05": {
|
|
43155
|
+
"Bioenergy": 0.043,
|
|
43156
|
+
"Coal": 0,
|
|
43157
|
+
"Gas": 0.2278,
|
|
43158
|
+
"Hydro": 0.0847,
|
|
43159
|
+
"Nuclear": 0.6086,
|
|
43160
|
+
"Other Fossil": 0.0041,
|
|
43161
|
+
"Other Renewables": 0,
|
|
43162
|
+
"Solar": 0,
|
|
43163
|
+
"Wind": 0.0319
|
|
42680
43164
|
}
|
|
42681
43165
|
},
|
|
42682
43166
|
"US-NJ": {
|
|
@@ -43647,6 +44131,17 @@
|
|
|
43647
44131
|
"Other Renewables": 0,
|
|
43648
44132
|
"Solar": 0.0379,
|
|
43649
44133
|
"Wind": 0.0005
|
|
44134
|
+
},
|
|
44135
|
+
"2026-05": {
|
|
44136
|
+
"Bioenergy": 0.0116,
|
|
44137
|
+
"Coal": 0,
|
|
44138
|
+
"Gas": 0.4365,
|
|
44139
|
+
"Hydro": 0,
|
|
44140
|
+
"Nuclear": 0.5019,
|
|
44141
|
+
"Other Fossil": 0.0117,
|
|
44142
|
+
"Other Renewables": 0,
|
|
44143
|
+
"Solar": 0.0379,
|
|
44144
|
+
"Wind": 0.0005
|
|
43650
44145
|
}
|
|
43651
44146
|
},
|
|
43652
44147
|
"US-NM": {
|
|
@@ -44617,6 +45112,17 @@
|
|
|
44617
45112
|
"Other Renewables": 0.0019,
|
|
44618
45113
|
"Solar": 0.19,
|
|
44619
45114
|
"Wind": 0.3794
|
|
45115
|
+
},
|
|
45116
|
+
"2026-05": {
|
|
45117
|
+
"Bioenergy": 0.0003,
|
|
45118
|
+
"Coal": 0.1826,
|
|
45119
|
+
"Gas": 0.2458,
|
|
45120
|
+
"Hydro": 0,
|
|
45121
|
+
"Nuclear": 0,
|
|
45122
|
+
"Other Fossil": 0,
|
|
45123
|
+
"Other Renewables": 0.0019,
|
|
45124
|
+
"Solar": 0.19,
|
|
45125
|
+
"Wind": 0.3794
|
|
44620
45126
|
}
|
|
44621
45127
|
},
|
|
44622
45128
|
"US-NV": {
|
|
@@ -45587,6 +46093,17 @@
|
|
|
45587
46093
|
"Other Renewables": 0.0972,
|
|
45588
46094
|
"Solar": 0.3474,
|
|
45589
46095
|
"Wind": 0.0063
|
|
46096
|
+
},
|
|
46097
|
+
"2026-05": {
|
|
46098
|
+
"Bioenergy": 0.0013,
|
|
46099
|
+
"Coal": 0.0173,
|
|
46100
|
+
"Gas": 0.5037,
|
|
46101
|
+
"Hydro": 0.0268,
|
|
46102
|
+
"Nuclear": 0,
|
|
46103
|
+
"Other Fossil": 0,
|
|
46104
|
+
"Other Renewables": 0.0972,
|
|
46105
|
+
"Solar": 0.3474,
|
|
46106
|
+
"Wind": 0.0063
|
|
45590
46107
|
}
|
|
45591
46108
|
},
|
|
45592
46109
|
"US-NY": {
|
|
@@ -46557,6 +47074,17 @@
|
|
|
46557
47074
|
"Other Renewables": 0,
|
|
46558
47075
|
"Solar": 0.0479,
|
|
46559
47076
|
"Wind": 0.0671
|
|
47077
|
+
},
|
|
47078
|
+
"2026-05": {
|
|
47079
|
+
"Bioenergy": 0.011,
|
|
47080
|
+
"Coal": 0,
|
|
47081
|
+
"Gas": 0.4892,
|
|
47082
|
+
"Hydro": 0.2147,
|
|
47083
|
+
"Nuclear": 0.1625,
|
|
47084
|
+
"Other Fossil": 0.0076,
|
|
47085
|
+
"Other Renewables": 0,
|
|
47086
|
+
"Solar": 0.0479,
|
|
47087
|
+
"Wind": 0.0671
|
|
46560
47088
|
}
|
|
46561
47089
|
},
|
|
46562
47090
|
"US-OH": {
|
|
@@ -47527,6 +48055,17 @@
|
|
|
47527
48055
|
"Other Renewables": 0,
|
|
47528
48056
|
"Solar": 0.061,
|
|
47529
48057
|
"Wind": 0.0275
|
|
48058
|
+
},
|
|
48059
|
+
"2026-05": {
|
|
48060
|
+
"Bioenergy": 0.0018,
|
|
48061
|
+
"Coal": 0.2232,
|
|
48062
|
+
"Gas": 0.6062,
|
|
48063
|
+
"Hydro": 0.0032,
|
|
48064
|
+
"Nuclear": 0.077,
|
|
48065
|
+
"Other Fossil": 0,
|
|
48066
|
+
"Other Renewables": 0,
|
|
48067
|
+
"Solar": 0.061,
|
|
48068
|
+
"Wind": 0.0275
|
|
47530
48069
|
}
|
|
47531
48070
|
},
|
|
47532
48071
|
"US-OK": {
|
|
@@ -48497,6 +49036,17 @@
|
|
|
48497
49036
|
"Other Renewables": 0,
|
|
48498
49037
|
"Solar": 0.0198,
|
|
48499
49038
|
"Wind": 0.6261
|
|
49039
|
+
},
|
|
49040
|
+
"2026-05": {
|
|
49041
|
+
"Bioenergy": 0.0036,
|
|
49042
|
+
"Coal": 0.026,
|
|
49043
|
+
"Gas": 0.3015,
|
|
49044
|
+
"Hydro": 0.023,
|
|
49045
|
+
"Nuclear": 0,
|
|
49046
|
+
"Other Fossil": 0,
|
|
49047
|
+
"Other Renewables": 0,
|
|
49048
|
+
"Solar": 0.0198,
|
|
49049
|
+
"Wind": 0.6261
|
|
48500
49050
|
}
|
|
48501
49051
|
},
|
|
48502
49052
|
"US-OR": {
|
|
@@ -49467,6 +50017,17 @@
|
|
|
49467
50017
|
"Other Renewables": 0.0026,
|
|
49468
50018
|
"Solar": 0.0336,
|
|
49469
50019
|
"Wind": 0.1636
|
|
50020
|
+
},
|
|
50021
|
+
"2026-05": {
|
|
50022
|
+
"Bioenergy": 0.0125,
|
|
50023
|
+
"Coal": 0,
|
|
50024
|
+
"Gas": 0.1903,
|
|
50025
|
+
"Hydro": 0.5974,
|
|
50026
|
+
"Nuclear": 0,
|
|
50027
|
+
"Other Fossil": 0,
|
|
50028
|
+
"Other Renewables": 0.0026,
|
|
50029
|
+
"Solar": 0.0336,
|
|
50030
|
+
"Wind": 0.1636
|
|
49470
50031
|
}
|
|
49471
50032
|
},
|
|
49472
50033
|
"US-PA": {
|
|
@@ -50437,6 +50998,17 @@
|
|
|
50437
50998
|
"Other Renewables": 0,
|
|
50438
50999
|
"Solar": 0.0085,
|
|
50439
51000
|
"Wind": 0.0191
|
|
51001
|
+
},
|
|
51002
|
+
"2026-05": {
|
|
51003
|
+
"Bioenergy": 0.0052,
|
|
51004
|
+
"Coal": 0.041,
|
|
51005
|
+
"Gas": 0.5898,
|
|
51006
|
+
"Hydro": 0.0073,
|
|
51007
|
+
"Nuclear": 0.3253,
|
|
51008
|
+
"Other Fossil": 0.0039,
|
|
51009
|
+
"Other Renewables": 0,
|
|
51010
|
+
"Solar": 0.0085,
|
|
51011
|
+
"Wind": 0.0191
|
|
50440
51012
|
}
|
|
50441
51013
|
},
|
|
50442
51014
|
"US-RI": {
|
|
@@ -51407,6 +51979,17 @@
|
|
|
51407
51979
|
"Other Renewables": 0,
|
|
51408
51980
|
"Solar": 0.1063,
|
|
51409
51981
|
"Wind": 0.0332
|
|
51982
|
+
},
|
|
51983
|
+
"2026-05": {
|
|
51984
|
+
"Bioenergy": 0.0231,
|
|
51985
|
+
"Coal": 0,
|
|
51986
|
+
"Gas": 0.8374,
|
|
51987
|
+
"Hydro": 0,
|
|
51988
|
+
"Nuclear": 0,
|
|
51989
|
+
"Other Fossil": 0,
|
|
51990
|
+
"Other Renewables": 0,
|
|
51991
|
+
"Solar": 0.1063,
|
|
51992
|
+
"Wind": 0.0332
|
|
51410
51993
|
}
|
|
51411
51994
|
},
|
|
51412
51995
|
"US-SC": {
|
|
@@ -52377,6 +52960,17 @@
|
|
|
52377
52960
|
"Other Renewables": 0,
|
|
52378
52961
|
"Solar": 0.044,
|
|
52379
52962
|
"Wind": 0
|
|
52963
|
+
},
|
|
52964
|
+
"2026-05": {
|
|
52965
|
+
"Bioenergy": 0.0161,
|
|
52966
|
+
"Coal": 0.1531,
|
|
52967
|
+
"Gas": 0.2451,
|
|
52968
|
+
"Hydro": 0.0255,
|
|
52969
|
+
"Nuclear": 0.5152,
|
|
52970
|
+
"Other Fossil": 0.0009,
|
|
52971
|
+
"Other Renewables": 0,
|
|
52972
|
+
"Solar": 0.044,
|
|
52973
|
+
"Wind": 0
|
|
52380
52974
|
}
|
|
52381
52975
|
},
|
|
52382
52976
|
"US-SD": {
|
|
@@ -53347,6 +53941,17 @@
|
|
|
53347
53941
|
"Other Renewables": 0,
|
|
53348
53942
|
"Solar": 0.018,
|
|
53349
53943
|
"Wind": 0.5961
|
|
53944
|
+
},
|
|
53945
|
+
"2026-05": {
|
|
53946
|
+
"Bioenergy": 0,
|
|
53947
|
+
"Coal": 0.055,
|
|
53948
|
+
"Gas": 0.0597,
|
|
53949
|
+
"Hydro": 0.2712,
|
|
53950
|
+
"Nuclear": 0,
|
|
53951
|
+
"Other Fossil": 0,
|
|
53952
|
+
"Other Renewables": 0,
|
|
53953
|
+
"Solar": 0.018,
|
|
53954
|
+
"Wind": 0.5961
|
|
53350
53955
|
}
|
|
53351
53956
|
},
|
|
53352
53957
|
"US-TN": {
|
|
@@ -54317,6 +54922,17 @@
|
|
|
54317
54922
|
"Other Renewables": 0,
|
|
54318
54923
|
"Solar": 0.0189,
|
|
54319
54924
|
"Wind": 0
|
|
54925
|
+
},
|
|
54926
|
+
"2026-05": {
|
|
54927
|
+
"Bioenergy": 0.004,
|
|
54928
|
+
"Coal": 0.202,
|
|
54929
|
+
"Gas": 0.1962,
|
|
54930
|
+
"Hydro": 0.1016,
|
|
54931
|
+
"Nuclear": 0.4762,
|
|
54932
|
+
"Other Fossil": 0.0012,
|
|
54933
|
+
"Other Renewables": 0,
|
|
54934
|
+
"Solar": 0.0189,
|
|
54935
|
+
"Wind": 0
|
|
54320
54936
|
}
|
|
54321
54937
|
},
|
|
54322
54938
|
"US-TX": {
|
|
@@ -55287,6 +55903,17 @@
|
|
|
55287
55903
|
"Other Renewables": 0,
|
|
55288
55904
|
"Solar": 0.1271,
|
|
55289
55905
|
"Wind": 0.3225
|
|
55906
|
+
},
|
|
55907
|
+
"2026-05": {
|
|
55908
|
+
"Bioenergy": 0.0017,
|
|
55909
|
+
"Coal": 0.0894,
|
|
55910
|
+
"Gas": 0.3858,
|
|
55911
|
+
"Hydro": 0.0026,
|
|
55912
|
+
"Nuclear": 0.0709,
|
|
55913
|
+
"Other Fossil": 0,
|
|
55914
|
+
"Other Renewables": 0,
|
|
55915
|
+
"Solar": 0.1271,
|
|
55916
|
+
"Wind": 0.3225
|
|
55290
55917
|
}
|
|
55291
55918
|
},
|
|
55292
55919
|
"US-UT": {
|
|
@@ -56257,6 +56884,17 @@
|
|
|
56257
56884
|
"Other Renewables": 0.0138,
|
|
56258
56885
|
"Solar": 0.2051,
|
|
56259
56886
|
"Wind": 0.0242
|
|
56887
|
+
},
|
|
56888
|
+
"2026-05": {
|
|
56889
|
+
"Bioenergy": 0.0015,
|
|
56890
|
+
"Coal": 0.2993,
|
|
56891
|
+
"Gas": 0.4215,
|
|
56892
|
+
"Hydro": 0.0315,
|
|
56893
|
+
"Nuclear": 0,
|
|
56894
|
+
"Other Fossil": 0.003,
|
|
56895
|
+
"Other Renewables": 0.0138,
|
|
56896
|
+
"Solar": 0.2051,
|
|
56897
|
+
"Wind": 0.0242
|
|
56260
56898
|
}
|
|
56261
56899
|
},
|
|
56262
56900
|
"US-VA": {
|
|
@@ -57227,6 +57865,17 @@
|
|
|
57227
57865
|
"Other Renewables": 0,
|
|
57228
57866
|
"Solar": 0.1068,
|
|
57229
57867
|
"Wind": 0.0006
|
|
57868
|
+
},
|
|
57869
|
+
"2026-05": {
|
|
57870
|
+
"Bioenergy": 0.0346,
|
|
57871
|
+
"Coal": 0.0074,
|
|
57872
|
+
"Gas": 0.5076,
|
|
57873
|
+
"Hydro": 0,
|
|
57874
|
+
"Nuclear": 0.3386,
|
|
57875
|
+
"Other Fossil": 0.0044,
|
|
57876
|
+
"Other Renewables": 0,
|
|
57877
|
+
"Solar": 0.1068,
|
|
57878
|
+
"Wind": 0.0006
|
|
57230
57879
|
}
|
|
57231
57880
|
},
|
|
57232
57881
|
"US-VT": {
|
|
@@ -58197,6 +58846,17 @@
|
|
|
58197
58846
|
"Other Renewables": 0,
|
|
58198
58847
|
"Solar": 0.092,
|
|
58199
58848
|
"Wind": 0.1701
|
|
58849
|
+
},
|
|
58850
|
+
"2026-05": {
|
|
58851
|
+
"Bioenergy": 0.2196,
|
|
58852
|
+
"Coal": 0,
|
|
58853
|
+
"Gas": 0.001,
|
|
58854
|
+
"Hydro": 0.5173,
|
|
58855
|
+
"Nuclear": 0,
|
|
58856
|
+
"Other Fossil": 0,
|
|
58857
|
+
"Other Renewables": 0,
|
|
58858
|
+
"Solar": 0.092,
|
|
58859
|
+
"Wind": 0.1701
|
|
58200
58860
|
}
|
|
58201
58861
|
},
|
|
58202
58862
|
"US-WA": {
|
|
@@ -59167,6 +59827,17 @@
|
|
|
59167
59827
|
"Other Renewables": 0,
|
|
59168
59828
|
"Solar": 0.0049,
|
|
59169
59829
|
"Wind": 0.0943
|
|
59830
|
+
},
|
|
59831
|
+
"2026-05": {
|
|
59832
|
+
"Bioenergy": 0.0091,
|
|
59833
|
+
"Coal": 0.0002,
|
|
59834
|
+
"Gas": 0.0602,
|
|
59835
|
+
"Hydro": 0.7528,
|
|
59836
|
+
"Nuclear": 0.078,
|
|
59837
|
+
"Other Fossil": 0.0006,
|
|
59838
|
+
"Other Renewables": 0,
|
|
59839
|
+
"Solar": 0.0049,
|
|
59840
|
+
"Wind": 0.0943
|
|
59170
59841
|
}
|
|
59171
59842
|
},
|
|
59172
59843
|
"US-WI": {
|
|
@@ -60137,6 +60808,17 @@
|
|
|
60137
60808
|
"Other Renewables": 0,
|
|
60138
60809
|
"Solar": 0.0717,
|
|
60139
60810
|
"Wind": 0.0436
|
|
60811
|
+
},
|
|
60812
|
+
"2026-05": {
|
|
60813
|
+
"Bioenergy": 0.0172,
|
|
60814
|
+
"Coal": 0.3222,
|
|
60815
|
+
"Gas": 0.3607,
|
|
60816
|
+
"Hydro": 0.0536,
|
|
60817
|
+
"Nuclear": 0.1306,
|
|
60818
|
+
"Other Fossil": 0.0004,
|
|
60819
|
+
"Other Renewables": 0,
|
|
60820
|
+
"Solar": 0.0717,
|
|
60821
|
+
"Wind": 0.0436
|
|
60140
60822
|
}
|
|
60141
60823
|
},
|
|
60142
60824
|
"US-WV": {
|
|
@@ -61107,6 +61789,17 @@
|
|
|
61107
61789
|
"Other Renewables": 0,
|
|
61108
61790
|
"Solar": 0.0068,
|
|
61109
61791
|
"Wind": 0.0523
|
|
61792
|
+
},
|
|
61793
|
+
"2026-05": {
|
|
61794
|
+
"Bioenergy": 0,
|
|
61795
|
+
"Coal": 0.8448,
|
|
61796
|
+
"Gas": 0.0585,
|
|
61797
|
+
"Hydro": 0.0336,
|
|
61798
|
+
"Nuclear": 0,
|
|
61799
|
+
"Other Fossil": 0.004,
|
|
61800
|
+
"Other Renewables": 0,
|
|
61801
|
+
"Solar": 0.0068,
|
|
61802
|
+
"Wind": 0.0523
|
|
61110
61803
|
}
|
|
61111
61804
|
},
|
|
61112
61805
|
"US-WY": {
|
|
@@ -62077,6 +62770,17 @@
|
|
|
62077
62770
|
"Other Renewables": 0,
|
|
62078
62771
|
"Solar": 0.0126,
|
|
62079
62772
|
"Wind": 0.4218
|
|
62773
|
+
},
|
|
62774
|
+
"2026-05": {
|
|
62775
|
+
"Bioenergy": 0,
|
|
62776
|
+
"Coal": 0.4217,
|
|
62777
|
+
"Gas": 0.1023,
|
|
62778
|
+
"Hydro": 0.0381,
|
|
62779
|
+
"Nuclear": 0,
|
|
62780
|
+
"Other Fossil": 0.0035,
|
|
62781
|
+
"Other Renewables": 0,
|
|
62782
|
+
"Solar": 0.0126,
|
|
62783
|
+
"Wind": 0.4218
|
|
62080
62784
|
}
|
|
62081
62785
|
}
|
|
62082
62786
|
}
|