@digital4better/data 1.1.51 → 1.1.53

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 +38 -38
  2. package/data/factor/continent-monthly-green.json +305 -305
  3. package/data/factor/continent-monthly.csv +35 -35
  4. package/data/factor/continent-monthly.json +280 -280
  5. package/data/factor/continent-yearly-green.csv +7 -7
  6. package/data/factor/continent-yearly-green.json +63 -63
  7. package/data/factor/continent-yearly.csv +7 -7
  8. package/data/factor/continent-yearly.json +60 -60
  9. package/data/factor/country-monthly-green.csv +269 -269
  10. package/data/factor/country-monthly-green.json +2229 -2229
  11. package/data/factor/country-monthly.csv +290 -290
  12. package/data/factor/country-monthly.json +1986 -1986
  13. package/data/factor/country-yearly-green.csv +65 -65
  14. package/data/factor/country-yearly-green.json +557 -557
  15. package/data/factor/country-yearly.csv +66 -66
  16. package/data/factor/country-yearly.json +503 -503
  17. package/data/factor/subdivision-monthly-green.csv +2865 -2865
  18. package/data/factor/subdivision-monthly-green.json +25773 -25773
  19. package/data/factor/subdivision-monthly.csv +2865 -2865
  20. package/data/factor/subdivision-monthly.json +25785 -25785
  21. package/data/factor/subdivision-yearly-green.csv +289 -289
  22. package/data/factor/subdivision-yearly-green.json +2600 -2600
  23. package/data/factor/subdivision-yearly.csv +289 -289
  24. package/data/factor/subdivision-yearly.json +2600 -2600
  25. package/data/factor/world-monthly-green.csv +13 -13
  26. package/data/factor/world-monthly-green.json +114 -114
  27. package/data/factor/world-monthly.csv +13 -13
  28. package/data/factor/world-monthly.json +109 -109
  29. package/data/factor/world-yearly-green.csv +2 -2
  30. package/data/factor/world-yearly-green.json +18 -18
  31. package/data/factor/world-yearly.csv +2 -2
  32. package/data/factor/world-yearly.json +15 -15
  33. package/data/mix/continent-monthly-green.csv +24 -24
  34. package/data/mix/continent-monthly-green.json +78 -78
  35. package/data/mix/continent-monthly.csv +24 -24
  36. package/data/mix/continent-monthly.json +110 -110
  37. package/data/mix/continent-yearly-green.csv +6 -6
  38. package/data/mix/continent-yearly-green.json +22 -22
  39. package/data/mix/continent-yearly.csv +6 -6
  40. package/data/mix/continent-yearly.json +36 -36
  41. package/data/mix/country-monthly-green.csv +191 -191
  42. package/data/mix/country-monthly-green.json +535 -535
  43. package/data/mix/country-monthly.csv +191 -191
  44. package/data/mix/country-monthly.json +693 -693
  45. package/data/mix/country-yearly-green.csv +39 -39
  46. package/data/mix/country-yearly-green.json +112 -112
  47. package/data/mix/country-yearly.csv +39 -39
  48. package/data/mix/country-yearly.json +182 -182
  49. package/data/mix/subdivision-monthly-green.csv +2853 -2853
  50. package/data/mix/subdivision-monthly-green.json +10476 -10476
  51. package/data/mix/subdivision-monthly.csv +2853 -2853
  52. package/data/mix/subdivision-monthly.json +20414 -20414
  53. package/data/mix/subdivision-yearly-green.csv +289 -289
  54. package/data/mix/subdivision-yearly-green.json +1035 -1035
  55. package/data/mix/subdivision-yearly.csv +289 -289
  56. package/data/mix/subdivision-yearly.json +2010 -2010
  57. package/data/mix/world-monthly-green.csv +8 -8
  58. package/data/mix/world-monthly-green.json +21 -21
  59. package/data/mix/world-monthly.csv +8 -8
  60. package/data/mix/world-monthly.json +24 -24
  61. package/data/mix/world-yearly-green.csv +1 -1
  62. package/data/mix/world-yearly-green.json +4 -4
  63. package/data/mix/world-yearly.csv +1 -1
  64. package/data/mix/world-yearly.json +6 -6
  65. package/package.json +1 -1
@@ -57,14 +57,14 @@
57
57
  },
58
58
  "2024": {
59
59
  "Bioenergy": 0.0071,
60
- "Coal": 0.0946,
61
- "Gas": 0.4374,
62
- "Hydro": 0.3105,
60
+ "Coal": 0.0949,
61
+ "Gas": 0.4372,
62
+ "Hydro": 0.3104,
63
63
  "Nuclear": 0.0025,
64
- "Other Fossil": 0.1237,
64
+ "Other Fossil": 0.1235,
65
65
  "Other Renewables": 0.0015,
66
- "Solar": 0.0153,
67
- "Wind": 0.0075
66
+ "Solar": 0.0154,
67
+ "Wind": 0.0076
68
68
  }
69
69
  },
70
70
  "Asia": {
@@ -124,15 +124,15 @@
124
124
  "Wind": 0.0328
125
125
  },
126
126
  "2024": {
127
- "Bioenergy": 0.0138,
128
- "Coal": 0.3643,
129
- "Gas": 0.3226,
130
- "Hydro": 0.0998,
131
- "Nuclear": 0.0247,
132
- "Other Fossil": 0.0929,
127
+ "Bioenergy": 0.0139,
128
+ "Coal": 0.3657,
129
+ "Gas": 0.3224,
130
+ "Hydro": 0.0995,
131
+ "Nuclear": 0.0248,
132
+ "Other Fossil": 0.0928,
133
133
  "Other Renewables": 0.0061,
134
- "Solar": 0.0394,
135
- "Wind": 0.0363
134
+ "Solar": 0.0395,
135
+ "Wind": 0.0354
136
136
  }
137
137
  },
138
138
  "Europe": {
@@ -194,13 +194,13 @@
194
194
  "2024": {
195
195
  "Bioenergy": 0.0234,
196
196
  "Coal": 0.1211,
197
- "Gas": 0.3089,
198
- "Hydro": 0.1942,
197
+ "Gas": 0.3094,
198
+ "Hydro": 0.1941,
199
199
  "Nuclear": 0.1532,
200
200
  "Other Fossil": 0.0161,
201
201
  "Other Renewables": 0.0157,
202
- "Solar": 0.0652,
203
- "Wind": 0.1022
202
+ "Solar": 0.0649,
203
+ "Wind": 0.102
204
204
  }
205
205
  },
206
206
  "North America": {
@@ -261,14 +261,14 @@
261
261
  },
262
262
  "2024": {
263
263
  "Bioenergy": 0.0207,
264
- "Coal": 0.1198,
265
- "Gas": 0.3662,
266
- "Hydro": 0.1151,
267
- "Nuclear": 0.1297,
268
- "Other Fossil": 0.1021,
264
+ "Coal": 0.1197,
265
+ "Gas": 0.3658,
266
+ "Hydro": 0.115,
267
+ "Nuclear": 0.1305,
268
+ "Other Fossil": 0.102,
269
269
  "Other Renewables": 0.0062,
270
270
  "Solar": 0.0555,
271
- "Wind": 0.0847
271
+ "Wind": 0.0845
272
272
  }
273
273
  },
274
274
  "Oceania": {
@@ -329,14 +329,14 @@
329
329
  },
330
330
  "2024": {
331
331
  "Bioenergy": 0.0032,
332
- "Coal": 0.3651,
333
- "Gas": 0.0776,
334
- "Hydro": 0.1397,
332
+ "Coal": 0.365,
333
+ "Gas": 0.0778,
334
+ "Hydro": 0.1389,
335
335
  "Nuclear": 0,
336
- "Other Fossil": 0.197,
336
+ "Other Fossil": 0.1971,
337
337
  "Other Renewables": 0.0307,
338
- "Solar": 0.1047,
339
- "Wind": 0.082
338
+ "Solar": 0.1048,
339
+ "Wind": 0.0825
340
340
  }
341
341
  },
342
342
  "South America": {
@@ -397,14 +397,14 @@
397
397
  },
398
398
  "2024": {
399
399
  "Bioenergy": 0.0065,
400
- "Coal": 0.0128,
401
- "Gas": 0.1734,
402
- "Hydro": 0.6093,
400
+ "Coal": 0.0131,
401
+ "Gas": 0.1737,
402
+ "Hydro": 0.6076,
403
403
  "Nuclear": 0.0127,
404
- "Other Fossil": 0.0914,
404
+ "Other Fossil": 0.0913,
405
405
  "Other Renewables": 0.0002,
406
- "Solar": 0.0391,
407
- "Wind": 0.0546
406
+ "Solar": 0.0398,
407
+ "Wind": 0.0552
408
408
  }
409
409
  }
410
410
  }