@digital4better/data 1.2.12 → 1.2.14

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 (41) 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/country-monthly-green.csv +214 -0
  6. package/data/factor/country-monthly-green.json +2354 -0
  7. package/data/factor/country-monthly.csv +214 -0
  8. package/data/factor/country-monthly.json +2354 -0
  9. package/data/factor/subdivision-monthly-green.csv +698 -635
  10. package/data/factor/subdivision-monthly-green.json +6290 -5597
  11. package/data/factor/subdivision-monthly.csv +700 -637
  12. package/data/factor/subdivision-monthly.json +5992 -5299
  13. package/data/factor/subdivision-yearly-green.csv +126 -126
  14. package/data/factor/subdivision-yearly-green.json +1131 -1131
  15. package/data/factor/subdivision-yearly.csv +126 -126
  16. package/data/factor/subdivision-yearly.json +1126 -1126
  17. package/data/factor/world-monthly-green.csv +1 -0
  18. package/data/factor/world-monthly-green.json +11 -0
  19. package/data/factor/world-monthly.csv +1 -0
  20. package/data/factor/world-monthly.json +11 -0
  21. package/data/mix/continent-monthly-green.csv +6 -0
  22. package/data/mix/continent-monthly-green.json +36 -0
  23. package/data/mix/continent-monthly.csv +6 -0
  24. package/data/mix/continent-monthly.json +66 -0
  25. package/data/mix/country-monthly-green.csv +214 -0
  26. package/data/mix/country-monthly-green.json +1284 -0
  27. package/data/mix/country-monthly.csv +214 -0
  28. package/data/mix/country-monthly.json +2354 -0
  29. package/data/mix/subdivision-monthly-green.csv +559 -496
  30. package/data/mix/subdivision-monthly-green.json +1856 -1478
  31. package/data/mix/subdivision-monthly.csv +559 -496
  32. package/data/mix/subdivision-monthly.json +2791 -2098
  33. package/data/mix/subdivision-yearly-green.csv +125 -125
  34. package/data/mix/subdivision-yearly-green.json +423 -423
  35. package/data/mix/subdivision-yearly.csv +125 -125
  36. package/data/mix/subdivision-yearly.json +793 -793
  37. package/data/mix/world-monthly-green.csv +1 -0
  38. package/data/mix/world-monthly-green.json +6 -0
  39. package/data/mix/world-monthly.csv +1 -0
  40. package/data/mix/world-monthly.json +11 -0
  41. package/package.json +1 -1
@@ -72,3 +72,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
72
72
  2024-11,0.0164,0.276,0.3019,0.1437,0.0563,0.1001,0.0075,0.0408,0.0573
73
73
  2024-12,0.0166,0.288,0.2924,0.138,0.0603,0.0966,0.0072,0.0388,0.062
74
74
  2025-01,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
75
+ 2025-02,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
@@ -436,5 +436,11 @@
436
436
  "Hydro": 0.5469,
437
437
  "Solar": 0.155,
438
438
  "Wind": 0.2336
439
+ },
440
+ "2025-02": {
441
+ "Bioenergy": 0.0645,
442
+ "Hydro": 0.5469,
443
+ "Solar": 0.155,
444
+ "Wind": 0.2336
439
445
  }
440
446
  }
@@ -72,3 +72,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
72
72
  2024-11,0.0164,0.276,0.3019,0.1437,0.0563,0.1001,0.0075,0.0408,0.0573
73
73
  2024-12,0.0166,0.288,0.2924,0.138,0.0603,0.0966,0.0072,0.0388,0.062
74
74
  2025-01,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
75
+ 2025-02,0.0164,0.2891,0.2926,0.1394,0.0607,0.0956,0.0071,0.0395,0.0595
@@ -801,5 +801,16 @@
801
801
  "Other Renewables": 0.0071,
802
802
  "Solar": 0.0395,
803
803
  "Wind": 0.0595
804
+ },
805
+ "2025-02": {
806
+ "Bioenergy": 0.0164,
807
+ "Coal": 0.2891,
808
+ "Gas": 0.2926,
809
+ "Hydro": 0.1394,
810
+ "Nuclear": 0.0607,
811
+ "Other Fossil": 0.0956,
812
+ "Other Renewables": 0.0071,
813
+ "Solar": 0.0395,
814
+ "Wind": 0.0595
804
815
  }
805
816
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {