@digital4better/data 1.3.41 → 1.3.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/factor/continent-monthly-green.csv +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +54 -54
- package/data/factor/country-monthly-green.csv +214 -0
- package/data/factor/country-monthly-green.json +2354 -0
- package/data/factor/country-monthly.csv +214 -0
- package/data/factor/country-monthly.json +2354 -0
- package/data/factor/country-yearly-green.csv +79 -79
- package/data/factor/country-yearly-green.json +687 -687
- package/data/factor/country-yearly.csv +81 -81
- package/data/factor/country-yearly.json +681 -681
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +64 -64
- package/data/factor/subdivision-yearly-green.json +576 -576
- package/data/factor/subdivision-yearly.csv +64 -64
- package/data/factor/subdivision-yearly.json +575 -575
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +6 -6
- package/data/mix/continent-yearly-green.json +22 -22
- package/data/mix/continent-yearly.csv +6 -6
- package/data/mix/continent-yearly.json +44 -44
- package/data/mix/country-monthly-green.csv +214 -0
- package/data/mix/country-monthly-green.json +1284 -0
- package/data/mix/country-monthly.csv +214 -0
- package/data/mix/country-monthly.json +2354 -0
- package/data/mix/country-yearly-green.csv +72 -72
- package/data/mix/country-yearly-green.json +245 -245
- package/data/mix/country-yearly.csv +72 -72
- package/data/mix/country-yearly.json +472 -472
- package/data/mix/subdivision-monthly-green.csv +90 -26
- package/data/mix/subdivision-monthly-green.json +472 -88
- package/data/mix/subdivision-monthly.csv +90 -26
- package/data/mix/subdivision-monthly.json +872 -168
- package/data/mix/subdivision-yearly-green.csv +64 -64
- package/data/mix/subdivision-yearly-green.json +208 -208
- package/data/mix/subdivision-yearly.csv +64 -64
- package/data/mix/subdivision-yearly.json +370 -370
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- package/package.json +1 -1
|
@@ -936,26 +936,37 @@
|
|
|
936
936
|
"Wind": 0.2213
|
|
937
937
|
},
|
|
938
938
|
"2026-02": {
|
|
939
|
-
"Bioenergy": 0.
|
|
940
|
-
"Coal": 0.
|
|
941
|
-
"Gas": 0.
|
|
942
|
-
"Hydro": 0.
|
|
939
|
+
"Bioenergy": 0.0563,
|
|
940
|
+
"Coal": 0.1253,
|
|
941
|
+
"Gas": 0.5126,
|
|
942
|
+
"Hydro": 0.018,
|
|
943
943
|
"Nuclear": 0,
|
|
944
|
-
"Other Fossil": 0.
|
|
945
|
-
"Other Renewables": 0.
|
|
946
|
-
"Solar": 0.
|
|
947
|
-
"Wind": 0.
|
|
944
|
+
"Other Fossil": 0.027,
|
|
945
|
+
"Other Renewables": 0.0028,
|
|
946
|
+
"Solar": 0.0309,
|
|
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.0563,
|
|
951
|
+
"Coal": 0.1253,
|
|
952
|
+
"Gas": 0.5126,
|
|
953
|
+
"Hydro": 0.018,
|
|
954
954
|
"Nuclear": 0,
|
|
955
|
-
"Other Fossil": 0.
|
|
956
|
-
"Other Renewables": 0.
|
|
957
|
-
"Solar": 0.
|
|
958
|
-
"Wind": 0.
|
|
955
|
+
"Other Fossil": 0.027,
|
|
956
|
+
"Other Renewables": 0.0028,
|
|
957
|
+
"Solar": 0.0309,
|
|
958
|
+
"Wind": 0.2271
|
|
959
|
+
},
|
|
960
|
+
"2026-04": {
|
|
961
|
+
"Bioenergy": 0.0563,
|
|
962
|
+
"Coal": 0.1253,
|
|
963
|
+
"Gas": 0.5126,
|
|
964
|
+
"Hydro": 0.018,
|
|
965
|
+
"Nuclear": 0,
|
|
966
|
+
"Other Fossil": 0.027,
|
|
967
|
+
"Other Renewables": 0.0028,
|
|
968
|
+
"Solar": 0.0309,
|
|
969
|
+
"Wind": 0.2271
|
|
959
970
|
}
|
|
960
971
|
},
|
|
961
972
|
"CA-BC": {
|
|
@@ -1895,26 +1906,37 @@
|
|
|
1895
1906
|
"Wind": 0.0294
|
|
1896
1907
|
},
|
|
1897
1908
|
"2026-02": {
|
|
1898
|
-
"Bioenergy": 0.
|
|
1899
|
-
"Coal": 0.
|
|
1900
|
-
"Gas": 0.
|
|
1901
|
-
"Hydro": 0.
|
|
1909
|
+
"Bioenergy": 0.0059,
|
|
1910
|
+
"Coal": 0.0131,
|
|
1911
|
+
"Gas": 0.0534,
|
|
1912
|
+
"Hydro": 0.8937,
|
|
1902
1913
|
"Nuclear": 0,
|
|
1903
|
-
"Other Fossil": 0.
|
|
1914
|
+
"Other Fossil": 0.0028,
|
|
1904
1915
|
"Other Renewables": 0.0003,
|
|
1905
|
-
"Solar": 0.
|
|
1906
|
-
"Wind": 0.
|
|
1916
|
+
"Solar": 0.0003,
|
|
1917
|
+
"Wind": 0.0306
|
|
1907
1918
|
},
|
|
1908
1919
|
"2026-03": {
|
|
1909
|
-
"Bioenergy": 0.
|
|
1910
|
-
"Coal": 0.
|
|
1911
|
-
"Gas": 0.
|
|
1912
|
-
"Hydro": 0.
|
|
1920
|
+
"Bioenergy": 0.0059,
|
|
1921
|
+
"Coal": 0.0131,
|
|
1922
|
+
"Gas": 0.0534,
|
|
1923
|
+
"Hydro": 0.8937,
|
|
1913
1924
|
"Nuclear": 0,
|
|
1914
|
-
"Other Fossil": 0.
|
|
1925
|
+
"Other Fossil": 0.0028,
|
|
1915
1926
|
"Other Renewables": 0.0003,
|
|
1916
|
-
"Solar": 0.
|
|
1917
|
-
"Wind": 0.
|
|
1927
|
+
"Solar": 0.0003,
|
|
1928
|
+
"Wind": 0.0306
|
|
1929
|
+
},
|
|
1930
|
+
"2026-04": {
|
|
1931
|
+
"Bioenergy": 0.0059,
|
|
1932
|
+
"Coal": 0.0131,
|
|
1933
|
+
"Gas": 0.0534,
|
|
1934
|
+
"Hydro": 0.8937,
|
|
1935
|
+
"Nuclear": 0,
|
|
1936
|
+
"Other Fossil": 0.0028,
|
|
1937
|
+
"Other Renewables": 0.0003,
|
|
1938
|
+
"Solar": 0.0003,
|
|
1939
|
+
"Wind": 0.0306
|
|
1918
1940
|
}
|
|
1919
1941
|
},
|
|
1920
1942
|
"CA-MB": {
|
|
@@ -2855,25 +2877,36 @@
|
|
|
2855
2877
|
},
|
|
2856
2878
|
"2026-02": {
|
|
2857
2879
|
"Bioenergy": 0.0003,
|
|
2858
|
-
"Coal": 0.
|
|
2859
|
-
"Gas": 0.
|
|
2860
|
-
"Hydro": 0.
|
|
2880
|
+
"Coal": 0.0007,
|
|
2881
|
+
"Gas": 0.003,
|
|
2882
|
+
"Hydro": 0.9629,
|
|
2861
2883
|
"Nuclear": 0,
|
|
2862
|
-
"Other Fossil": 0.
|
|
2884
|
+
"Other Fossil": 0.0002,
|
|
2863
2885
|
"Other Renewables": 0,
|
|
2864
2886
|
"Solar": 0.0001,
|
|
2865
|
-
"Wind": 0.
|
|
2887
|
+
"Wind": 0.0327
|
|
2866
2888
|
},
|
|
2867
2889
|
"2026-03": {
|
|
2868
2890
|
"Bioenergy": 0.0003,
|
|
2869
|
-
"Coal": 0.
|
|
2870
|
-
"Gas": 0.
|
|
2871
|
-
"Hydro": 0.
|
|
2891
|
+
"Coal": 0.0007,
|
|
2892
|
+
"Gas": 0.003,
|
|
2893
|
+
"Hydro": 0.9629,
|
|
2872
2894
|
"Nuclear": 0,
|
|
2873
|
-
"Other Fossil": 0.
|
|
2895
|
+
"Other Fossil": 0.0002,
|
|
2874
2896
|
"Other Renewables": 0,
|
|
2875
2897
|
"Solar": 0.0001,
|
|
2876
|
-
"Wind": 0.
|
|
2898
|
+
"Wind": 0.0327
|
|
2899
|
+
},
|
|
2900
|
+
"2026-04": {
|
|
2901
|
+
"Bioenergy": 0.0003,
|
|
2902
|
+
"Coal": 0.0007,
|
|
2903
|
+
"Gas": 0.003,
|
|
2904
|
+
"Hydro": 0.9629,
|
|
2905
|
+
"Nuclear": 0,
|
|
2906
|
+
"Other Fossil": 0.0002,
|
|
2907
|
+
"Other Renewables": 0,
|
|
2908
|
+
"Solar": 0.0001,
|
|
2909
|
+
"Wind": 0.0327
|
|
2877
2910
|
}
|
|
2878
2911
|
},
|
|
2879
2912
|
"CA-NB": {
|
|
@@ -3813,26 +3846,37 @@
|
|
|
3813
3846
|
"Wind": 0.0679
|
|
3814
3847
|
},
|
|
3815
3848
|
"2026-02": {
|
|
3816
|
-
"Bioenergy": 0.
|
|
3817
|
-
"Coal": 0.
|
|
3818
|
-
"Gas": 0.
|
|
3819
|
-
"Hydro": 0.
|
|
3820
|
-
"Nuclear": 0.
|
|
3821
|
-
"Other Fossil": 0.
|
|
3822
|
-
"Other Renewables": 0.
|
|
3849
|
+
"Bioenergy": 0.0457,
|
|
3850
|
+
"Coal": 0.1018,
|
|
3851
|
+
"Gas": 0.4165,
|
|
3852
|
+
"Hydro": 0.0464,
|
|
3853
|
+
"Nuclear": 0.3156,
|
|
3854
|
+
"Other Fossil": 0.022,
|
|
3855
|
+
"Other Renewables": 0.0023,
|
|
3823
3856
|
"Solar": 0.0001,
|
|
3824
|
-
"Wind": 0.
|
|
3857
|
+
"Wind": 0.0497
|
|
3825
3858
|
},
|
|
3826
3859
|
"2026-03": {
|
|
3827
|
-
"Bioenergy": 0.
|
|
3828
|
-
"Coal": 0.
|
|
3829
|
-
"Gas": 0.
|
|
3830
|
-
"Hydro": 0.
|
|
3831
|
-
"Nuclear": 0.
|
|
3832
|
-
"Other Fossil": 0.
|
|
3833
|
-
"Other Renewables": 0.
|
|
3860
|
+
"Bioenergy": 0.0457,
|
|
3861
|
+
"Coal": 0.1018,
|
|
3862
|
+
"Gas": 0.4165,
|
|
3863
|
+
"Hydro": 0.0464,
|
|
3864
|
+
"Nuclear": 0.3156,
|
|
3865
|
+
"Other Fossil": 0.022,
|
|
3866
|
+
"Other Renewables": 0.0023,
|
|
3834
3867
|
"Solar": 0.0001,
|
|
3835
|
-
"Wind": 0.
|
|
3868
|
+
"Wind": 0.0497
|
|
3869
|
+
},
|
|
3870
|
+
"2026-04": {
|
|
3871
|
+
"Bioenergy": 0.0457,
|
|
3872
|
+
"Coal": 0.1018,
|
|
3873
|
+
"Gas": 0.4165,
|
|
3874
|
+
"Hydro": 0.0464,
|
|
3875
|
+
"Nuclear": 0.3156,
|
|
3876
|
+
"Other Fossil": 0.022,
|
|
3877
|
+
"Other Renewables": 0.0023,
|
|
3878
|
+
"Solar": 0.0001,
|
|
3879
|
+
"Wind": 0.0497
|
|
3836
3880
|
}
|
|
3837
3881
|
},
|
|
3838
3882
|
"CA-NL": {
|
|
@@ -4772,26 +4816,37 @@
|
|
|
4772
4816
|
"Wind": 0.0042
|
|
4773
4817
|
},
|
|
4774
4818
|
"2026-02": {
|
|
4775
|
-
"Bioenergy": 0.
|
|
4776
|
-
"Coal": 0.
|
|
4777
|
-
"Gas": 0.
|
|
4778
|
-
"Hydro": 0.
|
|
4819
|
+
"Bioenergy": 0.0029,
|
|
4820
|
+
"Coal": 0.0065,
|
|
4821
|
+
"Gas": 0.0267,
|
|
4822
|
+
"Hydro": 0.958,
|
|
4779
4823
|
"Nuclear": 0,
|
|
4780
|
-
"Other Fossil": 0.
|
|
4824
|
+
"Other Fossil": 0.0014,
|
|
4781
4825
|
"Other Renewables": 0.0001,
|
|
4782
4826
|
"Solar": 0,
|
|
4783
|
-
"Wind": 0.
|
|
4827
|
+
"Wind": 0.0044
|
|
4784
4828
|
},
|
|
4785
4829
|
"2026-03": {
|
|
4786
|
-
"Bioenergy": 0.
|
|
4787
|
-
"Coal": 0.
|
|
4788
|
-
"Gas": 0.
|
|
4789
|
-
"Hydro": 0.
|
|
4830
|
+
"Bioenergy": 0.0029,
|
|
4831
|
+
"Coal": 0.0065,
|
|
4832
|
+
"Gas": 0.0267,
|
|
4833
|
+
"Hydro": 0.958,
|
|
4790
4834
|
"Nuclear": 0,
|
|
4791
|
-
"Other Fossil": 0.
|
|
4835
|
+
"Other Fossil": 0.0014,
|
|
4792
4836
|
"Other Renewables": 0.0001,
|
|
4793
4837
|
"Solar": 0,
|
|
4794
|
-
"Wind": 0.
|
|
4838
|
+
"Wind": 0.0044
|
|
4839
|
+
},
|
|
4840
|
+
"2026-04": {
|
|
4841
|
+
"Bioenergy": 0.0029,
|
|
4842
|
+
"Coal": 0.0065,
|
|
4843
|
+
"Gas": 0.0267,
|
|
4844
|
+
"Hydro": 0.958,
|
|
4845
|
+
"Nuclear": 0,
|
|
4846
|
+
"Other Fossil": 0.0014,
|
|
4847
|
+
"Other Renewables": 0.0001,
|
|
4848
|
+
"Solar": 0,
|
|
4849
|
+
"Wind": 0.0044
|
|
4795
4850
|
}
|
|
4796
4851
|
},
|
|
4797
4852
|
"CA-NS": {
|
|
@@ -5731,26 +5786,37 @@
|
|
|
5731
5786
|
"Wind": 0.1546
|
|
5732
5787
|
},
|
|
5733
5788
|
"2026-02": {
|
|
5734
|
-
"Bioenergy": 0.
|
|
5735
|
-
"Coal": 0.
|
|
5736
|
-
"Gas": 0.
|
|
5737
|
-
"Hydro": 0.
|
|
5789
|
+
"Bioenergy": 0.063,
|
|
5790
|
+
"Coal": 0.1403,
|
|
5791
|
+
"Gas": 0.5739,
|
|
5792
|
+
"Hydro": 0.0698,
|
|
5738
5793
|
"Nuclear": 0,
|
|
5739
|
-
"Other Fossil": 0.
|
|
5794
|
+
"Other Fossil": 0.0303,
|
|
5740
5795
|
"Other Renewables": 0.0031,
|
|
5741
|
-
"Solar": 0.
|
|
5742
|
-
"Wind": 0.
|
|
5796
|
+
"Solar": 0.0006,
|
|
5797
|
+
"Wind": 0.119
|
|
5743
5798
|
},
|
|
5744
5799
|
"2026-03": {
|
|
5745
|
-
"Bioenergy": 0.
|
|
5746
|
-
"Coal": 0.
|
|
5747
|
-
"Gas": 0.
|
|
5748
|
-
"Hydro": 0.
|
|
5800
|
+
"Bioenergy": 0.063,
|
|
5801
|
+
"Coal": 0.1403,
|
|
5802
|
+
"Gas": 0.5739,
|
|
5803
|
+
"Hydro": 0.0698,
|
|
5749
5804
|
"Nuclear": 0,
|
|
5750
|
-
"Other Fossil": 0.
|
|
5805
|
+
"Other Fossil": 0.0303,
|
|
5751
5806
|
"Other Renewables": 0.0031,
|
|
5752
|
-
"Solar": 0.
|
|
5753
|
-
"Wind": 0.
|
|
5807
|
+
"Solar": 0.0006,
|
|
5808
|
+
"Wind": 0.119
|
|
5809
|
+
},
|
|
5810
|
+
"2026-04": {
|
|
5811
|
+
"Bioenergy": 0.063,
|
|
5812
|
+
"Coal": 0.1403,
|
|
5813
|
+
"Gas": 0.5739,
|
|
5814
|
+
"Hydro": 0.0698,
|
|
5815
|
+
"Nuclear": 0,
|
|
5816
|
+
"Other Fossil": 0.0303,
|
|
5817
|
+
"Other Renewables": 0.0031,
|
|
5818
|
+
"Solar": 0.0006,
|
|
5819
|
+
"Wind": 0.119
|
|
5754
5820
|
}
|
|
5755
5821
|
},
|
|
5756
5822
|
"CA-NT": {
|
|
@@ -6690,26 +6756,37 @@
|
|
|
6690
6756
|
"Wind": 0.0341
|
|
6691
6757
|
},
|
|
6692
6758
|
"2026-02": {
|
|
6693
|
-
"Bioenergy": 0.
|
|
6694
|
-
"Coal": 0.
|
|
6695
|
-
"Gas": 0.
|
|
6696
|
-
"Hydro": 0.
|
|
6759
|
+
"Bioenergy": 0.0518,
|
|
6760
|
+
"Coal": 0.1152,
|
|
6761
|
+
"Gas": 0.4715,
|
|
6762
|
+
"Hydro": 0.3069,
|
|
6697
6763
|
"Nuclear": 0,
|
|
6698
|
-
"Other Fossil": 0.
|
|
6764
|
+
"Other Fossil": 0.0249,
|
|
6699
6765
|
"Other Renewables": 0.0026,
|
|
6700
|
-
"Solar": 0.
|
|
6701
|
-
"Wind": 0.
|
|
6766
|
+
"Solar": 0.0006,
|
|
6767
|
+
"Wind": 0.0265
|
|
6702
6768
|
},
|
|
6703
6769
|
"2026-03": {
|
|
6704
|
-
"Bioenergy": 0.
|
|
6705
|
-
"Coal": 0.
|
|
6706
|
-
"Gas": 0.
|
|
6707
|
-
"Hydro": 0.
|
|
6770
|
+
"Bioenergy": 0.0518,
|
|
6771
|
+
"Coal": 0.1152,
|
|
6772
|
+
"Gas": 0.4715,
|
|
6773
|
+
"Hydro": 0.3069,
|
|
6708
6774
|
"Nuclear": 0,
|
|
6709
|
-
"Other Fossil": 0.
|
|
6775
|
+
"Other Fossil": 0.0249,
|
|
6710
6776
|
"Other Renewables": 0.0026,
|
|
6711
|
-
"Solar": 0.
|
|
6712
|
-
"Wind": 0.
|
|
6777
|
+
"Solar": 0.0006,
|
|
6778
|
+
"Wind": 0.0265
|
|
6779
|
+
},
|
|
6780
|
+
"2026-04": {
|
|
6781
|
+
"Bioenergy": 0.0518,
|
|
6782
|
+
"Coal": 0.1152,
|
|
6783
|
+
"Gas": 0.4715,
|
|
6784
|
+
"Hydro": 0.3069,
|
|
6785
|
+
"Nuclear": 0,
|
|
6786
|
+
"Other Fossil": 0.0249,
|
|
6787
|
+
"Other Renewables": 0.0026,
|
|
6788
|
+
"Solar": 0.0006,
|
|
6789
|
+
"Wind": 0.0265
|
|
6713
6790
|
}
|
|
6714
6791
|
},
|
|
6715
6792
|
"CA-NU": {
|
|
@@ -7651,23 +7728,34 @@
|
|
|
7651
7728
|
"2026-02": {
|
|
7652
7729
|
"Bioenergy": 0.0777,
|
|
7653
7730
|
"Coal": 0.173,
|
|
7654
|
-
"Gas": 0.
|
|
7731
|
+
"Gas": 0.7079,
|
|
7655
7732
|
"Hydro": 0,
|
|
7656
7733
|
"Nuclear": 0,
|
|
7657
|
-
"Other Fossil": 0.
|
|
7734
|
+
"Other Fossil": 0.0373,
|
|
7658
7735
|
"Other Renewables": 0.0039,
|
|
7659
|
-
"Solar": 0,
|
|
7736
|
+
"Solar": 0.0002,
|
|
7660
7737
|
"Wind": 0
|
|
7661
7738
|
},
|
|
7662
7739
|
"2026-03": {
|
|
7663
7740
|
"Bioenergy": 0.0777,
|
|
7664
7741
|
"Coal": 0.173,
|
|
7665
|
-
"Gas": 0.
|
|
7742
|
+
"Gas": 0.7079,
|
|
7666
7743
|
"Hydro": 0,
|
|
7667
7744
|
"Nuclear": 0,
|
|
7668
|
-
"Other Fossil": 0.
|
|
7745
|
+
"Other Fossil": 0.0373,
|
|
7669
7746
|
"Other Renewables": 0.0039,
|
|
7670
|
-
"Solar": 0,
|
|
7747
|
+
"Solar": 0.0002,
|
|
7748
|
+
"Wind": 0
|
|
7749
|
+
},
|
|
7750
|
+
"2026-04": {
|
|
7751
|
+
"Bioenergy": 0.0777,
|
|
7752
|
+
"Coal": 0.173,
|
|
7753
|
+
"Gas": 0.7079,
|
|
7754
|
+
"Hydro": 0,
|
|
7755
|
+
"Nuclear": 0,
|
|
7756
|
+
"Other Fossil": 0.0373,
|
|
7757
|
+
"Other Renewables": 0.0039,
|
|
7758
|
+
"Solar": 0.0002,
|
|
7671
7759
|
"Wind": 0
|
|
7672
7760
|
}
|
|
7673
7761
|
},
|
|
@@ -8608,26 +8696,37 @@
|
|
|
8608
8696
|
"Wind": 0.1074
|
|
8609
8697
|
},
|
|
8610
8698
|
"2026-02": {
|
|
8611
|
-
"Bioenergy": 0.
|
|
8612
|
-
"Coal": 0.
|
|
8613
|
-
"Gas": 0.
|
|
8614
|
-
"Hydro": 0.
|
|
8615
|
-
"Nuclear": 0.
|
|
8616
|
-
"Other Fossil": 0.
|
|
8617
|
-
"Other Renewables": 0.
|
|
8618
|
-
"Solar": 0.
|
|
8619
|
-
"Wind": 0.
|
|
8699
|
+
"Bioenergy": 0.0236,
|
|
8700
|
+
"Coal": 0.0525,
|
|
8701
|
+
"Gas": 0.2149,
|
|
8702
|
+
"Hydro": 0.2056,
|
|
8703
|
+
"Nuclear": 0.4014,
|
|
8704
|
+
"Other Fossil": 0.0113,
|
|
8705
|
+
"Other Renewables": 0.0012,
|
|
8706
|
+
"Solar": 0.0099,
|
|
8707
|
+
"Wind": 0.0796
|
|
8620
8708
|
},
|
|
8621
8709
|
"2026-03": {
|
|
8622
|
-
"Bioenergy": 0.
|
|
8623
|
-
"Coal": 0.
|
|
8624
|
-
"Gas": 0.
|
|
8625
|
-
"Hydro": 0.
|
|
8626
|
-
"Nuclear": 0.
|
|
8627
|
-
"Other Fossil": 0.
|
|
8628
|
-
"Other Renewables": 0.
|
|
8629
|
-
"Solar": 0.
|
|
8630
|
-
"Wind": 0.
|
|
8710
|
+
"Bioenergy": 0.0236,
|
|
8711
|
+
"Coal": 0.0525,
|
|
8712
|
+
"Gas": 0.2149,
|
|
8713
|
+
"Hydro": 0.2056,
|
|
8714
|
+
"Nuclear": 0.4014,
|
|
8715
|
+
"Other Fossil": 0.0113,
|
|
8716
|
+
"Other Renewables": 0.0012,
|
|
8717
|
+
"Solar": 0.0099,
|
|
8718
|
+
"Wind": 0.0796
|
|
8719
|
+
},
|
|
8720
|
+
"2026-04": {
|
|
8721
|
+
"Bioenergy": 0.0236,
|
|
8722
|
+
"Coal": 0.0525,
|
|
8723
|
+
"Gas": 0.2149,
|
|
8724
|
+
"Hydro": 0.2056,
|
|
8725
|
+
"Nuclear": 0.4014,
|
|
8726
|
+
"Other Fossil": 0.0113,
|
|
8727
|
+
"Other Renewables": 0.0012,
|
|
8728
|
+
"Solar": 0.0099,
|
|
8729
|
+
"Wind": 0.0796
|
|
8631
8730
|
}
|
|
8632
8731
|
},
|
|
8633
8732
|
"CA-PE": {
|
|
@@ -9567,26 +9666,37 @@
|
|
|
9567
9666
|
"Wind": 0.9705
|
|
9568
9667
|
},
|
|
9569
9668
|
"2026-02": {
|
|
9570
|
-
"Bioenergy": 0.
|
|
9571
|
-
"Coal": 0.
|
|
9572
|
-
"Gas": 0.
|
|
9669
|
+
"Bioenergy": 0.0008,
|
|
9670
|
+
"Coal": 0.0017,
|
|
9671
|
+
"Gas": 0.0071,
|
|
9573
9672
|
"Hydro": 0,
|
|
9574
9673
|
"Nuclear": 0,
|
|
9575
9674
|
"Other Fossil": 0.0004,
|
|
9576
9675
|
"Other Renewables": 0,
|
|
9577
|
-
"Solar": 0.
|
|
9578
|
-
"Wind": 0.
|
|
9676
|
+
"Solar": 0.0508,
|
|
9677
|
+
"Wind": 0.9392
|
|
9579
9678
|
},
|
|
9580
9679
|
"2026-03": {
|
|
9581
|
-
"Bioenergy": 0.
|
|
9582
|
-
"Coal": 0.
|
|
9583
|
-
"Gas": 0.
|
|
9680
|
+
"Bioenergy": 0.0008,
|
|
9681
|
+
"Coal": 0.0017,
|
|
9682
|
+
"Gas": 0.0071,
|
|
9584
9683
|
"Hydro": 0,
|
|
9585
9684
|
"Nuclear": 0,
|
|
9586
9685
|
"Other Fossil": 0.0004,
|
|
9587
9686
|
"Other Renewables": 0,
|
|
9588
|
-
"Solar": 0.
|
|
9589
|
-
"Wind": 0.
|
|
9687
|
+
"Solar": 0.0508,
|
|
9688
|
+
"Wind": 0.9392
|
|
9689
|
+
},
|
|
9690
|
+
"2026-04": {
|
|
9691
|
+
"Bioenergy": 0.0008,
|
|
9692
|
+
"Coal": 0.0017,
|
|
9693
|
+
"Gas": 0.0071,
|
|
9694
|
+
"Hydro": 0,
|
|
9695
|
+
"Nuclear": 0,
|
|
9696
|
+
"Other Fossil": 0.0004,
|
|
9697
|
+
"Other Renewables": 0,
|
|
9698
|
+
"Solar": 0.0508,
|
|
9699
|
+
"Wind": 0.9392
|
|
9590
9700
|
}
|
|
9591
9701
|
},
|
|
9592
9702
|
"CA-QC": {
|
|
@@ -10528,24 +10638,35 @@
|
|
|
10528
10638
|
"2026-02": {
|
|
10529
10639
|
"Bioenergy": 0.0007,
|
|
10530
10640
|
"Coal": 0.0016,
|
|
10531
|
-
"Gas": 0.
|
|
10532
|
-
"Hydro": 0.
|
|
10641
|
+
"Gas": 0.0064,
|
|
10642
|
+
"Hydro": 0.9448,
|
|
10533
10643
|
"Nuclear": 0,
|
|
10534
|
-
"Other Fossil": 0.
|
|
10644
|
+
"Other Fossil": 0.0003,
|
|
10535
10645
|
"Other Renewables": 0,
|
|
10536
10646
|
"Solar": 0,
|
|
10537
|
-
"Wind": 0.
|
|
10647
|
+
"Wind": 0.0461
|
|
10538
10648
|
},
|
|
10539
10649
|
"2026-03": {
|
|
10540
10650
|
"Bioenergy": 0.0007,
|
|
10541
10651
|
"Coal": 0.0016,
|
|
10542
|
-
"Gas": 0.
|
|
10543
|
-
"Hydro": 0.
|
|
10652
|
+
"Gas": 0.0064,
|
|
10653
|
+
"Hydro": 0.9448,
|
|
10544
10654
|
"Nuclear": 0,
|
|
10545
|
-
"Other Fossil": 0.
|
|
10655
|
+
"Other Fossil": 0.0003,
|
|
10546
10656
|
"Other Renewables": 0,
|
|
10547
10657
|
"Solar": 0,
|
|
10548
|
-
"Wind": 0.
|
|
10658
|
+
"Wind": 0.0461
|
|
10659
|
+
},
|
|
10660
|
+
"2026-04": {
|
|
10661
|
+
"Bioenergy": 0.0007,
|
|
10662
|
+
"Coal": 0.0016,
|
|
10663
|
+
"Gas": 0.0064,
|
|
10664
|
+
"Hydro": 0.9448,
|
|
10665
|
+
"Nuclear": 0,
|
|
10666
|
+
"Other Fossil": 0.0003,
|
|
10667
|
+
"Other Renewables": 0,
|
|
10668
|
+
"Solar": 0,
|
|
10669
|
+
"Wind": 0.0461
|
|
10549
10670
|
}
|
|
10550
10671
|
},
|
|
10551
10672
|
"CA-SK": {
|
|
@@ -11485,26 +11606,37 @@
|
|
|
11485
11606
|
"Wind": 0.1118
|
|
11486
11607
|
},
|
|
11487
11608
|
"2026-02": {
|
|
11488
|
-
"Bioenergy": 0.
|
|
11489
|
-
"Coal": 0.
|
|
11490
|
-
"Gas": 0.
|
|
11491
|
-
"Hydro": 0.
|
|
11609
|
+
"Bioenergy": 0.0596,
|
|
11610
|
+
"Coal": 0.1326,
|
|
11611
|
+
"Gas": 0.5426,
|
|
11612
|
+
"Hydro": 0.1241,
|
|
11492
11613
|
"Nuclear": 0,
|
|
11493
|
-
"Other Fossil": 0.
|
|
11614
|
+
"Other Fossil": 0.0286,
|
|
11494
11615
|
"Other Renewables": 0.003,
|
|
11495
|
-
"Solar": 0.
|
|
11496
|
-
"Wind": 0.
|
|
11616
|
+
"Solar": 0.0018,
|
|
11617
|
+
"Wind": 0.1077
|
|
11497
11618
|
},
|
|
11498
11619
|
"2026-03": {
|
|
11499
|
-
"Bioenergy": 0.
|
|
11500
|
-
"Coal": 0.
|
|
11501
|
-
"Gas": 0.
|
|
11502
|
-
"Hydro": 0.
|
|
11620
|
+
"Bioenergy": 0.0596,
|
|
11621
|
+
"Coal": 0.1326,
|
|
11622
|
+
"Gas": 0.5426,
|
|
11623
|
+
"Hydro": 0.1241,
|
|
11503
11624
|
"Nuclear": 0,
|
|
11504
|
-
"Other Fossil": 0.
|
|
11625
|
+
"Other Fossil": 0.0286,
|
|
11505
11626
|
"Other Renewables": 0.003,
|
|
11506
|
-
"Solar": 0.
|
|
11507
|
-
"Wind": 0.
|
|
11627
|
+
"Solar": 0.0018,
|
|
11628
|
+
"Wind": 0.1077
|
|
11629
|
+
},
|
|
11630
|
+
"2026-04": {
|
|
11631
|
+
"Bioenergy": 0.0596,
|
|
11632
|
+
"Coal": 0.1326,
|
|
11633
|
+
"Gas": 0.5426,
|
|
11634
|
+
"Hydro": 0.1241,
|
|
11635
|
+
"Nuclear": 0,
|
|
11636
|
+
"Other Fossil": 0.0286,
|
|
11637
|
+
"Other Renewables": 0.003,
|
|
11638
|
+
"Solar": 0.0018,
|
|
11639
|
+
"Wind": 0.1077
|
|
11508
11640
|
}
|
|
11509
11641
|
},
|
|
11510
11642
|
"CA-YT": {
|
|
@@ -12444,26 +12576,37 @@
|
|
|
12444
12576
|
"Wind": 0.0117
|
|
12445
12577
|
},
|
|
12446
12578
|
"2026-02": {
|
|
12447
|
-
"Bioenergy": 0.
|
|
12448
|
-
"Coal": 0.
|
|
12449
|
-
"Gas": 0.
|
|
12450
|
-
"Hydro": 0.
|
|
12579
|
+
"Bioenergy": 0.0319,
|
|
12580
|
+
"Coal": 0.071,
|
|
12581
|
+
"Gas": 0.2905,
|
|
12582
|
+
"Hydro": 0.5728,
|
|
12451
12583
|
"Nuclear": 0,
|
|
12452
|
-
"Other Fossil": 0.
|
|
12453
|
-
"Other Renewables": 0.
|
|
12454
|
-
"Solar": 0.
|
|
12455
|
-
"Wind": 0.
|
|
12584
|
+
"Other Fossil": 0.0153,
|
|
12585
|
+
"Other Renewables": 0.0016,
|
|
12586
|
+
"Solar": 0.0066,
|
|
12587
|
+
"Wind": 0.0103
|
|
12456
12588
|
},
|
|
12457
12589
|
"2026-03": {
|
|
12458
|
-
"Bioenergy": 0.
|
|
12459
|
-
"Coal": 0.
|
|
12460
|
-
"Gas": 0.
|
|
12461
|
-
"Hydro": 0.
|
|
12590
|
+
"Bioenergy": 0.0319,
|
|
12591
|
+
"Coal": 0.071,
|
|
12592
|
+
"Gas": 0.2905,
|
|
12593
|
+
"Hydro": 0.5728,
|
|
12462
12594
|
"Nuclear": 0,
|
|
12463
|
-
"Other Fossil": 0.
|
|
12464
|
-
"Other Renewables": 0.
|
|
12465
|
-
"Solar": 0.
|
|
12466
|
-
"Wind": 0.
|
|
12595
|
+
"Other Fossil": 0.0153,
|
|
12596
|
+
"Other Renewables": 0.0016,
|
|
12597
|
+
"Solar": 0.0066,
|
|
12598
|
+
"Wind": 0.0103
|
|
12599
|
+
},
|
|
12600
|
+
"2026-04": {
|
|
12601
|
+
"Bioenergy": 0.0319,
|
|
12602
|
+
"Coal": 0.071,
|
|
12603
|
+
"Gas": 0.2905,
|
|
12604
|
+
"Hydro": 0.5728,
|
|
12605
|
+
"Nuclear": 0,
|
|
12606
|
+
"Other Fossil": 0.0153,
|
|
12607
|
+
"Other Renewables": 0.0016,
|
|
12608
|
+
"Solar": 0.0066,
|
|
12609
|
+
"Wind": 0.0103
|
|
12467
12610
|
}
|
|
12468
12611
|
},
|
|
12469
12612
|
"US-AK": {
|
|
@@ -13423,6 +13566,17 @@
|
|
|
13423
13566
|
"Other Renewables": 0,
|
|
13424
13567
|
"Solar": 0,
|
|
13425
13568
|
"Wind": 0.0194
|
|
13569
|
+
},
|
|
13570
|
+
"2026-04": {
|
|
13571
|
+
"Bioenergy": 0.0066,
|
|
13572
|
+
"Coal": 0.109,
|
|
13573
|
+
"Gas": 0.34,
|
|
13574
|
+
"Hydro": 0.3596,
|
|
13575
|
+
"Nuclear": 0,
|
|
13576
|
+
"Other Fossil": 0.1655,
|
|
13577
|
+
"Other Renewables": 0,
|
|
13578
|
+
"Solar": 0,
|
|
13579
|
+
"Wind": 0.0194
|
|
13426
13580
|
}
|
|
13427
13581
|
},
|
|
13428
13582
|
"US-AL": {
|
|
@@ -14382,6 +14536,17 @@
|
|
|
14382
14536
|
"Other Renewables": 0,
|
|
14383
14537
|
"Solar": 0.0099,
|
|
14384
14538
|
"Wind": 0
|
|
14539
|
+
},
|
|
14540
|
+
"2026-04": {
|
|
14541
|
+
"Bioenergy": 0.025,
|
|
14542
|
+
"Coal": 0.1587,
|
|
14543
|
+
"Gas": 0.4203,
|
|
14544
|
+
"Hydro": 0.0534,
|
|
14545
|
+
"Nuclear": 0.3327,
|
|
14546
|
+
"Other Fossil": 0,
|
|
14547
|
+
"Other Renewables": 0,
|
|
14548
|
+
"Solar": 0.0099,
|
|
14549
|
+
"Wind": 0
|
|
14385
14550
|
}
|
|
14386
14551
|
},
|
|
14387
14552
|
"US-AR": {
|
|
@@ -15341,6 +15506,17 @@
|
|
|
15341
15506
|
"Other Renewables": 0,
|
|
15342
15507
|
"Solar": 0.0684,
|
|
15343
15508
|
"Wind": 0.0086
|
|
15509
|
+
},
|
|
15510
|
+
"2026-04": {
|
|
15511
|
+
"Bioenergy": 0.0138,
|
|
15512
|
+
"Coal": 0.2624,
|
|
15513
|
+
"Gas": 0.3616,
|
|
15514
|
+
"Hydro": 0.0409,
|
|
15515
|
+
"Nuclear": 0.2441,
|
|
15516
|
+
"Other Fossil": 0.0002,
|
|
15517
|
+
"Other Renewables": 0,
|
|
15518
|
+
"Solar": 0.0684,
|
|
15519
|
+
"Wind": 0.0086
|
|
15344
15520
|
}
|
|
15345
15521
|
},
|
|
15346
15522
|
"US-AZ": {
|
|
@@ -16300,6 +16476,17 @@
|
|
|
16300
16476
|
"Other Renewables": 0,
|
|
16301
16477
|
"Solar": 0.1383,
|
|
16302
16478
|
"Wind": 0.0248
|
|
16479
|
+
},
|
|
16480
|
+
"2026-04": {
|
|
16481
|
+
"Bioenergy": 0.0023,
|
|
16482
|
+
"Coal": 0.0767,
|
|
16483
|
+
"Gas": 0.3648,
|
|
16484
|
+
"Hydro": 0.0579,
|
|
16485
|
+
"Nuclear": 0.3353,
|
|
16486
|
+
"Other Fossil": 0,
|
|
16487
|
+
"Other Renewables": 0,
|
|
16488
|
+
"Solar": 0.1383,
|
|
16489
|
+
"Wind": 0.0248
|
|
16303
16490
|
}
|
|
16304
16491
|
},
|
|
16305
16492
|
"US-CA": {
|
|
@@ -17259,6 +17446,17 @@
|
|
|
17259
17446
|
"Other Renewables": 0.0638,
|
|
17260
17447
|
"Solar": 0.2649,
|
|
17261
17448
|
"Wind": 0.0889
|
|
17449
|
+
},
|
|
17450
|
+
"2026-04": {
|
|
17451
|
+
"Bioenergy": 0.0262,
|
|
17452
|
+
"Coal": 0.0003,
|
|
17453
|
+
"Gas": 0.3084,
|
|
17454
|
+
"Hydro": 0.1363,
|
|
17455
|
+
"Nuclear": 0.1111,
|
|
17456
|
+
"Other Fossil": 0,
|
|
17457
|
+
"Other Renewables": 0.0638,
|
|
17458
|
+
"Solar": 0.2649,
|
|
17459
|
+
"Wind": 0.0889
|
|
17262
17460
|
}
|
|
17263
17461
|
},
|
|
17264
17462
|
"US-CO": {
|
|
@@ -18218,6 +18416,17 @@
|
|
|
18218
18416
|
"Other Renewables": 0,
|
|
18219
18417
|
"Solar": 0.1109,
|
|
18220
18418
|
"Wind": 0.3447
|
|
18419
|
+
},
|
|
18420
|
+
"2026-04": {
|
|
18421
|
+
"Bioenergy": 0.0015,
|
|
18422
|
+
"Coal": 0.1404,
|
|
18423
|
+
"Gas": 0.3539,
|
|
18424
|
+
"Hydro": 0.0485,
|
|
18425
|
+
"Nuclear": 0,
|
|
18426
|
+
"Other Fossil": 0,
|
|
18427
|
+
"Other Renewables": 0,
|
|
18428
|
+
"Solar": 0.1109,
|
|
18429
|
+
"Wind": 0.3447
|
|
18221
18430
|
}
|
|
18222
18431
|
},
|
|
18223
18432
|
"US-CT": {
|
|
@@ -19177,6 +19386,17 @@
|
|
|
19177
19386
|
"Other Renewables": 0,
|
|
19178
19387
|
"Solar": 0.0117,
|
|
19179
19388
|
"Wind": 0.0003
|
|
19389
|
+
},
|
|
19390
|
+
"2026-04": {
|
|
19391
|
+
"Bioenergy": 0.0129,
|
|
19392
|
+
"Coal": 0,
|
|
19393
|
+
"Gas": 0.4936,
|
|
19394
|
+
"Hydro": 0.0075,
|
|
19395
|
+
"Nuclear": 0.3825,
|
|
19396
|
+
"Other Fossil": 0.0915,
|
|
19397
|
+
"Other Renewables": 0,
|
|
19398
|
+
"Solar": 0.0117,
|
|
19399
|
+
"Wind": 0.0003
|
|
19180
19400
|
}
|
|
19181
19401
|
},
|
|
19182
19402
|
"US-DC": {
|
|
@@ -20136,6 +20356,17 @@
|
|
|
20136
20356
|
"Other Renewables": 0,
|
|
20137
20357
|
"Solar": 0.2559,
|
|
20138
20358
|
"Wind": 0
|
|
20359
|
+
},
|
|
20360
|
+
"2026-04": {
|
|
20361
|
+
"Bioenergy": 0.2614,
|
|
20362
|
+
"Coal": 0,
|
|
20363
|
+
"Gas": 0.4828,
|
|
20364
|
+
"Hydro": 0,
|
|
20365
|
+
"Nuclear": 0,
|
|
20366
|
+
"Other Fossil": 0,
|
|
20367
|
+
"Other Renewables": 0,
|
|
20368
|
+
"Solar": 0.2559,
|
|
20369
|
+
"Wind": 0
|
|
20139
20370
|
}
|
|
20140
20371
|
},
|
|
20141
20372
|
"US-DE": {
|
|
@@ -21095,6 +21326,17 @@
|
|
|
21095
21326
|
"Other Renewables": 0,
|
|
21096
21327
|
"Solar": 0.0301,
|
|
21097
21328
|
"Wind": 0.0005
|
|
21329
|
+
},
|
|
21330
|
+
"2026-04": {
|
|
21331
|
+
"Bioenergy": 0.0064,
|
|
21332
|
+
"Coal": 0,
|
|
21333
|
+
"Gas": 0.9631,
|
|
21334
|
+
"Hydro": 0,
|
|
21335
|
+
"Nuclear": 0,
|
|
21336
|
+
"Other Fossil": 0,
|
|
21337
|
+
"Other Renewables": 0,
|
|
21338
|
+
"Solar": 0.0301,
|
|
21339
|
+
"Wind": 0.0005
|
|
21098
21340
|
}
|
|
21099
21341
|
},
|
|
21100
21342
|
"US-FL": {
|
|
@@ -22054,6 +22296,17 @@
|
|
|
22054
22296
|
"Other Renewables": 0,
|
|
22055
22297
|
"Solar": 0.106,
|
|
22056
22298
|
"Wind": 0
|
|
22299
|
+
},
|
|
22300
|
+
"2026-04": {
|
|
22301
|
+
"Bioenergy": 0.0131,
|
|
22302
|
+
"Coal": 0.0508,
|
|
22303
|
+
"Gas": 0.705,
|
|
22304
|
+
"Hydro": 0.0006,
|
|
22305
|
+
"Nuclear": 0.1075,
|
|
22306
|
+
"Other Fossil": 0.0171,
|
|
22307
|
+
"Other Renewables": 0,
|
|
22308
|
+
"Solar": 0.106,
|
|
22309
|
+
"Wind": 0
|
|
22057
22310
|
}
|
|
22058
22311
|
},
|
|
22059
22312
|
"US-GA": {
|
|
@@ -23013,6 +23266,17 @@
|
|
|
23013
23266
|
"Other Renewables": 0,
|
|
23014
23267
|
"Solar": 0.0693,
|
|
23015
23268
|
"Wind": 0
|
|
23269
|
+
},
|
|
23270
|
+
"2026-04": {
|
|
23271
|
+
"Bioenergy": 0.0334,
|
|
23272
|
+
"Coal": 0.1737,
|
|
23273
|
+
"Gas": 0.3858,
|
|
23274
|
+
"Hydro": 0.0117,
|
|
23275
|
+
"Nuclear": 0.3259,
|
|
23276
|
+
"Other Fossil": 0.0002,
|
|
23277
|
+
"Other Renewables": 0,
|
|
23278
|
+
"Solar": 0.0693,
|
|
23279
|
+
"Wind": 0
|
|
23016
23280
|
}
|
|
23017
23281
|
},
|
|
23018
23282
|
"US-HI": {
|
|
@@ -23972,6 +24236,17 @@
|
|
|
23972
24236
|
"Other Renewables": 0.0323,
|
|
23973
24237
|
"Solar": 0.0912,
|
|
23974
24238
|
"Wind": 0.0624
|
|
24239
|
+
},
|
|
24240
|
+
"2026-04": {
|
|
24241
|
+
"Bioenergy": 0.0127,
|
|
24242
|
+
"Coal": 0,
|
|
24243
|
+
"Gas": 0,
|
|
24244
|
+
"Hydro": 0,
|
|
24245
|
+
"Nuclear": 0,
|
|
24246
|
+
"Other Fossil": 0.8014,
|
|
24247
|
+
"Other Renewables": 0.0323,
|
|
24248
|
+
"Solar": 0.0912,
|
|
24249
|
+
"Wind": 0.0624
|
|
23975
24250
|
}
|
|
23976
24251
|
},
|
|
23977
24252
|
"US-IA": {
|
|
@@ -24931,6 +25206,17 @@
|
|
|
24931
25206
|
"Other Renewables": 0,
|
|
24932
25207
|
"Solar": 0.0139,
|
|
24933
25208
|
"Wind": 0.6061
|
|
25209
|
+
},
|
|
25210
|
+
"2026-04": {
|
|
25211
|
+
"Bioenergy": 0.0022,
|
|
25212
|
+
"Coal": 0.2651,
|
|
25213
|
+
"Gas": 0.0945,
|
|
25214
|
+
"Hydro": 0.0172,
|
|
25215
|
+
"Nuclear": 0,
|
|
25216
|
+
"Other Fossil": 0.001,
|
|
25217
|
+
"Other Renewables": 0,
|
|
25218
|
+
"Solar": 0.0139,
|
|
25219
|
+
"Wind": 0.6061
|
|
24934
25220
|
}
|
|
24935
25221
|
},
|
|
24936
25222
|
"US-ID": {
|
|
@@ -25890,6 +26176,17 @@
|
|
|
25890
26176
|
"Other Renewables": 0.0036,
|
|
25891
26177
|
"Solar": 0.044,
|
|
25892
26178
|
"Wind": 0.1422
|
|
26179
|
+
},
|
|
26180
|
+
"2026-04": {
|
|
26181
|
+
"Bioenergy": 0.0201,
|
|
26182
|
+
"Coal": 0,
|
|
26183
|
+
"Gas": 0.2456,
|
|
26184
|
+
"Hydro": 0.5425,
|
|
26185
|
+
"Nuclear": 0,
|
|
26186
|
+
"Other Fossil": 0.002,
|
|
26187
|
+
"Other Renewables": 0.0036,
|
|
26188
|
+
"Solar": 0.044,
|
|
26189
|
+
"Wind": 0.1422
|
|
25893
26190
|
}
|
|
25894
26191
|
},
|
|
25895
26192
|
"US-IL": {
|
|
@@ -26849,6 +27146,17 @@
|
|
|
26849
27146
|
"Other Renewables": 0,
|
|
26850
27147
|
"Solar": 0.0376,
|
|
26851
27148
|
"Wind": 0.1567
|
|
27149
|
+
},
|
|
27150
|
+
"2026-04": {
|
|
27151
|
+
"Bioenergy": 0.0014,
|
|
27152
|
+
"Coal": 0.1462,
|
|
27153
|
+
"Gas": 0.1608,
|
|
27154
|
+
"Hydro": 0.0005,
|
|
27155
|
+
"Nuclear": 0.4956,
|
|
27156
|
+
"Other Fossil": 0.0013,
|
|
27157
|
+
"Other Renewables": 0,
|
|
27158
|
+
"Solar": 0.0376,
|
|
27159
|
+
"Wind": 0.1567
|
|
26852
27160
|
}
|
|
26853
27161
|
},
|
|
26854
27162
|
"US-IN": {
|
|
@@ -27808,6 +28116,17 @@
|
|
|
27808
28116
|
"Other Renewables": 0,
|
|
27809
28117
|
"Solar": 0.0592,
|
|
27810
28118
|
"Wind": 0.0959
|
|
28119
|
+
},
|
|
28120
|
+
"2026-04": {
|
|
28121
|
+
"Bioenergy": 0.0014,
|
|
28122
|
+
"Coal": 0.4502,
|
|
28123
|
+
"Gas": 0.3882,
|
|
28124
|
+
"Hydro": 0.0025,
|
|
28125
|
+
"Nuclear": 0,
|
|
28126
|
+
"Other Fossil": 0.0026,
|
|
28127
|
+
"Other Renewables": 0,
|
|
28128
|
+
"Solar": 0.0592,
|
|
28129
|
+
"Wind": 0.0959
|
|
27811
28130
|
}
|
|
27812
28131
|
},
|
|
27813
28132
|
"US-KS": {
|
|
@@ -28767,6 +29086,17 @@
|
|
|
28767
29086
|
"Other Renewables": 0,
|
|
28768
29087
|
"Solar": 0.0094,
|
|
28769
29088
|
"Wind": 0.5266
|
|
29089
|
+
},
|
|
29090
|
+
"2026-04": {
|
|
29091
|
+
"Bioenergy": 0.0009,
|
|
29092
|
+
"Coal": 0.2498,
|
|
29093
|
+
"Gas": 0.0366,
|
|
29094
|
+
"Hydro": 0.0003,
|
|
29095
|
+
"Nuclear": 0.1763,
|
|
29096
|
+
"Other Fossil": 0.0001,
|
|
29097
|
+
"Other Renewables": 0,
|
|
29098
|
+
"Solar": 0.0094,
|
|
29099
|
+
"Wind": 0.5266
|
|
28770
29100
|
}
|
|
28771
29101
|
},
|
|
28772
29102
|
"US-KY": {
|
|
@@ -29726,6 +30056,17 @@
|
|
|
29726
30056
|
"Other Renewables": 0,
|
|
29727
30057
|
"Solar": 0.023,
|
|
29728
30058
|
"Wind": 0
|
|
30059
|
+
},
|
|
30060
|
+
"2026-04": {
|
|
30061
|
+
"Bioenergy": 0.0049,
|
|
30062
|
+
"Coal": 0.6433,
|
|
30063
|
+
"Gas": 0.2763,
|
|
30064
|
+
"Hydro": 0.0512,
|
|
30065
|
+
"Nuclear": 0,
|
|
30066
|
+
"Other Fossil": 0.0012,
|
|
30067
|
+
"Other Renewables": 0,
|
|
30068
|
+
"Solar": 0.023,
|
|
30069
|
+
"Wind": 0
|
|
29729
30070
|
}
|
|
29730
30071
|
},
|
|
29731
30072
|
"US-LA": {
|
|
@@ -30685,6 +31026,17 @@
|
|
|
30685
31026
|
"Other Renewables": 0,
|
|
30686
31027
|
"Solar": 0.0236,
|
|
30687
31028
|
"Wind": 0
|
|
31029
|
+
},
|
|
31030
|
+
"2026-04": {
|
|
31031
|
+
"Bioenergy": 0.0204,
|
|
31032
|
+
"Coal": 0.0641,
|
|
31033
|
+
"Gas": 0.6946,
|
|
31034
|
+
"Hydro": 0.0075,
|
|
31035
|
+
"Nuclear": 0.1793,
|
|
31036
|
+
"Other Fossil": 0.0106,
|
|
31037
|
+
"Other Renewables": 0,
|
|
31038
|
+
"Solar": 0.0236,
|
|
31039
|
+
"Wind": 0
|
|
30688
31040
|
}
|
|
30689
31041
|
},
|
|
30690
31042
|
"US-MA": {
|
|
@@ -31644,6 +31996,17 @@
|
|
|
31644
31996
|
"Other Renewables": 0,
|
|
31645
31997
|
"Solar": 0.0957,
|
|
31646
31998
|
"Wind": 0.0068
|
|
31999
|
+
},
|
|
32000
|
+
"2026-04": {
|
|
32001
|
+
"Bioenergy": 0.0374,
|
|
32002
|
+
"Coal": 0,
|
|
32003
|
+
"Gas": 0.6688,
|
|
32004
|
+
"Hydro": 0.0106,
|
|
32005
|
+
"Nuclear": 0,
|
|
32006
|
+
"Other Fossil": 0.1807,
|
|
32007
|
+
"Other Renewables": 0,
|
|
32008
|
+
"Solar": 0.0957,
|
|
32009
|
+
"Wind": 0.0068
|
|
31647
32010
|
}
|
|
31648
32011
|
},
|
|
31649
32012
|
"US-MD": {
|
|
@@ -32603,6 +32966,17 @@
|
|
|
32603
32966
|
"Other Renewables": 0,
|
|
32604
32967
|
"Solar": 0.038,
|
|
32605
32968
|
"Wind": 0.0249
|
|
32969
|
+
},
|
|
32970
|
+
"2026-04": {
|
|
32971
|
+
"Bioenergy": 0.0063,
|
|
32972
|
+
"Coal": 0.1315,
|
|
32973
|
+
"Gas": 0.4189,
|
|
32974
|
+
"Hydro": 0.0282,
|
|
32975
|
+
"Nuclear": 0.3055,
|
|
32976
|
+
"Other Fossil": 0.0468,
|
|
32977
|
+
"Other Renewables": 0,
|
|
32978
|
+
"Solar": 0.038,
|
|
32979
|
+
"Wind": 0.0249
|
|
32606
32980
|
}
|
|
32607
32981
|
},
|
|
32608
32982
|
"US-ME": {
|
|
@@ -33562,6 +33936,17 @@
|
|
|
33562
33936
|
"Other Renewables": 0,
|
|
33563
33937
|
"Solar": 0.0768,
|
|
33564
33938
|
"Wind": 0.2092
|
|
33939
|
+
},
|
|
33940
|
+
"2026-04": {
|
|
33941
|
+
"Bioenergy": 0.1117,
|
|
33942
|
+
"Coal": 0.0024,
|
|
33943
|
+
"Gas": 0.3627,
|
|
33944
|
+
"Hydro": 0.1405,
|
|
33945
|
+
"Nuclear": 0,
|
|
33946
|
+
"Other Fossil": 0.0967,
|
|
33947
|
+
"Other Renewables": 0,
|
|
33948
|
+
"Solar": 0.0768,
|
|
33949
|
+
"Wind": 0.2092
|
|
33565
33950
|
}
|
|
33566
33951
|
},
|
|
33567
33952
|
"US-MI": {
|
|
@@ -34521,6 +34906,17 @@
|
|
|
34521
34906
|
"Other Renewables": 0,
|
|
34522
34907
|
"Solar": 0.023,
|
|
34523
34908
|
"Wind": 0.0823
|
|
34909
|
+
},
|
|
34910
|
+
"2026-04": {
|
|
34911
|
+
"Bioenergy": 0.0178,
|
|
34912
|
+
"Coal": 0.1758,
|
|
34913
|
+
"Gas": 0.4514,
|
|
34914
|
+
"Hydro": 0.0091,
|
|
34915
|
+
"Nuclear": 0.2271,
|
|
34916
|
+
"Other Fossil": 0.0134,
|
|
34917
|
+
"Other Renewables": 0,
|
|
34918
|
+
"Solar": 0.023,
|
|
34919
|
+
"Wind": 0.0823
|
|
34524
34920
|
}
|
|
34525
34921
|
},
|
|
34526
34922
|
"US-MN": {
|
|
@@ -35480,6 +35876,17 @@
|
|
|
35480
35876
|
"Other Renewables": 0,
|
|
35481
35877
|
"Solar": 0.0433,
|
|
35482
35878
|
"Wind": 0.2721
|
|
35879
|
+
},
|
|
35880
|
+
"2026-04": {
|
|
35881
|
+
"Bioenergy": 0.0183,
|
|
35882
|
+
"Coal": 0.2307,
|
|
35883
|
+
"Gas": 0.1973,
|
|
35884
|
+
"Hydro": 0.0202,
|
|
35885
|
+
"Nuclear": 0.2129,
|
|
35886
|
+
"Other Fossil": 0.0051,
|
|
35887
|
+
"Other Renewables": 0,
|
|
35888
|
+
"Solar": 0.0433,
|
|
35889
|
+
"Wind": 0.2721
|
|
35483
35890
|
}
|
|
35484
35891
|
},
|
|
35485
35892
|
"US-MO": {
|
|
@@ -36439,6 +36846,17 @@
|
|
|
36439
36846
|
"Other Renewables": 0,
|
|
36440
36847
|
"Solar": 0.0376,
|
|
36441
36848
|
"Wind": 0.1174
|
|
36849
|
+
},
|
|
36850
|
+
"2026-04": {
|
|
36851
|
+
"Bioenergy": 0.0013,
|
|
36852
|
+
"Coal": 0.5582,
|
|
36853
|
+
"Gas": 0.1088,
|
|
36854
|
+
"Hydro": 0.0105,
|
|
36855
|
+
"Nuclear": 0.1526,
|
|
36856
|
+
"Other Fossil": 0.0135,
|
|
36857
|
+
"Other Renewables": 0,
|
|
36858
|
+
"Solar": 0.0376,
|
|
36859
|
+
"Wind": 0.1174
|
|
36442
36860
|
}
|
|
36443
36861
|
},
|
|
36444
36862
|
"US-MS": {
|
|
@@ -37398,6 +37816,17 @@
|
|
|
37398
37816
|
"Other Renewables": 0,
|
|
37399
37817
|
"Solar": 0.0419,
|
|
37400
37818
|
"Wind": 0.0103
|
|
37819
|
+
},
|
|
37820
|
+
"2026-04": {
|
|
37821
|
+
"Bioenergy": 0.0188,
|
|
37822
|
+
"Coal": 0.0349,
|
|
37823
|
+
"Gas": 0.8287,
|
|
37824
|
+
"Hydro": 0,
|
|
37825
|
+
"Nuclear": 0.0655,
|
|
37826
|
+
"Other Fossil": 0,
|
|
37827
|
+
"Other Renewables": 0,
|
|
37828
|
+
"Solar": 0.0419,
|
|
37829
|
+
"Wind": 0.0103
|
|
37401
37830
|
}
|
|
37402
37831
|
},
|
|
37403
37832
|
"US-MT": {
|
|
@@ -38357,6 +38786,17 @@
|
|
|
38357
38786
|
"Other Renewables": 0,
|
|
38358
38787
|
"Solar": 0.0071,
|
|
38359
38788
|
"Wind": 0.2612
|
|
38789
|
+
},
|
|
38790
|
+
"2026-04": {
|
|
38791
|
+
"Bioenergy": 0.0012,
|
|
38792
|
+
"Coal": 0.2387,
|
|
38793
|
+
"Gas": 0.0369,
|
|
38794
|
+
"Hydro": 0.4288,
|
|
38795
|
+
"Nuclear": 0,
|
|
38796
|
+
"Other Fossil": 0.026,
|
|
38797
|
+
"Other Renewables": 0,
|
|
38798
|
+
"Solar": 0.0071,
|
|
38799
|
+
"Wind": 0.2612
|
|
38360
38800
|
}
|
|
38361
38801
|
},
|
|
38362
38802
|
"US-NC": {
|
|
@@ -39316,6 +39756,17 @@
|
|
|
39316
39756
|
"Other Renewables": 0,
|
|
39317
39757
|
"Solar": 0.0703,
|
|
39318
39758
|
"Wind": 0.008
|
|
39759
|
+
},
|
|
39760
|
+
"2026-04": {
|
|
39761
|
+
"Bioenergy": 0.0106,
|
|
39762
|
+
"Coal": 0.1369,
|
|
39763
|
+
"Gas": 0.4361,
|
|
39764
|
+
"Hydro": 0.0274,
|
|
39765
|
+
"Nuclear": 0.3095,
|
|
39766
|
+
"Other Fossil": 0.0012,
|
|
39767
|
+
"Other Renewables": 0,
|
|
39768
|
+
"Solar": 0.0703,
|
|
39769
|
+
"Wind": 0.008
|
|
39319
39770
|
}
|
|
39320
39771
|
},
|
|
39321
39772
|
"US-ND": {
|
|
@@ -40275,6 +40726,17 @@
|
|
|
40275
40726
|
"Other Renewables": 0,
|
|
40276
40727
|
"Solar": 0,
|
|
40277
40728
|
"Wind": 0.3643
|
|
40729
|
+
},
|
|
40730
|
+
"2026-04": {
|
|
40731
|
+
"Bioenergy": 0,
|
|
40732
|
+
"Coal": 0.5275,
|
|
40733
|
+
"Gas": 0.0446,
|
|
40734
|
+
"Hydro": 0.063,
|
|
40735
|
+
"Nuclear": 0,
|
|
40736
|
+
"Other Fossil": 0.0006,
|
|
40737
|
+
"Other Renewables": 0,
|
|
40738
|
+
"Solar": 0,
|
|
40739
|
+
"Wind": 0.3643
|
|
40278
40740
|
}
|
|
40279
40741
|
},
|
|
40280
40742
|
"US-NE": {
|
|
@@ -41234,6 +41696,17 @@
|
|
|
41234
41696
|
"Other Renewables": 0,
|
|
41235
41697
|
"Solar": 0.0058,
|
|
41236
41698
|
"Wind": 0.3037
|
|
41699
|
+
},
|
|
41700
|
+
"2026-04": {
|
|
41701
|
+
"Bioenergy": 0.0007,
|
|
41702
|
+
"Coal": 0.4788,
|
|
41703
|
+
"Gas": 0,
|
|
41704
|
+
"Hydro": 0.0422,
|
|
41705
|
+
"Nuclear": 0.1688,
|
|
41706
|
+
"Other Fossil": 0,
|
|
41707
|
+
"Other Renewables": 0,
|
|
41708
|
+
"Solar": 0.0058,
|
|
41709
|
+
"Wind": 0.3037
|
|
41237
41710
|
}
|
|
41238
41711
|
},
|
|
41239
41712
|
"US-NH": {
|
|
@@ -42193,6 +42666,17 @@
|
|
|
42193
42666
|
"Other Renewables": 0,
|
|
42194
42667
|
"Solar": 0,
|
|
42195
42668
|
"Wind": 0.0262
|
|
42669
|
+
},
|
|
42670
|
+
"2026-04": {
|
|
42671
|
+
"Bioenergy": 0.0471,
|
|
42672
|
+
"Coal": 0,
|
|
42673
|
+
"Gas": 0.2693,
|
|
42674
|
+
"Hydro": 0.0597,
|
|
42675
|
+
"Nuclear": 0.5464,
|
|
42676
|
+
"Other Fossil": 0.0513,
|
|
42677
|
+
"Other Renewables": 0,
|
|
42678
|
+
"Solar": 0,
|
|
42679
|
+
"Wind": 0.0262
|
|
42196
42680
|
}
|
|
42197
42681
|
},
|
|
42198
42682
|
"US-NJ": {
|
|
@@ -43152,6 +43636,17 @@
|
|
|
43152
43636
|
"Other Renewables": 0,
|
|
43153
43637
|
"Solar": 0.0258,
|
|
43154
43638
|
"Wind": 0.0003
|
|
43639
|
+
},
|
|
43640
|
+
"2026-04": {
|
|
43641
|
+
"Bioenergy": 0.0082,
|
|
43642
|
+
"Coal": 0,
|
|
43643
|
+
"Gas": 0.5093,
|
|
43644
|
+
"Hydro": 0,
|
|
43645
|
+
"Nuclear": 0.4347,
|
|
43646
|
+
"Other Fossil": 0.0217,
|
|
43647
|
+
"Other Renewables": 0,
|
|
43648
|
+
"Solar": 0.0258,
|
|
43649
|
+
"Wind": 0.0003
|
|
43155
43650
|
}
|
|
43156
43651
|
},
|
|
43157
43652
|
"US-NM": {
|
|
@@ -44111,6 +44606,17 @@
|
|
|
44111
44606
|
"Other Renewables": 0.0022,
|
|
44112
44607
|
"Solar": 0.1606,
|
|
44113
44608
|
"Wind": 0.4176
|
|
44609
|
+
},
|
|
44610
|
+
"2026-04": {
|
|
44611
|
+
"Bioenergy": 0.0003,
|
|
44612
|
+
"Coal": 0.203,
|
|
44613
|
+
"Gas": 0.2163,
|
|
44614
|
+
"Hydro": 0,
|
|
44615
|
+
"Nuclear": 0,
|
|
44616
|
+
"Other Fossil": 0,
|
|
44617
|
+
"Other Renewables": 0.0022,
|
|
44618
|
+
"Solar": 0.1606,
|
|
44619
|
+
"Wind": 0.4176
|
|
44114
44620
|
}
|
|
44115
44621
|
},
|
|
44116
44622
|
"US-NV": {
|
|
@@ -45070,6 +45576,17 @@
|
|
|
45070
45576
|
"Other Renewables": 0.1091,
|
|
45071
45577
|
"Solar": 0.2791,
|
|
45072
45578
|
"Wind": 0.0088
|
|
45579
|
+
},
|
|
45580
|
+
"2026-04": {
|
|
45581
|
+
"Bioenergy": 0.0013,
|
|
45582
|
+
"Coal": 0.0358,
|
|
45583
|
+
"Gas": 0.5495,
|
|
45584
|
+
"Hydro": 0.0163,
|
|
45585
|
+
"Nuclear": 0,
|
|
45586
|
+
"Other Fossil": 0,
|
|
45587
|
+
"Other Renewables": 0.1091,
|
|
45588
|
+
"Solar": 0.2791,
|
|
45589
|
+
"Wind": 0.0088
|
|
45073
45590
|
}
|
|
45074
45591
|
},
|
|
45075
45592
|
"US-NY": {
|
|
@@ -46029,6 +46546,17 @@
|
|
|
46029
46546
|
"Other Renewables": 0,
|
|
46030
46547
|
"Solar": 0.0329,
|
|
46031
46548
|
"Wind": 0.0462
|
|
46549
|
+
},
|
|
46550
|
+
"2026-04": {
|
|
46551
|
+
"Bioenergy": 0.0099,
|
|
46552
|
+
"Coal": 0,
|
|
46553
|
+
"Gas": 0.4719,
|
|
46554
|
+
"Hydro": 0.1663,
|
|
46555
|
+
"Nuclear": 0.2062,
|
|
46556
|
+
"Other Fossil": 0.0666,
|
|
46557
|
+
"Other Renewables": 0,
|
|
46558
|
+
"Solar": 0.0329,
|
|
46559
|
+
"Wind": 0.0462
|
|
46032
46560
|
}
|
|
46033
46561
|
},
|
|
46034
46562
|
"US-OH": {
|
|
@@ -46988,6 +47516,17 @@
|
|
|
46988
47516
|
"Other Renewables": 0,
|
|
46989
47517
|
"Solar": 0.0451,
|
|
46990
47518
|
"Wind": 0.0174
|
|
47519
|
+
},
|
|
47520
|
+
"2026-04": {
|
|
47521
|
+
"Bioenergy": 0.0008,
|
|
47522
|
+
"Coal": 0.2444,
|
|
47523
|
+
"Gas": 0.5712,
|
|
47524
|
+
"Hydro": 0.0022,
|
|
47525
|
+
"Nuclear": 0.1112,
|
|
47526
|
+
"Other Fossil": 0.0077,
|
|
47527
|
+
"Other Renewables": 0,
|
|
47528
|
+
"Solar": 0.0451,
|
|
47529
|
+
"Wind": 0.0174
|
|
46991
47530
|
}
|
|
46992
47531
|
},
|
|
46993
47532
|
"US-OK": {
|
|
@@ -47947,6 +48486,17 @@
|
|
|
47947
48486
|
"Other Renewables": 0,
|
|
47948
48487
|
"Solar": 0.015,
|
|
47949
48488
|
"Wind": 0.5292
|
|
48489
|
+
},
|
|
48490
|
+
"2026-04": {
|
|
48491
|
+
"Bioenergy": 0.0035,
|
|
48492
|
+
"Coal": 0.0599,
|
|
48493
|
+
"Gas": 0.3744,
|
|
48494
|
+
"Hydro": 0.0181,
|
|
48495
|
+
"Nuclear": 0,
|
|
48496
|
+
"Other Fossil": 0,
|
|
48497
|
+
"Other Renewables": 0,
|
|
48498
|
+
"Solar": 0.015,
|
|
48499
|
+
"Wind": 0.5292
|
|
47950
48500
|
}
|
|
47951
48501
|
},
|
|
47952
48502
|
"US-OR": {
|
|
@@ -48906,6 +49456,17 @@
|
|
|
48906
49456
|
"Other Renewables": 0.0025,
|
|
48907
49457
|
"Solar": 0.0212,
|
|
48908
49458
|
"Wind": 0.0913
|
|
49459
|
+
},
|
|
49460
|
+
"2026-04": {
|
|
49461
|
+
"Bioenergy": 0.0131,
|
|
49462
|
+
"Coal": 0,
|
|
49463
|
+
"Gas": 0.3268,
|
|
49464
|
+
"Hydro": 0.545,
|
|
49465
|
+
"Nuclear": 0,
|
|
49466
|
+
"Other Fossil": 0,
|
|
49467
|
+
"Other Renewables": 0.0025,
|
|
49468
|
+
"Solar": 0.0212,
|
|
49469
|
+
"Wind": 0.0913
|
|
48909
49470
|
}
|
|
48910
49471
|
},
|
|
48911
49472
|
"US-PA": {
|
|
@@ -49865,6 +50426,17 @@
|
|
|
49865
50426
|
"Other Renewables": 0,
|
|
49866
50427
|
"Solar": 0.006,
|
|
49867
50428
|
"Wind": 0.0144
|
|
50429
|
+
},
|
|
50430
|
+
"2026-04": {
|
|
50431
|
+
"Bioenergy": 0.0053,
|
|
50432
|
+
"Coal": 0.1112,
|
|
50433
|
+
"Gas": 0.557,
|
|
50434
|
+
"Hydro": 0.0044,
|
|
50435
|
+
"Nuclear": 0.2984,
|
|
50436
|
+
"Other Fossil": 0.0032,
|
|
50437
|
+
"Other Renewables": 0,
|
|
50438
|
+
"Solar": 0.006,
|
|
50439
|
+
"Wind": 0.0144
|
|
49868
50440
|
}
|
|
49869
50441
|
},
|
|
49870
50442
|
"US-RI": {
|
|
@@ -50824,6 +51396,17 @@
|
|
|
50824
51396
|
"Other Renewables": 0,
|
|
50825
51397
|
"Solar": 0.0646,
|
|
50826
51398
|
"Wind": 0.0207
|
|
51399
|
+
},
|
|
51400
|
+
"2026-04": {
|
|
51401
|
+
"Bioenergy": 0.0242,
|
|
51402
|
+
"Coal": 0,
|
|
51403
|
+
"Gas": 0.8167,
|
|
51404
|
+
"Hydro": 0,
|
|
51405
|
+
"Nuclear": 0,
|
|
51406
|
+
"Other Fossil": 0.0738,
|
|
51407
|
+
"Other Renewables": 0,
|
|
51408
|
+
"Solar": 0.0646,
|
|
51409
|
+
"Wind": 0.0207
|
|
50827
51410
|
}
|
|
50828
51411
|
},
|
|
50829
51412
|
"US-SC": {
|
|
@@ -51783,6 +52366,17 @@
|
|
|
51783
52366
|
"Other Renewables": 0,
|
|
51784
52367
|
"Solar": 0.0286,
|
|
51785
52368
|
"Wind": 0
|
|
52369
|
+
},
|
|
52370
|
+
"2026-04": {
|
|
52371
|
+
"Bioenergy": 0.0161,
|
|
52372
|
+
"Coal": 0.1817,
|
|
52373
|
+
"Gas": 0.2159,
|
|
52374
|
+
"Hydro": 0.0197,
|
|
52375
|
+
"Nuclear": 0.5328,
|
|
52376
|
+
"Other Fossil": 0.0052,
|
|
52377
|
+
"Other Renewables": 0,
|
|
52378
|
+
"Solar": 0.0286,
|
|
52379
|
+
"Wind": 0
|
|
51786
52380
|
}
|
|
51787
52381
|
},
|
|
51788
52382
|
"US-SD": {
|
|
@@ -52742,6 +53336,17 @@
|
|
|
52742
53336
|
"Other Renewables": 0,
|
|
52743
53337
|
"Solar": 0.0144,
|
|
52744
53338
|
"Wind": 0.5526
|
|
53339
|
+
},
|
|
53340
|
+
"2026-04": {
|
|
53341
|
+
"Bioenergy": 0,
|
|
53342
|
+
"Coal": 0.0834,
|
|
53343
|
+
"Gas": 0.0728,
|
|
53344
|
+
"Hydro": 0.2767,
|
|
53345
|
+
"Nuclear": 0,
|
|
53346
|
+
"Other Fossil": 0,
|
|
53347
|
+
"Other Renewables": 0,
|
|
53348
|
+
"Solar": 0.0144,
|
|
53349
|
+
"Wind": 0.5526
|
|
52745
53350
|
}
|
|
52746
53351
|
},
|
|
52747
53352
|
"US-TN": {
|
|
@@ -53701,6 +54306,17 @@
|
|
|
53701
54306
|
"Other Renewables": 0,
|
|
53702
54307
|
"Solar": 0.0163,
|
|
53703
54308
|
"Wind": 0
|
|
54309
|
+
},
|
|
54310
|
+
"2026-04": {
|
|
54311
|
+
"Bioenergy": 0.006,
|
|
54312
|
+
"Coal": 0.171,
|
|
54313
|
+
"Gas": 0.2326,
|
|
54314
|
+
"Hydro": 0.0858,
|
|
54315
|
+
"Nuclear": 0.4873,
|
|
54316
|
+
"Other Fossil": 0.001,
|
|
54317
|
+
"Other Renewables": 0,
|
|
54318
|
+
"Solar": 0.0163,
|
|
54319
|
+
"Wind": 0
|
|
53704
54320
|
}
|
|
53705
54321
|
},
|
|
53706
54322
|
"US-TX": {
|
|
@@ -54660,6 +55276,17 @@
|
|
|
54660
55276
|
"Other Renewables": 0,
|
|
54661
55277
|
"Solar": 0.1127,
|
|
54662
55278
|
"Wind": 0.2632
|
|
55279
|
+
},
|
|
55280
|
+
"2026-04": {
|
|
55281
|
+
"Bioenergy": 0.0021,
|
|
55282
|
+
"Coal": 0.1113,
|
|
55283
|
+
"Gas": 0.427,
|
|
55284
|
+
"Hydro": 0.0019,
|
|
55285
|
+
"Nuclear": 0.0818,
|
|
55286
|
+
"Other Fossil": 0,
|
|
55287
|
+
"Other Renewables": 0,
|
|
55288
|
+
"Solar": 0.1127,
|
|
55289
|
+
"Wind": 0.2632
|
|
54663
55290
|
}
|
|
54664
55291
|
},
|
|
54665
55292
|
"US-UT": {
|
|
@@ -55619,6 +56246,17 @@
|
|
|
55619
56246
|
"Other Renewables": 0.0123,
|
|
55620
56247
|
"Solar": 0.1317,
|
|
55621
56248
|
"Wind": 0.0184
|
|
56249
|
+
},
|
|
56250
|
+
"2026-04": {
|
|
56251
|
+
"Bioenergy": 0.0016,
|
|
56252
|
+
"Coal": 0.3855,
|
|
56253
|
+
"Gas": 0.4189,
|
|
56254
|
+
"Hydro": 0.0277,
|
|
56255
|
+
"Nuclear": 0,
|
|
56256
|
+
"Other Fossil": 0.0039,
|
|
56257
|
+
"Other Renewables": 0.0123,
|
|
56258
|
+
"Solar": 0.1317,
|
|
56259
|
+
"Wind": 0.0184
|
|
55622
56260
|
}
|
|
55623
56261
|
},
|
|
55624
56262
|
"US-VA": {
|
|
@@ -56578,6 +57216,17 @@
|
|
|
56578
57216
|
"Other Renewables": 0,
|
|
56579
57217
|
"Solar": 0.0594,
|
|
56580
57218
|
"Wind": 0.0006
|
|
57219
|
+
},
|
|
57220
|
+
"2026-04": {
|
|
57221
|
+
"Bioenergy": 0.0319,
|
|
57222
|
+
"Coal": 0.0465,
|
|
57223
|
+
"Gas": 0.5715,
|
|
57224
|
+
"Hydro": 0,
|
|
57225
|
+
"Nuclear": 0.2688,
|
|
57226
|
+
"Other Fossil": 0.0214,
|
|
57227
|
+
"Other Renewables": 0,
|
|
57228
|
+
"Solar": 0.0594,
|
|
57229
|
+
"Wind": 0.0006
|
|
56581
57230
|
}
|
|
56582
57231
|
},
|
|
56583
57232
|
"US-VT": {
|
|
@@ -57537,6 +58186,17 @@
|
|
|
57537
58186
|
"Other Renewables": 0,
|
|
57538
58187
|
"Solar": 0.0714,
|
|
57539
58188
|
"Wind": 0.1629
|
|
58189
|
+
},
|
|
58190
|
+
"2026-04": {
|
|
58191
|
+
"Bioenergy": 0.2525,
|
|
58192
|
+
"Coal": 0,
|
|
58193
|
+
"Gas": 0.0009,
|
|
58194
|
+
"Hydro": 0.5123,
|
|
58195
|
+
"Nuclear": 0,
|
|
58196
|
+
"Other Fossil": 0,
|
|
58197
|
+
"Other Renewables": 0,
|
|
58198
|
+
"Solar": 0.0714,
|
|
58199
|
+
"Wind": 0.1629
|
|
57540
58200
|
}
|
|
57541
58201
|
},
|
|
57542
58202
|
"US-WA": {
|
|
@@ -58496,6 +59156,17 @@
|
|
|
58496
59156
|
"Other Renewables": 0,
|
|
58497
59157
|
"Solar": 0.0026,
|
|
58498
59158
|
"Wind": 0.0685
|
|
59159
|
+
},
|
|
59160
|
+
"2026-04": {
|
|
59161
|
+
"Bioenergy": 0.0097,
|
|
59162
|
+
"Coal": 0.0002,
|
|
59163
|
+
"Gas": 0.0855,
|
|
59164
|
+
"Hydro": 0.768,
|
|
59165
|
+
"Nuclear": 0.065,
|
|
59166
|
+
"Other Fossil": 0.0006,
|
|
59167
|
+
"Other Renewables": 0,
|
|
59168
|
+
"Solar": 0.0026,
|
|
59169
|
+
"Wind": 0.0685
|
|
58499
59170
|
}
|
|
58500
59171
|
},
|
|
58501
59172
|
"US-WI": {
|
|
@@ -59455,6 +60126,17 @@
|
|
|
59455
60126
|
"Other Renewables": 0,
|
|
59456
60127
|
"Solar": 0.0529,
|
|
59457
60128
|
"Wind": 0.0325
|
|
60129
|
+
},
|
|
60130
|
+
"2026-04": {
|
|
60131
|
+
"Bioenergy": 0.0201,
|
|
60132
|
+
"Coal": 0.3772,
|
|
60133
|
+
"Gas": 0.314,
|
|
60134
|
+
"Hydro": 0.0449,
|
|
60135
|
+
"Nuclear": 0.158,
|
|
60136
|
+
"Other Fossil": 0.0004,
|
|
60137
|
+
"Other Renewables": 0,
|
|
60138
|
+
"Solar": 0.0529,
|
|
60139
|
+
"Wind": 0.0325
|
|
59458
60140
|
}
|
|
59459
60141
|
},
|
|
59460
60142
|
"US-WV": {
|
|
@@ -60414,6 +61096,17 @@
|
|
|
60414
61096
|
"Other Renewables": 0,
|
|
60415
61097
|
"Solar": 0.0043,
|
|
60416
61098
|
"Wind": 0.0358
|
|
61099
|
+
},
|
|
61100
|
+
"2026-04": {
|
|
61101
|
+
"Bioenergy": 0,
|
|
61102
|
+
"Coal": 0.8818,
|
|
61103
|
+
"Gas": 0.0545,
|
|
61104
|
+
"Hydro": 0.0209,
|
|
61105
|
+
"Nuclear": 0,
|
|
61106
|
+
"Other Fossil": 0.0028,
|
|
61107
|
+
"Other Renewables": 0,
|
|
61108
|
+
"Solar": 0.0043,
|
|
61109
|
+
"Wind": 0.0358
|
|
60417
61110
|
}
|
|
60418
61111
|
},
|
|
60419
61112
|
"US-WY": {
|
|
@@ -61373,6 +62066,17 @@
|
|
|
61373
62066
|
"Other Renewables": 0,
|
|
61374
62067
|
"Solar": 0.0088,
|
|
61375
62068
|
"Wind": 0.3914
|
|
62069
|
+
},
|
|
62070
|
+
"2026-04": {
|
|
62071
|
+
"Bioenergy": 0,
|
|
62072
|
+
"Coal": 0.4706,
|
|
62073
|
+
"Gas": 0.0919,
|
|
62074
|
+
"Hydro": 0.0338,
|
|
62075
|
+
"Nuclear": 0,
|
|
62076
|
+
"Other Fossil": 0.0036,
|
|
62077
|
+
"Other Renewables": 0,
|
|
62078
|
+
"Solar": 0.0088,
|
|
62079
|
+
"Wind": 0.3914
|
|
61376
62080
|
}
|
|
61377
62081
|
}
|
|
61378
62082
|
}
|