@digital4better/data 1.1.6 → 1.1.8

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 (49) hide show
  1. package/data/factor/continent-monthly-green.csv +80 -80
  2. package/data/factor/continent-monthly-green.json +720 -720
  3. package/data/factor/continent-monthly.csv +83 -83
  4. package/data/factor/continent-monthly.json +747 -747
  5. package/data/factor/continent-yearly-green.csv +15 -15
  6. package/data/factor/continent-yearly-green.json +135 -135
  7. package/data/factor/continent-yearly.csv +15 -15
  8. package/data/factor/continent-yearly.json +135 -135
  9. package/data/factor/country-monthly-green.csv +605 -605
  10. package/data/factor/country-monthly-green.json +5427 -5427
  11. package/data/factor/country-monthly.csv +705 -705
  12. package/data/factor/country-monthly.json +6339 -6339
  13. package/data/factor/country-yearly-green.csv +157 -157
  14. package/data/factor/country-yearly-green.json +1406 -1406
  15. package/data/factor/country-yearly.csv +170 -170
  16. package/data/factor/country-yearly.json +1538 -1538
  17. package/data/factor/subdivision-monthly-green.csv +794 -0
  18. package/data/factor/subdivision-monthly-green.json +8751 -0
  19. package/data/factor/subdivision-monthly.csv +794 -0
  20. package/data/factor/subdivision-monthly.json +8751 -0
  21. package/data/factor/subdivision-yearly-green.csv +79 -0
  22. package/data/factor/subdivision-yearly-green.json +886 -0
  23. package/data/factor/subdivision-yearly.csv +79 -0
  24. package/data/factor/subdivision-yearly.json +886 -0
  25. package/data/factor/world-monthly-green.csv +20 -20
  26. package/data/factor/world-monthly-green.json +180 -180
  27. package/data/factor/world-monthly.csv +20 -20
  28. package/data/factor/world-monthly.json +180 -180
  29. package/data/factor/world-yearly-green.csv +3 -3
  30. package/data/factor/world-yearly-green.json +27 -27
  31. package/data/factor/world-yearly.csv +3 -3
  32. package/data/factor/world-yearly.json +27 -27
  33. package/data/mix/continent-monthly.csv +367 -0
  34. package/data/mix/continent-monthly.json +4040 -0
  35. package/data/mix/continent-yearly.csv +37 -0
  36. package/data/mix/continent-yearly.json +410 -0
  37. package/data/mix/country-monthly.csv +13116 -0
  38. package/data/mix/country-monthly.json +144697 -0
  39. package/data/mix/country-yearly.csv +1291 -0
  40. package/data/mix/country-yearly.json +14622 -0
  41. package/data/mix/subdivision-monthly.csv +794 -0
  42. package/data/mix/subdivision-monthly.json +8751 -0
  43. package/data/mix/subdivision-yearly.csv +79 -0
  44. package/data/mix/subdivision-yearly.json +886 -0
  45. package/data/mix/world-monthly.csv +62 -0
  46. package/data/mix/world-monthly.json +673 -0
  47. package/data/mix/world-yearly.csv +7 -0
  48. package/data/mix/world-yearly.json +68 -0
  49. package/package.json +3 -1
@@ -0,0 +1,68 @@
1
+ {
2
+ "2019": {
3
+ "Other Fossil": 0.1013,
4
+ "Other Renewables": 0.0071,
5
+ "Bioenergy": 0.0139,
6
+ "Coal": 0.2695,
7
+ "Gas": 0.3459,
8
+ "Hydro": 0.1595,
9
+ "Nuclear": 0.0539,
10
+ "Solar": 0.0186,
11
+ "Wind": 0.0303
12
+ },
13
+ "2020": {
14
+ "Other Fossil": 0.1014,
15
+ "Other Renewables": 0.007,
16
+ "Bioenergy": 0.0145,
17
+ "Coal": 0.2638,
18
+ "Gas": 0.3435,
19
+ "Hydro": 0.1618,
20
+ "Nuclear": 0.0525,
21
+ "Solar": 0.0216,
22
+ "Wind": 0.0338
23
+ },
24
+ "2021": {
25
+ "Other Fossil": 0.0992,
26
+ "Other Renewables": 0.0069,
27
+ "Bioenergy": 0.0148,
28
+ "Coal": 0.271,
29
+ "Gas": 0.3368,
30
+ "Hydro": 0.1557,
31
+ "Nuclear": 0.0529,
32
+ "Solar": 0.0246,
33
+ "Wind": 0.0381
34
+ },
35
+ "2022": {
36
+ "Other Fossil": 0.0991,
37
+ "Other Renewables": 0.0069,
38
+ "Bioenergy": 0.0148,
39
+ "Coal": 0.2685,
40
+ "Gas": 0.3332,
41
+ "Hydro": 0.1554,
42
+ "Nuclear": 0.0504,
43
+ "Solar": 0.0294,
44
+ "Wind": 0.0423
45
+ },
46
+ "2023": {
47
+ "Other Fossil": 0.0967,
48
+ "Other Renewables": 0.0068,
49
+ "Bioenergy": 0.015,
50
+ "Coal": 0.2684,
51
+ "Gas": 0.3309,
52
+ "Hydro": 0.1515,
53
+ "Nuclear": 0.0498,
54
+ "Solar": 0.0352,
55
+ "Wind": 0.0457
56
+ },
57
+ "2024": {
58
+ "Other Fossil": 0.0934,
59
+ "Other Renewables": 0.0066,
60
+ "Bioenergy": 0.0155,
61
+ "Coal": 0.2836,
62
+ "Gas": 0.3229,
63
+ "Hydro": 0.1445,
64
+ "Nuclear": 0.0528,
65
+ "Solar": 0.0287,
66
+ "Wind": 0.052
67
+ }
68
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital4better/data",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Digital4Better Open Data",
5
5
  "license": "ODbL-1.0",
6
6
  "engines": {
@@ -25,10 +25,12 @@
25
25
  "@emotion/react": "^11.11.3",
26
26
  "@emotion/styled": "^11.11.0",
27
27
  "@mui/system": "^5.15.6",
28
+ "@types/adm-zip": "^0.5.5",
28
29
  "@types/node": "^20.3.1",
29
30
  "@types/react": "^18.2.48",
30
31
  "@types/react-dom": "^18.2.18",
31
32
  "@vitejs/plugin-react": "^4.2.1",
33
+ "adm-zip": "^0.5.10",
32
34
  "prettier": "^2.8.8",
33
35
  "react": "^18.2.0",
34
36
  "react-dom": "^18.2.0",