@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
@@ -1511,31 +1511,31 @@
1511
1511
  },
1512
1512
  "2024-01": {
1513
1513
  "Bioenergy": 0.0162,
1514
- "Coal": 0.3779,
1514
+ "Coal": 0.378,
1515
1515
  "Gas": 0.3294,
1516
- "Hydro": 0.0653,
1516
+ "Hydro": 0.0652,
1517
1517
  "Nuclear": 0.0258,
1518
1518
  "Other Fossil": 0.1076,
1519
1519
  "Other Renewables": 0.0067,
1520
1520
  "Solar": 0.0328,
1521
- "Wind": 0.0385
1521
+ "Wind": 0.0384
1522
1522
  },
1523
1523
  "2024-02": {
1524
1524
  "Bioenergy": 0.0156,
1525
1525
  "Coal": 0.3769,
1526
1526
  "Gas": 0.3293,
1527
- "Hydro": 0.0653,
1527
+ "Hydro": 0.0652,
1528
1528
  "Nuclear": 0.0257,
1529
1529
  "Other Fossil": 0.1077,
1530
1530
  "Other Renewables": 0.0067,
1531
1531
  "Solar": 0.0348,
1532
- "Wind": 0.0381
1532
+ "Wind": 0.038
1533
1533
  },
1534
1534
  "2024-03": {
1535
1535
  "Bioenergy": 0.0155,
1536
- "Coal": 0.3653,
1537
- "Gas": 0.3285,
1538
- "Hydro": 0.0665,
1536
+ "Coal": 0.3654,
1537
+ "Gas": 0.3286,
1538
+ "Hydro": 0.0663,
1539
1539
  "Nuclear": 0.0262,
1540
1540
  "Other Fossil": 0.105,
1541
1541
  "Other Renewables": 0.0066,
@@ -1543,26 +1543,26 @@
1543
1543
  "Wind": 0.0441
1544
1544
  },
1545
1545
  "2024-04": {
1546
- "Bioenergy": 0.0144,
1546
+ "Bioenergy": 0.0143,
1547
1547
  "Coal": 0.3511,
1548
1548
  "Gas": 0.3339,
1549
- "Hydro": 0.0747,
1549
+ "Hydro": 0.0746,
1550
1550
  "Nuclear": 0.0272,
1551
1551
  "Other Fossil": 0.1061,
1552
1552
  "Other Renewables": 0.0068,
1553
- "Solar": 0.0456,
1553
+ "Solar": 0.0457,
1554
1554
  "Wind": 0.0402
1555
1555
  },
1556
1556
  "2024-05": {
1557
1557
  "Bioenergy": 0.0137,
1558
1558
  "Coal": 0.3419,
1559
1559
  "Gas": 0.3288,
1560
- "Hydro": 0.0882,
1560
+ "Hydro": 0.0881,
1561
1561
  "Nuclear": 0.0274,
1562
1562
  "Other Fossil": 0.1043,
1563
1563
  "Other Renewables": 0.0066,
1564
1564
  "Solar": 0.0496,
1565
- "Wind": 0.0394
1565
+ "Wind": 0.0395
1566
1566
  },
1567
1567
  "2024-06": {
1568
1568
  "Bioenergy": 0.0138,
@@ -1579,7 +1579,7 @@
1579
1579
  "Bioenergy": 0.0143,
1580
1580
  "Coal": 0.3568,
1581
1581
  "Gas": 0.3117,
1582
- "Hydro": 0.1078,
1582
+ "Hydro": 0.1077,
1583
1583
  "Nuclear": 0.0264,
1584
1584
  "Other Fossil": 0.0973,
1585
1585
  "Other Renewables": 0.0061,
@@ -1590,7 +1590,7 @@
1590
1590
  "Bioenergy": 0.0147,
1591
1591
  "Coal": 0.3659,
1592
1592
  "Gas": 0.3115,
1593
- "Hydro": 0.1058,
1593
+ "Hydro": 0.1057,
1594
1594
  "Nuclear": 0.026,
1595
1595
  "Other Fossil": 0.0964,
1596
1596
  "Other Renewables": 0.0061,
@@ -1628,7 +1628,7 @@
1628
1628
  "Other Fossil": 0.1056,
1629
1629
  "Other Renewables": 0.0067,
1630
1630
  "Solar": 0.0407,
1631
- "Wind": 0.0411
1631
+ "Wind": 0.041
1632
1632
  },
1633
1633
  "2024-12": {
1634
1634
  "Bioenergy": 0.0162,
@@ -1639,7 +1639,7 @@
1639
1639
  "Other Fossil": 0.1023,
1640
1640
  "Other Renewables": 0.0064,
1641
1641
  "Solar": 0.0392,
1642
- "Wind": 0.0445
1642
+ "Wind": 0.0446
1643
1643
  },
1644
1644
  "2025-01": {
1645
1645
  "Bioenergy": 0.0157,
@@ -1653,48 +1653,48 @@
1653
1653
  "Wind": 0.0441
1654
1654
  },
1655
1655
  "2025-02": {
1656
- "Bioenergy": 0.0155,
1657
- "Coal": 0.3606,
1658
- "Gas": 0.3263,
1656
+ "Bioenergy": 0.0153,
1657
+ "Coal": 0.3605,
1658
+ "Gas": 0.3264,
1659
1659
  "Hydro": 0.0667,
1660
1660
  "Nuclear": 0.0276,
1661
- "Other Fossil": 0.1068,
1661
+ "Other Fossil": 0.1069,
1662
1662
  "Other Renewables": 0.0066,
1663
- "Solar": 0.0461,
1663
+ "Solar": 0.0462,
1664
1664
  "Wind": 0.0438
1665
1665
  },
1666
1666
  "2025-03": {
1667
- "Bioenergy": 0.015,
1668
- "Coal": 0.3563,
1669
- "Gas": 0.3179,
1670
- "Hydro": 0.0687,
1671
- "Nuclear": 0.0304,
1672
- "Other Fossil": 0.104,
1673
- "Other Renewables": 0.0066,
1674
- "Solar": 0.0517,
1667
+ "Bioenergy": 0.0149,
1668
+ "Coal": 0.3561,
1669
+ "Gas": 0.3183,
1670
+ "Hydro": 0.0684,
1671
+ "Nuclear": 0.0305,
1672
+ "Other Fossil": 0.1039,
1673
+ "Other Renewables": 0.0065,
1674
+ "Solar": 0.052,
1675
1675
  "Wind": 0.0494
1676
1676
  },
1677
1677
  "2025-04": {
1678
- "Bioenergy": 0.0146,
1679
- "Coal": 0.3425,
1680
- "Gas": 0.3241,
1681
- "Hydro": 0.0704,
1682
- "Nuclear": 0.0305,
1683
- "Other Fossil": 0.1063,
1678
+ "Bioenergy": 0.0143,
1679
+ "Coal": 0.3395,
1680
+ "Gas": 0.3253,
1681
+ "Hydro": 0.0717,
1682
+ "Nuclear": 0.03,
1683
+ "Other Fossil": 0.1065,
1684
1684
  "Other Renewables": 0.0067,
1685
- "Solar": 0.0573,
1686
- "Wind": 0.0476
1685
+ "Solar": 0.0582,
1686
+ "Wind": 0.0478
1687
1687
  },
1688
1688
  "2025-05": {
1689
- "Bioenergy": 0.0146,
1690
- "Coal": 0.3425,
1691
- "Gas": 0.3241,
1692
- "Hydro": 0.0704,
1693
- "Nuclear": 0.0305,
1694
- "Other Fossil": 0.1063,
1689
+ "Bioenergy": 0.0143,
1690
+ "Coal": 0.3395,
1691
+ "Gas": 0.3254,
1692
+ "Hydro": 0.0717,
1693
+ "Nuclear": 0.03,
1694
+ "Other Fossil": 0.1064,
1695
1695
  "Other Renewables": 0.0067,
1696
- "Solar": 0.0573,
1697
- "Wind": 0.0476
1696
+ "Solar": 0.0582,
1697
+ "Wind": 0.0478
1698
1698
  }
1699
1699
  },
1700
1700
  "Europe": {
@@ -2449,7 +2449,7 @@
2449
2449
  "2024-09": {
2450
2450
  "Bioenergy": 0.026,
2451
2451
  "Coal": 0.1405,
2452
- "Gas": 0.2193,
2452
+ "Gas": 0.2194,
2453
2453
  "Hydro": 0.1955,
2454
2454
  "Nuclear": 0.1803,
2455
2455
  "Other Fossil": 0.0202,
@@ -2466,7 +2466,7 @@
2466
2466
  "Other Fossil": 0.02,
2467
2467
  "Other Renewables": 0.0184,
2468
2468
  "Solar": 0.055,
2469
- "Wind": 0.1222
2469
+ "Wind": 0.1221
2470
2470
  },
2471
2471
  "2024-11": {
2472
2472
  "Bioenergy": 0.0265,
@@ -2482,68 +2482,68 @@
2482
2482
  "2024-12": {
2483
2483
  "Bioenergy": 0.0252,
2484
2484
  "Coal": 0.1538,
2485
- "Gas": 0.2571,
2485
+ "Gas": 0.2572,
2486
2486
  "Hydro": 0.1706,
2487
2487
  "Nuclear": 0.1871,
2488
2488
  "Other Fossil": 0.0211,
2489
- "Other Renewables": 0.0166,
2490
- "Solar": 0.023,
2491
- "Wind": 0.1454
2489
+ "Other Renewables": 0.0167,
2490
+ "Solar": 0.0231,
2491
+ "Wind": 0.1453
2492
2492
  },
2493
2493
  "2025-01": {
2494
2494
  "Bioenergy": 0.0259,
2495
2495
  "Coal": 0.1534,
2496
2496
  "Gas": 0.2633,
2497
- "Hydro": 0.177,
2497
+ "Hydro": 0.1769,
2498
2498
  "Nuclear": 0.1829,
2499
2499
  "Other Fossil": 0.0211,
2500
2500
  "Other Renewables": 0.0162,
2501
- "Solar": 0.0273,
2502
- "Wind": 0.133
2501
+ "Solar": 0.0274,
2502
+ "Wind": 0.1329
2503
2503
  },
2504
2504
  "2025-02": {
2505
2505
  "Bioenergy": 0.0262,
2506
- "Coal": 0.1627,
2507
- "Gas": 0.2695,
2508
- "Hydro": 0.1797,
2509
- "Nuclear": 0.1741,
2506
+ "Coal": 0.1626,
2507
+ "Gas": 0.2693,
2508
+ "Hydro": 0.1796,
2509
+ "Nuclear": 0.174,
2510
2510
  "Other Fossil": 0.0218,
2511
2511
  "Other Renewables": 0.0173,
2512
- "Solar": 0.0426,
2512
+ "Solar": 0.0428,
2513
2513
  "Wind": 0.1062
2514
2514
  },
2515
2515
  "2025-03": {
2516
2516
  "Bioenergy": 0.0254,
2517
- "Coal": 0.148,
2518
- "Gas": 0.2423,
2519
- "Hydro": 0.1791,
2520
- "Nuclear": 0.1749,
2521
- "Other Fossil": 0.0271,
2522
- "Other Renewables": 0.0173,
2523
- "Solar": 0.0711,
2524
- "Wind": 0.1147
2517
+ "Coal": 0.1482,
2518
+ "Gas": 0.2417,
2519
+ "Hydro": 0.1793,
2520
+ "Nuclear": 0.175,
2521
+ "Other Fossil": 0.027,
2522
+ "Other Renewables": 0.0174,
2523
+ "Solar": 0.0712,
2524
+ "Wind": 0.1148
2525
2525
  },
2526
2526
  "2025-04": {
2527
- "Bioenergy": 0.0271,
2528
- "Coal": 0.1387,
2529
- "Gas": 0.2396,
2530
- "Hydro": 0.1944,
2531
- "Nuclear": 0.165,
2532
- "Other Fossil": 0.0226,
2533
- "Other Renewables": 0.0186,
2534
- "Solar": 0.0953,
2535
- "Wind": 0.0988
2527
+ "Bioenergy": 0.0278,
2528
+ "Coal": 0.1347,
2529
+ "Gas": 0.2253,
2530
+ "Hydro": 0.2021,
2531
+ "Nuclear": 0.1689,
2532
+ "Other Fossil": 0.0227,
2533
+ "Other Renewables": 0.0191,
2534
+ "Solar": 0.0981,
2535
+ "Wind": 0.1012
2536
2536
  },
2537
2537
  "2025-05": {
2538
- "Bioenergy": 0.0271,
2539
- "Coal": 0.1387,
2540
- "Gas": 0.2396,
2541
- "Hydro": 0.1944,
2542
- "Nuclear": 0.165,
2543
- "Other Fossil": 0.0226,
2544
- "Other Renewables": 0.0186,
2545
- "Solar": 0.0953,
2546
- "Wind": 0.0988
2538
+ "Bioenergy": 0.0268,
2539
+ "Coal": 0.1245,
2540
+ "Gas": 0.2171,
2541
+ "Hydro": 0.2029,
2542
+ "Nuclear": 0.1634,
2543
+ "Other Fossil": 0.0227,
2544
+ "Other Renewables": 0.019,
2545
+ "Solar": 0.1136,
2546
+ "Wind": 0.11
2547
2547
  }
2548
2548
  },
2549
2549
  "North America": {
@@ -2812,8 +2812,8 @@
2812
2812
  "Wind": 0.0782
2813
2813
  },
2814
2814
  "2021-01": {
2815
- "Bioenergy": 0.0218,
2816
- "Coal": 0.1725,
2815
+ "Bioenergy": 0.0219,
2816
+ "Coal": 0.1724,
2817
2817
  "Gas": 0.3119,
2818
2818
  "Hydro": 0.1444,
2819
2819
  "Nuclear": 0.1458,
@@ -2823,8 +2823,8 @@
2823
2823
  "Wind": 0.0717
2824
2824
  },
2825
2825
  "2021-02": {
2826
- "Bioenergy": 0.0221,
2827
- "Coal": 0.1949,
2826
+ "Bioenergy": 0.0223,
2827
+ "Coal": 0.1948,
2828
2828
  "Gas": 0.2977,
2829
2829
  "Hydro": 0.1391,
2830
2830
  "Nuclear": 0.1352,
@@ -2834,8 +2834,8 @@
2834
2834
  "Wind": 0.0692
2835
2835
  },
2836
2836
  "2021-03": {
2837
- "Bioenergy": 0.0231,
2838
- "Coal": 0.1464,
2837
+ "Bioenergy": 0.0232,
2838
+ "Coal": 0.1463,
2839
2839
  "Gas": 0.2967,
2840
2840
  "Hydro": 0.1419,
2841
2841
  "Nuclear": 0.1408,
@@ -2845,9 +2845,9 @@
2845
2845
  "Wind": 0.0983
2846
2846
  },
2847
2847
  "2021-04": {
2848
- "Bioenergy": 0.0231,
2849
- "Coal": 0.1369,
2850
- "Gas": 0.3119,
2848
+ "Bioenergy": 0.0232,
2849
+ "Coal": 0.1368,
2850
+ "Gas": 0.3118,
2851
2851
  "Hydro": 0.1353,
2852
2852
  "Nuclear": 0.1347,
2853
2853
  "Other Fossil": 0.1157,
@@ -2856,8 +2856,8 @@
2856
2856
  "Wind": 0.0933
2857
2857
  },
2858
2858
  "2021-05": {
2859
- "Bioenergy": 0.0221,
2860
- "Coal": 0.1488,
2859
+ "Bioenergy": 0.0222,
2860
+ "Coal": 0.1487,
2861
2861
  "Gas": 0.3115,
2862
2862
  "Hydro": 0.1335,
2863
2863
  "Nuclear": 0.1404,
@@ -2867,8 +2867,8 @@
2867
2867
  "Wind": 0.0828
2868
2868
  },
2869
2869
  "2021-06": {
2870
- "Bioenergy": 0.0202,
2871
- "Coal": 0.1762,
2870
+ "Bioenergy": 0.0203,
2871
+ "Coal": 0.1761,
2872
2872
  "Gas": 0.3475,
2873
2873
  "Hydro": 0.1182,
2874
2874
  "Nuclear": 0.132,
@@ -2878,19 +2878,19 @@
2878
2878
  "Wind": 0.0608
2879
2879
  },
2880
2880
  "2021-07": {
2881
- "Bioenergy": 0.0194,
2882
- "Coal": 0.1905,
2881
+ "Bioenergy": 0.0195,
2882
+ "Coal": 0.1904,
2883
2883
  "Gas": 0.3629,
2884
2884
  "Hydro": 0.1111,
2885
2885
  "Nuclear": 0.1296,
2886
- "Other Fossil": 0.0944,
2886
+ "Other Fossil": 0.0943,
2887
2887
  "Other Renewables": 0.006,
2888
2888
  "Solar": 0.0367,
2889
2889
  "Wind": 0.0494
2890
2890
  },
2891
2891
  "2021-08": {
2892
- "Bioenergy": 0.0194,
2893
- "Coal": 0.1886,
2892
+ "Bioenergy": 0.0196,
2893
+ "Coal": 0.1885,
2894
2894
  "Gas": 0.3629,
2895
2895
  "Hydro": 0.1076,
2896
2896
  "Nuclear": 0.129,
@@ -2900,8 +2900,8 @@
2900
2900
  "Wind": 0.0573
2901
2901
  },
2902
2902
  "2021-09": {
2903
- "Bioenergy": 0.021,
2904
- "Coal": 0.1697,
2903
+ "Bioenergy": 0.0212,
2904
+ "Coal": 0.1696,
2905
2905
  "Gas": 0.341,
2906
2906
  "Hydro": 0.1131,
2907
2907
  "Nuclear": 0.1363,
@@ -2911,42 +2911,42 @@
2911
2911
  "Wind": 0.0692
2912
2912
  },
2913
2913
  "2021-10": {
2914
- "Bioenergy": 0.022,
2915
- "Coal": 0.1471,
2916
- "Gas": 0.3463,
2914
+ "Bioenergy": 0.0221,
2915
+ "Coal": 0.147,
2916
+ "Gas": 0.3462,
2917
2917
  "Hydro": 0.1224,
2918
- "Nuclear": 0.1299,
2918
+ "Nuclear": 0.1298,
2919
2919
  "Other Fossil": 0.111,
2920
2920
  "Other Renewables": 0.0071,
2921
2921
  "Solar": 0.0344,
2922
2922
  "Wind": 0.0799
2923
2923
  },
2924
2924
  "2021-11": {
2925
- "Bioenergy": 0.0225,
2926
- "Coal": 0.1385,
2925
+ "Bioenergy": 0.0226,
2926
+ "Coal": 0.1384,
2927
2927
  "Gas": 0.328,
2928
2928
  "Hydro": 0.1308,
2929
2929
  "Nuclear": 0.1393,
2930
- "Other Fossil": 0.1122,
2930
+ "Other Fossil": 0.1121,
2931
2931
  "Other Renewables": 0.0072,
2932
2932
  "Solar": 0.0304,
2933
2933
  "Wind": 0.0912
2934
2934
  },
2935
2935
  "2021-12": {
2936
- "Bioenergy": 0.0221,
2937
- "Coal": 0.136,
2936
+ "Bioenergy": 0.0223,
2937
+ "Coal": 0.1359,
2938
2938
  "Gas": 0.3218,
2939
2939
  "Hydro": 0.1417,
2940
2940
  "Nuclear": 0.148,
2941
- "Other Fossil": 0.1061,
2941
+ "Other Fossil": 0.106,
2942
2942
  "Other Renewables": 0.007,
2943
2943
  "Solar": 0.0244,
2944
2944
  "Wind": 0.0929
2945
2945
  },
2946
2946
  "2022-01": {
2947
- "Bioenergy": 0.0203,
2948
- "Coal": 0.1733,
2949
- "Gas": 0.3113,
2947
+ "Bioenergy": 0.0204,
2948
+ "Coal": 0.1732,
2949
+ "Gas": 0.3114,
2950
2950
  "Hydro": 0.1372,
2951
2951
  "Nuclear": 0.138,
2952
2952
  "Other Fossil": 0.1048,
@@ -2955,8 +2955,8 @@
2955
2955
  "Wind": 0.082
2956
2956
  },
2957
2957
  "2022-02": {
2958
- "Bioenergy": 0.0217,
2959
- "Coal": 0.1599,
2958
+ "Bioenergy": 0.0218,
2959
+ "Coal": 0.1598,
2960
2960
  "Gas": 0.3029,
2961
2961
  "Hydro": 0.1379,
2962
2962
  "Nuclear": 0.1349,
@@ -2966,8 +2966,8 @@
2966
2966
  "Wind": 0.0915
2967
2967
  },
2968
2968
  "2022-03": {
2969
- "Bioenergy": 0.0217,
2970
- "Coal": 0.1402,
2969
+ "Bioenergy": 0.0218,
2970
+ "Coal": 0.14,
2971
2971
  "Gas": 0.2978,
2972
2972
  "Hydro": 0.1441,
2973
2973
  "Nuclear": 0.1359,
@@ -2977,8 +2977,8 @@
2977
2977
  "Wind": 0.1015
2978
2978
  },
2979
2979
  "2022-04": {
2980
- "Bioenergy": 0.0219,
2981
- "Coal": 0.1353,
2980
+ "Bioenergy": 0.022,
2981
+ "Coal": 0.1352,
2982
2982
  "Gas": 0.2994,
2983
2983
  "Hydro": 0.1349,
2984
2984
  "Nuclear": 0.1255,
@@ -2988,8 +2988,8 @@
2988
2988
  "Wind": 0.1114
2989
2989
  },
2990
2990
  "2022-05": {
2991
- "Bioenergy": 0.0206,
2992
- "Coal": 0.139,
2991
+ "Bioenergy": 0.0207,
2992
+ "Coal": 0.1389,
2993
2993
  "Gas": 0.3214,
2994
2994
  "Hydro": 0.1297,
2995
2995
  "Nuclear": 0.1299,
@@ -2999,8 +2999,8 @@
2999
2999
  "Wind": 0.0944
3000
3000
  },
3001
3001
  "2022-06": {
3002
- "Bioenergy": 0.0195,
3003
- "Coal": 0.1503,
3002
+ "Bioenergy": 0.0196,
3003
+ "Coal": 0.1502,
3004
3004
  "Gas": 0.3497,
3005
3005
  "Hydro": 0.1245,
3006
3006
  "Nuclear": 0.1282,
@@ -3010,9 +3010,9 @@
3010
3010
  "Wind": 0.0733
3011
3011
  },
3012
3012
  "2022-07": {
3013
- "Bioenergy": 0.0185,
3014
- "Coal": 0.16,
3015
- "Gas": 0.3803,
3013
+ "Bioenergy": 0.0186,
3014
+ "Coal": 0.1599,
3015
+ "Gas": 0.3804,
3016
3016
  "Hydro": 0.1129,
3017
3017
  "Nuclear": 0.1239,
3018
3018
  "Other Fossil": 0.0938,
@@ -3021,31 +3021,31 @@
3021
3021
  "Wind": 0.0612
3022
3022
  },
3023
3023
  "2022-08": {
3024
- "Bioenergy": 0.0188,
3025
- "Coal": 0.1603,
3026
- "Gas": 0.3864,
3024
+ "Bioenergy": 0.0189,
3025
+ "Coal": 0.1602,
3026
+ "Gas": 0.3865,
3027
3027
  "Hydro": 0.1127,
3028
3028
  "Nuclear": 0.1269,
3029
- "Other Fossil": 0.0947,
3029
+ "Other Fossil": 0.0946,
3030
3030
  "Other Renewables": 0.0059,
3031
3031
  "Solar": 0.0414,
3032
3032
  "Wind": 0.0529
3033
3033
  },
3034
3034
  "2022-09": {
3035
- "Bioenergy": 0.0202,
3036
- "Coal": 0.1427,
3035
+ "Bioenergy": 0.0204,
3036
+ "Coal": 0.1426,
3037
3037
  "Gas": 0.3713,
3038
3038
  "Hydro": 0.1147,
3039
3039
  "Nuclear": 0.1317,
3040
- "Other Fossil": 0.1056,
3040
+ "Other Fossil": 0.1055,
3041
3041
  "Other Renewables": 0.0065,
3042
3042
  "Solar": 0.0431,
3043
3043
  "Wind": 0.0643
3044
3044
  },
3045
3045
  "2022-10": {
3046
- "Bioenergy": 0.0218,
3047
- "Coal": 0.1316,
3048
- "Gas": 0.3554,
3046
+ "Bioenergy": 0.022,
3047
+ "Coal": 0.1315,
3048
+ "Gas": 0.3555,
3049
3049
  "Hydro": 0.1224,
3050
3050
  "Nuclear": 0.1339,
3051
3051
  "Other Fossil": 0.0994,
@@ -3054,8 +3054,8 @@
3054
3054
  "Wind": 0.0845
3055
3055
  },
3056
3056
  "2022-11": {
3057
- "Bioenergy": 0.0219,
3058
- "Coal": 0.1336,
3057
+ "Bioenergy": 0.022,
3058
+ "Coal": 0.1334,
3059
3059
  "Gas": 0.3332,
3060
3060
  "Hydro": 0.1333,
3061
3061
  "Nuclear": 0.1393,
@@ -3065,334 +3065,334 @@
3065
3065
  "Wind": 0.1019
3066
3066
  },
3067
3067
  "2022-12": {
3068
- "Bioenergy": 0.0209,
3069
- "Coal": 0.1551,
3070
- "Gas": 0.3324,
3068
+ "Bioenergy": 0.021,
3069
+ "Coal": 0.1549,
3070
+ "Gas": 0.3325,
3071
3071
  "Hydro": 0.1343,
3072
3072
  "Nuclear": 0.142,
3073
- "Other Fossil": 0.0932,
3073
+ "Other Fossil": 0.0931,
3074
3074
  "Other Renewables": 0.0069,
3075
3075
  "Solar": 0.0263,
3076
3076
  "Wind": 0.0887
3077
3077
  },
3078
3078
  "2023-01": {
3079
- "Bioenergy": 0.0215,
3080
- "Coal": 0.1355,
3081
- "Gas": 0.3338,
3079
+ "Bioenergy": 0.0216,
3080
+ "Coal": 0.1347,
3081
+ "Gas": 0.3347,
3082
3082
  "Hydro": 0.1409,
3083
3083
  "Nuclear": 0.1499,
3084
- "Other Fossil": 0.0905,
3084
+ "Other Fossil": 0.0903,
3085
3085
  "Other Renewables": 0.0073,
3086
3086
  "Solar": 0.03,
3087
3087
  "Wind": 0.0906
3088
3088
  },
3089
3089
  "2023-02": {
3090
- "Bioenergy": 0.022,
3091
- "Coal": 0.1201,
3092
- "Gas": 0.3297,
3090
+ "Bioenergy": 0.0221,
3091
+ "Coal": 0.1194,
3092
+ "Gas": 0.3306,
3093
3093
  "Hydro": 0.1392,
3094
3094
  "Nuclear": 0.1418,
3095
- "Other Fossil": 0.0964,
3095
+ "Other Fossil": 0.0962,
3096
3096
  "Other Renewables": 0.0074,
3097
3097
  "Solar": 0.0366,
3098
3098
  "Wind": 0.1067
3099
3099
  },
3100
3100
  "2023-03": {
3101
- "Bioenergy": 0.021,
3102
- "Coal": 0.1198,
3103
- "Gas": 0.3358,
3101
+ "Bioenergy": 0.0211,
3102
+ "Coal": 0.1191,
3103
+ "Gas": 0.3366,
3104
3104
  "Hydro": 0.1365,
3105
3105
  "Nuclear": 0.1382,
3106
- "Other Fossil": 0.0923,
3106
+ "Other Fossil": 0.0921,
3107
3107
  "Other Renewables": 0.0072,
3108
3108
  "Solar": 0.0447,
3109
3109
  "Wind": 0.1045
3110
3110
  },
3111
3111
  "2023-04": {
3112
- "Bioenergy": 0.0215,
3113
- "Coal": 0.1059,
3114
- "Gas": 0.3354,
3112
+ "Bioenergy": 0.0216,
3113
+ "Coal": 0.1052,
3114
+ "Gas": 0.3361,
3115
3115
  "Hydro": 0.1293,
3116
3116
  "Nuclear": 0.1353,
3117
- "Other Fossil": 0.1002,
3117
+ "Other Fossil": 0.1001,
3118
3118
  "Other Renewables": 0.0078,
3119
3119
  "Solar": 0.0555,
3120
3120
  "Wind": 0.1092
3121
3121
  },
3122
3122
  "2023-05": {
3123
- "Bioenergy": 0.0213,
3124
- "Coal": 0.1074,
3125
- "Gas": 0.3542,
3123
+ "Bioenergy": 0.0214,
3124
+ "Coal": 0.1068,
3125
+ "Gas": 0.3549,
3126
3126
  "Hydro": 0.139,
3127
3127
  "Nuclear": 0.1366,
3128
- "Other Fossil": 0.0967,
3128
+ "Other Fossil": 0.0966,
3129
3129
  "Other Renewables": 0.0073,
3130
3130
  "Solar": 0.0585,
3131
3131
  "Wind": 0.0789
3132
3132
  },
3133
3133
  "2023-06": {
3134
- "Bioenergy": 0.0198,
3135
- "Coal": 0.1273,
3136
- "Gas": 0.3836,
3134
+ "Bioenergy": 0.0199,
3135
+ "Coal": 0.1266,
3136
+ "Gas": 0.3844,
3137
3137
  "Hydro": 0.1131,
3138
3138
  "Nuclear": 0.1361,
3139
- "Other Fossil": 0.0923,
3139
+ "Other Fossil": 0.0922,
3140
3140
  "Other Renewables": 0.0066,
3141
3141
  "Solar": 0.0563,
3142
3142
  "Wind": 0.0649
3143
3143
  },
3144
3144
  "2023-07": {
3145
- "Bioenergy": 0.018,
3146
- "Coal": 0.1482,
3147
- "Gas": 0.4042,
3145
+ "Bioenergy": 0.0181,
3146
+ "Coal": 0.1474,
3147
+ "Gas": 0.4051,
3148
3148
  "Hydro": 0.1027,
3149
3149
  "Nuclear": 0.1289,
3150
- "Other Fossil": 0.0816,
3150
+ "Other Fossil": 0.0814,
3151
3151
  "Other Renewables": 0.0058,
3152
3152
  "Solar": 0.052,
3153
3153
  "Wind": 0.0585
3154
3154
  },
3155
3155
  "2023-08": {
3156
3156
  "Bioenergy": 0.0182,
3157
- "Coal": 0.1473,
3158
- "Gas": 0.4078,
3157
+ "Coal": 0.1466,
3158
+ "Gas": 0.4086,
3159
3159
  "Hydro": 0.1016,
3160
3160
  "Nuclear": 0.1297,
3161
- "Other Fossil": 0.08,
3161
+ "Other Fossil": 0.0798,
3162
3162
  "Other Renewables": 0.006,
3163
3163
  "Solar": 0.05,
3164
3164
  "Wind": 0.0596
3165
3165
  },
3166
3166
  "2023-09": {
3167
- "Bioenergy": 0.0195,
3168
- "Coal": 0.1317,
3169
- "Gas": 0.3928,
3167
+ "Bioenergy": 0.0196,
3168
+ "Coal": 0.131,
3169
+ "Gas": 0.3936,
3170
3170
  "Hydro": 0.1058,
3171
3171
  "Nuclear": 0.1372,
3172
- "Other Fossil": 0.0894,
3172
+ "Other Fossil": 0.0892,
3173
3173
  "Other Renewables": 0.0067,
3174
3174
  "Solar": 0.0505,
3175
3175
  "Wind": 0.0664
3176
3176
  },
3177
3177
  "2023-10": {
3178
- "Bioenergy": 0.0201,
3179
- "Coal": 0.1216,
3180
- "Gas": 0.3646,
3178
+ "Bioenergy": 0.0202,
3179
+ "Coal": 0.1208,
3180
+ "Gas": 0.3654,
3181
3181
  "Hydro": 0.1168,
3182
3182
  "Nuclear": 0.1369,
3183
- "Other Fossil": 0.0947,
3183
+ "Other Fossil": 0.0945,
3184
3184
  "Other Renewables": 0.0073,
3185
3185
  "Solar": 0.0485,
3186
3186
  "Wind": 0.0896
3187
3187
  },
3188
3188
  "2023-11": {
3189
- "Bioenergy": 0.0215,
3190
- "Coal": 0.1232,
3191
- "Gas": 0.3543,
3189
+ "Bioenergy": 0.0216,
3190
+ "Coal": 0.1224,
3191
+ "Gas": 0.3553,
3192
3192
  "Hydro": 0.1259,
3193
3193
  "Nuclear": 0.1407,
3194
- "Other Fossil": 0.0945,
3194
+ "Other Fossil": 0.0943,
3195
3195
  "Other Renewables": 0.0072,
3196
3196
  "Solar": 0.0384,
3197
3197
  "Wind": 0.0943
3198
3198
  },
3199
3199
  "2023-12": {
3200
- "Bioenergy": 0.021,
3201
- "Coal": 0.1262,
3202
- "Gas": 0.3569,
3200
+ "Bioenergy": 0.0211,
3201
+ "Coal": 0.1253,
3202
+ "Gas": 0.3579,
3203
3203
  "Hydro": 0.1259,
3204
3204
  "Nuclear": 0.1481,
3205
- "Other Fossil": 0.0898,
3205
+ "Other Fossil": 0.0896,
3206
3206
  "Other Renewables": 0.0069,
3207
3207
  "Solar": 0.0332,
3208
3208
  "Wind": 0.092
3209
3209
  },
3210
3210
  "2024-01": {
3211
- "Bioenergy": 0.0197,
3212
- "Coal": 0.153,
3213
- "Gas": 0.3596,
3211
+ "Bioenergy": 0.0198,
3212
+ "Coal": 0.1521,
3213
+ "Gas": 0.3606,
3214
3214
  "Hydro": 0.1276,
3215
3215
  "Nuclear": 0.138,
3216
- "Other Fossil": 0.0843,
3216
+ "Other Fossil": 0.0841,
3217
3217
  "Other Renewables": 0.0064,
3218
3218
  "Solar": 0.0324,
3219
3219
  "Wind": 0.079
3220
3220
  },
3221
3221
  "2024-02": {
3222
- "Bioenergy": 0.0215,
3223
- "Coal": 0.1084,
3224
- "Gas": 0.3445,
3222
+ "Bioenergy": 0.0216,
3223
+ "Coal": 0.1075,
3224
+ "Gas": 0.3455,
3225
3225
  "Hydro": 0.1314,
3226
3226
  "Nuclear": 0.1462,
3227
- "Other Fossil": 0.0937,
3227
+ "Other Fossil": 0.0934,
3228
3228
  "Other Renewables": 0.007,
3229
3229
  "Solar": 0.0444,
3230
3230
  "Wind": 0.103
3231
3231
  },
3232
3232
  "2024-03": {
3233
- "Bioenergy": 0.0211,
3234
- "Coal": 0.0958,
3235
- "Gas": 0.3429,
3233
+ "Bioenergy": 0.0212,
3234
+ "Coal": 0.0949,
3235
+ "Gas": 0.3439,
3236
3236
  "Hydro": 0.1346,
3237
3237
  "Nuclear": 0.1407,
3238
- "Other Fossil": 0.0929,
3238
+ "Other Fossil": 0.0927,
3239
3239
  "Other Renewables": 0.0069,
3240
3240
  "Solar": 0.0546,
3241
3241
  "Wind": 0.1104
3242
3242
  },
3243
3243
  "2024-04": {
3244
- "Bioenergy": 0.0213,
3245
- "Coal": 0.0969,
3246
- "Gas": 0.3381,
3244
+ "Bioenergy": 0.0214,
3245
+ "Coal": 0.0962,
3246
+ "Gas": 0.3389,
3247
3247
  "Hydro": 0.1252,
3248
3248
  "Nuclear": 0.1302,
3249
- "Other Fossil": 0.0965,
3249
+ "Other Fossil": 0.0963,
3250
3250
  "Other Renewables": 0.0072,
3251
3251
  "Solar": 0.0652,
3252
3252
  "Wind": 0.1193
3253
3253
  },
3254
3254
  "2024-05": {
3255
- "Bioenergy": 0.0203,
3256
- "Coal": 0.1077,
3257
- "Gas": 0.3599,
3255
+ "Bioenergy": 0.0204,
3256
+ "Coal": 0.107,
3257
+ "Gas": 0.3607,
3258
3258
  "Hydro": 0.1207,
3259
3259
  "Nuclear": 0.1356,
3260
- "Other Fossil": 0.0917,
3260
+ "Other Fossil": 0.0915,
3261
3261
  "Other Renewables": 0.0067,
3262
3262
  "Solar": 0.0681,
3263
3263
  "Wind": 0.0895
3264
3264
  },
3265
3265
  "2024-06": {
3266
3266
  "Bioenergy": 0.0185,
3267
- "Coal": 0.1257,
3268
- "Gas": 0.3758,
3267
+ "Coal": 0.1251,
3268
+ "Gas": 0.3764,
3269
3269
  "Hydro": 0.1092,
3270
3270
  "Nuclear": 0.1336,
3271
- "Other Fossil": 0.0841,
3271
+ "Other Fossil": 0.0839,
3272
3272
  "Other Renewables": 0.0062,
3273
3273
  "Solar": 0.0664,
3274
3274
  "Wind": 0.0807
3275
3275
  },
3276
3276
  "2024-07": {
3277
- "Bioenergy": 0.0176,
3278
- "Coal": 0.1342,
3279
- "Gas": 0.4137,
3277
+ "Bioenergy": 0.0177,
3278
+ "Coal": 0.1335,
3279
+ "Gas": 0.4145,
3280
3280
  "Hydro": 0.1044,
3281
3281
  "Nuclear": 0.1271,
3282
- "Other Fossil": 0.078,
3282
+ "Other Fossil": 0.0778,
3283
3283
  "Other Renewables": 0.0058,
3284
3284
  "Solar": 0.0616,
3285
3285
  "Wind": 0.0576
3286
3286
  },
3287
3287
  "2024-08": {
3288
- "Bioenergy": 0.018,
3289
- "Coal": 0.1311,
3290
- "Gas": 0.4118,
3288
+ "Bioenergy": 0.0181,
3289
+ "Coal": 0.1303,
3290
+ "Gas": 0.4126,
3291
3291
  "Hydro": 0.1038,
3292
3292
  "Nuclear": 0.1289,
3293
- "Other Fossil": 0.0788,
3293
+ "Other Fossil": 0.0786,
3294
3294
  "Other Renewables": 0.0058,
3295
3295
  "Solar": 0.0618,
3296
3296
  "Wind": 0.06
3297
3297
  },
3298
3298
  "2024-09": {
3299
3299
  "Bioenergy": 0.0197,
3300
- "Coal": 0.1206,
3301
- "Gas": 0.3979,
3300
+ "Coal": 0.1199,
3301
+ "Gas": 0.3987,
3302
3302
  "Hydro": 0.1066,
3303
3303
  "Nuclear": 0.1322,
3304
- "Other Fossil": 0.0883,
3304
+ "Other Fossil": 0.0881,
3305
3305
  "Other Renewables": 0.0065,
3306
3306
  "Solar": 0.0605,
3307
3307
  "Wind": 0.0678
3308
3308
  },
3309
3309
  "2024-10": {
3310
- "Bioenergy": 0.0201,
3311
- "Coal": 0.1113,
3312
- "Gas": 0.37,
3310
+ "Bioenergy": 0.0202,
3311
+ "Coal": 0.1105,
3312
+ "Gas": 0.3709,
3313
3313
  "Hydro": 0.1116,
3314
3314
  "Nuclear": 0.1303,
3315
- "Other Fossil": 0.0921,
3315
+ "Other Fossil": 0.0919,
3316
3316
  "Other Renewables": 0.0066,
3317
3317
  "Solar": 0.0606,
3318
3318
  "Wind": 0.0974
3319
3319
  },
3320
3320
  "2024-11": {
3321
- "Bioenergy": 0.0211,
3322
- "Coal": 0.1099,
3323
- "Gas": 0.3559,
3321
+ "Bioenergy": 0.0212,
3322
+ "Coal": 0.1091,
3323
+ "Gas": 0.3569,
3324
3324
  "Hydro": 0.1249,
3325
3325
  "Nuclear": 0.1395,
3326
- "Other Fossil": 0.0938,
3326
+ "Other Fossil": 0.0936,
3327
3327
  "Other Renewables": 0.0068,
3328
3328
  "Solar": 0.0469,
3329
3329
  "Wind": 0.1011
3330
3330
  },
3331
3331
  "2024-12": {
3332
- "Bioenergy": 0.02,
3333
- "Coal": 0.134,
3334
- "Gas": 0.3427,
3332
+ "Bioenergy": 0.0201,
3333
+ "Coal": 0.1331,
3334
+ "Gas": 0.3437,
3335
3335
  "Hydro": 0.1293,
3336
3336
  "Nuclear": 0.1476,
3337
- "Other Fossil": 0.0869,
3337
+ "Other Fossil": 0.0866,
3338
3338
  "Other Renewables": 0.0067,
3339
3339
  "Solar": 0.0403,
3340
3340
  "Wind": 0.0926
3341
3341
  },
3342
3342
  "2025-01": {
3343
- "Bioenergy": 0.0185,
3344
- "Coal": 0.1588,
3345
- "Gas": 0.3371,
3343
+ "Bioenergy": 0.0186,
3344
+ "Coal": 0.1579,
3345
+ "Gas": 0.338,
3346
3346
  "Hydro": 0.1257,
3347
3347
  "Nuclear": 0.1364,
3348
- "Other Fossil": 0.0832,
3348
+ "Other Fossil": 0.083,
3349
3349
  "Other Renewables": 0.0061,
3350
3350
  "Solar": 0.042,
3351
3351
  "Wind": 0.0923
3352
3352
  },
3353
3353
  "2025-02": {
3354
- "Bioenergy": 0.0203,
3355
- "Coal": 0.1391,
3356
- "Gas": 0.3328,
3357
- "Hydro": 0.1324,
3354
+ "Bioenergy": 0.0205,
3355
+ "Coal": 0.1382,
3356
+ "Gas": 0.3338,
3357
+ "Hydro": 0.1323,
3358
3358
  "Nuclear": 0.1326,
3359
- "Other Fossil": 0.0909,
3359
+ "Other Fossil": 0.0907,
3360
3360
  "Other Renewables": 0.0067,
3361
3361
  "Solar": 0.0509,
3362
3362
  "Wind": 0.0944
3363
3363
  },
3364
3364
  "2025-03": {
3365
3365
  "Bioenergy": 0.0207,
3366
- "Coal": 0.1153,
3367
- "Gas": 0.3055,
3368
- "Hydro": 0.1402,
3369
- "Nuclear": 0.1345,
3370
- "Other Fossil": 0.0911,
3371
- "Other Renewables": 0.0069,
3372
- "Solar": 0.0686,
3373
- "Wind": 0.1173
3366
+ "Coal": 0.1137,
3367
+ "Gas": 0.3106,
3368
+ "Hydro": 0.136,
3369
+ "Nuclear": 0.136,
3370
+ "Other Fossil": 0.0887,
3371
+ "Other Renewables": 0.0072,
3372
+ "Solar": 0.0692,
3373
+ "Wind": 0.118
3374
3374
  },
3375
3375
  "2025-04": {
3376
- "Bioenergy": 0.0205,
3377
- "Coal": 0.1107,
3378
- "Gas": 0.3072,
3379
- "Hydro": 0.1442,
3380
- "Nuclear": 0.1284,
3381
- "Other Fossil": 0.0922,
3376
+ "Bioenergy": 0.0203,
3377
+ "Coal": 0.1097,
3378
+ "Gas": 0.3131,
3379
+ "Hydro": 0.1398,
3380
+ "Nuclear": 0.1288,
3381
+ "Other Fossil": 0.0899,
3382
3382
  "Other Renewables": 0.0069,
3383
- "Solar": 0.0783,
3384
- "Wind": 0.1116
3383
+ "Solar": 0.0791,
3384
+ "Wind": 0.1125
3385
3385
  },
3386
3386
  "2025-05": {
3387
- "Bioenergy": 0.0205,
3388
- "Coal": 0.1107,
3389
- "Gas": 0.3072,
3390
- "Hydro": 0.1442,
3391
- "Nuclear": 0.1284,
3392
- "Other Fossil": 0.0922,
3393
- "Other Renewables": 0.0069,
3394
- "Solar": 0.0783,
3395
- "Wind": 0.1116
3387
+ "Bioenergy": 0.0198,
3388
+ "Coal": 0.1112,
3389
+ "Gas": 0.3348,
3390
+ "Hydro": 0.1378,
3391
+ "Nuclear": 0.1303,
3392
+ "Other Fossil": 0.085,
3393
+ "Other Renewables": 0.0066,
3394
+ "Solar": 0.0827,
3395
+ "Wind": 0.0918
3396
3396
  }
3397
3397
  },
3398
3398
  "Oceania": {
@@ -4233,15 +4233,15 @@
4233
4233
  "Wind": 0.0824
4234
4234
  },
4235
4235
  "2025-05": {
4236
- "Bioenergy": 0.0036,
4237
- "Coal": 0.3502,
4238
- "Gas": 0.0664,
4239
- "Hydro": 0.1387,
4236
+ "Bioenergy": 0.0035,
4237
+ "Coal": 0.3607,
4238
+ "Gas": 0.073,
4239
+ "Hydro": 0.1401,
4240
4240
  "Nuclear": 0,
4241
- "Other Fossil": 0.21,
4242
- "Other Renewables": 0.0247,
4243
- "Solar": 0.124,
4244
- "Wind": 0.0824
4241
+ "Other Fossil": 0.2023,
4242
+ "Other Renewables": 0.0238,
4243
+ "Solar": 0.1014,
4244
+ "Wind": 0.0953
4245
4245
  }
4246
4246
  },
4247
4247
  "South America": {
@@ -5073,24 +5073,24 @@
5073
5073
  "2025-04": {
5074
5074
  "Bioenergy": 0.0057,
5075
5075
  "Coal": 0.01,
5076
- "Gas": 0.1663,
5077
- "Hydro": 0.6129,
5076
+ "Gas": 0.1662,
5077
+ "Hydro": 0.613,
5078
5078
  "Nuclear": 0.0097,
5079
- "Other Fossil": 0.093,
5079
+ "Other Fossil": 0.0931,
5080
5080
  "Other Renewables": 0.0001,
5081
5081
  "Solar": 0.0487,
5082
5082
  "Wind": 0.0536
5083
5083
  },
5084
5084
  "2025-05": {
5085
- "Bioenergy": 0.0057,
5086
- "Coal": 0.01,
5087
- "Gas": 0.1663,
5088
- "Hydro": 0.6129,
5085
+ "Bioenergy": 0.0056,
5086
+ "Coal": 0.0112,
5087
+ "Gas": 0.1649,
5088
+ "Hydro": 0.6143,
5089
5089
  "Nuclear": 0.0097,
5090
- "Other Fossil": 0.093,
5090
+ "Other Fossil": 0.0925,
5091
5091
  "Other Renewables": 0.0001,
5092
- "Solar": 0.0487,
5093
- "Wind": 0.0536
5092
+ "Solar": 0.0479,
5093
+ "Wind": 0.0539
5094
5094
  }
5095
5095
  }
5096
5096
  }