@digital4better/data 1.2.30 → 1.3.0

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 (71) hide show
  1. package/data/equipment/embodied.csv +14 -0
  2. package/data/equipment/embodied.json +314 -0
  3. package/data/equipment/energy.csv +14 -0
  4. package/data/equipment/energy.json +67 -0
  5. package/data/factor/continent-monthly-green.csv +95 -95
  6. package/data/factor/continent-monthly-green.json +825 -825
  7. package/data/factor/continent-monthly.csv +93 -93
  8. package/data/factor/continent-monthly.json +797 -797
  9. package/data/factor/continent-yearly-green.csv +13 -13
  10. package/data/factor/continent-yearly-green.json +111 -111
  11. package/data/factor/continent-yearly.csv +13 -13
  12. package/data/factor/continent-yearly.json +109 -109
  13. package/data/factor/country-monthly-green.csv +586 -586
  14. package/data/factor/country-monthly-green.json +4911 -4911
  15. package/data/factor/country-monthly.csv +635 -635
  16. package/data/factor/country-monthly.json +4496 -4496
  17. package/data/factor/country-yearly-green.csv +144 -144
  18. package/data/factor/country-yearly-green.json +1153 -1153
  19. package/data/factor/country-yearly.csv +138 -138
  20. package/data/factor/country-yearly.json +1010 -1010
  21. package/data/factor/subdivision-monthly-green.csv +689 -689
  22. package/data/factor/subdivision-monthly-green.json +6201 -6201
  23. package/data/factor/subdivision-monthly.csv +689 -689
  24. package/data/factor/subdivision-monthly.json +6201 -6201
  25. package/data/factor/subdivision-yearly-green.csv +71 -71
  26. package/data/factor/subdivision-yearly-green.json +591 -591
  27. package/data/factor/subdivision-yearly.csv +77 -77
  28. package/data/factor/subdivision-yearly.json +600 -600
  29. package/data/factor/world-monthly-green.csv +57 -57
  30. package/data/factor/world-monthly-green.json +500 -500
  31. package/data/factor/world-monthly.csv +57 -57
  32. package/data/factor/world-monthly.json +463 -463
  33. package/data/factor/world-yearly-green.csv +6 -6
  34. package/data/factor/world-yearly-green.json +49 -49
  35. package/data/factor/world-yearly.csv +6 -6
  36. package/data/factor/world-yearly.json +46 -46
  37. package/data/mix/continent-monthly-green.csv +77 -77
  38. package/data/mix/continent-monthly-green.json +268 -268
  39. package/data/mix/continent-monthly.csv +77 -77
  40. package/data/mix/continent-monthly.json +293 -293
  41. package/data/mix/continent-yearly-green.csv +10 -10
  42. package/data/mix/continent-yearly-green.json +36 -36
  43. package/data/mix/continent-yearly.csv +10 -10
  44. package/data/mix/continent-yearly.json +55 -55
  45. package/data/mix/country-monthly-green.csv +414 -414
  46. package/data/mix/country-monthly-green.json +1210 -1210
  47. package/data/mix/country-monthly.csv +414 -414
  48. package/data/mix/country-monthly.json +1875 -1875
  49. package/data/mix/country-yearly-green.csv +84 -84
  50. package/data/mix/country-yearly-green.json +312 -312
  51. package/data/mix/country-yearly.csv +84 -84
  52. package/data/mix/country-yearly.json +545 -545
  53. package/data/mix/subdivision-monthly-green.csv +669 -669
  54. package/data/mix/subdivision-monthly-green.json +1605 -1605
  55. package/data/mix/subdivision-monthly.csv +669 -669
  56. package/data/mix/subdivision-monthly.json +2418 -2418
  57. package/data/mix/subdivision-yearly-green.csv +61 -61
  58. package/data/mix/subdivision-yearly-green.json +161 -161
  59. package/data/mix/subdivision-yearly.csv +61 -61
  60. package/data/mix/subdivision-yearly.json +263 -263
  61. package/data/mix/world-monthly-green.csv +39 -39
  62. package/data/mix/world-monthly-green.json +82 -82
  63. package/data/mix/world-monthly.csv +39 -39
  64. package/data/mix/world-monthly.json +101 -101
  65. package/data/mix/world-yearly-green.csv +4 -4
  66. package/data/mix/world-yearly-green.json +7 -7
  67. package/data/mix/world-yearly.csv +4 -4
  68. package/data/mix/world-yearly.json +14 -14
  69. package/package.json +2 -2
  70. package/data/embodied/equipment-impacts.csv +0 -8
  71. package/data/embodied/equipment-impacts.json +0 -156
@@ -129,16 +129,16 @@
129
129
  "Gas": 0.0778,
130
130
  "Hydro": 0.2813,
131
131
  "Nuclear": 0.0411,
132
- "Other Fossil": 0.0212,
132
+ "Other Fossil": 0.0213,
133
133
  "Other Renewables": 0.004,
134
- "Solar": 0.057,
134
+ "Solar": 0.0569,
135
135
  "Wind": 0.0541
136
136
  },
137
137
  "2024": {
138
138
  "Bioenergy": 0.0161,
139
139
  "Coal": 0.4337,
140
140
  "Gas": 0.0756,
141
- "Hydro": 0.2845,
141
+ "Hydro": 0.2844,
142
142
  "Nuclear": 0.0403,
143
143
  "Other Fossil": 0.0201,
144
144
  "Other Renewables": 0.0041,
@@ -146,15 +146,15 @@
146
146
  "Wind": 0.0567
147
147
  },
148
148
  "2025": {
149
- "Bioenergy": 0.0167,
150
- "Coal": 0.4302,
151
- "Gas": 0.0757,
152
- "Hydro": 0.2596,
153
- "Nuclear": 0.0446,
154
- "Other Fossil": 0.0204,
155
- "Other Renewables": 0.0043,
156
- "Solar": 0.078,
157
- "Wind": 0.0704
149
+ "Bioenergy": 0.0161,
150
+ "Coal": 0.4236,
151
+ "Gas": 0.075,
152
+ "Hydro": 0.2623,
153
+ "Nuclear": 0.0445,
154
+ "Other Fossil": 0.0202,
155
+ "Other Renewables": 0.0044,
156
+ "Solar": 0.0834,
157
+ "Wind": 0.0705
158
158
  }
159
159
  },
160
160
  "AG": {
@@ -305,14 +305,14 @@
305
305
  },
306
306
  "2025": {
307
307
  "Bioenergy": 0.0092,
308
- "Coal": 0.0436,
309
- "Gas": 0.0767,
310
- "Hydro": 0.7332,
311
- "Nuclear": 0.0627,
312
- "Other Fossil": 0.0074,
308
+ "Coal": 0.0426,
309
+ "Gas": 0.0749,
310
+ "Hydro": 0.7341,
311
+ "Nuclear": 0.0626,
312
+ "Other Fossil": 0.0075,
313
313
  "Other Renewables": 0.0021,
314
- "Solar": 0.0273,
315
- "Wind": 0.0377
314
+ "Solar": 0.0287,
315
+ "Wind": 0.0383
316
316
  }
317
317
  },
318
318
  "AM": {
@@ -546,7 +546,7 @@
546
546
  "Gas": 0.5589,
547
547
  "Hydro": 0.1917,
548
548
  "Nuclear": 0.0731,
549
- "Other Fossil": 0.0088,
549
+ "Other Fossil": 0.0089,
550
550
  "Other Renewables": 0.0001,
551
551
  "Solar": 0.0331,
552
552
  "Wind": 0.1201
@@ -699,15 +699,15 @@
699
699
  "Wind": 0.1338
700
700
  },
701
701
  "2025": {
702
- "Bioenergy": 0.0326,
703
- "Coal": 0.0131,
704
- "Gas": 0.1866,
705
- "Hydro": 0.4833,
702
+ "Bioenergy": 0.0323,
703
+ "Coal": 0.013,
704
+ "Gas": 0.1677,
705
+ "Hydro": 0.4905,
706
706
  "Nuclear": 0.0178,
707
- "Other Fossil": 0.0169,
707
+ "Other Fossil": 0.0165,
708
708
  "Other Renewables": 0.0006,
709
- "Solar": 0.1031,
710
- "Wind": 0.146
709
+ "Solar": 0.1304,
710
+ "Wind": 0.1312
711
711
  }
712
712
  },
713
713
  "AU": {
@@ -779,14 +779,14 @@
779
779
  },
780
780
  "2025": {
781
781
  "Bioenergy": 0.0009,
782
- "Coal": 0.522,
783
- "Gas": 0.0625,
784
- "Hydro": 0.0487,
782
+ "Coal": 0.5235,
783
+ "Gas": 0.0648,
784
+ "Hydro": 0.0503,
785
785
  "Nuclear": 0,
786
786
  "Other Fossil": 0.0001,
787
787
  "Other Renewables": 0,
788
- "Solar": 0.2291,
789
- "Wind": 0.1367
788
+ "Solar": 0.22,
789
+ "Wind": 0.1405
790
790
  }
791
791
  },
792
792
  "AW": {
@@ -1016,14 +1016,14 @@
1016
1016
  },
1017
1017
  "2025": {
1018
1018
  "Bioenergy": 0,
1019
- "Coal": 0.5946,
1019
+ "Coal": 0.5989,
1020
1020
  "Gas": 0,
1021
- "Hydro": 0.3714,
1021
+ "Hydro": 0.3671,
1022
1022
  "Nuclear": 0,
1023
1023
  "Other Fossil": 0,
1024
1024
  "Other Renewables": 0,
1025
- "Solar": 0.0169,
1026
- "Wind": 0.017
1025
+ "Solar": 0.0182,
1026
+ "Wind": 0.0158
1027
1027
  }
1028
1028
  },
1029
1029
  "BB": {
@@ -1173,14 +1173,14 @@
1173
1173
  "Wind": 0.0115
1174
1174
  },
1175
1175
  "2025": {
1176
- "Bioenergy": 0.0035,
1177
- "Coal": 0.3544,
1178
- "Gas": 0.4471,
1179
- "Hydro": 0.0143,
1180
- "Nuclear": 0.0094,
1176
+ "Bioenergy": 0.0034,
1177
+ "Coal": 0.353,
1178
+ "Gas": 0.4469,
1179
+ "Hydro": 0.0148,
1180
+ "Nuclear": 0.0093,
1181
1181
  "Other Fossil": 0.1268,
1182
1182
  "Other Renewables": 0.0009,
1183
- "Solar": 0.0289,
1183
+ "Solar": 0.03,
1184
1184
  "Wind": 0.0148
1185
1185
  }
1186
1186
  },
@@ -1252,15 +1252,15 @@
1252
1252
  "Wind": 0.1779
1253
1253
  },
1254
1254
  "2025": {
1255
- "Bioenergy": 0.0127,
1256
- "Coal": 0.0209,
1257
- "Gas": 0.2262,
1258
- "Hydro": 0.0276,
1259
- "Nuclear": 0.3423,
1255
+ "Bioenergy": 0.0123,
1256
+ "Coal": 0.02,
1257
+ "Gas": 0.2126,
1258
+ "Hydro": 0.0275,
1259
+ "Nuclear": 0.3477,
1260
1260
  "Other Fossil": 0.0999,
1261
1261
  "Other Renewables": 0.001,
1262
- "Solar": 0.1322,
1263
- "Wind": 0.1371
1262
+ "Solar": 0.1341,
1263
+ "Wind": 0.1448
1264
1264
  }
1265
1265
  },
1266
1266
  "BF": {
@@ -1410,15 +1410,15 @@
1410
1410
  "Wind": 0.0411
1411
1411
  },
1412
1412
  "2025": {
1413
- "Bioenergy": 0.0029,
1414
- "Coal": 0.2984,
1415
- "Gas": 0.0576,
1416
- "Hydro": 0.0612,
1417
- "Nuclear": 0.4196,
1418
- "Other Fossil": 0,
1413
+ "Bioenergy": 0.0031,
1414
+ "Coal": 0.2995,
1415
+ "Gas": 0.0572,
1416
+ "Hydro": 0.0693,
1417
+ "Nuclear": 0.3978,
1418
+ "Other Fossil": 0.0001,
1419
1419
  "Other Renewables": 0,
1420
- "Solar": 0.1264,
1421
- "Wind": 0.0339
1420
+ "Solar": 0.1382,
1421
+ "Wind": 0.0349
1422
1422
  }
1423
1423
  },
1424
1424
  "BH": {
@@ -1886,13 +1886,13 @@
1886
1886
  "2025": {
1887
1887
  "Bioenergy": 0,
1888
1888
  "Coal": 0,
1889
- "Gas": 0.6025,
1890
- "Hydro": 0.3529,
1889
+ "Gas": 0.6,
1890
+ "Hydro": 0.3546,
1891
1891
  "Nuclear": 0,
1892
1892
  "Other Fossil": 0,
1893
1893
  "Other Renewables": 0,
1894
- "Solar": 0.0284,
1895
- "Wind": 0.0162
1894
+ "Solar": 0.0289,
1895
+ "Wind": 0.0165
1896
1896
  }
1897
1897
  },
1898
1898
  "BR": {
@@ -2358,15 +2358,15 @@
2358
2358
  "Wind": 0.0409
2359
2359
  },
2360
2360
  "2025": {
2361
- "Bioenergy": 0.1695,
2362
- "Coal": 0.0124,
2363
- "Gas": 0.0927,
2364
- "Hydro": 0.5268,
2365
- "Nuclear": 0.0095,
2366
- "Other Fossil": 0.1019,
2367
- "Other Renewables": 0.0024,
2368
- "Solar": 0.0479,
2369
- "Wind": 0.0371
2361
+ "Bioenergy": 0.1698,
2362
+ "Coal": 0.014,
2363
+ "Gas": 0.0952,
2364
+ "Hydro": 0.5248,
2365
+ "Nuclear": 0.0086,
2366
+ "Other Fossil": 0.1012,
2367
+ "Other Renewables": 0.0023,
2368
+ "Solar": 0.0467,
2369
+ "Wind": 0.0373
2370
2370
  }
2371
2371
  },
2372
2372
  "CA": {
@@ -2393,59 +2393,59 @@
2393
2393
  "Wind": 0.0572
2394
2394
  },
2395
2395
  "2021": {
2396
- "Bioenergy": 0.0157,
2397
- "Coal": 0.0537,
2398
- "Gas": 0.1211,
2396
+ "Bioenergy": 0.0172,
2397
+ "Coal": 0.0525,
2398
+ "Gas": 0.1209,
2399
2399
  "Hydro": 0.6008,
2400
2400
  "Nuclear": 0.1389,
2401
- "Other Fossil": 0.0074,
2401
+ "Other Fossil": 0.0073,
2402
2402
  "Other Renewables": 0.0003,
2403
2403
  "Solar": 0.0043,
2404
2404
  "Wind": 0.0577
2405
2405
  },
2406
2406
  "2022": {
2407
- "Bioenergy": 0.0141,
2408
- "Coal": 0.0407,
2409
- "Gas": 0.1281,
2410
- "Hydro": 0.6132,
2407
+ "Bioenergy": 0.0153,
2408
+ "Coal": 0.0393,
2409
+ "Gas": 0.1285,
2410
+ "Hydro": 0.6131,
2411
2411
  "Nuclear": 0.1282,
2412
- "Other Fossil": 0.0092,
2412
+ "Other Fossil": 0.009,
2413
2413
  "Other Renewables": 0.0002,
2414
2414
  "Solar": 0.0049,
2415
2415
  "Wind": 0.0614
2416
2416
  },
2417
2417
  "2023": {
2418
- "Bioenergy": 0.0151,
2419
- "Coal": 0.0438,
2420
- "Gas": 0.1378,
2418
+ "Bioenergy": 0.0161,
2419
+ "Coal": 0.0359,
2420
+ "Gas": 0.1468,
2421
2421
  "Hydro": 0.5833,
2422
2422
  "Nuclear": 0.1376,
2423
- "Other Fossil": 0.0099,
2423
+ "Other Fossil": 0.0079,
2424
2424
  "Other Renewables": 0.0002,
2425
2425
  "Solar": 0.0076,
2426
2426
  "Wind": 0.0646
2427
2427
  },
2428
2428
  "2024": {
2429
- "Bioenergy": 0.0161,
2430
- "Coal": 0.047,
2431
- "Gas": 0.1479,
2429
+ "Bioenergy": 0.0172,
2430
+ "Coal": 0.0386,
2431
+ "Gas": 0.1575,
2432
2432
  "Hydro": 0.5594,
2433
2433
  "Nuclear": 0.134,
2434
- "Other Fossil": 0.0105,
2434
+ "Other Fossil": 0.0084,
2435
2435
  "Other Renewables": 0.0005,
2436
2436
  "Solar": 0.0088,
2437
2437
  "Wind": 0.0757
2438
2438
  },
2439
2439
  "2025": {
2440
- "Bioenergy": 0.0164,
2441
- "Coal": 0.0473,
2442
- "Gas": 0.1489,
2443
- "Hydro": 0.5896,
2444
- "Nuclear": 0.1066,
2445
- "Other Fossil": 0.0106,
2446
- "Other Renewables": 0.0005,
2447
- "Solar": 0.0042,
2448
- "Wind": 0.0759
2440
+ "Bioenergy": 0.0161,
2441
+ "Coal": 0.0364,
2442
+ "Gas": 0.1479,
2443
+ "Hydro": 0.5798,
2444
+ "Nuclear": 0.1186,
2445
+ "Other Fossil": 0.0078,
2446
+ "Other Renewables": 0.0007,
2447
+ "Solar": 0.007,
2448
+ "Wind": 0.0859
2449
2449
  }
2450
2450
  },
2451
2451
  "CD": {
@@ -2745,23 +2745,23 @@
2745
2745
  "Bioenergy": 0.0004,
2746
2746
  "Coal": 0.002,
2747
2747
  "Gas": 0.0035,
2748
- "Hydro": 0.5894,
2748
+ "Hydro": 0.5893,
2749
2749
  "Nuclear": 0.292,
2750
- "Other Fossil": 0.0396,
2750
+ "Other Fossil": 0.0397,
2751
2751
  "Other Renewables": 0.0001,
2752
2752
  "Solar": 0.0683,
2753
2753
  "Wind": 0.0046
2754
2754
  },
2755
2755
  "2025": {
2756
2756
  "Bioenergy": 0.0023,
2757
- "Coal": 0.0122,
2758
- "Gas": 0.0212,
2759
- "Hydro": 0.432,
2760
- "Nuclear": 0.3617,
2761
- "Other Fossil": 0.0505,
2757
+ "Coal": 0.0121,
2758
+ "Gas": 0.021,
2759
+ "Hydro": 0.4615,
2760
+ "Nuclear": 0.3326,
2761
+ "Other Fossil": 0.0498,
2762
2762
  "Other Renewables": 0.0005,
2763
- "Solar": 0.1067,
2764
- "Wind": 0.0129
2763
+ "Solar": 0.1075,
2764
+ "Wind": 0.0127
2765
2765
  }
2766
2766
  },
2767
2767
  "CI": {
@@ -2991,14 +2991,14 @@
2991
2991
  },
2992
2992
  "2025": {
2993
2993
  "Bioenergy": 0.0252,
2994
- "Coal": 0.1577,
2995
- "Gas": 0.184,
2996
- "Hydro": 0.2382,
2994
+ "Coal": 0.1628,
2995
+ "Gas": 0.1776,
2996
+ "Hydro": 0.2472,
2997
2997
  "Nuclear": 0,
2998
- "Other Fossil": 0.0165,
2999
- "Other Renewables": 0.0015,
3000
- "Solar": 0.2433,
3001
- "Wind": 0.1337
2998
+ "Other Fossil": 0.0149,
2999
+ "Other Renewables": 0.0014,
3000
+ "Solar": 0.2374,
3001
+ "Wind": 0.1336
3002
3002
  }
3003
3003
  },
3004
3004
  "CM": {
@@ -3306,15 +3306,15 @@
3306
3306
  "Wind": 0.098
3307
3307
  },
3308
3308
  "2025": {
3309
- "Bioenergy": 0.0092,
3310
- "Coal": 0.0005,
3311
- "Gas": 0.0041,
3312
- "Hydro": 0.6676,
3309
+ "Bioenergy": 0.0073,
3310
+ "Coal": 0.0006,
3311
+ "Gas": 0.0037,
3312
+ "Hydro": 0.6975,
3313
3313
  "Nuclear": 0.0004,
3314
- "Other Fossil": 0.033,
3315
- "Other Renewables": 0.1167,
3316
- "Solar": 0.0017,
3317
- "Wind": 0.1668
3314
+ "Other Fossil": 0.0251,
3315
+ "Other Renewables": 0.1145,
3316
+ "Solar": 0.0015,
3317
+ "Wind": 0.1495
3318
3318
  }
3319
3319
  },
3320
3320
  "CU": {
@@ -3548,10 +3548,10 @@
3548
3548
  "Gas": 0,
3549
3549
  "Hydro": 0,
3550
3550
  "Nuclear": 0,
3551
- "Other Fossil": 0.8,
3551
+ "Other Fossil": 0.7689,
3552
3552
  "Other Renewables": 0,
3553
- "Solar": 0.1636,
3554
- "Wind": 0.0364
3553
+ "Solar": 0.1912,
3554
+ "Wind": 0.0399
3555
3555
  }
3556
3556
  },
3557
3557
  "CZ": {
@@ -3622,15 +3622,15 @@
3622
3622
  "Wind": 0.0103
3623
3623
  },
3624
3624
  "2025": {
3625
- "Bioenergy": 0.037,
3626
- "Coal": 0.3833,
3627
- "Gas": 0.0637,
3628
- "Hydro": 0.0257,
3629
- "Nuclear": 0.385,
3630
- "Other Fossil": 0.0091,
3631
- "Other Renewables": 0.0301,
3632
- "Solar": 0.0589,
3633
- "Wind": 0.0072
3625
+ "Bioenergy": 0.0379,
3626
+ "Coal": 0.3681,
3627
+ "Gas": 0.0622,
3628
+ "Hydro": 0.0251,
3629
+ "Nuclear": 0.3978,
3630
+ "Other Fossil": 0.0092,
3631
+ "Other Renewables": 0.0306,
3632
+ "Solar": 0.0618,
3633
+ "Wind": 0.0073
3634
3634
  }
3635
3635
  },
3636
3636
  "DE": {
@@ -3701,15 +3701,15 @@
3701
3701
  "Wind": 0.2727
3702
3702
  },
3703
3703
  "2025": {
3704
- "Bioenergy": 0.0836,
3705
- "Coal": 0.2432,
3706
- "Gas": 0.1618,
3707
- "Hydro": 0.0369,
3708
- "Nuclear": 0.0075,
3709
- "Other Fossil": 0.0705,
3710
- "Other Renewables": 0.0003,
3711
- "Solar": 0.1652,
3712
- "Wind": 0.2312
3704
+ "Bioenergy": 0.0829,
3705
+ "Coal": 0.2288,
3706
+ "Gas": 0.1569,
3707
+ "Hydro": 0.0381,
3708
+ "Nuclear": 0.0067,
3709
+ "Other Fossil": 0.0721,
3710
+ "Other Renewables": 0.0002,
3711
+ "Solar": 0.1711,
3712
+ "Wind": 0.2432
3713
3713
  }
3714
3714
  },
3715
3715
  "DJ": {
@@ -3859,15 +3859,15 @@
3859
3859
  "Wind": 0.5431
3860
3860
  },
3861
3861
  "2025": {
3862
- "Bioenergy": 0.1263,
3863
- "Coal": 0.1075,
3864
- "Gas": 0.0985,
3865
- "Hydro": 0.033,
3866
- "Nuclear": 0.0382,
3867
- "Other Fossil": 0.0405,
3868
- "Other Renewables": 0.0013,
3869
- "Solar": 0.1105,
3870
- "Wind": 0.4442
3862
+ "Bioenergy": 0.1149,
3863
+ "Coal": 0.0993,
3864
+ "Gas": 0.0927,
3865
+ "Hydro": 0.0311,
3866
+ "Nuclear": 0.0355,
3867
+ "Other Fossil": 0.0388,
3868
+ "Other Renewables": 0.0012,
3869
+ "Solar": 0.1186,
3870
+ "Wind": 0.468
3871
3871
  }
3872
3872
  },
3873
3873
  "DM": {
@@ -4176,14 +4176,14 @@
4176
4176
  },
4177
4177
  "2025": {
4178
4178
  "Bioenergy": 0.0002,
4179
- "Coal": 0.0009,
4180
- "Gas": 0.0347,
4181
- "Hydro": 0.7139,
4182
- "Nuclear": 0.0007,
4179
+ "Coal": 0.001,
4180
+ "Gas": 0.0348,
4181
+ "Hydro": 0.7138,
4182
+ "Nuclear": 0.0006,
4183
4183
  "Other Fossil": 0.241,
4184
4184
  "Other Renewables": 0.0002,
4185
4185
  "Solar": 0.0026,
4186
- "Wind": 0.0058
4186
+ "Wind": 0.0059
4187
4187
  }
4188
4188
  },
4189
4189
  "EE": {
@@ -4254,15 +4254,15 @@
4254
4254
  "Wind": 0.2017
4255
4255
  },
4256
4256
  "2025": {
4257
- "Bioenergy": 0.0766,
4258
- "Coal": 0.0419,
4259
- "Gas": 0.0736,
4260
- "Hydro": 0.0481,
4261
- "Nuclear": 0.059,
4262
- "Other Fossil": 0.359,
4263
- "Other Renewables": 0.0019,
4264
- "Solar": 0.1261,
4265
- "Wind": 0.2139
4257
+ "Bioenergy": 0.0743,
4258
+ "Coal": 0.0425,
4259
+ "Gas": 0.0747,
4260
+ "Hydro": 0.0506,
4261
+ "Nuclear": 0.0609,
4262
+ "Other Fossil": 0.3375,
4263
+ "Other Renewables": 0.002,
4264
+ "Solar": 0.1438,
4265
+ "Wind": 0.2136
4266
4266
  }
4267
4267
  },
4268
4268
  "EG": {
@@ -4491,15 +4491,15 @@
4491
4491
  "Wind": 0.2368
4492
4492
  },
4493
4493
  "2025": {
4494
- "Bioenergy": 0.0139,
4495
- "Coal": 0.0106,
4496
- "Gas": 0.1599,
4497
- "Hydro": 0.1725,
4498
- "Nuclear": 0.1985,
4499
- "Other Fossil": 0.0067,
4494
+ "Bioenergy": 0.0141,
4495
+ "Coal": 0.0103,
4496
+ "Gas": 0.1652,
4497
+ "Hydro": 0.1673,
4498
+ "Nuclear": 0.1986,
4499
+ "Other Fossil": 0.0066,
4500
4500
  "Other Renewables": 0.0024,
4501
- "Solar": 0.1864,
4502
- "Wind": 0.2491
4501
+ "Solar": 0.1969,
4502
+ "Wind": 0.2387
4503
4503
  }
4504
4504
  },
4505
4505
  "ET": {
@@ -4649,15 +4649,15 @@
4649
4649
  "Wind": 0.2352
4650
4650
  },
4651
4651
  "2025": {
4652
- "Bioenergy": 0.1278,
4653
- "Coal": 0.0236,
4654
- "Gas": 0.0339,
4655
- "Hydro": 0.1626,
4656
- "Nuclear": 0.3076,
4657
- "Other Fossil": 0.0512,
4658
- "Other Renewables": 0.0039,
4659
- "Solar": 0.0198,
4660
- "Wind": 0.2696
4652
+ "Bioenergy": 0.1238,
4653
+ "Coal": 0.0209,
4654
+ "Gas": 0.0294,
4655
+ "Hydro": 0.1672,
4656
+ "Nuclear": 0.323,
4657
+ "Other Fossil": 0.0491,
4658
+ "Other Renewables": 0.0035,
4659
+ "Solar": 0.0205,
4660
+ "Wind": 0.2626
4661
4661
  }
4662
4662
  },
4663
4663
  "FJ": {
@@ -4965,15 +4965,15 @@
4965
4965
  "Wind": 0.0899
4966
4966
  },
4967
4967
  "2025": {
4968
- "Bioenergy": 0.0055,
4968
+ "Bioenergy": 0.0056,
4969
4969
  "Coal": 0.003,
4970
- "Gas": 0.0394,
4971
- "Hydro": 0.1082,
4972
- "Nuclear": 0.6968,
4973
- "Other Fossil": 0.0074,
4970
+ "Gas": 0.0389,
4971
+ "Hydro": 0.1106,
4972
+ "Nuclear": 0.6933,
4973
+ "Other Fossil": 0.0073,
4974
4974
  "Other Renewables": 0,
4975
- "Solar": 0.048,
4976
- "Wind": 0.0917
4975
+ "Solar": 0.0499,
4976
+ "Wind": 0.0914
4977
4977
  }
4978
4978
  },
4979
4979
  "GA": {
@@ -5123,15 +5123,15 @@
5123
5123
  "Wind": 0.3204
5124
5124
  },
5125
5125
  "2025": {
5126
- "Bioenergy": 0.0741,
5127
- "Coal": 0.0166,
5128
- "Gas": 0.3666,
5129
- "Hydro": 0.0319,
5130
- "Nuclear": 0.1544,
5131
- "Other Fossil": 0.0184,
5126
+ "Bioenergy": 0.0736,
5127
+ "Coal": 0.0156,
5128
+ "Gas": 0.3546,
5129
+ "Hydro": 0.0311,
5130
+ "Nuclear": 0.1576,
5131
+ "Other Fossil": 0.0186,
5132
5132
  "Other Renewables": 0.0008,
5133
- "Solar": 0.0738,
5134
- "Wind": 0.2633
5133
+ "Solar": 0.0761,
5134
+ "Wind": 0.272
5135
5135
  }
5136
5136
  },
5137
5137
  "GD": {
@@ -5281,15 +5281,15 @@
5281
5281
  "Wind": 0.0136
5282
5282
  },
5283
5283
  "2025": {
5284
- "Bioenergy": 0.005,
5285
- "Coal": 0.1241,
5286
- "Gas": 0.2349,
5287
- "Hydro": 0.5716,
5288
- "Nuclear": 0.0131,
5289
- "Other Fossil": 0.0014,
5290
- "Other Renewables": 0.0013,
5291
- "Solar": 0.0201,
5292
- "Wind": 0.0286
5284
+ "Bioenergy": 0.0034,
5285
+ "Coal": 0.0862,
5286
+ "Gas": 0.1727,
5287
+ "Hydro": 0.6913,
5288
+ "Nuclear": 0.0089,
5289
+ "Other Fossil": 0.001,
5290
+ "Other Renewables": 0.0009,
5291
+ "Solar": 0.0135,
5292
+ "Wind": 0.0221
5293
5293
  }
5294
5294
  },
5295
5295
  "GF": {
@@ -5992,15 +5992,15 @@
5992
5992
  "Wind": 0.2196
5993
5993
  },
5994
5994
  "2025": {
5995
- "Bioenergy": 0.0015,
5996
- "Coal": 0.0761,
5997
- "Gas": 0.419,
5998
- "Hydro": 0.0456,
5999
- "Nuclear": 0.0099,
6000
- "Other Fossil": 0.0012,
6001
- "Other Renewables": 0.0004,
6002
- "Solar": 0.2367,
6003
- "Wind": 0.2096
5995
+ "Bioenergy": 0.0009,
5996
+ "Coal": 0.0705,
5997
+ "Gas": 0.4265,
5998
+ "Hydro": 0.0446,
5999
+ "Nuclear": 0.0056,
6000
+ "Other Fossil": 0.0007,
6001
+ "Other Renewables": 0.0002,
6002
+ "Solar": 0.2415,
6003
+ "Wind": 0.2095
6004
6004
  }
6005
6005
  },
6006
6006
  "GT": {
@@ -6387,15 +6387,15 @@
6387
6387
  "Wind": 0.0185
6388
6388
  },
6389
6389
  "2025": {
6390
- "Bioenergy": 0.0083,
6391
- "Coal": 0.563,
6392
- "Gas": 0.3398,
6393
- "Hydro": 0.0222,
6390
+ "Bioenergy": 0.0081,
6391
+ "Coal": 0.5608,
6392
+ "Gas": 0.3395,
6393
+ "Hydro": 0.023,
6394
6394
  "Nuclear": 0.0145,
6395
- "Other Fossil": 0.0052,
6395
+ "Other Fossil": 0.0051,
6396
6396
  "Other Renewables": 0.0014,
6397
- "Solar": 0.0227,
6398
- "Wind": 0.0229
6397
+ "Solar": 0.0245,
6398
+ "Wind": 0.023
6399
6399
  }
6400
6400
  },
6401
6401
  "HN": {
@@ -6467,13 +6467,13 @@
6467
6467
  },
6468
6468
  "2025": {
6469
6469
  "Bioenergy": 0.1282,
6470
- "Coal": 0.005,
6471
- "Gas": 0.0048,
6472
- "Hydro": 0.2237,
6473
- "Nuclear": 0.0005,
6474
- "Other Fossil": 0.4372,
6470
+ "Coal": 0.0051,
6471
+ "Gas": 0.0049,
6472
+ "Hydro": 0.2236,
6473
+ "Nuclear": 0.0004,
6474
+ "Other Fossil": 0.4371,
6475
6475
  "Other Renewables": 0.0264,
6476
- "Solar": 0.1001,
6476
+ "Solar": 0.1,
6477
6477
  "Wind": 0.0738
6478
6478
  }
6479
6479
  },
@@ -6545,15 +6545,15 @@
6545
6545
  "Wind": 0.1734
6546
6546
  },
6547
6547
  "2025": {
6548
- "Bioenergy": 0.039,
6549
- "Coal": 0.0296,
6550
- "Gas": 0.2151,
6551
- "Hydro": 0.3633,
6552
- "Nuclear": 0.0415,
6553
- "Other Fossil": 0.0114,
6554
- "Other Renewables": 0.0145,
6555
- "Solar": 0.0684,
6556
- "Wind": 0.2172
6548
+ "Bioenergy": 0.0402,
6549
+ "Coal": 0.0334,
6550
+ "Gas": 0.1998,
6551
+ "Hydro": 0.356,
6552
+ "Nuclear": 0.049,
6553
+ "Other Fossil": 0.011,
6554
+ "Other Renewables": 0.0162,
6555
+ "Solar": 0.0812,
6556
+ "Wind": 0.2132
6557
6557
  }
6558
6558
  },
6559
6559
  "HT": {
@@ -6703,15 +6703,15 @@
6703
6703
  "Wind": 0.0448
6704
6704
  },
6705
6705
  "2025": {
6706
- "Bioenergy": 0.0403,
6707
- "Coal": 0.0649,
6708
- "Gas": 0.2117,
6709
- "Hydro": 0.0383,
6710
- "Nuclear": 0.3783,
6711
- "Other Fossil": 0.0174,
6706
+ "Bioenergy": 0.0384,
6707
+ "Coal": 0.0643,
6708
+ "Gas": 0.2043,
6709
+ "Hydro": 0.0387,
6710
+ "Nuclear": 0.3756,
6711
+ "Other Fossil": 0.0173,
6712
6712
  "Other Renewables": 0.0038,
6713
- "Solar": 0.2062,
6714
- "Wind": 0.0391
6713
+ "Solar": 0.2191,
6714
+ "Wind": 0.0384
6715
6715
  }
6716
6716
  },
6717
6717
  "ID": {
@@ -6862,14 +6862,14 @@
6862
6862
  },
6863
6863
  "2025": {
6864
6864
  "Bioenergy": 0.0069,
6865
- "Coal": 0.0481,
6866
- "Gas": 0.4606,
6867
- "Hydro": 0.049,
6868
- "Nuclear": 0.0269,
6865
+ "Coal": 0.0477,
6866
+ "Gas": 0.4598,
6867
+ "Hydro": 0.0494,
6868
+ "Nuclear": 0.0268,
6869
6869
  "Other Fossil": 0.0474,
6870
6870
  "Other Renewables": 0.0009,
6871
- "Solar": 0.0194,
6872
- "Wind": 0.3406
6871
+ "Solar": 0.02,
6872
+ "Wind": 0.3409
6873
6873
  }
6874
6874
  },
6875
6875
  "IL": {
@@ -7019,15 +7019,15 @@
7019
7019
  "Wind": 0.0452
7020
7020
  },
7021
7021
  "2025": {
7022
- "Bioenergy": 0.0107,
7023
- "Coal": 0.7532,
7024
- "Gas": 0.011,
7025
- "Hydro": 0.0591,
7026
- "Nuclear": 0.0322,
7022
+ "Bioenergy": 0.0094,
7023
+ "Coal": 0.7482,
7024
+ "Gas": 0.0148,
7025
+ "Hydro": 0.0602,
7026
+ "Nuclear": 0.0317,
7027
7027
  "Other Fossil": 0.0017,
7028
- "Other Renewables": 0.0015,
7029
- "Solar": 0.0976,
7030
- "Wind": 0.0331
7028
+ "Other Renewables": 0.0016,
7029
+ "Solar": 0.096,
7030
+ "Wind": 0.0365
7031
7031
  }
7032
7032
  },
7033
7033
  "IQ": {
@@ -7336,14 +7336,14 @@
7336
7336
  },
7337
7337
  "2025": {
7338
7338
  "Bioenergy": 0.0546,
7339
- "Coal": 0.0388,
7340
- "Gas": 0.5005,
7341
- "Hydro": 0.1139,
7342
- "Nuclear": 0.0348,
7339
+ "Coal": 0.0382,
7340
+ "Gas": 0.4996,
7341
+ "Hydro": 0.1144,
7342
+ "Nuclear": 0.0347,
7343
7343
  "Other Fossil": 0.0301,
7344
7344
  "Other Renewables": 0.0191,
7345
- "Solar": 0.0811,
7346
- "Wind": 0.1272
7345
+ "Solar": 0.0818,
7346
+ "Wind": 0.1275
7347
7347
  }
7348
7348
  },
7349
7349
  "JM": {
@@ -7572,15 +7572,15 @@
7572
7572
  "Wind": 0.0198
7573
7573
  },
7574
7574
  "2025": {
7575
- "Bioenergy": 0.0662,
7576
- "Coal": 0.301,
7577
- "Gas": 0.3055,
7578
- "Hydro": 0.0554,
7579
- "Nuclear": 0.1018,
7580
- "Other Fossil": 0.0321,
7575
+ "Bioenergy": 0.066,
7576
+ "Coal": 0.2811,
7577
+ "Gas": 0.2977,
7578
+ "Hydro": 0.0674,
7579
+ "Nuclear": 0.102,
7580
+ "Other Fossil": 0.0304,
7581
7581
  "Other Renewables": 0.0107,
7582
- "Solar": 0.0991,
7583
- "Wind": 0.0281
7582
+ "Solar": 0.114,
7583
+ "Wind": 0.0305
7584
7584
  }
7585
7585
  },
7586
7586
  "KE": {
@@ -7731,13 +7731,13 @@
7731
7731
  },
7732
7732
  "2025": {
7733
7733
  "Bioenergy": 0.0016,
7734
- "Coal": 0.099,
7735
- "Gas": 0.0157,
7736
- "Hydro": 0.84,
7734
+ "Coal": 0.0984,
7735
+ "Gas": 0.0156,
7736
+ "Hydro": 0.8402,
7737
7737
  "Nuclear": 0.0043,
7738
7738
  "Other Fossil": 0.0254,
7739
7739
  "Other Renewables": 0.0004,
7740
- "Solar": 0.0067,
7740
+ "Solar": 0.0072,
7741
7741
  "Wind": 0.0069
7742
7742
  }
7743
7743
  },
@@ -7805,18 +7805,18 @@
7805
7805
  "Nuclear": 0.0132,
7806
7806
  "Other Fossil": 0.0552,
7807
7807
  "Other Renewables": 0.0013,
7808
- "Solar": 0.0294,
7808
+ "Solar": 0.0295,
7809
7809
  "Wind": 0.0186
7810
7810
  },
7811
7811
  "2025": {
7812
- "Bioenergy": 0.0138,
7813
- "Coal": 0.4618,
7814
- "Gas": 0.0248,
7815
- "Hydro": 0.3727,
7812
+ "Bioenergy": 0.0136,
7813
+ "Coal": 0.4596,
7814
+ "Gas": 0.0246,
7815
+ "Hydro": 0.3736,
7816
7816
  "Nuclear": 0.0146,
7817
7817
  "Other Fossil": 0.0552,
7818
7818
  "Other Renewables": 0.0014,
7819
- "Solar": 0.0324,
7819
+ "Solar": 0.0342,
7820
7820
  "Wind": 0.0231
7821
7821
  }
7822
7822
  },
@@ -8285,10 +8285,10 @@
8285
8285
  "2025": {
8286
8286
  "Bioenergy": 0,
8287
8287
  "Coal": 0,
8288
- "Gas": 0.5833,
8288
+ "Gas": 0.5837,
8289
8289
  "Hydro": 0,
8290
8290
  "Nuclear": 0,
8291
- "Other Fossil": 0.4167,
8291
+ "Other Fossil": 0.4163,
8292
8292
  "Other Renewables": 0,
8293
8293
  "Solar": 0,
8294
8294
  "Wind": 0
@@ -8994,15 +8994,15 @@
8994
8994
  "Wind": 0.3148
8995
8995
  },
8996
8996
  "2025": {
8997
- "Bioenergy": 0.0204,
8998
- "Coal": 0.0356,
8999
- "Gas": 0.243,
9000
- "Hydro": 0.0616,
9001
- "Nuclear": 0.0484,
9002
- "Other Fossil": 0.1094,
8997
+ "Bioenergy": 0.0206,
8998
+ "Coal": 0.0368,
8999
+ "Gas": 0.2457,
9000
+ "Hydro": 0.0642,
9001
+ "Nuclear": 0.0509,
9002
+ "Other Fossil": 0.109,
9003
9003
  "Other Renewables": 0.0016,
9004
- "Solar": 0.1268,
9005
- "Wind": 0.3532
9004
+ "Solar": 0.1358,
9005
+ "Wind": 0.3352
9006
9006
  }
9007
9007
  },
9008
9008
  "LU": {
@@ -9073,15 +9073,15 @@
9073
9073
  "Wind": 0.1858
9074
9074
  },
9075
9075
  "2025": {
9076
- "Bioenergy": 0.0736,
9077
- "Coal": 0.1006,
9078
- "Gas": 0.2008,
9079
- "Hydro": 0.1332,
9080
- "Nuclear": 0.1434,
9081
- "Other Fossil": 0.0408,
9076
+ "Bioenergy": 0.0732,
9077
+ "Coal": 0.0983,
9078
+ "Gas": 0.1916,
9079
+ "Hydro": 0.1343,
9080
+ "Nuclear": 0.1424,
9081
+ "Other Fossil": 0.0407,
9082
9082
  "Other Renewables": 0.0048,
9083
- "Solar": 0.1298,
9084
- "Wind": 0.1731
9083
+ "Solar": 0.1366,
9084
+ "Wind": 0.1782
9085
9085
  }
9086
9086
  },
9087
9087
  "LV": {
@@ -9152,15 +9152,15 @@
9152
9152
  "Wind": 0.0675
9153
9153
  },
9154
9154
  "2025": {
9155
- "Bioenergy": 0.0615,
9155
+ "Bioenergy": 0.0617,
9156
9156
  "Coal": 0.0161,
9157
- "Gas": 0.3072,
9158
- "Hydro": 0.4384,
9159
- "Nuclear": 0.0247,
9160
- "Other Fossil": 0.0162,
9157
+ "Gas": 0.294,
9158
+ "Hydro": 0.4502,
9159
+ "Nuclear": 0.0259,
9160
+ "Other Fossil": 0.0097,
9161
9161
  "Other Renewables": 0.0009,
9162
- "Solar": 0.088,
9163
- "Wind": 0.047
9162
+ "Solar": 0.0965,
9163
+ "Wind": 0.045
9164
9164
  }
9165
9165
  },
9166
9166
  "LY": {
@@ -9378,26 +9378,26 @@
9378
9378
  "Wind": 0.0094
9379
9379
  },
9380
9380
  "2024": {
9381
- "Bioenergy": 0.0014,
9382
- "Coal": 0.0072,
9383
- "Gas": 0.8982,
9384
- "Hydro": 0.0498,
9385
- "Nuclear": 0.0102,
9386
- "Other Fossil": 0.0011,
9387
- "Other Renewables": 0.0003,
9388
- "Solar": 0.0092,
9389
- "Wind": 0.0226
9381
+ "Bioenergy": 0.0009,
9382
+ "Coal": 0.0046,
9383
+ "Gas": 0.9136,
9384
+ "Hydro": 0.0477,
9385
+ "Nuclear": 0.0067,
9386
+ "Other Fossil": 0.0007,
9387
+ "Other Renewables": 0.0002,
9388
+ "Solar": 0.0125,
9389
+ "Wind": 0.0132
9390
9390
  },
9391
9391
  "2025": {
9392
- "Bioenergy": 0.0039,
9393
- "Coal": 0.0185,
9394
- "Gas": 0.8402,
9395
- "Hydro": 0.0607,
9396
- "Nuclear": 0.0267,
9397
- "Other Fossil": 0.0032,
9398
- "Other Renewables": 0.0009,
9399
- "Solar": 0.0105,
9400
- "Wind": 0.0353
9392
+ "Bioenergy": 0.0006,
9393
+ "Coal": 0.0028,
9394
+ "Gas": 0.9216,
9395
+ "Hydro": 0.0452,
9396
+ "Nuclear": 0.0041,
9397
+ "Other Fossil": 0.0005,
9398
+ "Other Renewables": 0.0001,
9399
+ "Solar": 0.0226,
9400
+ "Wind": 0.0025
9401
9401
  }
9402
9402
  },
9403
9403
  "ME": {
@@ -9468,15 +9468,15 @@
9468
9468
  "Wind": 0.0916
9469
9469
  },
9470
9470
  "2025": {
9471
- "Bioenergy": 0.0111,
9472
- "Coal": 0.2576,
9473
- "Gas": 0.0835,
9474
- "Hydro": 0.4066,
9475
- "Nuclear": 0.0721,
9476
- "Other Fossil": 0.0084,
9477
- "Other Renewables": 0.0026,
9471
+ "Bioenergy": 0.0105,
9472
+ "Coal": 0.2693,
9473
+ "Gas": 0.0766,
9474
+ "Hydro": 0.4016,
9475
+ "Nuclear": 0.0684,
9476
+ "Other Fossil": 0.0081,
9477
+ "Other Renewables": 0.0024,
9478
9478
  "Solar": 0.0379,
9479
- "Wind": 0.1202
9479
+ "Wind": 0.1253
9480
9480
  }
9481
9481
  },
9482
9482
  "MG": {
@@ -9627,14 +9627,14 @@
9627
9627
  },
9628
9628
  "2025": {
9629
9629
  "Bioenergy": 0.0093,
9630
- "Coal": 0.3962,
9631
- "Gas": 0.2687,
9632
- "Hydro": 0.1766,
9633
- "Nuclear": 0.0468,
9630
+ "Coal": 0.3956,
9631
+ "Gas": 0.2675,
9632
+ "Hydro": 0.1772,
9633
+ "Nuclear": 0.0467,
9634
9634
  "Other Fossil": 0.0055,
9635
9635
  "Other Renewables": 0.0016,
9636
- "Solar": 0.0423,
9637
- "Wind": 0.053
9636
+ "Solar": 0.0432,
9637
+ "Wind": 0.0534
9638
9638
  }
9639
9639
  },
9640
9640
  "ML": {
@@ -9934,23 +9934,23 @@
9934
9934
  "Bioenergy": 0.0557,
9935
9935
  "Coal": 0.4675,
9936
9936
  "Gas": 0.1613,
9937
- "Hydro": 0.1032,
9937
+ "Hydro": 0.1031,
9938
9938
  "Nuclear": 0.0448,
9939
9939
  "Other Fossil": 0.0341,
9940
9940
  "Other Renewables": 0.0045,
9941
9941
  "Solar": 0.066,
9942
- "Wind": 0.0629
9942
+ "Wind": 0.063
9943
9943
  },
9944
9944
  "2025": {
9945
- "Bioenergy": 0.0563,
9946
- "Coal": 0.4636,
9947
- "Gas": 0.1614,
9948
- "Hydro": 0.0756,
9949
- "Nuclear": 0.0495,
9950
- "Other Fossil": 0.0344,
9951
- "Other Renewables": 0.0048,
9952
- "Solar": 0.0761,
9953
- "Wind": 0.0782
9945
+ "Bioenergy": 0.0557,
9946
+ "Coal": 0.4562,
9947
+ "Gas": 0.1606,
9948
+ "Hydro": 0.0786,
9949
+ "Nuclear": 0.0494,
9950
+ "Other Fossil": 0.0342,
9951
+ "Other Renewables": 0.0049,
9952
+ "Solar": 0.0821,
9953
+ "Wind": 0.0783
9954
9954
  }
9955
9955
  },
9956
9956
  "MQ": {
@@ -10259,14 +10259,14 @@
10259
10259
  },
10260
10260
  "2025": {
10261
10261
  "Bioenergy": 0.0074,
10262
- "Coal": 0.0348,
10263
- "Gas": 0.6589,
10264
- "Hydro": 0.0423,
10265
- "Nuclear": 0.0504,
10266
- "Other Fossil": 0.0296,
10262
+ "Coal": 0.034,
10263
+ "Gas": 0.6574,
10264
+ "Hydro": 0.043,
10265
+ "Nuclear": 0.0503,
10266
+ "Other Fossil": 0.0297,
10267
10267
  "Other Renewables": 0.0017,
10268
- "Solar": 0.1445,
10269
- "Wind": 0.0304
10268
+ "Solar": 0.1456,
10269
+ "Wind": 0.0309
10270
10270
  }
10271
10271
  },
10272
10272
  "MU": {
@@ -10575,22 +10575,22 @@
10575
10575
  },
10576
10576
  "2025": {
10577
10577
  "Bioenergy": 0.0004,
10578
- "Coal": 0.0491,
10579
- "Gas": 0.5952,
10580
- "Hydro": 0.055,
10581
- "Nuclear": 0.0422,
10582
- "Other Fossil": 0.1153,
10583
- "Other Renewables": 0.0119,
10584
- "Solar": 0.0531,
10585
- "Wind": 0.0778
10578
+ "Coal": 0.0613,
10579
+ "Gas": 0.6035,
10580
+ "Hydro": 0.0618,
10581
+ "Nuclear": 0.0316,
10582
+ "Other Fossil": 0.097,
10583
+ "Other Renewables": 0.0107,
10584
+ "Solar": 0.0586,
10585
+ "Wind": 0.0752
10586
10586
  }
10587
10587
  },
10588
10588
  "MY": {
10589
10589
  "2019": {
10590
10590
  "Bioenergy": 0.0249,
10591
- "Coal": 0.428,
10592
- "Gas": 0.3843,
10593
- "Hydro": 0.1549,
10591
+ "Coal": 0.4281,
10592
+ "Gas": 0.3844,
10593
+ "Hydro": 0.1548,
10594
10594
  "Nuclear": 0,
10595
10595
  "Other Fossil": 0.0041,
10596
10596
  "Other Renewables": 0,
@@ -10642,25 +10642,25 @@
10642
10642
  "Wind": 0
10643
10643
  },
10644
10644
  "2024": {
10645
- "Bioenergy": 0.0247,
10646
- "Coal": 0.4322,
10647
- "Gas": 0.341,
10648
- "Hydro": 0.1815,
10645
+ "Bioenergy": 0.0236,
10646
+ "Coal": 0.4377,
10647
+ "Gas": 0.3434,
10648
+ "Hydro": 0.1746,
10649
10649
  "Nuclear": 0,
10650
- "Other Fossil": 0.0044,
10650
+ "Other Fossil": 0.0043,
10651
10651
  "Other Renewables": 0,
10652
- "Solar": 0.0162,
10652
+ "Solar": 0.0164,
10653
10653
  "Wind": 0
10654
10654
  },
10655
10655
  "2025": {
10656
- "Bioenergy": 0.0256,
10657
- "Coal": 0.4496,
10658
- "Gas": 0.3172,
10659
- "Hydro": 0.1843,
10656
+ "Bioenergy": 0.0242,
10657
+ "Coal": 0.4513,
10658
+ "Gas": 0.3207,
10659
+ "Hydro": 0.18,
10660
10660
  "Nuclear": 0,
10661
- "Other Fossil": 0.0045,
10661
+ "Other Fossil": 0.0051,
10662
10662
  "Other Renewables": 0,
10663
- "Solar": 0.0189,
10663
+ "Solar": 0.0187,
10664
10664
  "Wind": 0
10665
10665
  }
10666
10666
  },
@@ -11127,14 +11127,14 @@
11127
11127
  "Wind": 0.154
11128
11128
  },
11129
11129
  "2025": {
11130
- "Bioenergy": 0.1682,
11131
- "Coal": 0.0025,
11132
- "Gas": 0.0188,
11133
- "Hydro": 0.0875,
11134
- "Nuclear": 0.0019,
11135
- "Other Fossil": 0.3981,
11130
+ "Bioenergy": 0.1683,
11131
+ "Coal": 0.0029,
11132
+ "Gas": 0.0193,
11133
+ "Hydro": 0.0871,
11134
+ "Nuclear": 0.0017,
11135
+ "Other Fossil": 0.398,
11136
11136
  "Other Renewables": 0.1562,
11137
- "Solar": 0.0135,
11137
+ "Solar": 0.0133,
11138
11138
  "Wind": 0.1533
11139
11139
  }
11140
11140
  },
@@ -11206,15 +11206,15 @@
11206
11206
  "Wind": 0.2732
11207
11207
  },
11208
11208
  "2025": {
11209
- "Bioenergy": 0.0667,
11210
- "Coal": 0.1115,
11211
- "Gas": 0.4006,
11209
+ "Bioenergy": 0.0669,
11210
+ "Coal": 0.1025,
11211
+ "Gas": 0.3754,
11212
11212
  "Hydro": 0.0009,
11213
- "Nuclear": 0.0199,
11214
- "Other Fossil": 0.0097,
11213
+ "Nuclear": 0.0241,
11214
+ "Other Fossil": 0.0099,
11215
11215
  "Other Renewables": 0.0044,
11216
- "Solar": 0.1939,
11217
- "Wind": 0.1926
11216
+ "Solar": 0.1964,
11217
+ "Wind": 0.2195
11218
11218
  }
11219
11219
  },
11220
11220
  "NO": {
@@ -11287,13 +11287,13 @@
11287
11287
  "2025": {
11288
11288
  "Bioenergy": 0,
11289
11289
  "Coal": 0,
11290
- "Gas": 0.0073,
11291
- "Hydro": 0.9067,
11290
+ "Gas": 0.0066,
11291
+ "Hydro": 0.9059,
11292
11292
  "Nuclear": 0,
11293
11293
  "Other Fossil": 0.001,
11294
- "Other Renewables": 0.0025,
11294
+ "Other Renewables": 0.0026,
11295
11295
  "Solar": 0,
11296
- "Wind": 0.0825
11296
+ "Wind": 0.084
11297
11297
  }
11298
11298
  },
11299
11299
  "NP": {
@@ -11364,14 +11364,14 @@
11364
11364
  "Wind": 0.0166
11365
11365
  },
11366
11366
  "2025": {
11367
- "Bioenergy": 0.0045,
11368
- "Coal": 0.113,
11369
- "Gas": 0.0205,
11370
- "Hydro": 0.7984,
11371
- "Nuclear": 0.0121,
11372
- "Other Fossil": 0.0013,
11367
+ "Bioenergy": 0.0044,
11368
+ "Coal": 0.1112,
11369
+ "Gas": 0.0203,
11370
+ "Hydro": 0.7991,
11371
+ "Nuclear": 0.012,
11372
+ "Other Fossil": 0.0012,
11373
11373
  "Other Renewables": 0.0012,
11374
- "Solar": 0.0288,
11374
+ "Solar": 0.0303,
11375
11375
  "Wind": 0.0203
11376
11376
  }
11377
11377
  },
@@ -12154,15 +12154,15 @@
12154
12154
  "Wind": 0.0244
12155
12155
  },
12156
12156
  "2025": {
12157
- "Bioenergy": 0.0088,
12158
- "Coal": 0.1377,
12159
- "Gas": 0.1975,
12160
- "Hydro": 0.1764,
12161
- "Nuclear": 0.2008,
12162
- "Other Fossil": 0.0023,
12157
+ "Bioenergy": 0.0053,
12158
+ "Coal": 0.1751,
12159
+ "Gas": 0.2197,
12160
+ "Hydro": 0.149,
12161
+ "Nuclear": 0.1715,
12162
+ "Other Fossil": 0.0046,
12163
12163
  "Other Renewables": 0,
12164
- "Solar": 0.2577,
12165
- "Wind": 0.0189
12164
+ "Solar": 0.2478,
12165
+ "Wind": 0.0269
12166
12166
  }
12167
12167
  },
12168
12168
  "PL": {
@@ -12233,15 +12233,15 @@
12233
12233
  "Wind": 0.1507
12234
12234
  },
12235
12235
  "2025": {
12236
- "Bioenergy": 0.0195,
12237
- "Coal": 0.5372,
12238
- "Gas": 0.1257,
12239
- "Hydro": 0.0098,
12240
- "Nuclear": 0,
12241
- "Other Fossil": 0.0564,
12242
- "Other Renewables": 0.0022,
12243
- "Solar": 0.11,
12244
- "Wind": 0.1393
12236
+ "Bioenergy": 0.0196,
12237
+ "Coal": 0.5331,
12238
+ "Gas": 0.1236,
12239
+ "Hydro": 0.0108,
12240
+ "Nuclear": 0.0011,
12241
+ "Other Fossil": 0.0557,
12242
+ "Other Renewables": 0.0024,
12243
+ "Solar": 0.1153,
12244
+ "Wind": 0.1385
12245
12245
  }
12246
12246
  },
12247
12247
  "PM": {
@@ -12392,14 +12392,14 @@
12392
12392
  },
12393
12393
  "2025": {
12394
12394
  "Bioenergy": 0,
12395
- "Coal": 0.1672,
12396
- "Gas": 0.4085,
12395
+ "Coal": 0.2291,
12396
+ "Gas": 0.393,
12397
12397
  "Hydro": 0,
12398
12398
  "Nuclear": 0,
12399
- "Other Fossil": 0.3909,
12399
+ "Other Fossil": 0.3512,
12400
12400
  "Other Renewables": 0,
12401
- "Solar": 0.0159,
12402
- "Wind": 0.0176
12401
+ "Solar": 0.0151,
12402
+ "Wind": 0.0117
12403
12403
  }
12404
12404
  },
12405
12405
  "PS": {
@@ -12549,15 +12549,15 @@
12549
12549
  "Wind": 0.3021
12550
12550
  },
12551
12551
  "2025": {
12552
- "Bioenergy": 0.0552,
12553
- "Coal": 0.0084,
12554
- "Gas": 0.1247,
12555
- "Hydro": 0.3812,
12556
- "Nuclear": 0.0116,
12557
- "Other Fossil": 0.0046,
12552
+ "Bioenergy": 0.055,
12553
+ "Coal": 0.0093,
12554
+ "Gas": 0.1406,
12555
+ "Hydro": 0.3681,
12556
+ "Nuclear": 0.0132,
12557
+ "Other Fossil": 0.0052,
12558
12558
  "Other Renewables": 0.0004,
12559
- "Solar": 0.1008,
12560
- "Wind": 0.3132
12559
+ "Solar": 0.1166,
12560
+ "Wind": 0.2916
12561
12561
  }
12562
12562
  },
12563
12563
  "PY": {
@@ -12865,15 +12865,15 @@
12865
12865
  "Wind": 0.1188
12866
12866
  },
12867
12867
  "2025": {
12868
- "Bioenergy": 0.0112,
12869
- "Coal": 0.1343,
12870
- "Gas": 0.1815,
12871
- "Hydro": 0.2364,
12872
- "Nuclear": 0.2189,
12873
- "Other Fossil": 0.0021,
12868
+ "Bioenergy": 0.011,
12869
+ "Coal": 0.1344,
12870
+ "Gas": 0.1881,
12871
+ "Hydro": 0.2405,
12872
+ "Nuclear": 0.2051,
12873
+ "Other Fossil": 0.002,
12874
12874
  "Other Renewables": 0.0006,
12875
- "Solar": 0.0882,
12876
- "Wind": 0.1268
12875
+ "Solar": 0.0924,
12876
+ "Wind": 0.1259
12877
12877
  }
12878
12878
  },
12879
12879
  "RS": {
@@ -12944,15 +12944,15 @@
12944
12944
  "Wind": 0.0375
12945
12945
  },
12946
12946
  "2025": {
12947
- "Bioenergy": 0.0076,
12948
- "Coal": 0.5883,
12949
- "Gas": 0.0533,
12950
- "Hydro": 0.2956,
12951
- "Nuclear": 0.0025,
12952
- "Other Fossil": 0.0069,
12953
- "Other Renewables": 0.0001,
12954
- "Solar": 0.001,
12955
- "Wind": 0.0447
12947
+ "Bioenergy": 0.0081,
12948
+ "Coal": 0.5885,
12949
+ "Gas": 0.0587,
12950
+ "Hydro": 0.2852,
12951
+ "Nuclear": 0.0053,
12952
+ "Other Fossil": 0.0073,
12953
+ "Other Renewables": 0.0002,
12954
+ "Solar": 0.0031,
12955
+ "Wind": 0.0437
12956
12956
  }
12957
12957
  },
12958
12958
  "RU": {
@@ -13024,14 +13024,14 @@
13024
13024
  },
13025
13025
  "2025": {
13026
13026
  "Bioenergy": 0.0008,
13027
- "Coal": 0.1986,
13028
- "Gas": 0.48,
13029
- "Hydro": 0.1377,
13030
- "Nuclear": 0.1665,
13031
- "Other Fossil": 0.0115,
13027
+ "Coal": 0.1946,
13028
+ "Gas": 0.4694,
13029
+ "Hydro": 0.1462,
13030
+ "Nuclear": 0.1728,
13031
+ "Other Fossil": 0.0113,
13032
13032
  "Other Renewables": 0,
13033
- "Solar": 0.0011,
13034
- "Wind": 0.0038
13033
+ "Solar": 0.0014,
13034
+ "Wind": 0.0035
13035
13035
  }
13036
13036
  },
13037
13037
  "RW": {
@@ -13497,15 +13497,15 @@
13497
13497
  "Wind": 0.2507
13498
13498
  },
13499
13499
  "2025": {
13500
- "Bioenergy": 0.0416,
13500
+ "Bioenergy": 0.0414,
13501
13501
  "Coal": 0,
13502
13502
  "Gas": 0,
13503
- "Hydro": 0.4123,
13504
- "Nuclear": 0.2898,
13503
+ "Hydro": 0.4035,
13504
+ "Nuclear": 0.2876,
13505
13505
  "Other Fossil": 0,
13506
13506
  "Other Renewables": 0,
13507
- "Solar": 0.0103,
13508
- "Wind": 0.246
13507
+ "Solar": 0.0113,
13508
+ "Wind": 0.2562
13509
13509
  }
13510
13510
  },
13511
13511
  "SG": {
@@ -13734,14 +13734,14 @@
13734
13734
  "Wind": 0.0022
13735
13735
  },
13736
13736
  "2025": {
13737
- "Bioenergy": 0.0077,
13738
- "Coal": 0.1864,
13739
- "Gas": 0.0476,
13740
- "Hydro": 0.2593,
13741
- "Nuclear": 0.3808,
13737
+ "Bioenergy": 0.0078,
13738
+ "Coal": 0.1655,
13739
+ "Gas": 0.0523,
13740
+ "Hydro": 0.2714,
13741
+ "Nuclear": 0.3869,
13742
13742
  "Other Fossil": 0.0001,
13743
13743
  "Other Renewables": 0,
13744
- "Solar": 0.1175,
13744
+ "Solar": 0.1155,
13745
13745
  "Wind": 0.0006
13746
13746
  }
13747
13747
  },
@@ -13813,14 +13813,14 @@
13813
13813
  "Wind": 0
13814
13814
  },
13815
13815
  "2025": {
13816
- "Bioenergy": 0.0326,
13816
+ "Bioenergy": 0.0325,
13817
13817
  "Coal": 0.0025,
13818
- "Gas": 0.1041,
13819
- "Hydro": 0.0992,
13820
- "Nuclear": 0.6733,
13821
- "Other Fossil": 0.0522,
13822
- "Other Renewables": 0.0171,
13823
- "Solar": 0.019,
13818
+ "Gas": 0.1003,
13819
+ "Hydro": 0.0987,
13820
+ "Nuclear": 0.6799,
13821
+ "Other Fossil": 0.0494,
13822
+ "Other Renewables": 0.017,
13823
+ "Solar": 0.0197,
13824
13824
  "Wind": 0
13825
13825
  }
13826
13826
  },
@@ -14840,15 +14840,15 @@
14840
14840
  "Wind": 0.0268
14841
14841
  },
14842
14842
  "2025": {
14843
- "Bioenergy": 0.0639,
14844
- "Coal": 0.2235,
14845
- "Gas": 0.5652,
14846
- "Hydro": 0.0545,
14847
- "Nuclear": 0.0079,
14848
- "Other Fossil": 0.0013,
14849
- "Other Renewables": 0.0008,
14850
- "Solar": 0.05,
14851
- "Wind": 0.0329
14843
+ "Bioenergy": 0.0629,
14844
+ "Coal": 0.2185,
14845
+ "Gas": 0.5872,
14846
+ "Hydro": 0.0501,
14847
+ "Nuclear": 0.007,
14848
+ "Other Fossil": 0.0008,
14849
+ "Other Renewables": 0.0007,
14850
+ "Solar": 0.0475,
14851
+ "Wind": 0.0252
14852
14852
  }
14853
14853
  },
14854
14854
  "TJ": {
@@ -15314,15 +15314,15 @@
15314
15314
  "Wind": 0.107
15315
15315
  },
15316
15316
  "2025": {
15317
- "Bioenergy": 0.025,
15318
- "Coal": 0.3215,
15319
- "Gas": 0.2124,
15320
- "Hydro": 0.207,
15321
- "Nuclear": 0.0002,
15322
- "Other Fossil": 0.0033,
15323
- "Other Renewables": 0.034,
15324
- "Solar": 0.0894,
15325
- "Wind": 0.1072
15317
+ "Bioenergy": 0.0252,
15318
+ "Coal": 0.3233,
15319
+ "Gas": 0.2093,
15320
+ "Hydro": 0.2065,
15321
+ "Nuclear": 0.0003,
15322
+ "Other Fossil": 0.0031,
15323
+ "Other Renewables": 0.0333,
15324
+ "Solar": 0.0926,
15325
+ "Wind": 0.1064
15326
15326
  }
15327
15327
  },
15328
15328
  "TT": {
@@ -15450,37 +15450,37 @@
15450
15450
  "Wind": 0.0125
15451
15451
  },
15452
15452
  "2023": {
15453
- "Bioenergy": 0.0008,
15454
- "Coal": 0.4268,
15455
- "Gas": 0.3998,
15453
+ "Bioenergy": 0.0009,
15454
+ "Coal": 0.4266,
15455
+ "Gas": 0.3996,
15456
15456
  "Hydro": 0.0142,
15457
15457
  "Nuclear": 0.0637,
15458
- "Other Fossil": 0.0261,
15458
+ "Other Fossil": 0.0265,
15459
15459
  "Other Renewables": 0,
15460
15460
  "Solar": 0.0462,
15461
15461
  "Wind": 0.0223
15462
15462
  },
15463
15463
  "2024": {
15464
15464
  "Bioenergy": 0.0008,
15465
- "Coal": 0.397,
15466
- "Gas": 0.4291,
15465
+ "Coal": 0.3961,
15466
+ "Gas": 0.4283,
15467
15467
  "Hydro": 0.0147,
15468
- "Nuclear": 0.0426,
15468
+ "Nuclear": 0.0425,
15469
15469
  "Other Fossil": 0.0274,
15470
15470
  "Other Renewables": 0,
15471
- "Solar": 0.0522,
15472
- "Wind": 0.0362
15471
+ "Solar": 0.0534,
15472
+ "Wind": 0.0368
15473
15473
  },
15474
15474
  "2025": {
15475
15475
  "Bioenergy": 0.0009,
15476
- "Coal": 0.3426,
15477
- "Gas": 0.4632,
15478
- "Hydro": 0.0158,
15479
- "Nuclear": 0.0337,
15480
- "Other Fossil": 0.0294,
15476
+ "Coal": 0.3538,
15477
+ "Gas": 0.4606,
15478
+ "Hydro": 0.0169,
15479
+ "Nuclear": 0.0333,
15480
+ "Other Fossil": 0.0291,
15481
15481
  "Other Renewables": 0,
15482
- "Solar": 0.0489,
15483
- "Wind": 0.0655
15482
+ "Solar": 0.05,
15483
+ "Wind": 0.0553
15484
15484
  }
15485
15485
  },
15486
15486
  "TZ": {
@@ -15788,15 +15788,15 @@
15788
15788
  "Wind": 0.1035
15789
15789
  },
15790
15790
  "2025": {
15791
- "Bioenergy": 0.0105,
15792
- "Coal": 0.1633,
15793
- "Gas": 0.362,
15794
- "Hydro": 0.0623,
15795
- "Nuclear": 0.1775,
15796
- "Other Fossil": 0.0082,
15791
+ "Bioenergy": 0.0106,
15792
+ "Coal": 0.1624,
15793
+ "Gas": 0.3707,
15794
+ "Hydro": 0.0611,
15795
+ "Nuclear": 0.1774,
15796
+ "Other Fossil": 0.0075,
15797
15797
  "Other Renewables": 0.0042,
15798
- "Solar": 0.0826,
15799
- "Wind": 0.1296
15798
+ "Solar": 0.0834,
15799
+ "Wind": 0.1227
15800
15800
  }
15801
15801
  },
15802
15802
  "UY": {
@@ -15867,15 +15867,15 @@
15867
15867
  "Wind": 0.3322
15868
15868
  },
15869
15869
  "2025": {
15870
- "Bioenergy": 0.1553,
15871
- "Coal": 0.003,
15872
- "Gas": 0.0405,
15873
- "Hydro": 0.3889,
15874
- "Nuclear": 0.0023,
15875
- "Other Fossil": 0.0159,
15876
- "Other Renewables": 0.0006,
15877
- "Solar": 0.0511,
15878
- "Wind": 0.3424
15870
+ "Bioenergy": 0.146,
15871
+ "Coal": 0.0027,
15872
+ "Gas": 0.0361,
15873
+ "Hydro": 0.413,
15874
+ "Nuclear": 0.0017,
15875
+ "Other Fossil": 0.0144,
15876
+ "Other Renewables": 0.0005,
15877
+ "Solar": 0.0463,
15878
+ "Wind": 0.3393
15879
15879
  }
15880
15880
  },
15881
15881
  "UZ": {
@@ -15947,13 +15947,13 @@
15947
15947
  },
15948
15948
  "2025": {
15949
15949
  "Bioenergy": 0.0004,
15950
- "Coal": 0.0698,
15950
+ "Coal": 0.0697,
15951
15951
  "Gas": 0.8122,
15952
- "Hydro": 0.1013,
15952
+ "Hydro": 0.1014,
15953
15953
  "Nuclear": 0.0012,
15954
15954
  "Other Fossil": 0.0111,
15955
15955
  "Other Renewables": 0.0001,
15956
- "Solar": 0.002,
15956
+ "Solar": 0.0021,
15957
15957
  "Wind": 0.0018
15958
15958
  }
15959
15959
  },
@@ -16342,14 +16342,14 @@
16342
16342
  },
16343
16343
  "2025": {
16344
16344
  "Bioenergy": 0,
16345
- "Coal": 0.5906,
16346
- "Gas": 0.0682,
16347
- "Hydro": 0.1852,
16345
+ "Coal": 0.5885,
16346
+ "Gas": 0.0748,
16347
+ "Hydro": 0.1885,
16348
16348
  "Nuclear": 0,
16349
16349
  "Other Fossil": 0,
16350
16350
  "Other Renewables": 0,
16351
- "Solar": 0.097,
16352
- "Wind": 0.059
16351
+ "Solar": 0.0971,
16352
+ "Wind": 0.0511
16353
16353
  }
16354
16354
  },
16355
16355
  "VU": {
@@ -16578,15 +16578,15 @@
16578
16578
  "Wind": 0.0647
16579
16579
  },
16580
16580
  "2025": {
16581
- "Bioenergy": 0.0088,
16582
- "Coal": 0.6947,
16583
- "Gas": 0.0731,
16584
- "Hydro": 0.0651,
16585
- "Nuclear": 0.0597,
16586
- "Other Fossil": 0.007,
16587
- "Other Renewables": 0.002,
16588
- "Solar": 0.023,
16589
- "Wind": 0.0665
16581
+ "Bioenergy": 0.006,
16582
+ "Coal": 0.7389,
16583
+ "Gas": 0.0521,
16584
+ "Hydro": 0.0669,
16585
+ "Nuclear": 0.0417,
16586
+ "Other Fossil": 0.0048,
16587
+ "Other Renewables": 0.0014,
16588
+ "Solar": 0.0133,
16589
+ "Wind": 0.075
16590
16590
  }
16591
16591
  },
16592
16592
  "YE": {