@digital4better/data 1.1.47 → 1.1.49

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.
Files changed (65) hide show
  1. package/data/factor/continent-monthly-green.csv +6 -0
  2. package/data/factor/continent-monthly-green.json +66 -0
  3. package/data/factor/continent-monthly.csv +6 -0
  4. package/data/factor/continent-monthly.json +66 -0
  5. package/data/factor/continent-yearly-green.csv +6 -6
  6. package/data/factor/continent-yearly-green.json +54 -54
  7. package/data/factor/continent-yearly.csv +6 -6
  8. package/data/factor/continent-yearly.json +54 -54
  9. package/data/factor/country-monthly-green.csv +214 -0
  10. package/data/factor/country-monthly-green.json +2354 -0
  11. package/data/factor/country-monthly.csv +214 -0
  12. package/data/factor/country-monthly.json +2354 -0
  13. package/data/factor/country-yearly-green.csv +84 -84
  14. package/data/factor/country-yearly-green.json +748 -748
  15. package/data/factor/country-yearly.csv +87 -87
  16. package/data/factor/country-yearly.json +754 -754
  17. package/data/factor/subdivision-monthly-green.csv +89 -26
  18. package/data/factor/subdivision-monthly-green.json +927 -234
  19. package/data/factor/subdivision-monthly.csv +89 -26
  20. package/data/factor/subdivision-monthly.json +927 -234
  21. package/data/factor/subdivision-yearly-green.csv +63 -63
  22. package/data/factor/subdivision-yearly-green.json +567 -567
  23. package/data/factor/subdivision-yearly.csv +63 -63
  24. package/data/factor/subdivision-yearly.json +567 -567
  25. package/data/factor/world-monthly-green.csv +1 -0
  26. package/data/factor/world-monthly-green.json +11 -0
  27. package/data/factor/world-monthly.csv +1 -0
  28. package/data/factor/world-monthly.json +11 -0
  29. package/data/factor/world-yearly-green.csv +1 -1
  30. package/data/factor/world-yearly-green.json +9 -9
  31. package/data/factor/world-yearly.csv +1 -1
  32. package/data/factor/world-yearly.json +9 -9
  33. package/data/mix/continent-monthly-green.csv +6 -0
  34. package/data/mix/continent-monthly-green.json +36 -0
  35. package/data/mix/continent-monthly.csv +6 -0
  36. package/data/mix/continent-monthly.json +66 -0
  37. package/data/mix/continent-yearly-green.csv +6 -6
  38. package/data/mix/continent-yearly-green.json +21 -21
  39. package/data/mix/continent-yearly.csv +6 -6
  40. package/data/mix/continent-yearly.json +41 -41
  41. package/data/mix/country-monthly-green.csv +214 -0
  42. package/data/mix/country-monthly-green.json +1284 -0
  43. package/data/mix/country-monthly.csv +214 -0
  44. package/data/mix/country-monthly.json +2354 -0
  45. package/data/mix/country-yearly-green.csv +82 -82
  46. package/data/mix/country-yearly-green.json +290 -290
  47. package/data/mix/country-yearly.csv +82 -82
  48. package/data/mix/country-yearly.json +551 -551
  49. package/data/mix/subdivision-monthly-green.csv +89 -26
  50. package/data/mix/subdivision-monthly-green.json +466 -88
  51. package/data/mix/subdivision-monthly.csv +89 -26
  52. package/data/mix/subdivision-monthly.json +869 -176
  53. package/data/mix/subdivision-yearly-green.csv +63 -63
  54. package/data/mix/subdivision-yearly-green.json +218 -218
  55. package/data/mix/subdivision-yearly.csv +63 -63
  56. package/data/mix/subdivision-yearly.json +390 -390
  57. package/data/mix/world-monthly-green.csv +1 -0
  58. package/data/mix/world-monthly-green.json +6 -0
  59. package/data/mix/world-monthly.csv +1 -0
  60. package/data/mix/world-monthly.json +11 -0
  61. package/data/mix/world-yearly-green.csv +1 -1
  62. package/data/mix/world-yearly-green.json +4 -4
  63. package/data/mix/world-yearly.csv +1 -1
  64. package/data/mix/world-yearly.json +8 -8
  65. package/package.json +1 -1
@@ -124,15 +124,15 @@
124
124
  "Wind": 0.0577
125
125
  },
126
126
  "2024": {
127
- "Bioenergy": 0.0166,
128
- "Coal": 0.4649,
129
- "Gas": 0.0811,
130
- "Hydro": 0.2348,
131
- "Nuclear": 0.043,
132
- "Other Fossil": 0.0213,
127
+ "Bioenergy": 0.0164,
128
+ "Coal": 0.4616,
129
+ "Gas": 0.0806,
130
+ "Hydro": 0.2393,
131
+ "Nuclear": 0.0429,
132
+ "Other Fossil": 0.0212,
133
133
  "Other Renewables": 0.0042,
134
- "Solar": 0.0703,
135
- "Wind": 0.064
134
+ "Solar": 0.0708,
135
+ "Wind": 0.063
136
136
  }
137
137
  },
138
138
  "AG": {
@@ -260,15 +260,15 @@
260
260
  "Wind": 0.0399
261
261
  },
262
262
  "2024": {
263
- "Bioenergy": 0.009,
264
- "Coal": 0.0402,
265
- "Gas": 0.07,
266
- "Hydro": 0.743,
267
- "Nuclear": 0.0622,
263
+ "Bioenergy": 0.0089,
264
+ "Coal": 0.04,
265
+ "Gas": 0.0699,
266
+ "Hydro": 0.7427,
267
+ "Nuclear": 0.0625,
268
268
  "Other Fossil": 0.006,
269
269
  "Other Renewables": 0.002,
270
- "Solar": 0.0275,
271
- "Wind": 0.0401
270
+ "Solar": 0.0291,
271
+ "Wind": 0.0388
272
272
  }
273
273
  },
274
274
  "AM": {
@@ -464,15 +464,15 @@
464
464
  "Wind": 0.1017
465
465
  },
466
466
  "2024": {
467
- "Bioenergy": 0.008,
467
+ "Bioenergy": 0.0082,
468
468
  "Coal": 0.0024,
469
- "Gas": 0.5171,
470
- "Hydro": 0.2413,
471
- "Nuclear": 0.0904,
469
+ "Gas": 0.5181,
470
+ "Hydro": 0.2387,
471
+ "Nuclear": 0.0914,
472
472
  "Other Fossil": 0.0122,
473
473
  "Other Renewables": 0.0001,
474
- "Solar": 0.0237,
475
- "Wind": 0.1047
474
+ "Solar": 0.0233,
475
+ "Wind": 0.1055
476
476
  }
477
477
  },
478
478
  "AS": {
@@ -600,15 +600,15 @@
600
600
  "Wind": 0.1398
601
601
  },
602
602
  "2024": {
603
- "Bioenergy": 0.0253,
603
+ "Bioenergy": 0.0245,
604
604
  "Coal": 0,
605
- "Gas": 0.0644,
606
- "Hydro": 0.6627,
605
+ "Gas": 0.0564,
606
+ "Hydro": 0.6726,
607
607
  "Nuclear": 0,
608
- "Other Fossil": 0.015,
608
+ "Other Fossil": 0.0149,
609
609
  "Other Renewables": 0,
610
- "Solar": 0.0918,
611
- "Wind": 0.1407
610
+ "Solar": 0.0982,
611
+ "Wind": 0.1333
612
612
  }
613
613
  },
614
614
  "AU": {
@@ -669,14 +669,14 @@
669
669
  },
670
670
  "2024": {
671
671
  "Bioenergy": 0.0016,
672
- "Coal": 0.5625,
673
- "Gas": 0.0848,
674
- "Hydro": 0.055,
672
+ "Coal": 0.562,
673
+ "Gas": 0.0876,
674
+ "Hydro": 0.0555,
675
675
  "Nuclear": 0,
676
676
  "Other Fossil": 0.0003,
677
677
  "Other Renewables": 0,
678
- "Solar": 0.172,
679
- "Wind": 0.124
678
+ "Solar": 0.1656,
679
+ "Wind": 0.1275
680
680
  }
681
681
  },
682
682
  "AW": {
@@ -873,14 +873,14 @@
873
873
  },
874
874
  "2024": {
875
875
  "Bioenergy": 0,
876
- "Coal": 0.6219,
876
+ "Coal": 0.6293,
877
877
  "Gas": 0,
878
- "Hydro": 0.3416,
878
+ "Hydro": 0.3332,
879
879
  "Nuclear": 0,
880
880
  "Other Fossil": 0,
881
881
  "Other Renewables": 0,
882
- "Solar": 0.0228,
883
- "Wind": 0.0138
882
+ "Solar": 0.024,
883
+ "Wind": 0.0135
884
884
  }
885
885
  },
886
886
  "BB": {
@@ -1008,15 +1008,15 @@
1008
1008
  "Wind": 0.0117
1009
1009
  },
1010
1010
  "2024": {
1011
- "Bioenergy": 0.0032,
1012
- "Coal": 0.3569,
1013
- "Gas": 0.469,
1014
- "Hydro": 0.0215,
1015
- "Nuclear": 0.0083,
1016
- "Other Fossil": 0.1067,
1011
+ "Bioenergy": 0.0031,
1012
+ "Coal": 0.3519,
1013
+ "Gas": 0.4708,
1014
+ "Hydro": 0.022,
1015
+ "Nuclear": 0.0082,
1016
+ "Other Fossil": 0.11,
1017
1017
  "Other Renewables": 0.0008,
1018
1018
  "Solar": 0.0212,
1019
- "Wind": 0.0124
1019
+ "Wind": 0.0121
1020
1020
  }
1021
1021
  },
1022
1022
  "BE": {
@@ -1077,14 +1077,14 @@
1077
1077
  },
1078
1078
  "2024": {
1079
1079
  "Bioenergy": 0.0101,
1080
- "Coal": 0.0138,
1081
- "Gas": 0.1484,
1082
- "Hydro": 0.0219,
1083
- "Nuclear": 0.4146,
1084
- "Other Fossil": 0.0859,
1085
- "Other Renewables": 0.0007,
1086
- "Solar": 0.1238,
1087
- "Wind": 0.1809
1080
+ "Coal": 0.0124,
1081
+ "Gas": 0.1451,
1082
+ "Hydro": 0.0197,
1083
+ "Nuclear": 0.4195,
1084
+ "Other Fossil": 0.0869,
1085
+ "Other Renewables": 0.0006,
1086
+ "Solar": 0.1324,
1087
+ "Wind": 0.1732
1088
1088
  }
1089
1089
  },
1090
1090
  "BF": {
@@ -1212,15 +1212,15 @@
1212
1212
  "Wind": 0.0386
1213
1213
  },
1214
1214
  "2024": {
1215
- "Bioenergy": 0.0044,
1216
- "Coal": 0.2402,
1217
- "Gas": 0.064,
1218
- "Hydro": 0.1065,
1219
- "Nuclear": 0.4138,
1220
- "Other Fossil": 0.0006,
1215
+ "Bioenergy": 0.0045,
1216
+ "Coal": 0.2457,
1217
+ "Gas": 0.0608,
1218
+ "Hydro": 0.1038,
1219
+ "Nuclear": 0.4101,
1220
+ "Other Fossil": 0.0005,
1221
1221
  "Other Renewables": 0.0002,
1222
- "Solar": 0.1304,
1223
- "Wind": 0.04
1222
+ "Solar": 0.1362,
1223
+ "Wind": 0.0383
1224
1224
  }
1225
1225
  },
1226
1226
  "BH": {
@@ -1620,15 +1620,15 @@
1620
1620
  "Wind": 0.0434
1621
1621
  },
1622
1622
  "2024": {
1623
- "Bioenergy": 0.0075,
1623
+ "Bioenergy": 0.0092,
1624
1624
  "Coal": 0,
1625
- "Gas": 0.6478,
1626
- "Hydro": 0.2701,
1625
+ "Gas": 0.6487,
1626
+ "Hydro": 0.2658,
1627
1627
  "Nuclear": 0,
1628
1628
  "Other Fossil": 0,
1629
1629
  "Other Renewables": 0,
1630
- "Solar": 0.0298,
1631
- "Wind": 0.0448
1630
+ "Solar": 0.0302,
1631
+ "Wind": 0.0461
1632
1632
  }
1633
1633
  },
1634
1634
  "BR": {
@@ -1688,15 +1688,15 @@
1688
1688
  "Wind": 0.1416
1689
1689
  },
1690
1690
  "2024": {
1691
- "Bioenergy": 0.0123,
1692
- "Coal": 0.0095,
1693
- "Gas": 0.0467,
1694
- "Hydro": 0.6706,
1695
- "Nuclear": 0.0244,
1691
+ "Bioenergy": 0.0132,
1692
+ "Coal": 0.0098,
1693
+ "Gas": 0.0501,
1694
+ "Hydro": 0.6575,
1695
+ "Nuclear": 0.0247,
1696
1696
  "Other Fossil": 0.0109,
1697
1697
  "Other Renewables": 0,
1698
- "Solar": 0.0965,
1699
- "Wind": 0.1292
1698
+ "Solar": 0.0967,
1699
+ "Wind": 0.1372
1700
1700
  }
1701
1701
  },
1702
1702
  "BS": {
@@ -2028,15 +2028,15 @@
2028
2028
  "Wind": 0.0381
2029
2029
  },
2030
2030
  "2024": {
2031
- "Bioenergy": 0.1706,
2032
- "Coal": 0.0149,
2033
- "Gas": 0.1029,
2034
- "Hydro": 0.5203,
2035
- "Nuclear": 0.0101,
2036
- "Other Fossil": 0.103,
2031
+ "Bioenergy": 0.1707,
2032
+ "Coal": 0.0148,
2033
+ "Gas": 0.1043,
2034
+ "Hydro": 0.518,
2035
+ "Nuclear": 0.0102,
2036
+ "Other Fossil": 0.1031,
2037
2037
  "Other Renewables": 0.0025,
2038
- "Solar": 0.0397,
2039
- "Wind": 0.0359
2038
+ "Solar": 0.0395,
2039
+ "Wind": 0.0368
2040
2040
  }
2041
2041
  },
2042
2042
  "CA": {
@@ -2096,15 +2096,15 @@
2096
2096
  "Wind": 0.0646
2097
2097
  },
2098
2098
  "2024": {
2099
- "Bioenergy": 0.0158,
2100
- "Coal": 0.0464,
2101
- "Gas": 0.1461,
2102
- "Hydro": 0.5692,
2103
- "Nuclear": 0.1223,
2104
- "Other Fossil": 0.0104,
2099
+ "Bioenergy": 0.0159,
2100
+ "Coal": 0.0465,
2101
+ "Gas": 0.1464,
2102
+ "Hydro": 0.5691,
2103
+ "Nuclear": 0.1221,
2104
+ "Other Fossil": 0.0105,
2105
2105
  "Other Renewables": 0.0006,
2106
- "Solar": 0.0097,
2107
- "Wind": 0.0795
2106
+ "Solar": 0.0101,
2107
+ "Wind": 0.0789
2108
2108
  }
2109
2109
  },
2110
2110
  "CD": {
@@ -2370,13 +2370,13 @@
2370
2370
  "2024": {
2371
2371
  "Bioenergy": 0,
2372
2372
  "Coal": 0.0002,
2373
- "Gas": 0.0004,
2374
- "Hydro": 0.6104,
2375
- "Nuclear": 0.2781,
2376
- "Other Fossil": 0.047,
2373
+ "Gas": 0.0003,
2374
+ "Hydro": 0.6153,
2375
+ "Nuclear": 0.2734,
2376
+ "Other Fossil": 0.0455,
2377
2377
  "Other Renewables": 0,
2378
- "Solar": 0.062,
2379
- "Wind": 0.0018
2378
+ "Solar": 0.0636,
2379
+ "Wind": 0.0017
2380
2380
  }
2381
2381
  },
2382
2382
  "CI": {
@@ -2572,15 +2572,15 @@
2572
2572
  "Wind": 0.1187
2573
2573
  },
2574
2574
  "2024": {
2575
- "Bioenergy": 0.0238,
2576
- "Coal": 0.1692,
2577
- "Gas": 0.179,
2578
- "Hydro": 0.2831,
2575
+ "Bioenergy": 0.0232,
2576
+ "Coal": 0.1652,
2577
+ "Gas": 0.177,
2578
+ "Hydro": 0.2909,
2579
2579
  "Nuclear": 0,
2580
- "Other Fossil": 0.0133,
2581
- "Other Renewables": 0.0044,
2582
- "Solar": 0.2059,
2583
- "Wind": 0.1212
2580
+ "Other Fossil": 0.0135,
2581
+ "Other Renewables": 0.0043,
2582
+ "Solar": 0.2024,
2583
+ "Wind": 0.1235
2584
2584
  }
2585
2585
  },
2586
2586
  "CM": {
@@ -2708,15 +2708,15 @@
2708
2708
  "Wind": 0.0952
2709
2709
  },
2710
2710
  "2024": {
2711
- "Bioenergy": 0.0194,
2712
- "Coal": 0.5896,
2713
- "Gas": 0.0285,
2714
- "Hydro": 0.1292,
2715
- "Nuclear": 0.0448,
2711
+ "Bioenergy": 0.0193,
2712
+ "Coal": 0.5869,
2713
+ "Gas": 0.0283,
2714
+ "Hydro": 0.1364,
2715
+ "Nuclear": 0.0445,
2716
2716
  "Other Fossil": 0.0017,
2717
2717
  "Other Renewables": 0,
2718
- "Solar": 0.0804,
2719
- "Wind": 0.1065
2718
+ "Solar": 0.0803,
2719
+ "Wind": 0.1026
2720
2720
  }
2721
2721
  },
2722
2722
  "CO": {
@@ -2777,13 +2777,13 @@
2777
2777
  },
2778
2778
  "2024": {
2779
2779
  "Bioenergy": 0,
2780
- "Coal": 0.1265,
2781
- "Gas": 0.0775,
2782
- "Hydro": 0.7448,
2780
+ "Coal": 0.1194,
2781
+ "Gas": 0.0721,
2782
+ "Hydro": 0.7569,
2783
2783
  "Nuclear": 0,
2784
- "Other Fossil": 0.0074,
2784
+ "Other Fossil": 0.0072,
2785
2785
  "Other Renewables": 0,
2786
- "Solar": 0.0413,
2786
+ "Solar": 0.0417,
2787
2787
  "Wind": 0.0026
2788
2788
  }
2789
2789
  },
@@ -2844,15 +2844,15 @@
2844
2844
  "Wind": 0.1222
2845
2845
  },
2846
2846
  "2024": {
2847
- "Bioenergy": 0.0055,
2848
- "Coal": 0.0009,
2849
- "Gas": 0.0058,
2850
- "Hydro": 0.5901,
2851
- "Nuclear": 0.0006,
2852
- "Other Fossil": 0.1605,
2853
- "Other Renewables": 0.1191,
2854
- "Solar": 0.0018,
2855
- "Wind": 0.1156
2847
+ "Bioenergy": 0.0048,
2848
+ "Coal": 0.0008,
2849
+ "Gas": 0.0051,
2850
+ "Hydro": 0.6098,
2851
+ "Nuclear": 0.0005,
2852
+ "Other Fossil": 0.1439,
2853
+ "Other Renewables": 0.1206,
2854
+ "Solar": 0.0016,
2855
+ "Wind": 0.1128
2856
2856
  }
2857
2857
  },
2858
2858
  "CU": {
@@ -3053,10 +3053,10 @@
3053
3053
  "Gas": 0,
3054
3054
  "Hydro": 0,
3055
3055
  "Nuclear": 0,
3056
- "Other Fossil": 0.751,
3056
+ "Other Fossil": 0.745,
3057
3057
  "Other Renewables": 0,
3058
- "Solar": 0.1992,
3059
- "Wind": 0.0498
3058
+ "Solar": 0.2047,
3059
+ "Wind": 0.0504
3060
3060
  }
3061
3061
  },
3062
3062
  "CZ": {
@@ -3116,15 +3116,15 @@
3116
3116
  "Wind": 0.0105
3117
3117
  },
3118
3118
  "2024": {
3119
- "Bioenergy": 0.0339,
3120
- "Coal": 0.3302,
3121
- "Gas": 0.0464,
3122
- "Hydro": 0.0378,
3123
- "Nuclear": 0.424,
3124
- "Other Fossil": 0.0144,
3125
- "Other Renewables": 0.0369,
3126
- "Solar": 0.066,
3127
- "Wind": 0.0104
3119
+ "Bioenergy": 0.0323,
3120
+ "Coal": 0.326,
3121
+ "Gas": 0.0447,
3122
+ "Hydro": 0.0357,
3123
+ "Nuclear": 0.4297,
3124
+ "Other Fossil": 0.0143,
3125
+ "Other Renewables": 0.0371,
3126
+ "Solar": 0.0705,
3127
+ "Wind": 0.0099
3128
3128
  }
3129
3129
  },
3130
3130
  "DE": {
@@ -3184,15 +3184,15 @@
3184
3184
  "Wind": 0.2709
3185
3185
  },
3186
3186
  "2024": {
3187
- "Bioenergy": 0.0883,
3188
- "Coal": 0.1931,
3189
- "Gas": 0.1702,
3190
- "Hydro": 0.0591,
3191
- "Nuclear": 0.0102,
3187
+ "Bioenergy": 0.088,
3188
+ "Coal": 0.1913,
3189
+ "Gas": 0.1676,
3190
+ "Hydro": 0.0617,
3191
+ "Nuclear": 0.0115,
3192
3192
  "Other Fossil": 0.0417,
3193
- "Other Renewables": 0.0003,
3194
- "Solar": 0.1641,
3195
- "Wind": 0.273
3193
+ "Other Renewables": 0.0004,
3194
+ "Solar": 0.1767,
3195
+ "Wind": 0.2611
3196
3196
  }
3197
3197
  },
3198
3198
  "DJ": {
@@ -3320,15 +3320,15 @@
3320
3320
  "Wind": 0.5468
3321
3321
  },
3322
3322
  "2024": {
3323
- "Bioenergy": 0.0984,
3324
- "Coal": 0.098,
3325
- "Gas": 0.0656,
3326
- "Hydro": 0.0156,
3327
- "Nuclear": 0.0147,
3328
- "Other Fossil": 0.0333,
3323
+ "Bioenergy": 0.0923,
3324
+ "Coal": 0.0996,
3325
+ "Gas": 0.066,
3326
+ "Hydro": 0.0173,
3327
+ "Nuclear": 0.0167,
3328
+ "Other Fossil": 0.0337,
3329
3329
  "Other Renewables": 0.0005,
3330
- "Solar": 0.1174,
3331
- "Wind": 0.5565
3330
+ "Solar": 0.1265,
3331
+ "Wind": 0.5475
3332
3332
  }
3333
3333
  },
3334
3334
  "DM": {
@@ -3595,12 +3595,12 @@
3595
3595
  "Bioenergy": 0.0006,
3596
3596
  "Coal": 0.0006,
3597
3597
  "Gas": 0.03,
3598
- "Hydro": 0.7011,
3598
+ "Hydro": 0.6987,
3599
3599
  "Nuclear": 0.0004,
3600
- "Other Fossil": 0.261,
3600
+ "Other Fossil": 0.2636,
3601
3601
  "Other Renewables": 0.0001,
3602
3602
  "Solar": 0.0011,
3603
- "Wind": 0.0051
3603
+ "Wind": 0.005
3604
3604
  }
3605
3605
  },
3606
3606
  "EE": {
@@ -3660,15 +3660,15 @@
3660
3660
  "Wind": 0.1556
3661
3661
  },
3662
3662
  "2024": {
3663
- "Bioenergy": 0.0686,
3664
- "Coal": 0.0484,
3665
- "Gas": 0.0843,
3666
- "Hydro": 0.0705,
3667
- "Nuclear": 0.0727,
3668
- "Other Fossil": 0.3284,
3669
- "Other Renewables": 0.0024,
3670
- "Solar": 0.1553,
3671
- "Wind": 0.1694
3663
+ "Bioenergy": 0.0665,
3664
+ "Coal": 0.0472,
3665
+ "Gas": 0.0825,
3666
+ "Hydro": 0.0692,
3667
+ "Nuclear": 0.0715,
3668
+ "Other Fossil": 0.3261,
3669
+ "Other Renewables": 0.0023,
3670
+ "Solar": 0.1694,
3671
+ "Wind": 0.1653
3672
3672
  }
3673
3673
  },
3674
3674
  "EG": {
@@ -3864,15 +3864,15 @@
3864
3864
  "Wind": 0.249
3865
3865
  },
3866
3866
  "2024": {
3867
- "Bioenergy": 0.0141,
3868
- "Coal": 0.0109,
3869
- "Gas": 0.1488,
3870
- "Hydro": 0.1516,
3871
- "Nuclear": 0.2091,
3872
- "Other Fossil": 0.0099,
3873
- "Other Renewables": 0.0028,
3874
- "Solar": 0.2045,
3875
- "Wind": 0.2485
3867
+ "Bioenergy": 0.0143,
3868
+ "Coal": 0.0107,
3869
+ "Gas": 0.1527,
3870
+ "Hydro": 0.1422,
3871
+ "Nuclear": 0.2118,
3872
+ "Other Fossil": 0.01,
3873
+ "Other Renewables": 0.0027,
3874
+ "Solar": 0.216,
3875
+ "Wind": 0.2396
3876
3876
  }
3877
3877
  },
3878
3878
  "ET": {
@@ -4000,15 +4000,15 @@
4000
4000
  "Wind": 0.1777
4001
4001
  },
4002
4002
  "2024": {
4003
- "Bioenergy": 0.1142,
4004
- "Coal": 0.0263,
4005
- "Gas": 0.0257,
4006
- "Hydro": 0.1939,
4007
- "Nuclear": 0.3765,
4008
- "Other Fossil": 0.0444,
4009
- "Other Renewables": 0.0005,
4010
- "Solar": 0.0198,
4011
- "Wind": 0.1988
4003
+ "Bioenergy": 0.1117,
4004
+ "Coal": 0.0237,
4005
+ "Gas": 0.0231,
4006
+ "Hydro": 0.1922,
4007
+ "Nuclear": 0.3921,
4008
+ "Other Fossil": 0.0423,
4009
+ "Other Renewables": 0.0004,
4010
+ "Solar": 0.0209,
4011
+ "Wind": 0.1935
4012
4012
  }
4013
4013
  },
4014
4014
  "FJ": {
@@ -4272,15 +4272,15 @@
4272
4272
  "Wind": 0.1023
4273
4273
  },
4274
4274
  "2024": {
4275
- "Bioenergy": 0.0059,
4276
- "Coal": 0.0008,
4277
- "Gas": 0.0347,
4278
- "Hydro": 0.1351,
4279
- "Nuclear": 0.6807,
4280
- "Other Fossil": 0.0059,
4275
+ "Bioenergy": 0.006,
4276
+ "Coal": 0.0007,
4277
+ "Gas": 0.0324,
4278
+ "Hydro": 0.1345,
4279
+ "Nuclear": 0.6841,
4280
+ "Other Fossil": 0.006,
4281
4281
  "Other Renewables": 0,
4282
- "Solar": 0.0468,
4283
- "Wind": 0.0899
4282
+ "Solar": 0.0502,
4283
+ "Wind": 0.086
4284
4284
  }
4285
4285
  },
4286
4286
  "GA": {
@@ -4408,15 +4408,15 @@
4408
4408
  "Wind": 0.3128
4409
4409
  },
4410
4410
  "2024": {
4411
- "Bioenergy": 0.072,
4412
- "Coal": 0.027,
4413
- "Gas": 0.2919,
4414
- "Hydro": 0.0411,
4415
- "Nuclear": 0.1701,
4416
- "Other Fossil": 0.0142,
4411
+ "Bioenergy": 0.073,
4412
+ "Coal": 0.0266,
4413
+ "Gas": 0.2911,
4414
+ "Hydro": 0.0407,
4415
+ "Nuclear": 0.1736,
4416
+ "Other Fossil": 0.0145,
4417
4417
  "Other Renewables": 0.0009,
4418
- "Solar": 0.0693,
4419
- "Wind": 0.3135
4418
+ "Solar": 0.0741,
4419
+ "Wind": 0.3055
4420
4420
  }
4421
4421
  },
4422
4422
  "GD": {
@@ -4544,15 +4544,15 @@
4544
4544
  "Wind": 0.0124
4545
4545
  },
4546
4546
  "2024": {
4547
- "Bioenergy": 0.0011,
4548
- "Coal": 0.0299,
4549
- "Gas": 0.1559,
4550
- "Hydro": 0.7948,
4551
- "Nuclear": 0.0026,
4547
+ "Bioenergy": 0.001,
4548
+ "Coal": 0.0262,
4549
+ "Gas": 0.1366,
4550
+ "Hydro": 0.8194,
4551
+ "Nuclear": 0.0023,
4552
4552
  "Other Fossil": 0.0003,
4553
- "Other Renewables": 0.0003,
4554
- "Solar": 0.0034,
4555
- "Wind": 0.0118
4553
+ "Other Renewables": 0.0002,
4554
+ "Solar": 0.0029,
4555
+ "Wind": 0.0111
4556
4556
  }
4557
4557
  },
4558
4558
  "GF": {
@@ -5156,15 +5156,15 @@
5156
5156
  "Wind": 0.2195
5157
5157
  },
5158
5158
  "2024": {
5159
- "Bioenergy": 0.0008,
5160
- "Coal": 0.0696,
5161
- "Gas": 0.4032,
5162
- "Hydro": 0.0667,
5163
- "Nuclear": 0.0057,
5164
- "Other Fossil": 0.0006,
5159
+ "Bioenergy": 0.0007,
5160
+ "Coal": 0.0698,
5161
+ "Gas": 0.4073,
5162
+ "Hydro": 0.0666,
5163
+ "Nuclear": 0.0051,
5164
+ "Other Fossil": 0.0005,
5165
5165
  "Other Renewables": 0.0002,
5166
- "Solar": 0.2253,
5167
- "Wind": 0.2279
5166
+ "Solar": 0.2284,
5167
+ "Wind": 0.2215
5168
5168
  }
5169
5169
  },
5170
5170
  "GT": {
@@ -5497,14 +5497,14 @@
5497
5497
  },
5498
5498
  "2024": {
5499
5499
  "Bioenergy": 0.0079,
5500
- "Coal": 0.565,
5501
- "Gas": 0.3399,
5502
- "Hydro": 0.0288,
5503
- "Nuclear": 0.0132,
5500
+ "Coal": 0.564,
5501
+ "Gas": 0.3397,
5502
+ "Hydro": 0.0302,
5503
+ "Nuclear": 0.0131,
5504
5504
  "Other Fossil": 0.0051,
5505
5505
  "Other Renewables": 0.0013,
5506
- "Solar": 0.0193,
5507
- "Wind": 0.0196
5506
+ "Solar": 0.0195,
5507
+ "Wind": 0.0193
5508
5508
  }
5509
5509
  },
5510
5510
  "HN": {
@@ -5567,12 +5567,12 @@
5567
5567
  "Bioenergy": 0.1288,
5568
5568
  "Coal": 0.0008,
5569
5569
  "Gas": 0.0054,
5570
- "Hydro": 0.2244,
5570
+ "Hydro": 0.2243,
5571
5571
  "Nuclear": 0.0005,
5572
5572
  "Other Fossil": 0.4392,
5573
5573
  "Other Renewables": 0.0265,
5574
5574
  "Solar": 0.1002,
5575
- "Wind": 0.0741
5575
+ "Wind": 0.0742
5576
5576
  }
5577
5577
  },
5578
5578
  "HR": {
@@ -5632,15 +5632,15 @@
5632
5632
  "Wind": 0.1603
5633
5633
  },
5634
5634
  "2024": {
5635
- "Bioenergy": 0.0438,
5636
- "Coal": 0.0398,
5637
- "Gas": 0.2256,
5638
- "Hydro": 0.4067,
5639
- "Nuclear": 0.0469,
5640
- "Other Fossil": 0.0107,
5641
- "Other Renewables": 0.0159,
5642
- "Solar": 0.0339,
5643
- "Wind": 0.1766
5635
+ "Bioenergy": 0.0432,
5636
+ "Coal": 0.0492,
5637
+ "Gas": 0.2282,
5638
+ "Hydro": 0.3924,
5639
+ "Nuclear": 0.0505,
5640
+ "Other Fossil": 0.0102,
5641
+ "Other Renewables": 0.0157,
5642
+ "Solar": 0.0377,
5643
+ "Wind": 0.1728
5644
5644
  }
5645
5645
  },
5646
5646
  "HT": {
@@ -5768,15 +5768,15 @@
5768
5768
  "Wind": 0.0473
5769
5769
  },
5770
5770
  "2024": {
5771
- "Bioenergy": 0.0244,
5772
- "Coal": 0.0875,
5773
- "Gas": 0.1764,
5774
- "Hydro": 0.0512,
5775
- "Nuclear": 0.3639,
5771
+ "Bioenergy": 0.0231,
5772
+ "Coal": 0.0854,
5773
+ "Gas": 0.1716,
5774
+ "Hydro": 0.0491,
5775
+ "Nuclear": 0.3653,
5776
5776
  "Other Fossil": 0.0184,
5777
5777
  "Other Renewables": 0.0037,
5778
- "Solar": 0.2278,
5779
- "Wind": 0.0466
5778
+ "Solar": 0.2395,
5779
+ "Wind": 0.0438
5780
5780
  }
5781
5781
  },
5782
5782
  "ID": {
@@ -5837,9 +5837,9 @@
5837
5837
  },
5838
5838
  "2024": {
5839
5839
  "Bioenergy": 0.0411,
5840
- "Coal": 0.5904,
5840
+ "Coal": 0.5903,
5841
5841
  "Gas": 0.2103,
5842
- "Hydro": 0.0718,
5842
+ "Hydro": 0.0719,
5843
5843
  "Nuclear": 0.0003,
5844
5844
  "Other Fossil": 0.0356,
5845
5845
  "Other Renewables": 0.0476,
@@ -5904,15 +5904,15 @@
5904
5904
  "Wind": 0.3594
5905
5905
  },
5906
5906
  "2024": {
5907
- "Bioenergy": 0.0082,
5908
- "Coal": 0.0467,
5909
- "Gas": 0.4322,
5910
- "Hydro": 0.0574,
5911
- "Nuclear": 0.0318,
5912
- "Other Fossil": 0.0416,
5913
- "Other Renewables": 0.001,
5914
- "Solar": 0.0348,
5915
- "Wind": 0.3463
5907
+ "Bioenergy": 0.0083,
5908
+ "Coal": 0.0475,
5909
+ "Gas": 0.4355,
5910
+ "Hydro": 0.0559,
5911
+ "Nuclear": 0.033,
5912
+ "Other Fossil": 0.0423,
5913
+ "Other Renewables": 0.0011,
5914
+ "Solar": 0.0382,
5915
+ "Wind": 0.3382
5916
5916
  }
5917
5917
  },
5918
5918
  "IL": {
@@ -6040,15 +6040,15 @@
6040
6040
  "Wind": 0.0482
6041
6041
  },
6042
6042
  "2024": {
6043
- "Bioenergy": 0.008,
6044
- "Coal": 0.755,
6045
- "Gas": 0.0237,
6046
- "Hydro": 0.0675,
6047
- "Nuclear": 0.0269,
6043
+ "Bioenergy": 0.0073,
6044
+ "Coal": 0.7499,
6045
+ "Gas": 0.0243,
6046
+ "Hydro": 0.0707,
6047
+ "Nuclear": 0.0268,
6048
6048
  "Other Fossil": 0.0002,
6049
6049
  "Other Renewables": 0.0015,
6050
- "Solar": 0.0736,
6051
- "Wind": 0.0435
6050
+ "Solar": 0.0732,
6051
+ "Wind": 0.046
6052
6052
  }
6053
6053
  },
6054
6054
  "IQ": {
@@ -6178,10 +6178,10 @@
6178
6178
  "2024": {
6179
6179
  "Bioenergy": 0,
6180
6180
  "Coal": 0,
6181
- "Gas": 0.7936,
6182
- "Hydro": 0.0592,
6181
+ "Gas": 0.8031,
6182
+ "Hydro": 0.0602,
6183
6183
  "Nuclear": 0,
6184
- "Other Fossil": 0.1473,
6184
+ "Other Fossil": 0.1367,
6185
6185
  "Other Renewables": 0,
6186
6186
  "Solar": 0,
6187
6187
  "Wind": 0
@@ -6312,15 +6312,15 @@
6312
6312
  "Wind": 0.1016
6313
6313
  },
6314
6314
  "2024": {
6315
- "Bioenergy": 0.0573,
6316
- "Coal": 0.0357,
6317
- "Gas": 0.3732,
6318
- "Hydro": 0.2025,
6319
- "Nuclear": 0.0358,
6320
- "Other Fossil": 0.0325,
6321
- "Other Renewables": 0.019,
6322
- "Solar": 0.1409,
6323
- "Wind": 0.1031
6315
+ "Bioenergy": 0.0561,
6316
+ "Coal": 0.0344,
6317
+ "Gas": 0.3787,
6318
+ "Hydro": 0.2038,
6319
+ "Nuclear": 0.0349,
6320
+ "Other Fossil": 0.032,
6321
+ "Other Renewables": 0.0185,
6322
+ "Solar": 0.1459,
6323
+ "Wind": 0.0957
6324
6324
  }
6325
6325
  },
6326
6326
  "JM": {
@@ -6516,15 +6516,15 @@
6516
6516
  "Wind": 0.0183
6517
6517
  },
6518
6518
  "2024": {
6519
- "Bioenergy": 0.0575,
6520
- "Coal": 0.2619,
6521
- "Gas": 0.3067,
6522
- "Hydro": 0.0876,
6523
- "Nuclear": 0.0942,
6524
- "Other Fossil": 0.0326,
6525
- "Other Renewables": 0.0111,
6526
- "Solar": 0.1292,
6527
- "Wind": 0.0192
6519
+ "Bioenergy": 0.0573,
6520
+ "Coal": 0.2595,
6521
+ "Gas": 0.3048,
6522
+ "Hydro": 0.0888,
6523
+ "Nuclear": 0.0952,
6524
+ "Other Fossil": 0.032,
6525
+ "Other Renewables": 0.0113,
6526
+ "Solar": 0.1323,
6527
+ "Wind": 0.0189
6528
6528
  }
6529
6529
  },
6530
6530
  "KE": {
@@ -6585,14 +6585,14 @@
6585
6585
  },
6586
6586
  "2024": {
6587
6587
  "Bioenergy": 0.0092,
6588
- "Coal": 0.0334,
6589
- "Gas": 0.0455,
6590
- "Hydro": 0.2944,
6588
+ "Coal": 0.0333,
6589
+ "Gas": 0.0452,
6590
+ "Hydro": 0.2981,
6591
6591
  "Nuclear": 0.0017,
6592
- "Other Fossil": 0.0731,
6593
- "Other Renewables": 0.3936,
6592
+ "Other Fossil": 0.0736,
6593
+ "Other Renewables": 0.3928,
6594
6594
  "Solar": 0.0365,
6595
- "Wind": 0.1126
6595
+ "Wind": 0.1098
6596
6596
  }
6597
6597
  },
6598
6598
  "KG": {
@@ -6720,15 +6720,15 @@
6720
6720
  "Wind": 0.0181
6721
6721
  },
6722
6722
  "2024": {
6723
- "Bioenergy": 0.0136,
6724
- "Coal": 0.4721,
6725
- "Gas": 0.0254,
6726
- "Hydro": 0.3685,
6727
- "Nuclear": 0.0135,
6723
+ "Bioenergy": 0.0135,
6724
+ "Coal": 0.471,
6725
+ "Gas": 0.0253,
6726
+ "Hydro": 0.3699,
6727
+ "Nuclear": 0.0134,
6728
6728
  "Other Fossil": 0.0561,
6729
6729
  "Other Renewables": 0.0013,
6730
- "Solar": 0.0295,
6731
- "Wind": 0.02
6730
+ "Solar": 0.0297,
6731
+ "Wind": 0.0197
6732
6732
  }
6733
6733
  },
6734
6734
  "KI": {
@@ -7060,15 +7060,15 @@
7060
7060
  "Wind": 0.0058
7061
7061
  },
7062
7062
  "2024": {
7063
- "Bioenergy": 0.0213,
7064
- "Coal": 0.2764,
7065
- "Gas": 0.2836,
7066
- "Hydro": 0.0084,
7067
- "Nuclear": 0.3203,
7063
+ "Bioenergy": 0.0212,
7064
+ "Coal": 0.2753,
7065
+ "Gas": 0.2831,
7066
+ "Hydro": 0.0086,
7067
+ "Nuclear": 0.3205,
7068
7068
  "Other Fossil": 0.0083,
7069
- "Other Renewables": 0.0138,
7070
- "Solar": 0.0621,
7071
- "Wind": 0.0057
7069
+ "Other Renewables": 0.0139,
7070
+ "Solar": 0.0636,
7071
+ "Wind": 0.0054
7072
7072
  }
7073
7073
  },
7074
7074
  "KW": {
@@ -7265,14 +7265,14 @@
7265
7265
  },
7266
7266
  "2024": {
7267
7267
  "Bioenergy": 0,
7268
- "Coal": 0.649,
7269
- "Gas": 0.1997,
7270
- "Hydro": 0.0957,
7268
+ "Coal": 0.645,
7269
+ "Gas": 0.1985,
7270
+ "Hydro": 0.1005,
7271
7271
  "Nuclear": 0,
7272
7272
  "Other Fossil": 0.0004,
7273
7273
  "Other Renewables": 0,
7274
- "Solar": 0.0178,
7275
- "Wind": 0.0373
7274
+ "Solar": 0.0189,
7275
+ "Wind": 0.0366
7276
7276
  }
7277
7277
  },
7278
7278
  "LA": {
@@ -7740,15 +7740,15 @@
7740
7740
  "Wind": 0.2718
7741
7741
  },
7742
7742
  "2024": {
7743
- "Bioenergy": 0.0319,
7744
- "Coal": 0.0588,
7745
- "Gas": 0.1621,
7746
- "Hydro": 0.1246,
7747
- "Nuclear": 0.0896,
7748
- "Other Fossil": 0.0722,
7743
+ "Bioenergy": 0.0318,
7744
+ "Coal": 0.0584,
7745
+ "Gas": 0.1629,
7746
+ "Hydro": 0.1224,
7747
+ "Nuclear": 0.0899,
7748
+ "Other Fossil": 0.0716,
7749
7749
  "Other Renewables": 0.0029,
7750
- "Solar": 0.1559,
7751
- "Wind": 0.3019
7750
+ "Solar": 0.1684,
7751
+ "Wind": 0.2916
7752
7752
  }
7753
7753
  },
7754
7754
  "LU": {
@@ -7808,15 +7808,15 @@
7808
7808
  "Wind": 0.2006
7809
7809
  },
7810
7810
  "2024": {
7811
- "Bioenergy": 0.0596,
7812
- "Coal": 0.0934,
7813
- "Gas": 0.177,
7814
- "Hydro": 0.1678,
7815
- "Nuclear": 0.144,
7811
+ "Bioenergy": 0.0606,
7812
+ "Coal": 0.0929,
7813
+ "Gas": 0.175,
7814
+ "Hydro": 0.1674,
7815
+ "Nuclear": 0.1444,
7816
7816
  "Other Fossil": 0.0385,
7817
7817
  "Other Renewables": 0.0047,
7818
- "Solar": 0.1264,
7819
- "Wind": 0.1886
7818
+ "Solar": 0.1368,
7819
+ "Wind": 0.1796
7820
7820
  }
7821
7821
  },
7822
7822
  "LV": {
@@ -7876,15 +7876,15 @@
7876
7876
  "Wind": 0.065
7877
7877
  },
7878
7878
  "2024": {
7879
- "Bioenergy": 0.0356,
7880
- "Coal": 0.0187,
7881
- "Gas": 0.2436,
7882
- "Hydro": 0.5738,
7883
- "Nuclear": 0.0309,
7884
- "Other Fossil": 0.0161,
7885
- "Other Renewables": 0.001,
7886
- "Solar": 0.0369,
7887
- "Wind": 0.0435
7879
+ "Bioenergy": 0.0355,
7880
+ "Coal": 0.024,
7881
+ "Gas": 0.2478,
7882
+ "Hydro": 0.543,
7883
+ "Nuclear": 0.0396,
7884
+ "Other Fossil": 0.0178,
7885
+ "Other Renewables": 0.0012,
7886
+ "Solar": 0.0422,
7887
+ "Wind": 0.0489
7888
7888
  }
7889
7889
  },
7890
7890
  "LY": {
@@ -8081,14 +8081,14 @@
8081
8081
  },
8082
8082
  "2024": {
8083
8083
  "Bioenergy": 0.0012,
8084
- "Coal": 0.0057,
8085
- "Gas": 0.9079,
8084
+ "Coal": 0.0059,
8085
+ "Gas": 0.9065,
8086
8086
  "Hydro": 0.0497,
8087
- "Nuclear": 0.0083,
8088
- "Other Fossil": 0.0008,
8087
+ "Nuclear": 0.0088,
8088
+ "Other Fossil": 0.0009,
8089
8089
  "Other Renewables": 0.0003,
8090
- "Solar": 0.0053,
8091
- "Wind": 0.0208
8090
+ "Solar": 0.0081,
8091
+ "Wind": 0.0187
8092
8092
  }
8093
8093
  },
8094
8094
  "ME": {
@@ -8148,15 +8148,15 @@
8148
8148
  "Wind": 0.0889
8149
8149
  },
8150
8150
  "2024": {
8151
- "Bioenergy": 0.0039,
8152
- "Coal": 0.3353,
8153
- "Gas": 0.0295,
8154
- "Hydro": 0.4818,
8155
- "Nuclear": 0.028,
8156
- "Other Fossil": 0.0028,
8157
- "Other Renewables": 0.0009,
8158
- "Solar": 0.0165,
8159
- "Wind": 0.1014
8151
+ "Bioenergy": 0.0046,
8152
+ "Coal": 0.3532,
8153
+ "Gas": 0.036,
8154
+ "Hydro": 0.4485,
8155
+ "Nuclear": 0.0337,
8156
+ "Other Fossil": 0.0033,
8157
+ "Other Renewables": 0.0011,
8158
+ "Solar": 0.0199,
8159
+ "Wind": 0.0998
8160
8160
  }
8161
8161
  },
8162
8162
  "MG": {
@@ -8284,15 +8284,15 @@
8284
8284
  "Wind": 0.0285
8285
8285
  },
8286
8286
  "2024": {
8287
- "Bioenergy": 0.0172,
8288
- "Coal": 0.45,
8289
- "Gas": 0.1462,
8290
- "Hydro": 0.2923,
8291
- "Nuclear": 0.0121,
8292
- "Other Fossil": 0.0012,
8293
- "Other Renewables": 0.0004,
8294
- "Solar": 0.04,
8295
- "Wind": 0.0408
8287
+ "Bioenergy": 0.0183,
8288
+ "Coal": 0.4559,
8289
+ "Gas": 0.1326,
8290
+ "Hydro": 0.2996,
8291
+ "Nuclear": 0.011,
8292
+ "Other Fossil": 0.001,
8293
+ "Other Renewables": 0.0003,
8294
+ "Solar": 0.0416,
8295
+ "Wind": 0.0397
8296
8296
  }
8297
8297
  },
8298
8298
  "ML": {
@@ -8489,14 +8489,14 @@
8489
8489
  },
8490
8490
  "2024": {
8491
8491
  "Bioenergy": 0,
8492
- "Coal": 0.9058,
8492
+ "Coal": 0.9063,
8493
8493
  "Gas": 0,
8494
8494
  "Hydro": 0,
8495
8495
  "Nuclear": 0,
8496
8496
  "Other Fossil": 0,
8497
8497
  "Other Renewables": 0,
8498
8498
  "Solar": 0,
8499
- "Wind": 0.0942
8499
+ "Wind": 0.0937
8500
8500
  }
8501
8501
  },
8502
8502
  "MO": {
@@ -8556,15 +8556,15 @@
8556
8556
  "Wind": 0.0601
8557
8557
  },
8558
8558
  "2024": {
8559
- "Bioenergy": 0.0551,
8560
- "Coal": 0.4705,
8561
- "Gas": 0.1618,
8562
- "Hydro": 0.0983,
8563
- "Nuclear": 0.0448,
8559
+ "Bioenergy": 0.0549,
8560
+ "Coal": 0.4671,
8561
+ "Gas": 0.1613,
8562
+ "Hydro": 0.1031,
8563
+ "Nuclear": 0.0447,
8564
8564
  "Other Fossil": 0.0339,
8565
- "Other Renewables": 0.0044,
8566
- "Solar": 0.0645,
8567
- "Wind": 0.0667
8565
+ "Other Renewables": 0.0043,
8566
+ "Solar": 0.0651,
8567
+ "Wind": 0.0656
8568
8568
  }
8569
8569
  },
8570
8570
  "MQ": {
@@ -8829,14 +8829,14 @@
8829
8829
  },
8830
8830
  "2024": {
8831
8831
  "Bioenergy": 0.008,
8832
- "Coal": 0.0357,
8833
- "Gas": 0.6587,
8834
- "Hydro": 0.0557,
8835
- "Nuclear": 0.0557,
8832
+ "Coal": 0.0358,
8833
+ "Gas": 0.6586,
8834
+ "Hydro": 0.0559,
8835
+ "Nuclear": 0.0563,
8836
8836
  "Other Fossil": 0.0054,
8837
8837
  "Other Renewables": 0.0018,
8838
- "Solar": 0.1436,
8839
- "Wind": 0.0354
8838
+ "Solar": 0.1439,
8839
+ "Wind": 0.0343
8840
8840
  }
8841
8841
  },
8842
8842
  "MU": {
@@ -9101,14 +9101,14 @@
9101
9101
  },
9102
9102
  "2024": {
9103
9103
  "Bioenergy": 0.0003,
9104
- "Coal": 0.0539,
9105
- "Gas": 0.6284,
9106
- "Hydro": 0.0546,
9107
- "Nuclear": 0.0313,
9108
- "Other Fossil": 0.1092,
9109
- "Other Renewables": 0.0107,
9110
- "Solar": 0.0537,
9111
- "Wind": 0.058
9104
+ "Coal": 0.0526,
9105
+ "Gas": 0.6318,
9106
+ "Hydro": 0.0556,
9107
+ "Nuclear": 0.0309,
9108
+ "Other Fossil": 0.1081,
9109
+ "Other Renewables": 0.0105,
9110
+ "Solar": 0.0532,
9111
+ "Wind": 0.057
9112
9112
  }
9113
9113
  },
9114
9114
  "MY": {
@@ -9510,8 +9510,8 @@
9510
9510
  "2024": {
9511
9511
  "Bioenergy": 0,
9512
9512
  "Coal": 0,
9513
- "Gas": 0.7694,
9514
- "Hydro": 0.2306,
9513
+ "Gas": 0.7693,
9514
+ "Hydro": 0.2307,
9515
9515
  "Nuclear": 0,
9516
9516
  "Other Fossil": 0,
9517
9517
  "Other Renewables": 0,
@@ -9578,13 +9578,13 @@
9578
9578
  "2024": {
9579
9579
  "Bioenergy": 0.1685,
9580
9580
  "Coal": 0.003,
9581
- "Gas": 0.0209,
9582
- "Hydro": 0.0862,
9583
- "Nuclear": 0.002,
9581
+ "Gas": 0.0212,
9582
+ "Hydro": 0.0857,
9583
+ "Nuclear": 0.0021,
9584
9584
  "Other Fossil": 0.3983,
9585
9585
  "Other Renewables": 0.1562,
9586
- "Solar": 0.0119,
9587
- "Wind": 0.153
9586
+ "Solar": 0.0118,
9587
+ "Wind": 0.1532
9588
9588
  }
9589
9589
  },
9590
9590
  "NL": {
@@ -9644,15 +9644,15 @@
9644
9644
  "Wind": 0.2525
9645
9645
  },
9646
9646
  "2024": {
9647
- "Bioenergy": 0.0504,
9648
- "Coal": 0.0573,
9649
- "Gas": 0.3495,
9650
- "Hydro": 0.0038,
9651
- "Nuclear": 0.0257,
9647
+ "Bioenergy": 0.0491,
9648
+ "Coal": 0.0523,
9649
+ "Gas": 0.3471,
9650
+ "Hydro": 0.0037,
9651
+ "Nuclear": 0.0272,
9652
9652
  "Other Fossil": 0.0153,
9653
- "Other Renewables": 0.0046,
9654
- "Solar": 0.2196,
9655
- "Wind": 0.2737
9653
+ "Other Renewables": 0.0047,
9654
+ "Solar": 0.2368,
9655
+ "Wind": 0.2638
9656
9656
  }
9657
9657
  },
9658
9658
  "NO": {
@@ -9714,13 +9714,13 @@
9714
9714
  "2024": {
9715
9715
  "Bioenergy": 0,
9716
9716
  "Coal": 0,
9717
- "Gas": 0.0109,
9718
- "Hydro": 0.8932,
9717
+ "Gas": 0.011,
9718
+ "Hydro": 0.8964,
9719
9719
  "Nuclear": 0,
9720
- "Other Fossil": 0.0019,
9720
+ "Other Fossil": 0.002,
9721
9721
  "Other Renewables": 0.0028,
9722
9722
  "Solar": 0,
9723
- "Wind": 0.0912
9723
+ "Wind": 0.0879
9724
9724
  }
9725
9725
  },
9726
9726
  "NP": {
@@ -9781,14 +9781,14 @@
9781
9781
  },
9782
9782
  "2024": {
9783
9783
  "Bioenergy": 0.0042,
9784
- "Coal": 0.1148,
9785
- "Gas": 0.0206,
9786
- "Hydro": 0.8049,
9784
+ "Coal": 0.114,
9785
+ "Gas": 0.0205,
9786
+ "Hydro": 0.8061,
9787
9787
  "Nuclear": 0.0109,
9788
- "Other Fossil": 0.0012,
9788
+ "Other Fossil": 0.0011,
9789
9789
  "Other Renewables": 0.0011,
9790
- "Solar": 0.0248,
9791
- "Wind": 0.0175
9790
+ "Solar": 0.0249,
9791
+ "Wind": 0.0173
9792
9792
  }
9793
9793
  },
9794
9794
  "NR": {
@@ -9985,14 +9985,14 @@
9985
9985
  },
9986
9986
  "2024": {
9987
9987
  "Bioenergy": 0.0053,
9988
- "Coal": 0.0597,
9989
- "Gas": 0.1197,
9990
- "Hydro": 0.5432,
9988
+ "Coal": 0.0656,
9989
+ "Gas": 0.122,
9990
+ "Hydro": 0.5353,
9991
9991
  "Nuclear": 0,
9992
9992
  "Other Fossil": 0,
9993
- "Other Renewables": 0.193,
9993
+ "Other Renewables": 0.1944,
9994
9994
  "Solar": 0,
9995
- "Wind": 0.079
9995
+ "Wind": 0.0773
9996
9996
  }
9997
9997
  },
9998
9998
  "OM": {
@@ -10188,15 +10188,15 @@
10188
10188
  "Wind": 0.0404
10189
10189
  },
10190
10190
  "2024": {
10191
- "Bioenergy": 0.0052,
10191
+ "Bioenergy": 0.0053,
10192
10192
  "Coal": 0,
10193
- "Gas": 0.3557,
10194
- "Hydro": 0.5568,
10193
+ "Gas": 0.374,
10194
+ "Hydro": 0.5364,
10195
10195
  "Nuclear": 0,
10196
- "Other Fossil": 0.0049,
10196
+ "Other Fossil": 0.0055,
10197
10197
  "Other Renewables": 0,
10198
10198
  "Solar": 0.0181,
10199
- "Wind": 0.0593
10199
+ "Wind": 0.0607
10200
10200
  }
10201
10201
  },
10202
10202
  "PF": {
@@ -10393,14 +10393,14 @@
10393
10393
  },
10394
10394
  "2024": {
10395
10395
  "Bioenergy": 0.0101,
10396
- "Coal": 0.6254,
10397
- "Gas": 0.141,
10398
- "Hydro": 0.0765,
10396
+ "Coal": 0.6271,
10397
+ "Gas": 0.1401,
10398
+ "Hydro": 0.0758,
10399
10399
  "Nuclear": 0,
10400
- "Other Fossil": 0.0071,
10401
- "Other Renewables": 0.0905,
10402
- "Solar": 0.033,
10403
- "Wind": 0.0164
10400
+ "Other Fossil": 0.0072,
10401
+ "Other Renewables": 0.0904,
10402
+ "Solar": 0.0331,
10403
+ "Wind": 0.0162
10404
10404
  }
10405
10405
  },
10406
10406
  "PK": {
@@ -10460,15 +10460,15 @@
10460
10460
  "Wind": 0.0338
10461
10461
  },
10462
10462
  "2024": {
10463
- "Bioenergy": 0.0074,
10464
- "Coal": 0.152,
10465
- "Gas": 0.3002,
10466
- "Hydro": 0.2851,
10467
- "Nuclear": 0.1941,
10468
- "Other Fossil": 0.02,
10463
+ "Bioenergy": 0.007,
10464
+ "Coal": 0.153,
10465
+ "Gas": 0.2952,
10466
+ "Hydro": 0.2957,
10467
+ "Nuclear": 0.187,
10468
+ "Other Fossil": 0.0199,
10469
10469
  "Other Renewables": 0,
10470
- "Solar": 0.0101,
10471
- "Wind": 0.0311
10470
+ "Solar": 0.0099,
10471
+ "Wind": 0.0323
10472
10472
  }
10473
10473
  },
10474
10474
  "PL": {
@@ -10528,15 +10528,15 @@
10528
10528
  "Wind": 0.1447
10529
10529
  },
10530
10530
  "2024": {
10531
- "Bioenergy": 0.0123,
10532
- "Coal": 0.5625,
10533
- "Gas": 0.0936,
10534
- "Hydro": 0.0201,
10531
+ "Bioenergy": 0.0124,
10532
+ "Coal": 0.557,
10533
+ "Gas": 0.0954,
10534
+ "Hydro": 0.0195,
10535
10535
  "Nuclear": 0.0058,
10536
- "Other Fossil": 0.0327,
10537
- "Other Renewables": 0.0006,
10538
- "Solar": 0.1239,
10539
- "Wind": 0.1487
10536
+ "Other Fossil": 0.0356,
10537
+ "Other Renewables": 0.0008,
10538
+ "Solar": 0.1325,
10539
+ "Wind": 0.141
10540
10540
  }
10541
10541
  },
10542
10542
  "PM": {
@@ -10665,14 +10665,14 @@
10665
10665
  },
10666
10666
  "2024": {
10667
10667
  "Bioenergy": 0,
10668
- "Coal": 0.1682,
10669
- "Gas": 0.4068,
10668
+ "Coal": 0.1608,
10669
+ "Gas": 0.397,
10670
10670
  "Hydro": 0,
10671
10671
  "Nuclear": 0,
10672
- "Other Fossil": 0.4034,
10672
+ "Other Fossil": 0.4206,
10673
10673
  "Other Renewables": 0,
10674
- "Solar": 0.0136,
10675
- "Wind": 0.0079
10674
+ "Solar": 0.0137,
10675
+ "Wind": 0.0078
10676
10676
  }
10677
10677
  },
10678
10678
  "PS": {
@@ -10800,15 +10800,15 @@
10800
10800
  "Wind": 0.2837
10801
10801
  },
10802
10802
  "2024": {
10803
- "Bioenergy": 0.0678,
10804
- "Coal": 0.0201,
10805
- "Gas": 0.1171,
10806
- "Hydro": 0.3432,
10807
- "Nuclear": 0.0329,
10808
- "Other Fossil": 0.0081,
10809
- "Other Renewables": 0.0011,
10810
- "Solar": 0.1166,
10811
- "Wind": 0.2931
10803
+ "Bioenergy": 0.0685,
10804
+ "Coal": 0.0237,
10805
+ "Gas": 0.1246,
10806
+ "Hydro": 0.3242,
10807
+ "Nuclear": 0.0389,
10808
+ "Other Fossil": 0.0086,
10809
+ "Other Renewables": 0.0012,
10810
+ "Solar": 0.1272,
10811
+ "Wind": 0.283
10812
10812
  }
10813
10813
  },
10814
10814
  "PY": {
@@ -11072,15 +11072,15 @@
11072
11072
  "Wind": 0.1314
11073
11073
  },
11074
11074
  "2024": {
11075
- "Bioenergy": 0.0098,
11076
- "Coal": 0.1319,
11077
- "Gas": 0.1842,
11078
- "Hydro": 0.31,
11079
- "Nuclear": 0.1962,
11080
- "Other Fossil": 0.001,
11081
- "Other Renewables": 0.0003,
11082
- "Solar": 0.0466,
11083
- "Wind": 0.12
11075
+ "Bioenergy": 0.01,
11076
+ "Coal": 0.136,
11077
+ "Gas": 0.1871,
11078
+ "Hydro": 0.3024,
11079
+ "Nuclear": 0.1978,
11080
+ "Other Fossil": 0.0011,
11081
+ "Other Renewables": 0.0004,
11082
+ "Solar": 0.0501,
11083
+ "Wind": 0.115
11084
11084
  }
11085
11085
  },
11086
11086
  "RS": {
@@ -11140,15 +11140,15 @@
11140
11140
  "Wind": 0.0268
11141
11141
  },
11142
11142
  "2024": {
11143
- "Bioenergy": 0.0086,
11144
- "Coal": 0.5738,
11145
- "Gas": 0.0204,
11146
- "Hydro": 0.3378,
11147
- "Nuclear": 0.0091,
11148
- "Other Fossil": 0.0078,
11149
- "Other Renewables": 0.0003,
11150
- "Solar": 0.0054,
11151
- "Wind": 0.0368
11143
+ "Bioenergy": 0.0089,
11144
+ "Coal": 0.5733,
11145
+ "Gas": 0.0255,
11146
+ "Hydro": 0.3286,
11147
+ "Nuclear": 0.0119,
11148
+ "Other Fossil": 0.008,
11149
+ "Other Renewables": 0.0004,
11150
+ "Solar": 0.007,
11151
+ "Wind": 0.0363
11152
11152
  }
11153
11153
  },
11154
11154
  "RU": {
@@ -11209,13 +11209,13 @@
11209
11209
  },
11210
11210
  "2024": {
11211
11211
  "Bioenergy": 0.0007,
11212
- "Coal": 0.1634,
11213
- "Gas": 0.4538,
11214
- "Hydro": 0.1882,
11215
- "Nuclear": 0.177,
11216
- "Other Fossil": 0.0101,
11212
+ "Coal": 0.1619,
11213
+ "Gas": 0.4497,
11214
+ "Hydro": 0.1932,
11215
+ "Nuclear": 0.1776,
11216
+ "Other Fossil": 0.01,
11217
11217
  "Other Renewables": 0,
11218
- "Solar": 0.002,
11218
+ "Solar": 0.0022,
11219
11219
  "Wind": 0.0046
11220
11220
  }
11221
11221
  },
@@ -11616,15 +11616,15 @@
11616
11616
  "Wind": 0.2198
11617
11617
  },
11618
11618
  "2024": {
11619
- "Bioenergy": 0.0443,
11619
+ "Bioenergy": 0.0429,
11620
11620
  "Coal": 0,
11621
11621
  "Gas": 0,
11622
- "Hydro": 0.417,
11623
- "Nuclear": 0.304,
11622
+ "Hydro": 0.4163,
11623
+ "Nuclear": 0.3073,
11624
11624
  "Other Fossil": 0,
11625
11625
  "Other Renewables": 0,
11626
- "Solar": 0.0126,
11627
- "Wind": 0.2221
11626
+ "Solar": 0.0141,
11627
+ "Wind": 0.2195
11628
11628
  }
11629
11629
  },
11630
11630
  "SG": {
@@ -11686,12 +11686,12 @@
11686
11686
  "2024": {
11687
11687
  "Bioenergy": 0,
11688
11688
  "Coal": 0,
11689
- "Gas": 0.9567,
11689
+ "Gas": 0.9568,
11690
11690
  "Hydro": 0,
11691
11691
  "Nuclear": 0,
11692
- "Other Fossil": 0.0229,
11692
+ "Other Fossil": 0.023,
11693
11693
  "Other Renewables": 0,
11694
- "Solar": 0.0203,
11694
+ "Solar": 0.0202,
11695
11695
  "Wind": 0
11696
11696
  }
11697
11697
  },
@@ -11820,15 +11820,15 @@
11820
11820
  "Wind": 0.006
11821
11821
  },
11822
11822
  "2024": {
11823
- "Bioenergy": 0.0088,
11824
- "Coal": 0.1952,
11825
- "Gas": 0.0334,
11826
- "Hydro": 0.3776,
11827
- "Nuclear": 0.3361,
11828
- "Other Fossil": 0.0039,
11823
+ "Bioenergy": 0.0087,
11824
+ "Coal": 0.1933,
11825
+ "Gas": 0.0323,
11826
+ "Hydro": 0.3727,
11827
+ "Nuclear": 0.3426,
11828
+ "Other Fossil": 0.0035,
11829
11829
  "Other Renewables": 0.0002,
11830
- "Solar": 0.0407,
11831
- "Wind": 0.0042
11830
+ "Solar": 0.0431,
11831
+ "Wind": 0.0037
11832
11832
  }
11833
11833
  },
11834
11834
  "SK": {
@@ -11888,14 +11888,14 @@
11888
11888
  "Wind": 0
11889
11889
  },
11890
11890
  "2024": {
11891
- "Bioenergy": 0.0335,
11892
- "Coal": 0.0125,
11893
- "Gas": 0.072,
11894
- "Hydro": 0.1942,
11895
- "Nuclear": 0.6042,
11896
- "Other Fossil": 0.0453,
11897
- "Other Renewables": 0.0161,
11898
- "Solar": 0.0222,
11891
+ "Bioenergy": 0.0341,
11892
+ "Coal": 0.011,
11893
+ "Gas": 0.0737,
11894
+ "Hydro": 0.1927,
11895
+ "Nuclear": 0.6041,
11896
+ "Other Fossil": 0.045,
11897
+ "Other Renewables": 0.0159,
11898
+ "Solar": 0.0235,
11899
11899
  "Wind": 0
11900
11900
  }
11901
11901
  },
@@ -12366,13 +12366,13 @@
12366
12366
  "2024": {
12367
12367
  "Bioenergy": 0.1616,
12368
12368
  "Coal": 0.0011,
12369
- "Gas": 0.266,
12370
- "Hydro": 0.1765,
12369
+ "Gas": 0.2661,
12370
+ "Hydro": 0.1763,
12371
12371
  "Nuclear": 0.0008,
12372
12372
  "Other Fossil": 0.0019,
12373
12373
  "Other Renewables": 0.1776,
12374
12374
  "Solar": 0.1635,
12375
- "Wind": 0.0511
12375
+ "Wind": 0.0512
12376
12376
  }
12377
12377
  },
12378
12378
  "SY": {
@@ -12772,15 +12772,15 @@
12772
12772
  "Wind": 0.0263
12773
12773
  },
12774
12774
  "2024": {
12775
- "Bioenergy": 0.058,
12776
- "Coal": 0.2065,
12777
- "Gas": 0.6217,
12778
- "Hydro": 0.0452,
12775
+ "Bioenergy": 0.0578,
12776
+ "Coal": 0.2058,
12777
+ "Gas": 0.6228,
12778
+ "Hydro": 0.0457,
12779
12779
  "Nuclear": 0.0062,
12780
- "Other Fossil": 0.0011,
12780
+ "Other Fossil": 0.0012,
12781
12781
  "Other Renewables": 0.0006,
12782
- "Solar": 0.0365,
12783
- "Wind": 0.0241
12782
+ "Solar": 0.0362,
12783
+ "Wind": 0.0237
12784
12784
  }
12785
12785
  },
12786
12786
  "TJ": {
@@ -13180,15 +13180,15 @@
13180
13180
  "Wind": 0.1063
13181
13181
  },
13182
13182
  "2024": {
13183
- "Bioenergy": 0.0261,
13184
- "Coal": 0.3341,
13185
- "Gas": 0.1506,
13186
- "Hydro": 0.265,
13183
+ "Bioenergy": 0.0254,
13184
+ "Coal": 0.3345,
13185
+ "Gas": 0.1609,
13186
+ "Hydro": 0.2527,
13187
13187
  "Nuclear": 0.0005,
13188
- "Other Fossil": 0.0032,
13189
- "Other Renewables": 0.0299,
13190
- "Solar": 0.0791,
13191
- "Wind": 0.1115
13188
+ "Other Fossil": 0.003,
13189
+ "Other Renewables": 0.0286,
13190
+ "Solar": 0.0816,
13191
+ "Wind": 0.1129
13192
13192
  }
13193
13193
  },
13194
13194
  "TT": {
@@ -13588,15 +13588,15 @@
13588
13588
  "Wind": 0.1001
13589
13589
  },
13590
13590
  "2024": {
13591
- "Bioenergy": 0.0106,
13592
- "Coal": 0.1487,
13593
- "Gas": 0.4153,
13594
- "Hydro": 0.0563,
13595
- "Nuclear": 0.1795,
13596
- "Other Fossil": 0.0077,
13597
- "Other Renewables": 0.004,
13598
- "Solar": 0.0702,
13599
- "Wind": 0.1077
13591
+ "Bioenergy": 0.0103,
13592
+ "Coal": 0.1517,
13593
+ "Gas": 0.4227,
13594
+ "Hydro": 0.0546,
13595
+ "Nuclear": 0.1766,
13596
+ "Other Fossil": 0.008,
13597
+ "Other Renewables": 0.0039,
13598
+ "Solar": 0.0711,
13599
+ "Wind": 0.1011
13600
13600
  }
13601
13601
  },
13602
13602
  "UY": {
@@ -13656,15 +13656,15 @@
13656
13656
  "Wind": 0.4065
13657
13657
  },
13658
13658
  "2024": {
13659
- "Bioenergy": 0.127,
13659
+ "Bioenergy": 0.1283,
13660
13660
  "Coal": 0,
13661
- "Gas": 0.0098,
13662
- "Hydro": 0.5128,
13661
+ "Gas": 0.0095,
13662
+ "Hydro": 0.5207,
13663
13663
  "Nuclear": 0,
13664
- "Other Fossil": 0.0011,
13664
+ "Other Fossil": 0.0009,
13665
13665
  "Other Renewables": 0,
13666
- "Solar": 0.028,
13667
- "Wind": 0.3213
13666
+ "Solar": 0.0273,
13667
+ "Wind": 0.3133
13668
13668
  }
13669
13669
  },
13670
13670
  "UZ": {
@@ -13725,14 +13725,14 @@
13725
13725
  },
13726
13726
  "2024": {
13727
13727
  "Bioenergy": 0.0004,
13728
- "Coal": 0.0475,
13728
+ "Coal": 0.0474,
13729
13729
  "Gas": 0.8346,
13730
- "Hydro": 0.102,
13730
+ "Hydro": 0.1021,
13731
13731
  "Nuclear": 0.0011,
13732
13732
  "Other Fossil": 0.0111,
13733
13733
  "Other Renewables": 0.0001,
13734
13734
  "Solar": 0.0017,
13735
- "Wind": 0.0016
13735
+ "Wind": 0.0015
13736
13736
  }
13737
13737
  },
13738
13738
  "VC": {
@@ -14065,14 +14065,14 @@
14065
14065
  },
14066
14066
  "2024": {
14067
14067
  "Bioenergy": 0,
14068
- "Coal": 0.5501,
14069
- "Gas": 0.0836,
14070
- "Hydro": 0.2334,
14068
+ "Coal": 0.5261,
14069
+ "Gas": 0.08,
14070
+ "Hydro": 0.2628,
14071
14071
  "Nuclear": 0,
14072
14072
  "Other Fossil": 0,
14073
14073
  "Other Renewables": 0,
14074
- "Solar": 0.0913,
14075
- "Wind": 0.0416
14074
+ "Solar": 0.0894,
14075
+ "Wind": 0.0417
14076
14076
  }
14077
14077
  },
14078
14078
  "VU": {
@@ -14268,15 +14268,15 @@
14268
14268
  "Wind": 0.074
14269
14269
  },
14270
14270
  "2024": {
14271
- "Bioenergy": 0.0017,
14272
- "Coal": 0.8483,
14273
- "Gas": 0.0154,
14274
- "Hydro": 0.0559,
14275
- "Nuclear": 0.0121,
14276
- "Other Fossil": 0.0012,
14277
- "Other Renewables": 0.0004,
14278
- "Solar": 0.0017,
14279
- "Wind": 0.0634
14271
+ "Bioenergy": 0.0015,
14272
+ "Coal": 0.8531,
14273
+ "Gas": 0.0137,
14274
+ "Hydro": 0.0565,
14275
+ "Nuclear": 0.0108,
14276
+ "Other Fossil": 0.0011,
14277
+ "Other Renewables": 0.0003,
14278
+ "Solar": 0.0015,
14279
+ "Wind": 0.0615
14280
14280
  }
14281
14281
  },
14282
14282
  "YE": {
@@ -14405,14 +14405,14 @@
14405
14405
  },
14406
14406
  "2024": {
14407
14407
  "Bioenergy": 0,
14408
- "Coal": 0.8203,
14409
- "Gas": 0.0008,
14410
- "Hydro": 0.0058,
14411
- "Nuclear": 0.0347,
14412
- "Other Fossil": 0.0169,
14413
- "Other Renewables": 0.0008,
14414
- "Solar": 0.0758,
14415
- "Wind": 0.0449
14408
+ "Coal": 0.8251,
14409
+ "Gas": 0.0007,
14410
+ "Hydro": 0.0052,
14411
+ "Nuclear": 0.0342,
14412
+ "Other Fossil": 0.0166,
14413
+ "Other Renewables": 0.0009,
14414
+ "Solar": 0.073,
14415
+ "Wind": 0.0444
14416
14416
  }
14417
14417
  },
14418
14418
  "ZM": {