@digital4better/data 1.3.37 → 1.3.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/README.md +113 -89
  2. package/data/ai/models.csv +228 -0
  3. package/data/ai/models.json +8078 -0
  4. package/data/factor/continent-monthly-green.csv +6 -0
  5. package/data/factor/continent-monthly-green.json +66 -0
  6. package/data/factor/continent-monthly.csv +6 -0
  7. package/data/factor/continent-monthly.json +66 -0
  8. package/data/factor/continent-yearly-green.csv +6 -6
  9. package/data/factor/continent-yearly-green.json +54 -54
  10. package/data/factor/continent-yearly.csv +6 -6
  11. package/data/factor/continent-yearly.json +54 -54
  12. package/data/factor/country-monthly-green.csv +214 -0
  13. package/data/factor/country-monthly-green.json +2354 -0
  14. package/data/factor/country-monthly.csv +214 -0
  15. package/data/factor/country-monthly.json +2354 -0
  16. package/data/factor/country-yearly-green.csv +53 -53
  17. package/data/factor/country-yearly-green.json +453 -453
  18. package/data/factor/country-yearly.csv +55 -55
  19. package/data/factor/country-yearly.json +454 -454
  20. package/data/factor/subdivision-monthly-green.csv +90 -26
  21. package/data/factor/subdivision-monthly-green.json +938 -234
  22. package/data/factor/subdivision-monthly.csv +90 -26
  23. package/data/factor/subdivision-monthly.json +938 -234
  24. package/data/factor/subdivision-yearly-green.csv +13 -13
  25. package/data/factor/subdivision-yearly-green.json +117 -117
  26. package/data/factor/subdivision-yearly.csv +13 -13
  27. package/data/factor/subdivision-yearly.json +117 -117
  28. package/data/factor/world-monthly-green.csv +1 -0
  29. package/data/factor/world-monthly-green.json +11 -0
  30. package/data/factor/world-monthly.csv +1 -0
  31. package/data/factor/world-monthly.json +11 -0
  32. package/data/factor/world-yearly-green.csv +1 -1
  33. package/data/factor/world-yearly-green.json +9 -9
  34. package/data/factor/world-yearly.csv +1 -1
  35. package/data/factor/world-yearly.json +9 -9
  36. package/data/mix/continent-monthly-green.csv +6 -0
  37. package/data/mix/continent-monthly-green.json +36 -0
  38. package/data/mix/continent-monthly.csv +6 -0
  39. package/data/mix/continent-monthly.json +66 -0
  40. package/data/mix/continent-yearly-green.csv +5 -5
  41. package/data/mix/continent-yearly-green.json +18 -18
  42. package/data/mix/continent-yearly.csv +5 -5
  43. package/data/mix/continent-yearly.json +34 -34
  44. package/data/mix/country-monthly-green.csv +214 -0
  45. package/data/mix/country-monthly-green.json +1284 -0
  46. package/data/mix/country-monthly.csv +214 -0
  47. package/data/mix/country-monthly.json +2354 -0
  48. package/data/mix/country-yearly-green.csv +50 -50
  49. package/data/mix/country-yearly-green.json +180 -180
  50. package/data/mix/country-yearly.csv +50 -50
  51. package/data/mix/country-yearly.json +358 -358
  52. package/data/mix/subdivision-monthly-green.csv +88 -24
  53. package/data/mix/subdivision-monthly-green.json +470 -86
  54. package/data/mix/subdivision-monthly.csv +88 -24
  55. package/data/mix/subdivision-monthly.json +866 -162
  56. package/data/mix/subdivision-yearly-green.csv +12 -12
  57. package/data/mix/subdivision-yearly-green.json +43 -43
  58. package/data/mix/subdivision-yearly.csv +12 -12
  59. package/data/mix/subdivision-yearly.json +81 -81
  60. package/data/mix/world-monthly-green.csv +1 -0
  61. package/data/mix/world-monthly-green.json +6 -0
  62. package/data/mix/world-monthly.csv +1 -0
  63. package/data/mix/world-monthly.json +11 -0
  64. package/data/mix/world-yearly-green.csv +1 -1
  65. package/data/mix/world-yearly-green.json +4 -4
  66. package/data/mix/world-yearly.csv +1 -1
  67. package/data/mix/world-yearly.json +7 -7
  68. package/package.json +1 -1
@@ -514,5 +514,11 @@
514
514
  "Hydro": 0.524,
515
515
  "Solar": 0.1906,
516
516
  "Wind": 0.2227
517
+ },
518
+ "2026-03": {
519
+ "Bioenergy": 0.0626,
520
+ "Hydro": 0.524,
521
+ "Solar": 0.1906,
522
+ "Wind": 0.2227
517
523
  }
518
524
  }
@@ -85,3 +85,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
85
85
  2025-12,0.0172,0.2686,0.3085,0.1395,0.0579,0.0918,0.0069,0.0451,0.0645
86
86
  2026-01,0.0171,0.2601,0.3144,0.1396,0.0571,0.0924,0.0069,0.0494,0.063
87
87
  2026-02,0.017,0.2614,0.3116,0.1426,0.0531,0.0947,0.007,0.0519,0.0606
88
+ 2026-03,0.017,0.2614,0.3116,0.1426,0.0531,0.0947,0.007,0.0519,0.0606
@@ -944,5 +944,16 @@
944
944
  "Other Renewables": 0.007,
945
945
  "Solar": 0.0519,
946
946
  "Wind": 0.0606
947
+ },
948
+ "2026-03": {
949
+ "Bioenergy": 0.017,
950
+ "Coal": 0.2614,
951
+ "Gas": 0.3116,
952
+ "Hydro": 0.1426,
953
+ "Nuclear": 0.0531,
954
+ "Other Fossil": 0.0947,
955
+ "Other Renewables": 0.007,
956
+ "Solar": 0.0519,
957
+ "Wind": 0.0606
947
958
  }
948
959
  }
@@ -6,4 +6,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
6
6
  2023,0.0167,0.268,0.3208,0.1491,0.0543,0.0978,0.0073,0.0366,0.0495
7
7
  2024,0.0166,0.2643,0.3155,0.1495,0.0539,0.0956,0.0071,0.0453,0.0522
8
8
  2025,0.0165,0.2589,0.3098,0.1475,0.0539,0.094,0.007,0.0571,0.0554
9
- 2026,0.0171,0.2608,0.313,0.1411,0.0551,0.0935,0.007,0.0506,0.0618
9
+ 2026,0.0171,0.261,0.3125,0.1416,0.0545,0.0939,0.007,0.051,0.0614
@@ -42,9 +42,9 @@
42
42
  "Wind": 0.2006
43
43
  },
44
44
  "2026": {
45
- "Bioenergy": 0.063,
46
- "Hydro": 0.5214,
47
- "Solar": 0.1871,
48
- "Wind": 0.2284
45
+ "Bioenergy": 0.0629,
46
+ "Hydro": 0.5223,
47
+ "Solar": 0.1883,
48
+ "Wind": 0.2265
49
49
  }
50
50
  }
@@ -6,4 +6,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
6
6
  2023,0.0167,0.268,0.3208,0.1491,0.0543,0.0978,0.0073,0.0366,0.0495
7
7
  2024,0.0166,0.2643,0.3155,0.1495,0.0539,0.0956,0.0071,0.0453,0.0522
8
8
  2025,0.0165,0.2589,0.3098,0.1475,0.0539,0.094,0.007,0.0571,0.0554
9
- 2026,0.0171,0.2608,0.313,0.1411,0.0551,0.0935,0.007,0.0506,0.0618
9
+ 2026,0.0171,0.261,0.3125,0.1416,0.0545,0.0939,0.007,0.051,0.0614
@@ -78,13 +78,13 @@
78
78
  },
79
79
  "2026": {
80
80
  "Bioenergy": 0.0171,
81
- "Coal": 0.2608,
82
- "Gas": 0.313,
83
- "Hydro": 0.1411,
84
- "Nuclear": 0.0551,
85
- "Other Fossil": 0.0935,
81
+ "Coal": 0.261,
82
+ "Gas": 0.3125,
83
+ "Hydro": 0.1416,
84
+ "Nuclear": 0.0545,
85
+ "Other Fossil": 0.0939,
86
86
  "Other Renewables": 0.007,
87
- "Solar": 0.0506,
88
- "Wind": 0.0618
87
+ "Solar": 0.051,
88
+ "Wind": 0.0614
89
89
  }
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.3.37",
3
+ "version": "1.3.39",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {