@digital4better/data 1.1.19 → 1.1.20

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 (33) 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 +215 -0
  6. package/data/factor/country-monthly-green.json +2365 -0
  7. package/data/factor/country-monthly.csv +215 -0
  8. package/data/factor/country-monthly.json +2365 -0
  9. package/data/factor/subdivision-monthly-green.csv +63 -0
  10. package/data/factor/subdivision-monthly-green.json +693 -0
  11. package/data/factor/subdivision-monthly.csv +63 -0
  12. package/data/factor/subdivision-monthly.json +693 -0
  13. package/data/factor/world-monthly-green.csv +1 -0
  14. package/data/factor/world-monthly-green.json +11 -0
  15. package/data/factor/world-monthly.csv +1 -0
  16. package/data/factor/world-monthly.json +11 -0
  17. package/data/mix/continent-monthly-green.csv +6 -0
  18. package/data/mix/continent-monthly-green.json +36 -0
  19. package/data/mix/continent-monthly.csv +6 -0
  20. package/data/mix/continent-monthly.json +66 -0
  21. package/data/mix/country-monthly-green.csv +215 -0
  22. package/data/mix/country-monthly-green.json +1290 -0
  23. package/data/mix/country-monthly.csv +215 -0
  24. package/data/mix/country-monthly.json +2365 -0
  25. package/data/mix/subdivision-monthly-green.csv +63 -0
  26. package/data/mix/subdivision-monthly-green.json +378 -0
  27. package/data/mix/subdivision-monthly.csv +63 -0
  28. package/data/mix/subdivision-monthly.json +693 -0
  29. package/data/mix/world-monthly-green.csv +1 -0
  30. package/data/mix/world-monthly-green.json +6 -0
  31. package/data/mix/world-monthly.csv +1 -0
  32. package/data/mix/world-monthly.json +11 -0
  33. package/package.json +1 -1
@@ -60,3 +60,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
60
60
  2023-11,0.0153,0.2715,0.331,0.1444,0.051,0.0947,0.007,0.0311,0.0539
61
61
  2023-12,0.0148,0.2865,0.3256,0.1396,0.0533,0.0912,0.0067,0.0282,0.0539
62
62
  2024-01,0.0145,0.2885,0.3266,0.139,0.0536,0.0904,0.0067,0.0282,0.0525
63
+ 2024-02,0.0145,0.2885,0.3266,0.139,0.0536,0.0904,0.0067,0.0282,0.0525
@@ -364,5 +364,11 @@
364
364
  "Hydro": 0.5934,
365
365
  "Solar": 0.1205,
366
366
  "Wind": 0.224
367
+ },
368
+ "2024-02": {
369
+ "Bioenergy": 0.0621,
370
+ "Hydro": 0.5934,
371
+ "Solar": 0.1205,
372
+ "Wind": 0.224
367
373
  }
368
374
  }
@@ -60,3 +60,4 @@ period,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
60
60
  2023-11,0.0153,0.2715,0.331,0.1444,0.051,0.0947,0.007,0.0311,0.0539
61
61
  2023-12,0.0148,0.2865,0.3256,0.1396,0.0533,0.0912,0.0067,0.0282,0.0539
62
62
  2024-01,0.0145,0.2885,0.3266,0.139,0.0536,0.0904,0.0067,0.0282,0.0525
63
+ 2024-02,0.0145,0.2885,0.3266,0.139,0.0536,0.0904,0.0067,0.0282,0.0525
@@ -669,5 +669,16 @@
669
669
  "Other Renewables": 0.0067,
670
670
  "Solar": 0.0282,
671
671
  "Wind": 0.0525
672
+ },
673
+ "2024-02": {
674
+ "Bioenergy": 0.0145,
675
+ "Coal": 0.2885,
676
+ "Gas": 0.3266,
677
+ "Hydro": 0.139,
678
+ "Nuclear": 0.0536,
679
+ "Other Fossil": 0.0904,
680
+ "Other Renewables": 0.0067,
681
+ "Solar": 0.0282,
682
+ "Wind": 0.0525
672
683
  }
673
684
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {