@digital4better/data 1.1.55 → 1.1.57
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.
- package/data/factor/continent-monthly-green.csv +134 -128
- package/data/factor/continent-monthly-green.json +1080 -1014
- package/data/factor/continent-monthly.csv +130 -124
- package/data/factor/continent-monthly.json +1003 -937
- package/data/factor/continent-yearly-green.csv +15 -15
- package/data/factor/continent-yearly-green.json +113 -113
- package/data/factor/continent-yearly.csv +13 -13
- package/data/factor/continent-yearly.json +90 -90
- package/data/factor/country-monthly-green.csv +1179 -965
- package/data/factor/country-monthly-green.json +10466 -8112
- package/data/factor/country-monthly.csv +1181 -967
- package/data/factor/country-monthly.json +9391 -7037
- package/data/factor/country-yearly-green.csv +147 -147
- package/data/factor/country-yearly-green.json +1309 -1309
- package/data/factor/country-yearly.csv +145 -145
- package/data/factor/country-yearly.json +1114 -1114
- package/data/factor/subdivision-monthly-green.csv +102 -39
- package/data/factor/subdivision-monthly-green.json +1015 -322
- package/data/factor/subdivision-monthly.csv +102 -39
- package/data/factor/subdivision-monthly.json +1039 -346
- package/data/factor/subdivision-yearly-green.csv +63 -63
- package/data/factor/subdivision-yearly-green.json +567 -567
- package/data/factor/subdivision-yearly.csv +63 -63
- package/data/factor/subdivision-yearly.json +567 -567
- package/data/factor/world-monthly-green.csv +69 -68
- package/data/factor/world-monthly-green.json +616 -605
- package/data/factor/world-monthly.csv +69 -68
- package/data/factor/world-monthly.json +618 -607
- package/data/factor/world-yearly-green.csv +6 -6
- package/data/factor/world-yearly-green.json +52 -52
- package/data/factor/world-yearly.csv +6 -6
- package/data/factor/world-yearly.json +40 -40
- package/data/mix/continent-monthly-green.csv +97 -91
- package/data/mix/continent-monthly-green.json +364 -328
- package/data/mix/continent-monthly.csv +97 -91
- package/data/mix/continent-monthly.json +493 -427
- package/data/mix/continent-yearly-green.csv +7 -7
- package/data/mix/continent-yearly-green.json +28 -28
- package/data/mix/continent-yearly.csv +7 -7
- package/data/mix/continent-yearly.json +44 -44
- package/data/mix/country-monthly-green.csv +966 -752
- package/data/mix/country-monthly-green.json +4088 -2804
- package/data/mix/country-monthly.csv +966 -752
- package/data/mix/country-monthly.json +5465 -3111
- package/data/mix/country-yearly-green.csv +101 -101
- package/data/mix/country-yearly-green.json +351 -351
- package/data/mix/country-yearly.csv +101 -101
- package/data/mix/country-yearly.json +578 -578
- package/data/mix/subdivision-monthly-green.csv +90 -27
- package/data/mix/subdivision-monthly-green.json +430 -52
- package/data/mix/subdivision-monthly.csv +90 -27
- package/data/mix/subdivision-monthly.json +787 -94
- package/data/mix/subdivision-yearly-green.csv +63 -63
- package/data/mix/subdivision-yearly-green.json +216 -216
- package/data/mix/subdivision-yearly.csv +63 -63
- package/data/mix/subdivision-yearly.json +382 -382
- package/data/mix/world-monthly-green.csv +65 -64
- package/data/mix/world-monthly-green.json +235 -229
- package/data/mix/world-monthly.csv +65 -64
- package/data/mix/world-monthly.json +260 -249
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +5 -5
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +8 -8
- package/package.json +1 -1
|
@@ -4,4 +4,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
4
4
|
2021,0.0149,0.2746,0.3394,0.1541,0.0537,0.0934,0.007,0.0244,0.0384
|
|
5
5
|
2022,0.0152,0.2718,0.3358,0.1538,0.051,0.0934,0.0069,0.0293,0.0427
|
|
6
6
|
2023,0.0151,0.2722,0.3328,0.1502,0.0507,0.0911,0.0069,0.0349,0.0463
|
|
7
|
-
2024,0.0148,0.
|
|
7
|
+
2024,0.0148,0.2693,0.3268,0.1535,0.05,0.0883,0.0067,0.0442,0.0464
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"Bioenergy": 0.0644,
|
|
16
16
|
"Hydro": 0.6646,
|
|
17
17
|
"Solar": 0.1055,
|
|
18
|
-
"Wind": 0.
|
|
18
|
+
"Wind": 0.1655
|
|
19
19
|
},
|
|
20
20
|
"2022": {
|
|
21
21
|
"Bioenergy": 0.063,
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"Wind": 0.1879
|
|
31
31
|
},
|
|
32
32
|
"2024": {
|
|
33
|
-
"Bioenergy": 0.
|
|
34
|
-
"Hydro": 0.
|
|
35
|
-
"Solar": 0.
|
|
36
|
-
"Wind": 0.
|
|
33
|
+
"Bioenergy": 0.0573,
|
|
34
|
+
"Hydro": 0.5926,
|
|
35
|
+
"Solar": 0.1708,
|
|
36
|
+
"Wind": 0.1793
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -4,4 +4,4 @@ year,Bioenergy,Coal,Gas,Hydro,Nuclear,Other Fossil,Other Renewables,Solar,Wind
|
|
|
4
4
|
2021,0.0149,0.2746,0.3394,0.1541,0.0537,0.0934,0.007,0.0244,0.0384
|
|
5
5
|
2022,0.0152,0.2718,0.3358,0.1538,0.051,0.0934,0.0069,0.0293,0.0427
|
|
6
6
|
2023,0.0151,0.2722,0.3328,0.1502,0.0507,0.0911,0.0069,0.0349,0.0463
|
|
7
|
-
2024,0.0148,0.
|
|
7
|
+
2024,0.0148,0.2693,0.3268,0.1535,0.05,0.0883,0.0067,0.0442,0.0464
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
},
|
|
57
57
|
"2024": {
|
|
58
58
|
"Bioenergy": 0.0148,
|
|
59
|
-
"Coal": 0.
|
|
60
|
-
"Gas": 0.
|
|
61
|
-
"Hydro": 0.
|
|
62
|
-
"Nuclear": 0.
|
|
63
|
-
"Other Fossil": 0.
|
|
64
|
-
"Other Renewables": 0.
|
|
65
|
-
"Solar": 0.
|
|
66
|
-
"Wind": 0.
|
|
59
|
+
"Coal": 0.2693,
|
|
60
|
+
"Gas": 0.3268,
|
|
61
|
+
"Hydro": 0.1535,
|
|
62
|
+
"Nuclear": 0.05,
|
|
63
|
+
"Other Fossil": 0.0883,
|
|
64
|
+
"Other Renewables": 0.0067,
|
|
65
|
+
"Solar": 0.0442,
|
|
66
|
+
"Wind": 0.0464
|
|
67
67
|
}
|
|
68
68
|
}
|