@digital4better/data 1.3.15 → 1.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/data/factor/continent-monthly-green.csv +114 -114
  2. package/data/factor/continent-monthly-green.json +926 -926
  3. package/data/factor/continent-monthly.csv +108 -108
  4. package/data/factor/continent-monthly.json +886 -886
  5. package/data/factor/continent-yearly-green.csv +16 -16
  6. package/data/factor/continent-yearly-green.json +124 -124
  7. package/data/factor/continent-yearly.csv +15 -15
  8. package/data/factor/continent-yearly.json +122 -122
  9. package/data/factor/country-monthly-green.csv +844 -844
  10. package/data/factor/country-monthly-green.json +7097 -7097
  11. package/data/factor/country-monthly.csv +888 -888
  12. package/data/factor/country-monthly.json +6294 -6294
  13. package/data/factor/country-yearly-green.csv +169 -169
  14. package/data/factor/country-yearly-green.json +1355 -1355
  15. package/data/factor/country-yearly.csv +167 -167
  16. package/data/factor/country-yearly.json +1118 -1118
  17. package/data/factor/subdivision-monthly-green.csv +40 -40
  18. package/data/factor/subdivision-monthly-green.json +360 -360
  19. package/data/factor/subdivision-monthly.csv +40 -40
  20. package/data/factor/subdivision-monthly.json +360 -360
  21. package/data/factor/subdivision-yearly-green.csv +63 -63
  22. package/data/factor/subdivision-yearly-green.json +564 -564
  23. package/data/factor/subdivision-yearly.csv +63 -63
  24. package/data/factor/subdivision-yearly.json +552 -552
  25. package/data/factor/world-monthly-green.csv +60 -60
  26. package/data/factor/world-monthly-green.json +522 -522
  27. package/data/factor/world-monthly.csv +60 -60
  28. package/data/factor/world-monthly.json +504 -504
  29. package/data/factor/world-yearly-green.csv +6 -6
  30. package/data/factor/world-yearly-green.json +52 -52
  31. package/data/factor/world-yearly.csv +6 -6
  32. package/data/factor/world-yearly.json +45 -45
  33. package/data/mix/continent-monthly-green.csv +54 -54
  34. package/data/mix/continent-monthly-green.json +212 -212
  35. package/data/mix/continent-monthly.csv +54 -54
  36. package/data/mix/continent-monthly.json +239 -239
  37. package/data/mix/continent-yearly-green.csv +7 -7
  38. package/data/mix/continent-yearly-green.json +30 -30
  39. package/data/mix/continent-yearly.csv +7 -7
  40. package/data/mix/continent-yearly.json +41 -41
  41. package/data/mix/country-monthly-green.csv +564 -564
  42. package/data/mix/country-monthly-green.json +1802 -1802
  43. package/data/mix/country-monthly.csv +564 -564
  44. package/data/mix/country-monthly.json +2676 -2676
  45. package/data/mix/country-yearly-green.csv +90 -90
  46. package/data/mix/country-yearly-green.json +319 -319
  47. package/data/mix/country-yearly.csv +90 -90
  48. package/data/mix/country-yearly.json +512 -512
  49. package/data/mix/subdivision-monthly-green.csv +40 -40
  50. package/data/mix/subdivision-monthly-green.json +136 -136
  51. package/data/mix/subdivision-monthly.csv +40 -40
  52. package/data/mix/subdivision-monthly.json +259 -259
  53. package/data/mix/subdivision-yearly-green.csv +34 -34
  54. package/data/mix/subdivision-yearly-green.json +71 -71
  55. package/data/mix/subdivision-yearly.csv +34 -34
  56. package/data/mix/subdivision-yearly.json +101 -101
  57. package/data/mix/world-monthly-green.csv +20 -20
  58. package/data/mix/world-monthly-green.json +67 -67
  59. package/data/mix/world-monthly.csv +20 -20
  60. package/data/mix/world-monthly.json +57 -57
  61. package/data/mix/world-yearly-green.csv +1 -1
  62. package/data/mix/world-yearly-green.json +7 -7
  63. package/data/mix/world-yearly.csv +1 -1
  64. package/data/mix/world-yearly.json +6 -6
  65. package/package.json +2 -2
@@ -66,14 +66,14 @@
66
66
  "Wind": 0.0517
67
67
  },
68
68
  "2025": {
69
- "Bioenergy": 0.0151,
70
- "Coal": 0.2607,
69
+ "Bioenergy": 0.0152,
70
+ "Coal": 0.2606,
71
71
  "Gas": 0.314,
72
- "Hydro": 0.1429,
72
+ "Hydro": 0.1431,
73
73
  "Nuclear": 0.0534,
74
- "Other Fossil": 0.0935,
74
+ "Other Fossil": 0.0932,
75
75
  "Other Renewables": 0.0071,
76
- "Solar": 0.0593,
77
- "Wind": 0.054
76
+ "Solar": 0.0592,
77
+ "Wind": 0.0542
78
78
  }
79
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {
@@ -44,5 +44,5 @@
44
44
  "README.md",
45
45
  "LICENSE"
46
46
  ],
47
- "releaseDate": "2025-09-01T00:52:35.977Z"
47
+ "releaseDate": "2025-09-04T00:40:11.270Z"
48
48
  }