@digital4better/data 1.3.37 → 1.3.39
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/README.md +113 -89
- package/data/ai/models.csv +228 -0
- package/data/ai/models.json +8078 -0
- 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 +53 -53
- package/data/factor/country-yearly-green.json +453 -453
- package/data/factor/country-yearly.csv +55 -55
- package/data/factor/country-yearly.json +454 -454
- 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 +13 -13
- package/data/factor/subdivision-yearly-green.json +117 -117
- package/data/factor/subdivision-yearly.csv +13 -13
- package/data/factor/subdivision-yearly.json +117 -117
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +5 -5
- package/data/mix/continent-yearly-green.json +18 -18
- package/data/mix/continent-yearly.csv +5 -5
- package/data/mix/continent-yearly.json +34 -34
- 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 +50 -50
- package/data/mix/country-yearly-green.json +180 -180
- package/data/mix/country-yearly.csv +50 -50
- package/data/mix/country-yearly.json +358 -358
- package/data/mix/subdivision-monthly-green.csv +88 -24
- package/data/mix/subdivision-monthly-green.json +470 -86
- package/data/mix/subdivision-monthly.csv +88 -24
- package/data/mix/subdivision-monthly.json +866 -162
- package/data/mix/subdivision-yearly-green.csv +12 -12
- package/data/mix/subdivision-yearly-green.json +43 -43
- package/data/mix/subdivision-yearly.csv +12 -12
- package/data/mix/subdivision-yearly.json +81 -81
- 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
|
@@ -925,26 +925,37 @@
|
|
|
925
925
|
"Wind": 0.2012
|
|
926
926
|
},
|
|
927
927
|
"2026-01": {
|
|
928
|
-
"Bioenergy": 0.
|
|
929
|
-
"Coal": 0.
|
|
930
|
-
"Gas": 0.
|
|
931
|
-
"Hydro": 0.
|
|
928
|
+
"Bioenergy": 0.0583,
|
|
929
|
+
"Coal": 0.1294,
|
|
930
|
+
"Gas": 0.5296,
|
|
931
|
+
"Hydro": 0.0166,
|
|
932
932
|
"Nuclear": 0,
|
|
933
|
-
"Other Fossil": 0.
|
|
934
|
-
"Other Renewables": 0.
|
|
935
|
-
"Solar": 0.
|
|
936
|
-
"Wind": 0.
|
|
933
|
+
"Other Fossil": 0.0281,
|
|
934
|
+
"Other Renewables": 0.0018,
|
|
935
|
+
"Solar": 0.0149,
|
|
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.0583,
|
|
940
|
+
"Coal": 0.1294,
|
|
941
|
+
"Gas": 0.5296,
|
|
942
|
+
"Hydro": 0.0166,
|
|
943
943
|
"Nuclear": 0,
|
|
944
|
-
"Other Fossil": 0.
|
|
945
|
-
"Other Renewables": 0.
|
|
946
|
-
"Solar": 0.
|
|
947
|
-
"Wind": 0.
|
|
944
|
+
"Other Fossil": 0.0281,
|
|
945
|
+
"Other Renewables": 0.0018,
|
|
946
|
+
"Solar": 0.0149,
|
|
947
|
+
"Wind": 0.2213
|
|
948
|
+
},
|
|
949
|
+
"2026-03": {
|
|
950
|
+
"Bioenergy": 0.0583,
|
|
951
|
+
"Coal": 0.1294,
|
|
952
|
+
"Gas": 0.5296,
|
|
953
|
+
"Hydro": 0.0166,
|
|
954
|
+
"Nuclear": 0,
|
|
955
|
+
"Other Fossil": 0.0281,
|
|
956
|
+
"Other Renewables": 0.0018,
|
|
957
|
+
"Solar": 0.0149,
|
|
958
|
+
"Wind": 0.2213
|
|
948
959
|
}
|
|
949
960
|
},
|
|
950
961
|
"CA-BC": {
|
|
@@ -1873,26 +1884,37 @@
|
|
|
1873
1884
|
"Wind": 0.0198
|
|
1874
1885
|
},
|
|
1875
1886
|
"2026-01": {
|
|
1876
|
-
"Bioenergy": 0.
|
|
1877
|
-
"Coal": 0.
|
|
1878
|
-
"Gas": 0.
|
|
1879
|
-
"Hydro": 0.
|
|
1887
|
+
"Bioenergy": 0.006,
|
|
1888
|
+
"Coal": 0.0133,
|
|
1889
|
+
"Gas": 0.0545,
|
|
1890
|
+
"Hydro": 0.8935,
|
|
1880
1891
|
"Nuclear": 0,
|
|
1881
|
-
"Other Fossil": 0.
|
|
1892
|
+
"Other Fossil": 0.0029,
|
|
1882
1893
|
"Other Renewables": 0.0002,
|
|
1883
|
-
"Solar": 0.
|
|
1884
|
-
"Wind": 0.
|
|
1894
|
+
"Solar": 0.0002,
|
|
1895
|
+
"Wind": 0.0294
|
|
1885
1896
|
},
|
|
1886
1897
|
"2026-02": {
|
|
1887
|
-
"Bioenergy": 0.
|
|
1888
|
-
"Coal": 0.
|
|
1889
|
-
"Gas": 0.
|
|
1890
|
-
"Hydro": 0.
|
|
1898
|
+
"Bioenergy": 0.006,
|
|
1899
|
+
"Coal": 0.0133,
|
|
1900
|
+
"Gas": 0.0545,
|
|
1901
|
+
"Hydro": 0.8935,
|
|
1891
1902
|
"Nuclear": 0,
|
|
1892
|
-
"Other Fossil": 0.
|
|
1903
|
+
"Other Fossil": 0.0029,
|
|
1893
1904
|
"Other Renewables": 0.0002,
|
|
1894
|
-
"Solar": 0.
|
|
1895
|
-
"Wind": 0.
|
|
1905
|
+
"Solar": 0.0002,
|
|
1906
|
+
"Wind": 0.0294
|
|
1907
|
+
},
|
|
1908
|
+
"2026-03": {
|
|
1909
|
+
"Bioenergy": 0.006,
|
|
1910
|
+
"Coal": 0.0133,
|
|
1911
|
+
"Gas": 0.0545,
|
|
1912
|
+
"Hydro": 0.8935,
|
|
1913
|
+
"Nuclear": 0,
|
|
1914
|
+
"Other Fossil": 0.0029,
|
|
1915
|
+
"Other Renewables": 0.0002,
|
|
1916
|
+
"Solar": 0.0002,
|
|
1917
|
+
"Wind": 0.0294
|
|
1896
1918
|
}
|
|
1897
1919
|
},
|
|
1898
1920
|
"CA-MB": {
|
|
@@ -2821,26 +2843,37 @@
|
|
|
2821
2843
|
"Wind": 0.0395
|
|
2822
2844
|
},
|
|
2823
2845
|
"2026-01": {
|
|
2824
|
-
"Bioenergy": 0.
|
|
2825
|
-
"Coal": 0.
|
|
2826
|
-
"Gas": 0.
|
|
2827
|
-
"Hydro": 0.
|
|
2846
|
+
"Bioenergy": 0.0003,
|
|
2847
|
+
"Coal": 0.0006,
|
|
2848
|
+
"Gas": 0.0025,
|
|
2849
|
+
"Hydro": 0.9622,
|
|
2828
2850
|
"Nuclear": 0,
|
|
2829
2851
|
"Other Fossil": 0.0001,
|
|
2830
2852
|
"Other Renewables": 0,
|
|
2831
|
-
"Solar": 0,
|
|
2832
|
-
"Wind": 0.
|
|
2853
|
+
"Solar": 0.0001,
|
|
2854
|
+
"Wind": 0.0342
|
|
2833
2855
|
},
|
|
2834
2856
|
"2026-02": {
|
|
2835
|
-
"Bioenergy": 0.
|
|
2836
|
-
"Coal": 0.
|
|
2837
|
-
"Gas": 0.
|
|
2838
|
-
"Hydro": 0.
|
|
2857
|
+
"Bioenergy": 0.0003,
|
|
2858
|
+
"Coal": 0.0006,
|
|
2859
|
+
"Gas": 0.0025,
|
|
2860
|
+
"Hydro": 0.9622,
|
|
2839
2861
|
"Nuclear": 0,
|
|
2840
2862
|
"Other Fossil": 0.0001,
|
|
2841
2863
|
"Other Renewables": 0,
|
|
2842
|
-
"Solar": 0,
|
|
2843
|
-
"Wind": 0.
|
|
2864
|
+
"Solar": 0.0001,
|
|
2865
|
+
"Wind": 0.0342
|
|
2866
|
+
},
|
|
2867
|
+
"2026-03": {
|
|
2868
|
+
"Bioenergy": 0.0003,
|
|
2869
|
+
"Coal": 0.0006,
|
|
2870
|
+
"Gas": 0.0025,
|
|
2871
|
+
"Hydro": 0.9622,
|
|
2872
|
+
"Nuclear": 0,
|
|
2873
|
+
"Other Fossil": 0.0001,
|
|
2874
|
+
"Other Renewables": 0,
|
|
2875
|
+
"Solar": 0.0001,
|
|
2876
|
+
"Wind": 0.0342
|
|
2844
2877
|
}
|
|
2845
2878
|
},
|
|
2846
2879
|
"CA-NB": {
|
|
@@ -3769,26 +3802,37 @@
|
|
|
3769
3802
|
"Wind": 0.1071
|
|
3770
3803
|
},
|
|
3771
3804
|
"2026-01": {
|
|
3772
|
-
"Bioenergy": 0.
|
|
3773
|
-
"Coal": 0.
|
|
3774
|
-
"Gas": 0.
|
|
3775
|
-
"Hydro": 0.
|
|
3776
|
-
"Nuclear": 0.
|
|
3777
|
-
"Other Fossil": 0.
|
|
3778
|
-
"Other Renewables": 0.
|
|
3779
|
-
"Solar": 0,
|
|
3780
|
-
"Wind": 0.
|
|
3805
|
+
"Bioenergy": 0.0435,
|
|
3806
|
+
"Coal": 0.0966,
|
|
3807
|
+
"Gas": 0.3955,
|
|
3808
|
+
"Hydro": 0.0885,
|
|
3809
|
+
"Nuclear": 0.2857,
|
|
3810
|
+
"Other Fossil": 0.021,
|
|
3811
|
+
"Other Renewables": 0.0014,
|
|
3812
|
+
"Solar": 0.0001,
|
|
3813
|
+
"Wind": 0.0679
|
|
3781
3814
|
},
|
|
3782
3815
|
"2026-02": {
|
|
3783
|
-
"Bioenergy": 0.
|
|
3784
|
-
"Coal": 0.
|
|
3785
|
-
"Gas": 0.
|
|
3786
|
-
"Hydro": 0.
|
|
3787
|
-
"Nuclear": 0.
|
|
3788
|
-
"Other Fossil": 0.
|
|
3789
|
-
"Other Renewables": 0.
|
|
3790
|
-
"Solar": 0,
|
|
3791
|
-
"Wind": 0.
|
|
3816
|
+
"Bioenergy": 0.0435,
|
|
3817
|
+
"Coal": 0.0966,
|
|
3818
|
+
"Gas": 0.3955,
|
|
3819
|
+
"Hydro": 0.0885,
|
|
3820
|
+
"Nuclear": 0.2857,
|
|
3821
|
+
"Other Fossil": 0.021,
|
|
3822
|
+
"Other Renewables": 0.0014,
|
|
3823
|
+
"Solar": 0.0001,
|
|
3824
|
+
"Wind": 0.0679
|
|
3825
|
+
},
|
|
3826
|
+
"2026-03": {
|
|
3827
|
+
"Bioenergy": 0.0435,
|
|
3828
|
+
"Coal": 0.0966,
|
|
3829
|
+
"Gas": 0.3955,
|
|
3830
|
+
"Hydro": 0.0885,
|
|
3831
|
+
"Nuclear": 0.2857,
|
|
3832
|
+
"Other Fossil": 0.021,
|
|
3833
|
+
"Other Renewables": 0.0014,
|
|
3834
|
+
"Solar": 0.0001,
|
|
3835
|
+
"Wind": 0.0679
|
|
3792
3836
|
}
|
|
3793
3837
|
},
|
|
3794
3838
|
"CA-NL": {
|
|
@@ -4717,26 +4761,37 @@
|
|
|
4717
4761
|
"Wind": 0.0044
|
|
4718
4762
|
},
|
|
4719
4763
|
"2026-01": {
|
|
4720
|
-
"Bioenergy": 0.
|
|
4721
|
-
"Coal": 0.
|
|
4722
|
-
"Gas": 0.
|
|
4723
|
-
"Hydro": 0.
|
|
4764
|
+
"Bioenergy": 0.0026,
|
|
4765
|
+
"Coal": 0.0058,
|
|
4766
|
+
"Gas": 0.0236,
|
|
4767
|
+
"Hydro": 0.9625,
|
|
4724
4768
|
"Nuclear": 0,
|
|
4725
|
-
"Other Fossil": 0.
|
|
4769
|
+
"Other Fossil": 0.0013,
|
|
4726
4770
|
"Other Renewables": 0.0001,
|
|
4727
4771
|
"Solar": 0,
|
|
4728
|
-
"Wind": 0.
|
|
4772
|
+
"Wind": 0.0042
|
|
4729
4773
|
},
|
|
4730
4774
|
"2026-02": {
|
|
4731
|
-
"Bioenergy": 0.
|
|
4732
|
-
"Coal": 0.
|
|
4733
|
-
"Gas": 0.
|
|
4734
|
-
"Hydro": 0.
|
|
4775
|
+
"Bioenergy": 0.0026,
|
|
4776
|
+
"Coal": 0.0058,
|
|
4777
|
+
"Gas": 0.0236,
|
|
4778
|
+
"Hydro": 0.9625,
|
|
4735
4779
|
"Nuclear": 0,
|
|
4736
|
-
"Other Fossil": 0.
|
|
4780
|
+
"Other Fossil": 0.0013,
|
|
4737
4781
|
"Other Renewables": 0.0001,
|
|
4738
4782
|
"Solar": 0,
|
|
4739
|
-
"Wind": 0.
|
|
4783
|
+
"Wind": 0.0042
|
|
4784
|
+
},
|
|
4785
|
+
"2026-03": {
|
|
4786
|
+
"Bioenergy": 0.0026,
|
|
4787
|
+
"Coal": 0.0058,
|
|
4788
|
+
"Gas": 0.0236,
|
|
4789
|
+
"Hydro": 0.9625,
|
|
4790
|
+
"Nuclear": 0,
|
|
4791
|
+
"Other Fossil": 0.0013,
|
|
4792
|
+
"Other Renewables": 0.0001,
|
|
4793
|
+
"Solar": 0,
|
|
4794
|
+
"Wind": 0.0042
|
|
4740
4795
|
}
|
|
4741
4796
|
},
|
|
4742
4797
|
"CA-NS": {
|
|
@@ -5665,26 +5720,37 @@
|
|
|
5665
5720
|
"Wind": 0.1841
|
|
5666
5721
|
},
|
|
5667
5722
|
"2026-01": {
|
|
5668
|
-
"Bioenergy": 0.
|
|
5669
|
-
"Coal": 0.
|
|
5670
|
-
"Gas": 0.
|
|
5671
|
-
"Hydro": 0.
|
|
5723
|
+
"Bioenergy": 0.0618,
|
|
5724
|
+
"Coal": 0.1371,
|
|
5725
|
+
"Gas": 0.5615,
|
|
5726
|
+
"Hydro": 0.0531,
|
|
5672
5727
|
"Nuclear": 0,
|
|
5673
|
-
"Other Fossil": 0.
|
|
5728
|
+
"Other Fossil": 0.0298,
|
|
5674
5729
|
"Other Renewables": 0.0019,
|
|
5675
|
-
"Solar": 0.
|
|
5676
|
-
"Wind": 0.
|
|
5730
|
+
"Solar": 0.0002,
|
|
5731
|
+
"Wind": 0.1546
|
|
5677
5732
|
},
|
|
5678
5733
|
"2026-02": {
|
|
5679
|
-
"Bioenergy": 0.
|
|
5680
|
-
"Coal": 0.
|
|
5681
|
-
"Gas": 0.
|
|
5682
|
-
"Hydro": 0.
|
|
5734
|
+
"Bioenergy": 0.0618,
|
|
5735
|
+
"Coal": 0.1371,
|
|
5736
|
+
"Gas": 0.5615,
|
|
5737
|
+
"Hydro": 0.0531,
|
|
5683
5738
|
"Nuclear": 0,
|
|
5684
|
-
"Other Fossil": 0.
|
|
5739
|
+
"Other Fossil": 0.0298,
|
|
5685
5740
|
"Other Renewables": 0.0019,
|
|
5686
|
-
"Solar": 0.
|
|
5687
|
-
"Wind": 0.
|
|
5741
|
+
"Solar": 0.0002,
|
|
5742
|
+
"Wind": 0.1546
|
|
5743
|
+
},
|
|
5744
|
+
"2026-03": {
|
|
5745
|
+
"Bioenergy": 0.0618,
|
|
5746
|
+
"Coal": 0.1371,
|
|
5747
|
+
"Gas": 0.5615,
|
|
5748
|
+
"Hydro": 0.0531,
|
|
5749
|
+
"Nuclear": 0,
|
|
5750
|
+
"Other Fossil": 0.0298,
|
|
5751
|
+
"Other Renewables": 0.0019,
|
|
5752
|
+
"Solar": 0.0002,
|
|
5753
|
+
"Wind": 0.1546
|
|
5688
5754
|
}
|
|
5689
5755
|
},
|
|
5690
5756
|
"CA-NT": {
|
|
@@ -6613,26 +6679,37 @@
|
|
|
6613
6679
|
"Wind": 0.0277
|
|
6614
6680
|
},
|
|
6615
6681
|
"2026-01": {
|
|
6616
|
-
"Bioenergy": 0.
|
|
6617
|
-
"Coal": 0.
|
|
6618
|
-
"Gas": 0.
|
|
6619
|
-
"Hydro": 0.
|
|
6682
|
+
"Bioenergy": 0.0527,
|
|
6683
|
+
"Coal": 0.1169,
|
|
6684
|
+
"Gas": 0.4786,
|
|
6685
|
+
"Hydro": 0.2905,
|
|
6620
6686
|
"Nuclear": 0,
|
|
6621
|
-
"Other Fossil": 0.
|
|
6687
|
+
"Other Fossil": 0.0254,
|
|
6622
6688
|
"Other Renewables": 0.0017,
|
|
6623
|
-
"Solar": 0.
|
|
6624
|
-
"Wind": 0.
|
|
6689
|
+
"Solar": 0.0003,
|
|
6690
|
+
"Wind": 0.0341
|
|
6625
6691
|
},
|
|
6626
6692
|
"2026-02": {
|
|
6627
|
-
"Bioenergy": 0.
|
|
6628
|
-
"Coal": 0.
|
|
6629
|
-
"Gas": 0.
|
|
6630
|
-
"Hydro": 0.
|
|
6693
|
+
"Bioenergy": 0.0527,
|
|
6694
|
+
"Coal": 0.1169,
|
|
6695
|
+
"Gas": 0.4786,
|
|
6696
|
+
"Hydro": 0.2905,
|
|
6631
6697
|
"Nuclear": 0,
|
|
6632
|
-
"Other Fossil": 0.
|
|
6698
|
+
"Other Fossil": 0.0254,
|
|
6633
6699
|
"Other Renewables": 0.0017,
|
|
6634
|
-
"Solar": 0.
|
|
6635
|
-
"Wind": 0.
|
|
6700
|
+
"Solar": 0.0003,
|
|
6701
|
+
"Wind": 0.0341
|
|
6702
|
+
},
|
|
6703
|
+
"2026-03": {
|
|
6704
|
+
"Bioenergy": 0.0527,
|
|
6705
|
+
"Coal": 0.1169,
|
|
6706
|
+
"Gas": 0.4786,
|
|
6707
|
+
"Hydro": 0.2905,
|
|
6708
|
+
"Nuclear": 0,
|
|
6709
|
+
"Other Fossil": 0.0254,
|
|
6710
|
+
"Other Renewables": 0.0017,
|
|
6711
|
+
"Solar": 0.0003,
|
|
6712
|
+
"Wind": 0.0341
|
|
6636
6713
|
}
|
|
6637
6714
|
},
|
|
6638
6715
|
"CA-NU": {
|
|
@@ -7581,6 +7658,17 @@
|
|
|
7581
7658
|
"Other Renewables": 0.0024,
|
|
7582
7659
|
"Solar": 0,
|
|
7583
7660
|
"Wind": 0
|
|
7661
|
+
},
|
|
7662
|
+
"2026-03": {
|
|
7663
|
+
"Bioenergy": 0.078,
|
|
7664
|
+
"Coal": 0.1731,
|
|
7665
|
+
"Gas": 0.7088,
|
|
7666
|
+
"Hydro": 0,
|
|
7667
|
+
"Nuclear": 0,
|
|
7668
|
+
"Other Fossil": 0.0376,
|
|
7669
|
+
"Other Renewables": 0.0024,
|
|
7670
|
+
"Solar": 0,
|
|
7671
|
+
"Wind": 0
|
|
7584
7672
|
}
|
|
7585
7673
|
},
|
|
7586
7674
|
"CA-ON": {
|
|
@@ -8509,26 +8597,37 @@
|
|
|
8509
8597
|
"Wind": 0.11
|
|
8510
8598
|
},
|
|
8511
8599
|
"2026-01": {
|
|
8512
|
-
"Bioenergy": 0.
|
|
8513
|
-
"Coal": 0.
|
|
8514
|
-
"Gas": 0.
|
|
8515
|
-
"Hydro": 0.
|
|
8516
|
-
"Nuclear": 0.
|
|
8517
|
-
"Other Fossil": 0.
|
|
8600
|
+
"Bioenergy": 0.0213,
|
|
8601
|
+
"Coal": 0.0473,
|
|
8602
|
+
"Gas": 0.1938,
|
|
8603
|
+
"Hydro": 0.1972,
|
|
8604
|
+
"Nuclear": 0.4181,
|
|
8605
|
+
"Other Fossil": 0.0103,
|
|
8518
8606
|
"Other Renewables": 0.0007,
|
|
8519
|
-
"Solar": 0.
|
|
8520
|
-
"Wind": 0.
|
|
8607
|
+
"Solar": 0.0039,
|
|
8608
|
+
"Wind": 0.1074
|
|
8521
8609
|
},
|
|
8522
8610
|
"2026-02": {
|
|
8523
|
-
"Bioenergy": 0.
|
|
8524
|
-
"Coal": 0.
|
|
8525
|
-
"Gas": 0.
|
|
8526
|
-
"Hydro": 0.
|
|
8527
|
-
"Nuclear": 0.
|
|
8528
|
-
"Other Fossil": 0.
|
|
8611
|
+
"Bioenergy": 0.0213,
|
|
8612
|
+
"Coal": 0.0473,
|
|
8613
|
+
"Gas": 0.1938,
|
|
8614
|
+
"Hydro": 0.1972,
|
|
8615
|
+
"Nuclear": 0.4181,
|
|
8616
|
+
"Other Fossil": 0.0103,
|
|
8529
8617
|
"Other Renewables": 0.0007,
|
|
8530
|
-
"Solar": 0.
|
|
8531
|
-
"Wind": 0.
|
|
8618
|
+
"Solar": 0.0039,
|
|
8619
|
+
"Wind": 0.1074
|
|
8620
|
+
},
|
|
8621
|
+
"2026-03": {
|
|
8622
|
+
"Bioenergy": 0.0213,
|
|
8623
|
+
"Coal": 0.0473,
|
|
8624
|
+
"Gas": 0.1938,
|
|
8625
|
+
"Hydro": 0.1972,
|
|
8626
|
+
"Nuclear": 0.4181,
|
|
8627
|
+
"Other Fossil": 0.0103,
|
|
8628
|
+
"Other Renewables": 0.0007,
|
|
8629
|
+
"Solar": 0.0039,
|
|
8630
|
+
"Wind": 0.1074
|
|
8532
8631
|
}
|
|
8533
8632
|
},
|
|
8534
8633
|
"CA-PE": {
|
|
@@ -9459,24 +9558,35 @@
|
|
|
9459
9558
|
"2026-01": {
|
|
9460
9559
|
"Bioenergy": 0.0009,
|
|
9461
9560
|
"Coal": 0.002,
|
|
9462
|
-
"Gas": 0.
|
|
9561
|
+
"Gas": 0.0081,
|
|
9463
9562
|
"Hydro": 0,
|
|
9464
9563
|
"Nuclear": 0,
|
|
9465
9564
|
"Other Fossil": 0.0004,
|
|
9466
9565
|
"Other Renewables": 0,
|
|
9467
|
-
"Solar": 0.
|
|
9468
|
-
"Wind": 0.
|
|
9566
|
+
"Solar": 0.0181,
|
|
9567
|
+
"Wind": 0.9705
|
|
9469
9568
|
},
|
|
9470
9569
|
"2026-02": {
|
|
9471
9570
|
"Bioenergy": 0.0009,
|
|
9472
9571
|
"Coal": 0.002,
|
|
9473
|
-
"Gas": 0.
|
|
9572
|
+
"Gas": 0.0081,
|
|
9474
9573
|
"Hydro": 0,
|
|
9475
9574
|
"Nuclear": 0,
|
|
9476
9575
|
"Other Fossil": 0.0004,
|
|
9477
9576
|
"Other Renewables": 0,
|
|
9478
|
-
"Solar": 0.
|
|
9479
|
-
"Wind": 0.
|
|
9577
|
+
"Solar": 0.0181,
|
|
9578
|
+
"Wind": 0.9705
|
|
9579
|
+
},
|
|
9580
|
+
"2026-03": {
|
|
9581
|
+
"Bioenergy": 0.0009,
|
|
9582
|
+
"Coal": 0.002,
|
|
9583
|
+
"Gas": 0.0081,
|
|
9584
|
+
"Hydro": 0,
|
|
9585
|
+
"Nuclear": 0,
|
|
9586
|
+
"Other Fossil": 0.0004,
|
|
9587
|
+
"Other Renewables": 0,
|
|
9588
|
+
"Solar": 0.0181,
|
|
9589
|
+
"Wind": 0.9705
|
|
9480
9590
|
}
|
|
9481
9591
|
},
|
|
9482
9592
|
"CA-QC": {
|
|
@@ -10405,26 +10515,37 @@
|
|
|
10405
10515
|
"Wind": 0.0667
|
|
10406
10516
|
},
|
|
10407
10517
|
"2026-01": {
|
|
10408
|
-
"Bioenergy": 0.
|
|
10409
|
-
"Coal": 0.
|
|
10410
|
-
"Gas": 0.
|
|
10411
|
-
"Hydro": 0.
|
|
10518
|
+
"Bioenergy": 0.0007,
|
|
10519
|
+
"Coal": 0.0016,
|
|
10520
|
+
"Gas": 0.0067,
|
|
10521
|
+
"Hydro": 0.9329,
|
|
10412
10522
|
"Nuclear": 0,
|
|
10413
10523
|
"Other Fossil": 0.0004,
|
|
10414
10524
|
"Other Renewables": 0,
|
|
10415
10525
|
"Solar": 0,
|
|
10416
|
-
"Wind": 0.
|
|
10526
|
+
"Wind": 0.0576
|
|
10417
10527
|
},
|
|
10418
10528
|
"2026-02": {
|
|
10419
|
-
"Bioenergy": 0.
|
|
10420
|
-
"Coal": 0.
|
|
10421
|
-
"Gas": 0.
|
|
10422
|
-
"Hydro": 0.
|
|
10529
|
+
"Bioenergy": 0.0007,
|
|
10530
|
+
"Coal": 0.0016,
|
|
10531
|
+
"Gas": 0.0067,
|
|
10532
|
+
"Hydro": 0.9329,
|
|
10423
10533
|
"Nuclear": 0,
|
|
10424
10534
|
"Other Fossil": 0.0004,
|
|
10425
10535
|
"Other Renewables": 0,
|
|
10426
10536
|
"Solar": 0,
|
|
10427
|
-
"Wind": 0.
|
|
10537
|
+
"Wind": 0.0576
|
|
10538
|
+
},
|
|
10539
|
+
"2026-03": {
|
|
10540
|
+
"Bioenergy": 0.0007,
|
|
10541
|
+
"Coal": 0.0016,
|
|
10542
|
+
"Gas": 0.0067,
|
|
10543
|
+
"Hydro": 0.9329,
|
|
10544
|
+
"Nuclear": 0,
|
|
10545
|
+
"Other Fossil": 0.0004,
|
|
10546
|
+
"Other Renewables": 0,
|
|
10547
|
+
"Solar": 0,
|
|
10548
|
+
"Wind": 0.0576
|
|
10428
10549
|
}
|
|
10429
10550
|
},
|
|
10430
10551
|
"CA-SK": {
|
|
@@ -11353,26 +11474,37 @@
|
|
|
11353
11474
|
"Wind": 0.111
|
|
11354
11475
|
},
|
|
11355
11476
|
"2026-01": {
|
|
11356
|
-
"Bioenergy": 0.
|
|
11357
|
-
"Coal": 0.
|
|
11358
|
-
"Gas": 0.
|
|
11359
|
-
"Hydro": 0.
|
|
11477
|
+
"Bioenergy": 0.0606,
|
|
11478
|
+
"Coal": 0.1346,
|
|
11479
|
+
"Gas": 0.5509,
|
|
11480
|
+
"Hydro": 0.1101,
|
|
11360
11481
|
"Nuclear": 0,
|
|
11361
|
-
"Other Fossil": 0.
|
|
11482
|
+
"Other Fossil": 0.0292,
|
|
11362
11483
|
"Other Renewables": 0.0019,
|
|
11363
|
-
"Solar": 0.
|
|
11364
|
-
"Wind": 0.
|
|
11484
|
+
"Solar": 0.0009,
|
|
11485
|
+
"Wind": 0.1118
|
|
11365
11486
|
},
|
|
11366
11487
|
"2026-02": {
|
|
11367
|
-
"Bioenergy": 0.
|
|
11368
|
-
"Coal": 0.
|
|
11369
|
-
"Gas": 0.
|
|
11370
|
-
"Hydro": 0.
|
|
11488
|
+
"Bioenergy": 0.0606,
|
|
11489
|
+
"Coal": 0.1346,
|
|
11490
|
+
"Gas": 0.5509,
|
|
11491
|
+
"Hydro": 0.1101,
|
|
11371
11492
|
"Nuclear": 0,
|
|
11372
|
-
"Other Fossil": 0.
|
|
11493
|
+
"Other Fossil": 0.0292,
|
|
11373
11494
|
"Other Renewables": 0.0019,
|
|
11374
|
-
"Solar": 0.
|
|
11375
|
-
"Wind": 0.
|
|
11495
|
+
"Solar": 0.0009,
|
|
11496
|
+
"Wind": 0.1118
|
|
11497
|
+
},
|
|
11498
|
+
"2026-03": {
|
|
11499
|
+
"Bioenergy": 0.0606,
|
|
11500
|
+
"Coal": 0.1346,
|
|
11501
|
+
"Gas": 0.5509,
|
|
11502
|
+
"Hydro": 0.1101,
|
|
11503
|
+
"Nuclear": 0,
|
|
11504
|
+
"Other Fossil": 0.0292,
|
|
11505
|
+
"Other Renewables": 0.0019,
|
|
11506
|
+
"Solar": 0.0009,
|
|
11507
|
+
"Wind": 0.1118
|
|
11376
11508
|
}
|
|
11377
11509
|
},
|
|
11378
11510
|
"CA-YT": {
|
|
@@ -12301,26 +12433,37 @@
|
|
|
12301
12433
|
"Wind": 0.0064
|
|
12302
12434
|
},
|
|
12303
12435
|
"2026-01": {
|
|
12304
|
-
"Bioenergy": 0.
|
|
12305
|
-
"Coal": 0.
|
|
12306
|
-
"Gas": 0.
|
|
12307
|
-
"Hydro": 0.
|
|
12436
|
+
"Bioenergy": 0.0278,
|
|
12437
|
+
"Coal": 0.0618,
|
|
12438
|
+
"Gas": 0.253,
|
|
12439
|
+
"Hydro": 0.63,
|
|
12308
12440
|
"Nuclear": 0,
|
|
12309
|
-
"Other Fossil": 0.
|
|
12310
|
-
"Other Renewables": 0.
|
|
12311
|
-
"Solar": 0.
|
|
12312
|
-
"Wind": 0.
|
|
12441
|
+
"Other Fossil": 0.0134,
|
|
12442
|
+
"Other Renewables": 0.0009,
|
|
12443
|
+
"Solar": 0.0014,
|
|
12444
|
+
"Wind": 0.0117
|
|
12313
12445
|
},
|
|
12314
12446
|
"2026-02": {
|
|
12315
|
-
"Bioenergy": 0.
|
|
12316
|
-
"Coal": 0.
|
|
12317
|
-
"Gas": 0.
|
|
12318
|
-
"Hydro": 0.
|
|
12447
|
+
"Bioenergy": 0.0278,
|
|
12448
|
+
"Coal": 0.0618,
|
|
12449
|
+
"Gas": 0.253,
|
|
12450
|
+
"Hydro": 0.63,
|
|
12319
12451
|
"Nuclear": 0,
|
|
12320
|
-
"Other Fossil": 0.
|
|
12321
|
-
"Other Renewables": 0.
|
|
12322
|
-
"Solar": 0.
|
|
12323
|
-
"Wind": 0.
|
|
12452
|
+
"Other Fossil": 0.0134,
|
|
12453
|
+
"Other Renewables": 0.0009,
|
|
12454
|
+
"Solar": 0.0014,
|
|
12455
|
+
"Wind": 0.0117
|
|
12456
|
+
},
|
|
12457
|
+
"2026-03": {
|
|
12458
|
+
"Bioenergy": 0.0278,
|
|
12459
|
+
"Coal": 0.0618,
|
|
12460
|
+
"Gas": 0.253,
|
|
12461
|
+
"Hydro": 0.63,
|
|
12462
|
+
"Nuclear": 0,
|
|
12463
|
+
"Other Fossil": 0.0134,
|
|
12464
|
+
"Other Renewables": 0.0009,
|
|
12465
|
+
"Solar": 0.0014,
|
|
12466
|
+
"Wind": 0.0117
|
|
12324
12467
|
}
|
|
12325
12468
|
},
|
|
12326
12469
|
"US-AK": {
|
|
@@ -13269,6 +13412,17 @@
|
|
|
13269
13412
|
"Other Renewables": 0,
|
|
13270
13413
|
"Solar": 0,
|
|
13271
13414
|
"Wind": 0
|
|
13415
|
+
},
|
|
13416
|
+
"2026-03": {
|
|
13417
|
+
"Bioenergy": 0.0043,
|
|
13418
|
+
"Coal": 0.099,
|
|
13419
|
+
"Gas": 0.3308,
|
|
13420
|
+
"Hydro": 0.3845,
|
|
13421
|
+
"Nuclear": 0,
|
|
13422
|
+
"Other Fossil": 0.1814,
|
|
13423
|
+
"Other Renewables": 0,
|
|
13424
|
+
"Solar": 0,
|
|
13425
|
+
"Wind": 0
|
|
13272
13426
|
}
|
|
13273
13427
|
},
|
|
13274
13428
|
"US-AL": {
|
|
@@ -14217,6 +14371,17 @@
|
|
|
14217
14371
|
"Other Renewables": 0,
|
|
14218
14372
|
"Solar": 0.0067,
|
|
14219
14373
|
"Wind": 0
|
|
14374
|
+
},
|
|
14375
|
+
"2026-03": {
|
|
14376
|
+
"Bioenergy": 0.0215,
|
|
14377
|
+
"Coal": 0.1678,
|
|
14378
|
+
"Gas": 0.4337,
|
|
14379
|
+
"Hydro": 0.0483,
|
|
14380
|
+
"Nuclear": 0.3212,
|
|
14381
|
+
"Other Fossil": 0.0006,
|
|
14382
|
+
"Other Renewables": 0,
|
|
14383
|
+
"Solar": 0.0067,
|
|
14384
|
+
"Wind": 0
|
|
14220
14385
|
}
|
|
14221
14386
|
},
|
|
14222
14387
|
"US-AR": {
|
|
@@ -15165,6 +15330,17 @@
|
|
|
15165
15330
|
"Other Renewables": 0,
|
|
15166
15331
|
"Solar": 0.0528,
|
|
15167
15332
|
"Wind": 0.0082
|
|
15333
|
+
},
|
|
15334
|
+
"2026-03": {
|
|
15335
|
+
"Bioenergy": 0.0107,
|
|
15336
|
+
"Coal": 0.3376,
|
|
15337
|
+
"Gas": 0.3125,
|
|
15338
|
+
"Hydro": 0.041,
|
|
15339
|
+
"Nuclear": 0.2371,
|
|
15340
|
+
"Other Fossil": 0.0001,
|
|
15341
|
+
"Other Renewables": 0,
|
|
15342
|
+
"Solar": 0.0528,
|
|
15343
|
+
"Wind": 0.0082
|
|
15168
15344
|
}
|
|
15169
15345
|
},
|
|
15170
15346
|
"US-AZ": {
|
|
@@ -16113,6 +16289,17 @@
|
|
|
16113
16289
|
"Other Renewables": 0,
|
|
16114
16290
|
"Solar": 0.1026,
|
|
16115
16291
|
"Wind": 0.0215
|
|
16292
|
+
},
|
|
16293
|
+
"2026-03": {
|
|
16294
|
+
"Bioenergy": 0.0019,
|
|
16295
|
+
"Coal": 0.0929,
|
|
16296
|
+
"Gas": 0.3934,
|
|
16297
|
+
"Hydro": 0.0547,
|
|
16298
|
+
"Nuclear": 0.3331,
|
|
16299
|
+
"Other Fossil": 0,
|
|
16300
|
+
"Other Renewables": 0,
|
|
16301
|
+
"Solar": 0.1026,
|
|
16302
|
+
"Wind": 0.0215
|
|
16116
16303
|
}
|
|
16117
16304
|
},
|
|
16118
16305
|
"US-CA": {
|
|
@@ -17061,6 +17248,17 @@
|
|
|
17061
17248
|
"Other Renewables": 0.0656,
|
|
17062
17249
|
"Solar": 0.215,
|
|
17063
17250
|
"Wind": 0.0802
|
|
17251
|
+
},
|
|
17252
|
+
"2026-03": {
|
|
17253
|
+
"Bioenergy": 0.0251,
|
|
17254
|
+
"Coal": 0.0006,
|
|
17255
|
+
"Gas": 0.3238,
|
|
17256
|
+
"Hydro": 0.1734,
|
|
17257
|
+
"Nuclear": 0.1164,
|
|
17258
|
+
"Other Fossil": 0,
|
|
17259
|
+
"Other Renewables": 0.0656,
|
|
17260
|
+
"Solar": 0.215,
|
|
17261
|
+
"Wind": 0.0802
|
|
17064
17262
|
}
|
|
17065
17263
|
},
|
|
17066
17264
|
"US-CO": {
|
|
@@ -18009,6 +18207,17 @@
|
|
|
18009
18207
|
"Other Renewables": 0,
|
|
18010
18208
|
"Solar": 0.0815,
|
|
18011
18209
|
"Wind": 0.3394
|
|
18210
|
+
},
|
|
18211
|
+
"2026-03": {
|
|
18212
|
+
"Bioenergy": 0.0014,
|
|
18213
|
+
"Coal": 0.1568,
|
|
18214
|
+
"Gas": 0.3684,
|
|
18215
|
+
"Hydro": 0.0525,
|
|
18216
|
+
"Nuclear": 0,
|
|
18217
|
+
"Other Fossil": 0.0001,
|
|
18218
|
+
"Other Renewables": 0,
|
|
18219
|
+
"Solar": 0.0815,
|
|
18220
|
+
"Wind": 0.3394
|
|
18012
18221
|
}
|
|
18013
18222
|
},
|
|
18014
18223
|
"US-CT": {
|
|
@@ -18957,6 +19166,17 @@
|
|
|
18957
19166
|
"Other Renewables": 0,
|
|
18958
19167
|
"Solar": 0.0092,
|
|
18959
19168
|
"Wind": 0.0003
|
|
19169
|
+
},
|
|
19170
|
+
"2026-03": {
|
|
19171
|
+
"Bioenergy": 0.0124,
|
|
19172
|
+
"Coal": 0,
|
|
19173
|
+
"Gas": 0.4684,
|
|
19174
|
+
"Hydro": 0.0077,
|
|
19175
|
+
"Nuclear": 0.3832,
|
|
19176
|
+
"Other Fossil": 0.1188,
|
|
19177
|
+
"Other Renewables": 0,
|
|
19178
|
+
"Solar": 0.0092,
|
|
19179
|
+
"Wind": 0.0003
|
|
18960
19180
|
}
|
|
18961
19181
|
},
|
|
18962
19182
|
"US-DC": {
|
|
@@ -19905,6 +20125,17 @@
|
|
|
19905
20125
|
"Other Renewables": 0,
|
|
19906
20126
|
"Solar": 0.465,
|
|
19907
20127
|
"Wind": 0
|
|
20128
|
+
},
|
|
20129
|
+
"2026-03": {
|
|
20130
|
+
"Bioenergy": 0.535,
|
|
20131
|
+
"Coal": 0,
|
|
20132
|
+
"Gas": 0,
|
|
20133
|
+
"Hydro": 0,
|
|
20134
|
+
"Nuclear": 0,
|
|
20135
|
+
"Other Fossil": 0,
|
|
20136
|
+
"Other Renewables": 0,
|
|
20137
|
+
"Solar": 0.465,
|
|
20138
|
+
"Wind": 0
|
|
19908
20139
|
}
|
|
19909
20140
|
},
|
|
19910
20141
|
"US-DE": {
|
|
@@ -20853,6 +21084,17 @@
|
|
|
20853
21084
|
"Other Renewables": 0,
|
|
20854
21085
|
"Solar": 0.0267,
|
|
20855
21086
|
"Wind": 0.0012
|
|
21087
|
+
},
|
|
21088
|
+
"2026-03": {
|
|
21089
|
+
"Bioenergy": 0.0079,
|
|
21090
|
+
"Coal": 0,
|
|
21091
|
+
"Gas": 0.9641,
|
|
21092
|
+
"Hydro": 0,
|
|
21093
|
+
"Nuclear": 0,
|
|
21094
|
+
"Other Fossil": 0,
|
|
21095
|
+
"Other Renewables": 0,
|
|
21096
|
+
"Solar": 0.0267,
|
|
21097
|
+
"Wind": 0.0012
|
|
20856
21098
|
}
|
|
20857
21099
|
},
|
|
20858
21100
|
"US-FL": {
|
|
@@ -21801,6 +22043,17 @@
|
|
|
21801
22043
|
"Other Renewables": 0,
|
|
21802
22044
|
"Solar": 0.0869,
|
|
21803
22045
|
"Wind": 0
|
|
22046
|
+
},
|
|
22047
|
+
"2026-03": {
|
|
22048
|
+
"Bioenergy": 0.0144,
|
|
22049
|
+
"Coal": 0.066,
|
|
22050
|
+
"Gas": 0.6785,
|
|
22051
|
+
"Hydro": 0.0007,
|
|
22052
|
+
"Nuclear": 0.1384,
|
|
22053
|
+
"Other Fossil": 0.0152,
|
|
22054
|
+
"Other Renewables": 0,
|
|
22055
|
+
"Solar": 0.0869,
|
|
22056
|
+
"Wind": 0
|
|
21804
22057
|
}
|
|
21805
22058
|
},
|
|
21806
22059
|
"US-GA": {
|
|
@@ -22749,6 +23002,17 @@
|
|
|
22749
23002
|
"Other Renewables": 0,
|
|
22750
23003
|
"Solar": 0.0528,
|
|
22751
23004
|
"Wind": 0
|
|
23005
|
+
},
|
|
23006
|
+
"2026-03": {
|
|
23007
|
+
"Bioenergy": 0.0306,
|
|
23008
|
+
"Coal": 0.1822,
|
|
23009
|
+
"Gas": 0.3699,
|
|
23010
|
+
"Hydro": 0.0111,
|
|
23011
|
+
"Nuclear": 0.3473,
|
|
23012
|
+
"Other Fossil": 0.0061,
|
|
23013
|
+
"Other Renewables": 0,
|
|
23014
|
+
"Solar": 0.0528,
|
|
23015
|
+
"Wind": 0
|
|
22752
23016
|
}
|
|
22753
23017
|
},
|
|
22754
23018
|
"US-HI": {
|
|
@@ -23697,6 +23961,17 @@
|
|
|
23697
23961
|
"Other Renewables": 0.0303,
|
|
23698
23962
|
"Solar": 0.0758,
|
|
23699
23963
|
"Wind": 0.0447
|
|
23964
|
+
},
|
|
23965
|
+
"2026-03": {
|
|
23966
|
+
"Bioenergy": 0.0139,
|
|
23967
|
+
"Coal": 0,
|
|
23968
|
+
"Gas": 0,
|
|
23969
|
+
"Hydro": 0,
|
|
23970
|
+
"Nuclear": 0,
|
|
23971
|
+
"Other Fossil": 0.8353,
|
|
23972
|
+
"Other Renewables": 0.0303,
|
|
23973
|
+
"Solar": 0.0758,
|
|
23974
|
+
"Wind": 0.0447
|
|
23700
23975
|
}
|
|
23701
23976
|
},
|
|
23702
23977
|
"US-IA": {
|
|
@@ -24645,6 +24920,17 @@
|
|
|
24645
24920
|
"Other Renewables": 0,
|
|
24646
24921
|
"Solar": 0.0092,
|
|
24647
24922
|
"Wind": 0.6165
|
|
24923
|
+
},
|
|
24924
|
+
"2026-03": {
|
|
24925
|
+
"Bioenergy": 0.0023,
|
|
24926
|
+
"Coal": 0.2599,
|
|
24927
|
+
"Gas": 0.09,
|
|
24928
|
+
"Hydro": 0.022,
|
|
24929
|
+
"Nuclear": 0,
|
|
24930
|
+
"Other Fossil": 0,
|
|
24931
|
+
"Other Renewables": 0,
|
|
24932
|
+
"Solar": 0.0092,
|
|
24933
|
+
"Wind": 0.6165
|
|
24648
24934
|
}
|
|
24649
24935
|
},
|
|
24650
24936
|
"US-ID": {
|
|
@@ -25593,6 +25879,17 @@
|
|
|
25593
25879
|
"Other Renewables": 0.0033,
|
|
25594
25880
|
"Solar": 0.0252,
|
|
25595
25881
|
"Wind": 0.1271
|
|
25882
|
+
},
|
|
25883
|
+
"2026-03": {
|
|
25884
|
+
"Bioenergy": 0.0195,
|
|
25885
|
+
"Coal": 0,
|
|
25886
|
+
"Gas": 0.231,
|
|
25887
|
+
"Hydro": 0.5921,
|
|
25888
|
+
"Nuclear": 0,
|
|
25889
|
+
"Other Fossil": 0.0018,
|
|
25890
|
+
"Other Renewables": 0.0033,
|
|
25891
|
+
"Solar": 0.0252,
|
|
25892
|
+
"Wind": 0.1271
|
|
25596
25893
|
}
|
|
25597
25894
|
},
|
|
25598
25895
|
"US-IL": {
|
|
@@ -26541,6 +26838,17 @@
|
|
|
26541
26838
|
"Other Renewables": 0,
|
|
26542
26839
|
"Solar": 0.0238,
|
|
26543
26840
|
"Wind": 0.1594
|
|
26841
|
+
},
|
|
26842
|
+
"2026-03": {
|
|
26843
|
+
"Bioenergy": 0.0012,
|
|
26844
|
+
"Coal": 0.1613,
|
|
26845
|
+
"Gas": 0.1693,
|
|
26846
|
+
"Hydro": 0.0005,
|
|
26847
|
+
"Nuclear": 0.4835,
|
|
26848
|
+
"Other Fossil": 0.0011,
|
|
26849
|
+
"Other Renewables": 0,
|
|
26850
|
+
"Solar": 0.0238,
|
|
26851
|
+
"Wind": 0.1594
|
|
26544
26852
|
}
|
|
26545
26853
|
},
|
|
26546
26854
|
"US-IN": {
|
|
@@ -27489,6 +27797,17 @@
|
|
|
27489
27797
|
"Other Renewables": 0,
|
|
27490
27798
|
"Solar": 0.0359,
|
|
27491
27799
|
"Wind": 0.1142
|
|
27800
|
+
},
|
|
27801
|
+
"2026-03": {
|
|
27802
|
+
"Bioenergy": 0.0012,
|
|
27803
|
+
"Coal": 0.4879,
|
|
27804
|
+
"Gas": 0.3559,
|
|
27805
|
+
"Hydro": 0.0025,
|
|
27806
|
+
"Nuclear": 0,
|
|
27807
|
+
"Other Fossil": 0.0023,
|
|
27808
|
+
"Other Renewables": 0,
|
|
27809
|
+
"Solar": 0.0359,
|
|
27810
|
+
"Wind": 0.1142
|
|
27492
27811
|
}
|
|
27493
27812
|
},
|
|
27494
27813
|
"US-KS": {
|
|
@@ -28437,6 +28756,17 @@
|
|
|
28437
28756
|
"Other Renewables": 0,
|
|
28438
28757
|
"Solar": 0.006,
|
|
28439
28758
|
"Wind": 0.4707
|
|
28759
|
+
},
|
|
28760
|
+
"2026-03": {
|
|
28761
|
+
"Bioenergy": 0.0008,
|
|
28762
|
+
"Coal": 0.3199,
|
|
28763
|
+
"Gas": 0.0437,
|
|
28764
|
+
"Hydro": 0.0003,
|
|
28765
|
+
"Nuclear": 0.1523,
|
|
28766
|
+
"Other Fossil": 0.0064,
|
|
28767
|
+
"Other Renewables": 0,
|
|
28768
|
+
"Solar": 0.006,
|
|
28769
|
+
"Wind": 0.4707
|
|
28440
28770
|
}
|
|
28441
28771
|
},
|
|
28442
28772
|
"US-KY": {
|
|
@@ -29385,6 +29715,17 @@
|
|
|
29385
29715
|
"Other Renewables": 0,
|
|
29386
29716
|
"Solar": 0.0163,
|
|
29387
29717
|
"Wind": 0
|
|
29718
|
+
},
|
|
29719
|
+
"2026-03": {
|
|
29720
|
+
"Bioenergy": 0.0049,
|
|
29721
|
+
"Coal": 0.6542,
|
|
29722
|
+
"Gas": 0.2751,
|
|
29723
|
+
"Hydro": 0.0479,
|
|
29724
|
+
"Nuclear": 0,
|
|
29725
|
+
"Other Fossil": 0.0016,
|
|
29726
|
+
"Other Renewables": 0,
|
|
29727
|
+
"Solar": 0.0163,
|
|
29728
|
+
"Wind": 0
|
|
29388
29729
|
}
|
|
29389
29730
|
},
|
|
29390
29731
|
"US-LA": {
|
|
@@ -30333,6 +30674,17 @@
|
|
|
30333
30674
|
"Other Renewables": 0,
|
|
30334
30675
|
"Solar": 0.016,
|
|
30335
30676
|
"Wind": 0
|
|
30677
|
+
},
|
|
30678
|
+
"2026-03": {
|
|
30679
|
+
"Bioenergy": 0.0201,
|
|
30680
|
+
"Coal": 0.0692,
|
|
30681
|
+
"Gas": 0.6984,
|
|
30682
|
+
"Hydro": 0.0076,
|
|
30683
|
+
"Nuclear": 0.1767,
|
|
30684
|
+
"Other Fossil": 0.012,
|
|
30685
|
+
"Other Renewables": 0,
|
|
30686
|
+
"Solar": 0.016,
|
|
30687
|
+
"Wind": 0
|
|
30336
30688
|
}
|
|
30337
30689
|
},
|
|
30338
30690
|
"US-MA": {
|
|
@@ -31281,6 +31633,17 @@
|
|
|
31281
31633
|
"Other Renewables": 0,
|
|
31282
31634
|
"Solar": 0.066,
|
|
31283
31635
|
"Wind": 0.0081
|
|
31636
|
+
},
|
|
31637
|
+
"2026-03": {
|
|
31638
|
+
"Bioenergy": 0.0354,
|
|
31639
|
+
"Coal": 0,
|
|
31640
|
+
"Gas": 0.6848,
|
|
31641
|
+
"Hydro": 0.0162,
|
|
31642
|
+
"Nuclear": 0,
|
|
31643
|
+
"Other Fossil": 0.1894,
|
|
31644
|
+
"Other Renewables": 0,
|
|
31645
|
+
"Solar": 0.066,
|
|
31646
|
+
"Wind": 0.0081
|
|
31284
31647
|
}
|
|
31285
31648
|
},
|
|
31286
31649
|
"US-MD": {
|
|
@@ -32229,6 +32592,17 @@
|
|
|
32229
32592
|
"Other Renewables": 0,
|
|
32230
32593
|
"Solar": 0.0254,
|
|
32231
32594
|
"Wind": 0.0283
|
|
32595
|
+
},
|
|
32596
|
+
"2026-03": {
|
|
32597
|
+
"Bioenergy": 0.0049,
|
|
32598
|
+
"Coal": 0.0745,
|
|
32599
|
+
"Gas": 0.4099,
|
|
32600
|
+
"Hydro": 0.0311,
|
|
32601
|
+
"Nuclear": 0.3705,
|
|
32602
|
+
"Other Fossil": 0.0554,
|
|
32603
|
+
"Other Renewables": 0,
|
|
32604
|
+
"Solar": 0.0254,
|
|
32605
|
+
"Wind": 0.0283
|
|
32232
32606
|
}
|
|
32233
32607
|
},
|
|
32234
32608
|
"US-ME": {
|
|
@@ -33177,6 +33551,17 @@
|
|
|
33177
33551
|
"Other Renewables": 0,
|
|
33178
33552
|
"Solar": 0.0536,
|
|
33179
33553
|
"Wind": 0.2169
|
|
33554
|
+
},
|
|
33555
|
+
"2026-03": {
|
|
33556
|
+
"Bioenergy": 0.1063,
|
|
33557
|
+
"Coal": 0.0013,
|
|
33558
|
+
"Gas": 0.3614,
|
|
33559
|
+
"Hydro": 0.1456,
|
|
33560
|
+
"Nuclear": 0,
|
|
33561
|
+
"Other Fossil": 0.1149,
|
|
33562
|
+
"Other Renewables": 0,
|
|
33563
|
+
"Solar": 0.0536,
|
|
33564
|
+
"Wind": 0.2169
|
|
33180
33565
|
}
|
|
33181
33566
|
},
|
|
33182
33567
|
"US-MI": {
|
|
@@ -34125,6 +34510,17 @@
|
|
|
34125
34510
|
"Other Renewables": 0,
|
|
34126
34511
|
"Solar": 0.0129,
|
|
34127
34512
|
"Wind": 0.0974
|
|
34513
|
+
},
|
|
34514
|
+
"2026-03": {
|
|
34515
|
+
"Bioenergy": 0.0157,
|
|
34516
|
+
"Coal": 0.2196,
|
|
34517
|
+
"Gas": 0.4295,
|
|
34518
|
+
"Hydro": 0.0101,
|
|
34519
|
+
"Nuclear": 0.1998,
|
|
34520
|
+
"Other Fossil": 0.0151,
|
|
34521
|
+
"Other Renewables": 0,
|
|
34522
|
+
"Solar": 0.0129,
|
|
34523
|
+
"Wind": 0.0974
|
|
34128
34524
|
}
|
|
34129
34525
|
},
|
|
34130
34526
|
"US-MN": {
|
|
@@ -35073,6 +35469,17 @@
|
|
|
35073
35469
|
"Other Renewables": 0,
|
|
35074
35470
|
"Solar": 0.0287,
|
|
35075
35471
|
"Wind": 0.2558
|
|
35472
|
+
},
|
|
35473
|
+
"2026-03": {
|
|
35474
|
+
"Bioenergy": 0.0171,
|
|
35475
|
+
"Coal": 0.2578,
|
|
35476
|
+
"Gas": 0.1846,
|
|
35477
|
+
"Hydro": 0.0227,
|
|
35478
|
+
"Nuclear": 0.2291,
|
|
35479
|
+
"Other Fossil": 0.0041,
|
|
35480
|
+
"Other Renewables": 0,
|
|
35481
|
+
"Solar": 0.0287,
|
|
35482
|
+
"Wind": 0.2558
|
|
35076
35483
|
}
|
|
35077
35484
|
},
|
|
35078
35485
|
"US-MO": {
|
|
@@ -36021,6 +36428,17 @@
|
|
|
36021
36428
|
"Other Renewables": 0,
|
|
36022
36429
|
"Solar": 0.0217,
|
|
36023
36430
|
"Wind": 0.1004
|
|
36431
|
+
},
|
|
36432
|
+
"2026-03": {
|
|
36433
|
+
"Bioenergy": 0.0009,
|
|
36434
|
+
"Coal": 0.6017,
|
|
36435
|
+
"Gas": 0.1102,
|
|
36436
|
+
"Hydro": 0.0096,
|
|
36437
|
+
"Nuclear": 0.1266,
|
|
36438
|
+
"Other Fossil": 0.029,
|
|
36439
|
+
"Other Renewables": 0,
|
|
36440
|
+
"Solar": 0.0217,
|
|
36441
|
+
"Wind": 0.1004
|
|
36024
36442
|
}
|
|
36025
36443
|
},
|
|
36026
36444
|
"US-MS": {
|
|
@@ -36969,6 +37387,17 @@
|
|
|
36969
37387
|
"Other Renewables": 0,
|
|
36970
37388
|
"Solar": 0.0279,
|
|
36971
37389
|
"Wind": 0.0083
|
|
37390
|
+
},
|
|
37391
|
+
"2026-03": {
|
|
37392
|
+
"Bioenergy": 0.018,
|
|
37393
|
+
"Coal": 0.0482,
|
|
37394
|
+
"Gas": 0.7598,
|
|
37395
|
+
"Hydro": 0,
|
|
37396
|
+
"Nuclear": 0.1379,
|
|
37397
|
+
"Other Fossil": 0,
|
|
37398
|
+
"Other Renewables": 0,
|
|
37399
|
+
"Solar": 0.0279,
|
|
37400
|
+
"Wind": 0.0083
|
|
36972
37401
|
}
|
|
36973
37402
|
},
|
|
36974
37403
|
"US-MT": {
|
|
@@ -37917,6 +38346,17 @@
|
|
|
37917
38346
|
"Other Renewables": 0,
|
|
37918
38347
|
"Solar": 0.0038,
|
|
37919
38348
|
"Wind": 0.2621
|
|
38349
|
+
},
|
|
38350
|
+
"2026-03": {
|
|
38351
|
+
"Bioenergy": 0.0009,
|
|
38352
|
+
"Coal": 0.2576,
|
|
38353
|
+
"Gas": 0.0267,
|
|
38354
|
+
"Hydro": 0.4302,
|
|
38355
|
+
"Nuclear": 0,
|
|
38356
|
+
"Other Fossil": 0.0186,
|
|
38357
|
+
"Other Renewables": 0,
|
|
38358
|
+
"Solar": 0.0038,
|
|
38359
|
+
"Wind": 0.2621
|
|
37920
38360
|
}
|
|
37921
38361
|
},
|
|
37922
38362
|
"US-NC": {
|
|
@@ -38865,6 +39305,17 @@
|
|
|
38865
39305
|
"Other Renewables": 0,
|
|
38866
39306
|
"Solar": 0.0562,
|
|
38867
39307
|
"Wind": 0.0073
|
|
39308
|
+
},
|
|
39309
|
+
"2026-03": {
|
|
39310
|
+
"Bioenergy": 0.0104,
|
|
39311
|
+
"Coal": 0.1957,
|
|
39312
|
+
"Gas": 0.4057,
|
|
39313
|
+
"Hydro": 0.0277,
|
|
39314
|
+
"Nuclear": 0.2962,
|
|
39315
|
+
"Other Fossil": 0.0009,
|
|
39316
|
+
"Other Renewables": 0,
|
|
39317
|
+
"Solar": 0.0562,
|
|
39318
|
+
"Wind": 0.0073
|
|
38868
39319
|
}
|
|
38869
39320
|
},
|
|
38870
39321
|
"US-ND": {
|
|
@@ -39813,6 +40264,17 @@
|
|
|
39813
40264
|
"Other Renewables": 0,
|
|
39814
40265
|
"Solar": 0,
|
|
39815
40266
|
"Wind": 0.3547
|
|
40267
|
+
},
|
|
40268
|
+
"2026-03": {
|
|
40269
|
+
"Bioenergy": 0,
|
|
40270
|
+
"Coal": 0.5343,
|
|
40271
|
+
"Gas": 0.04,
|
|
40272
|
+
"Hydro": 0.071,
|
|
40273
|
+
"Nuclear": 0,
|
|
40274
|
+
"Other Fossil": 0,
|
|
40275
|
+
"Other Renewables": 0,
|
|
40276
|
+
"Solar": 0,
|
|
40277
|
+
"Wind": 0.3547
|
|
39816
40278
|
}
|
|
39817
40279
|
},
|
|
39818
40280
|
"US-NE": {
|
|
@@ -40761,6 +41223,17 @@
|
|
|
40761
41223
|
"Other Renewables": 0,
|
|
40762
41224
|
"Solar": 0.0036,
|
|
40763
41225
|
"Wind": 0.2531
|
|
41226
|
+
},
|
|
41227
|
+
"2026-03": {
|
|
41228
|
+
"Bioenergy": 0.001,
|
|
41229
|
+
"Coal": 0.5096,
|
|
41230
|
+
"Gas": 0.0176,
|
|
41231
|
+
"Hydro": 0.0485,
|
|
41232
|
+
"Nuclear": 0.1667,
|
|
41233
|
+
"Other Fossil": 0,
|
|
41234
|
+
"Other Renewables": 0,
|
|
41235
|
+
"Solar": 0.0036,
|
|
41236
|
+
"Wind": 0.2531
|
|
40764
41237
|
}
|
|
40765
41238
|
},
|
|
40766
41239
|
"US-NH": {
|
|
@@ -41709,6 +42182,17 @@
|
|
|
41709
42182
|
"Other Renewables": 0,
|
|
41710
42183
|
"Solar": 0,
|
|
41711
42184
|
"Wind": 0.0275
|
|
42185
|
+
},
|
|
42186
|
+
"2026-03": {
|
|
42187
|
+
"Bioenergy": 0.0417,
|
|
42188
|
+
"Coal": 0,
|
|
42189
|
+
"Gas": 0.2984,
|
|
42190
|
+
"Hydro": 0.0585,
|
|
42191
|
+
"Nuclear": 0.515,
|
|
42192
|
+
"Other Fossil": 0.0589,
|
|
42193
|
+
"Other Renewables": 0,
|
|
42194
|
+
"Solar": 0,
|
|
42195
|
+
"Wind": 0.0275
|
|
41712
42196
|
}
|
|
41713
42197
|
},
|
|
41714
42198
|
"US-NJ": {
|
|
@@ -42657,6 +43141,17 @@
|
|
|
42657
43141
|
"Other Renewables": 0,
|
|
42658
43142
|
"Solar": 0.023,
|
|
42659
43143
|
"Wind": 0.0004
|
|
43144
|
+
},
|
|
43145
|
+
"2026-03": {
|
|
43146
|
+
"Bioenergy": 0.0102,
|
|
43147
|
+
"Coal": 0,
|
|
43148
|
+
"Gas": 0.3722,
|
|
43149
|
+
"Hydro": 0,
|
|
43150
|
+
"Nuclear": 0.5428,
|
|
43151
|
+
"Other Fossil": 0.0514,
|
|
43152
|
+
"Other Renewables": 0,
|
|
43153
|
+
"Solar": 0.023,
|
|
43154
|
+
"Wind": 0.0004
|
|
42660
43155
|
}
|
|
42661
43156
|
},
|
|
42662
43157
|
"US-NM": {
|
|
@@ -43605,6 +44100,17 @@
|
|
|
43605
44100
|
"Other Renewables": 0.0022,
|
|
43606
44101
|
"Solar": 0.1214,
|
|
43607
44102
|
"Wind": 0.3594
|
|
44103
|
+
},
|
|
44104
|
+
"2026-03": {
|
|
44105
|
+
"Bioenergy": 0.0003,
|
|
44106
|
+
"Coal": 0.2709,
|
|
44107
|
+
"Gas": 0.2458,
|
|
44108
|
+
"Hydro": 0,
|
|
44109
|
+
"Nuclear": 0,
|
|
44110
|
+
"Other Fossil": 0,
|
|
44111
|
+
"Other Renewables": 0.0022,
|
|
44112
|
+
"Solar": 0.1214,
|
|
44113
|
+
"Wind": 0.3594
|
|
43608
44114
|
}
|
|
43609
44115
|
},
|
|
43610
44116
|
"US-NV": {
|
|
@@ -44553,6 +45059,17 @@
|
|
|
44553
45059
|
"Other Renewables": 0.1107,
|
|
44554
45060
|
"Solar": 0.2178,
|
|
44555
45061
|
"Wind": 0.007
|
|
45062
|
+
},
|
|
45063
|
+
"2026-03": {
|
|
45064
|
+
"Bioenergy": 0.0013,
|
|
45065
|
+
"Coal": 0.0352,
|
|
45066
|
+
"Gas": 0.6165,
|
|
45067
|
+
"Hydro": 0.0115,
|
|
45068
|
+
"Nuclear": 0,
|
|
45069
|
+
"Other Fossil": 0,
|
|
45070
|
+
"Other Renewables": 0.1107,
|
|
45071
|
+
"Solar": 0.2178,
|
|
45072
|
+
"Wind": 0.007
|
|
44556
45073
|
}
|
|
44557
45074
|
},
|
|
44558
45075
|
"US-NY": {
|
|
@@ -45501,6 +46018,17 @@
|
|
|
45501
46018
|
"Other Renewables": 0,
|
|
45502
46019
|
"Solar": 0.0239,
|
|
45503
46020
|
"Wind": 0.06
|
|
46021
|
+
},
|
|
46022
|
+
"2026-03": {
|
|
46023
|
+
"Bioenergy": 0.0096,
|
|
46024
|
+
"Coal": 0,
|
|
46025
|
+
"Gas": 0.4241,
|
|
46026
|
+
"Hydro": 0.1686,
|
|
46027
|
+
"Nuclear": 0.2027,
|
|
46028
|
+
"Other Fossil": 0.1111,
|
|
46029
|
+
"Other Renewables": 0,
|
|
46030
|
+
"Solar": 0.0239,
|
|
46031
|
+
"Wind": 0.06
|
|
45504
46032
|
}
|
|
45505
46033
|
},
|
|
45506
46034
|
"US-OH": {
|
|
@@ -46449,6 +46977,17 @@
|
|
|
46449
46977
|
"Other Renewables": 0,
|
|
46450
46978
|
"Solar": 0.0272,
|
|
46451
46979
|
"Wind": 0.0257
|
|
46980
|
+
},
|
|
46981
|
+
"2026-03": {
|
|
46982
|
+
"Bioenergy": 0.0018,
|
|
46983
|
+
"Coal": 0.2487,
|
|
46984
|
+
"Gas": 0.5686,
|
|
46985
|
+
"Hydro": 0.0023,
|
|
46986
|
+
"Nuclear": 0.1136,
|
|
46987
|
+
"Other Fossil": 0.0121,
|
|
46988
|
+
"Other Renewables": 0,
|
|
46989
|
+
"Solar": 0.0272,
|
|
46990
|
+
"Wind": 0.0257
|
|
46452
46991
|
}
|
|
46453
46992
|
},
|
|
46454
46993
|
"US-OK": {
|
|
@@ -47397,6 +47936,17 @@
|
|
|
47397
47936
|
"Other Renewables": 0,
|
|
47398
47937
|
"Solar": 0.0104,
|
|
47399
47938
|
"Wind": 0.4973
|
|
47939
|
+
},
|
|
47940
|
+
"2026-03": {
|
|
47941
|
+
"Bioenergy": 0.0035,
|
|
47942
|
+
"Coal": 0.0591,
|
|
47943
|
+
"Gas": 0.4126,
|
|
47944
|
+
"Hydro": 0.0169,
|
|
47945
|
+
"Nuclear": 0,
|
|
47946
|
+
"Other Fossil": 0.0002,
|
|
47947
|
+
"Other Renewables": 0,
|
|
47948
|
+
"Solar": 0.0104,
|
|
47949
|
+
"Wind": 0.4973
|
|
47400
47950
|
}
|
|
47401
47951
|
},
|
|
47402
47952
|
"US-OR": {
|
|
@@ -48345,6 +48895,17 @@
|
|
|
48345
48895
|
"Other Renewables": 0.0023,
|
|
48346
48896
|
"Solar": 0.0144,
|
|
48347
48897
|
"Wind": 0.0829
|
|
48898
|
+
},
|
|
48899
|
+
"2026-03": {
|
|
48900
|
+
"Bioenergy": 0.0119,
|
|
48901
|
+
"Coal": 0,
|
|
48902
|
+
"Gas": 0.3012,
|
|
48903
|
+
"Hydro": 0.5873,
|
|
48904
|
+
"Nuclear": 0,
|
|
48905
|
+
"Other Fossil": 0,
|
|
48906
|
+
"Other Renewables": 0.0023,
|
|
48907
|
+
"Solar": 0.0144,
|
|
48908
|
+
"Wind": 0.0829
|
|
48348
48909
|
}
|
|
48349
48910
|
},
|
|
48350
48911
|
"US-PA": {
|
|
@@ -49293,6 +49854,17 @@
|
|
|
49293
49854
|
"Other Renewables": 0,
|
|
49294
49855
|
"Solar": 0.0042,
|
|
49295
49856
|
"Wind": 0.0172
|
|
49857
|
+
},
|
|
49858
|
+
"2026-03": {
|
|
49859
|
+
"Bioenergy": 0.0052,
|
|
49860
|
+
"Coal": 0.1065,
|
|
49861
|
+
"Gas": 0.5476,
|
|
49862
|
+
"Hydro": 0.0055,
|
|
49863
|
+
"Nuclear": 0.2958,
|
|
49864
|
+
"Other Fossil": 0.018,
|
|
49865
|
+
"Other Renewables": 0,
|
|
49866
|
+
"Solar": 0.0042,
|
|
49867
|
+
"Wind": 0.0172
|
|
49296
49868
|
}
|
|
49297
49869
|
},
|
|
49298
49870
|
"US-RI": {
|
|
@@ -50241,6 +50813,17 @@
|
|
|
50241
50813
|
"Other Renewables": 0,
|
|
50242
50814
|
"Solar": 0.046,
|
|
50243
50815
|
"Wind": 0.0268
|
|
50816
|
+
},
|
|
50817
|
+
"2026-03": {
|
|
50818
|
+
"Bioenergy": 0.0218,
|
|
50819
|
+
"Coal": 0,
|
|
50820
|
+
"Gas": 0.8057,
|
|
50821
|
+
"Hydro": 0,
|
|
50822
|
+
"Nuclear": 0,
|
|
50823
|
+
"Other Fossil": 0.0997,
|
|
50824
|
+
"Other Renewables": 0,
|
|
50825
|
+
"Solar": 0.046,
|
|
50826
|
+
"Wind": 0.0268
|
|
50244
50827
|
}
|
|
50245
50828
|
},
|
|
50246
50829
|
"US-SC": {
|
|
@@ -51189,6 +51772,17 @@
|
|
|
51189
51772
|
"Other Renewables": 0,
|
|
51190
51773
|
"Solar": 0.0223,
|
|
51191
51774
|
"Wind": 0
|
|
51775
|
+
},
|
|
51776
|
+
"2026-03": {
|
|
51777
|
+
"Bioenergy": 0.0144,
|
|
51778
|
+
"Coal": 0.2102,
|
|
51779
|
+
"Gas": 0.1945,
|
|
51780
|
+
"Hydro": 0.0173,
|
|
51781
|
+
"Nuclear": 0.5377,
|
|
51782
|
+
"Other Fossil": 0.0036,
|
|
51783
|
+
"Other Renewables": 0,
|
|
51784
|
+
"Solar": 0.0223,
|
|
51785
|
+
"Wind": 0
|
|
51192
51786
|
}
|
|
51193
51787
|
},
|
|
51194
51788
|
"US-SD": {
|
|
@@ -52137,6 +52731,17 @@
|
|
|
52137
52731
|
"Other Renewables": 0,
|
|
52138
52732
|
"Solar": 0.0085,
|
|
52139
52733
|
"Wind": 0.5221
|
|
52734
|
+
},
|
|
52735
|
+
"2026-03": {
|
|
52736
|
+
"Bioenergy": 0,
|
|
52737
|
+
"Coal": 0.0968,
|
|
52738
|
+
"Gas": 0.0698,
|
|
52739
|
+
"Hydro": 0.3028,
|
|
52740
|
+
"Nuclear": 0,
|
|
52741
|
+
"Other Fossil": 0,
|
|
52742
|
+
"Other Renewables": 0,
|
|
52743
|
+
"Solar": 0.0085,
|
|
52744
|
+
"Wind": 0.5221
|
|
52140
52745
|
}
|
|
52141
52746
|
},
|
|
52142
52747
|
"US-TN": {
|
|
@@ -53085,6 +53690,17 @@
|
|
|
53085
53690
|
"Other Renewables": 0,
|
|
53086
53691
|
"Solar": 0.0111,
|
|
53087
53692
|
"Wind": 0
|
|
53693
|
+
},
|
|
53694
|
+
"2026-03": {
|
|
53695
|
+
"Bioenergy": 0.0051,
|
|
53696
|
+
"Coal": 0.2562,
|
|
53697
|
+
"Gas": 0.2171,
|
|
53698
|
+
"Hydro": 0.0775,
|
|
53699
|
+
"Nuclear": 0.432,
|
|
53700
|
+
"Other Fossil": 0.0009,
|
|
53701
|
+
"Other Renewables": 0,
|
|
53702
|
+
"Solar": 0.0111,
|
|
53703
|
+
"Wind": 0
|
|
53088
53704
|
}
|
|
53089
53705
|
},
|
|
53090
53706
|
"US-TX": {
|
|
@@ -54033,6 +54649,17 @@
|
|
|
54033
54649
|
"Other Renewables": 0,
|
|
54034
54650
|
"Solar": 0.0811,
|
|
54035
54651
|
"Wind": 0.2275
|
|
54652
|
+
},
|
|
54653
|
+
"2026-03": {
|
|
54654
|
+
"Bioenergy": 0.0021,
|
|
54655
|
+
"Coal": 0.1235,
|
|
54656
|
+
"Gas": 0.4866,
|
|
54657
|
+
"Hydro": 0.0018,
|
|
54658
|
+
"Nuclear": 0.0774,
|
|
54659
|
+
"Other Fossil": 0,
|
|
54660
|
+
"Other Renewables": 0,
|
|
54661
|
+
"Solar": 0.0811,
|
|
54662
|
+
"Wind": 0.2275
|
|
54036
54663
|
}
|
|
54037
54664
|
},
|
|
54038
54665
|
"US-UT": {
|
|
@@ -54981,6 +55608,17 @@
|
|
|
54981
55608
|
"Other Renewables": 0.0135,
|
|
54982
55609
|
"Solar": 0.0912,
|
|
54983
55610
|
"Wind": 0.018
|
|
55611
|
+
},
|
|
55612
|
+
"2026-03": {
|
|
55613
|
+
"Bioenergy": 0.0017,
|
|
55614
|
+
"Coal": 0.3885,
|
|
55615
|
+
"Gas": 0.4485,
|
|
55616
|
+
"Hydro": 0.0352,
|
|
55617
|
+
"Nuclear": 0,
|
|
55618
|
+
"Other Fossil": 0.0033,
|
|
55619
|
+
"Other Renewables": 0.0135,
|
|
55620
|
+
"Solar": 0.0912,
|
|
55621
|
+
"Wind": 0.018
|
|
54984
55622
|
}
|
|
54985
55623
|
},
|
|
54986
55624
|
"US-VA": {
|
|
@@ -55929,6 +56567,17 @@
|
|
|
55929
56567
|
"Other Renewables": 0,
|
|
55930
56568
|
"Solar": 0.0479,
|
|
55931
56569
|
"Wind": 0.0005
|
|
56570
|
+
},
|
|
56571
|
+
"2026-03": {
|
|
56572
|
+
"Bioenergy": 0.0319,
|
|
56573
|
+
"Coal": 0.0423,
|
|
56574
|
+
"Gas": 0.5835,
|
|
56575
|
+
"Hydro": 0,
|
|
56576
|
+
"Nuclear": 0.2669,
|
|
56577
|
+
"Other Fossil": 0.027,
|
|
56578
|
+
"Other Renewables": 0,
|
|
56579
|
+
"Solar": 0.0479,
|
|
56580
|
+
"Wind": 0.0005
|
|
55932
56581
|
}
|
|
55933
56582
|
},
|
|
55934
56583
|
"US-VT": {
|
|
@@ -56877,6 +57526,17 @@
|
|
|
56877
57526
|
"Other Renewables": 0,
|
|
56878
57527
|
"Solar": 0.0572,
|
|
56879
57528
|
"Wind": 0.1636
|
|
57529
|
+
},
|
|
57530
|
+
"2026-03": {
|
|
57531
|
+
"Bioenergy": 0.226,
|
|
57532
|
+
"Coal": 0,
|
|
57533
|
+
"Gas": 0.0011,
|
|
57534
|
+
"Hydro": 0.5521,
|
|
57535
|
+
"Nuclear": 0,
|
|
57536
|
+
"Other Fossil": 0,
|
|
57537
|
+
"Other Renewables": 0,
|
|
57538
|
+
"Solar": 0.0572,
|
|
57539
|
+
"Wind": 0.1636
|
|
56880
57540
|
}
|
|
56881
57541
|
},
|
|
56882
57542
|
"US-WA": {
|
|
@@ -57825,6 +58485,17 @@
|
|
|
57825
58485
|
"Other Renewables": 0,
|
|
57826
58486
|
"Solar": 0.0014,
|
|
57827
58487
|
"Wind": 0.0625
|
|
58488
|
+
},
|
|
58489
|
+
"2026-03": {
|
|
58490
|
+
"Bioenergy": 0.0086,
|
|
58491
|
+
"Coal": 0.0002,
|
|
58492
|
+
"Gas": 0.0788,
|
|
58493
|
+
"Hydro": 0.7738,
|
|
58494
|
+
"Nuclear": 0.0742,
|
|
58495
|
+
"Other Fossil": 0.0006,
|
|
58496
|
+
"Other Renewables": 0,
|
|
58497
|
+
"Solar": 0.0014,
|
|
58498
|
+
"Wind": 0.0625
|
|
57828
58499
|
}
|
|
57829
58500
|
},
|
|
57830
58501
|
"US-WI": {
|
|
@@ -58773,6 +59444,17 @@
|
|
|
58773
59444
|
"Other Renewables": 0,
|
|
58774
59445
|
"Solar": 0.0356,
|
|
58775
59446
|
"Wind": 0.0351
|
|
59447
|
+
},
|
|
59448
|
+
"2026-03": {
|
|
59449
|
+
"Bioenergy": 0.0196,
|
|
59450
|
+
"Coal": 0.3604,
|
|
59451
|
+
"Gas": 0.3438,
|
|
59452
|
+
"Hydro": 0.0512,
|
|
59453
|
+
"Nuclear": 0.154,
|
|
59454
|
+
"Other Fossil": 0.0003,
|
|
59455
|
+
"Other Renewables": 0,
|
|
59456
|
+
"Solar": 0.0356,
|
|
59457
|
+
"Wind": 0.0351
|
|
58776
59458
|
}
|
|
58777
59459
|
},
|
|
58778
59460
|
"US-WV": {
|
|
@@ -59721,6 +60403,17 @@
|
|
|
59721
60403
|
"Other Renewables": 0,
|
|
59722
60404
|
"Solar": 0.0043,
|
|
59723
60405
|
"Wind": 0.0338
|
|
60406
|
+
},
|
|
60407
|
+
"2026-03": {
|
|
60408
|
+
"Bioenergy": 0,
|
|
60409
|
+
"Coal": 0.9008,
|
|
60410
|
+
"Gas": 0.0422,
|
|
60411
|
+
"Hydro": 0.0167,
|
|
60412
|
+
"Nuclear": 0,
|
|
60413
|
+
"Other Fossil": 0.0021,
|
|
60414
|
+
"Other Renewables": 0,
|
|
60415
|
+
"Solar": 0.0043,
|
|
60416
|
+
"Wind": 0.0338
|
|
59724
60417
|
}
|
|
59725
60418
|
},
|
|
59726
60419
|
"US-WY": {
|
|
@@ -60669,6 +61362,17 @@
|
|
|
60669
61362
|
"Other Renewables": 0,
|
|
60670
61363
|
"Solar": 0.0056,
|
|
60671
61364
|
"Wind": 0.4384
|
|
61365
|
+
},
|
|
61366
|
+
"2026-03": {
|
|
61367
|
+
"Bioenergy": 0,
|
|
61368
|
+
"Coal": 0.4448,
|
|
61369
|
+
"Gas": 0.0701,
|
|
61370
|
+
"Hydro": 0.0374,
|
|
61371
|
+
"Nuclear": 0,
|
|
61372
|
+
"Other Fossil": 0.0038,
|
|
61373
|
+
"Other Renewables": 0,
|
|
61374
|
+
"Solar": 0.0056,
|
|
61375
|
+
"Wind": 0.4384
|
|
60672
61376
|
}
|
|
60673
61377
|
}
|
|
60674
61378
|
}
|