@digital4better/data 1.1.24 → 1.1.26
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 +6 -0
- package/data/factor/continent-monthly-green.json +66 -0
- package/data/factor/continent-monthly.csv +6 -0
- package/data/factor/continent-monthly.json +66 -0
- package/data/factor/continent-yearly-green.csv +4 -4
- package/data/factor/continent-yearly-green.json +36 -36
- package/data/factor/continent-yearly.csv +4 -4
- package/data/factor/continent-yearly.json +36 -36
- package/data/factor/country-monthly-green.csv +215 -0
- package/data/factor/country-monthly-green.json +2365 -0
- package/data/factor/country-monthly.csv +215 -0
- package/data/factor/country-monthly.json +2365 -0
- package/data/factor/country-yearly-green.csv +50 -50
- package/data/factor/country-yearly-green.json +403 -403
- package/data/factor/country-yearly.csv +49 -49
- package/data/factor/country-yearly.json +401 -401
- package/data/factor/subdivision-monthly-green.csv +87 -24
- package/data/factor/subdivision-monthly-green.json +909 -216
- package/data/factor/subdivision-monthly.csv +87 -24
- package/data/factor/subdivision-monthly.json +909 -216
- package/data/factor/subdivision-yearly-green.csv +12 -12
- package/data/factor/subdivision-yearly-green.json +108 -108
- package/data/factor/subdivision-yearly.csv +12 -12
- package/data/factor/subdivision-yearly.json +108 -108
- package/data/factor/world-monthly-green.csv +1 -0
- package/data/factor/world-monthly-green.json +11 -0
- package/data/factor/world-monthly.csv +1 -0
- package/data/factor/world-monthly.json +11 -0
- package/data/factor/world-yearly-green.csv +1 -1
- package/data/factor/world-yearly-green.json +9 -9
- package/data/factor/world-yearly.csv +1 -1
- package/data/factor/world-yearly.json +9 -9
- package/data/mix/continent-monthly-green.csv +6 -0
- package/data/mix/continent-monthly-green.json +36 -0
- package/data/mix/continent-monthly.csv +6 -0
- package/data/mix/continent-monthly.json +66 -0
- package/data/mix/continent-yearly-green.csv +4 -4
- package/data/mix/continent-yearly-green.json +16 -16
- package/data/mix/continent-yearly.csv +4 -4
- package/data/mix/continent-yearly.json +31 -31
- package/data/mix/country-monthly-green.csv +215 -0
- package/data/mix/country-monthly-green.json +1290 -0
- package/data/mix/country-monthly.csv +215 -0
- package/data/mix/country-monthly.json +2365 -0
- package/data/mix/country-yearly-green.csv +44 -44
- package/data/mix/country-yearly-green.json +158 -158
- package/data/mix/country-yearly.csv +44 -44
- package/data/mix/country-yearly.json +302 -302
- package/data/mix/subdivision-monthly-green.csv +87 -24
- package/data/mix/subdivision-monthly-green.json +460 -82
- package/data/mix/subdivision-monthly.csv +87 -24
- package/data/mix/subdivision-monthly.json +853 -160
- package/data/mix/subdivision-yearly-green.csv +12 -12
- package/data/mix/subdivision-yearly-green.json +41 -41
- package/data/mix/subdivision-yearly.csv +12 -12
- package/data/mix/subdivision-yearly.json +80 -80
- package/data/mix/world-monthly-green.csv +1 -0
- package/data/mix/world-monthly-green.json +6 -0
- package/data/mix/world-monthly.csv +1 -0
- package/data/mix/world-monthly.json +11 -0
- package/data/mix/world-yearly-green.csv +1 -1
- package/data/mix/world-yearly-green.json +4 -4
- package/data/mix/world-yearly.csv +1 -1
- package/data/mix/world-yearly.json +7 -7
- 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.0147,0.2751,0.3394,0.1504,0.0539,0.0966,0.0069,0.0245,0.0386
|
|
5
5
|
2022,0.0147,0.2724,0.3358,0.1502,0.0511,0.0965,0.0069,0.0294,0.0429
|
|
6
6
|
2023,0.0148,0.2721,0.3332,0.1466,0.0509,0.0942,0.0068,0.0352,0.0461
|
|
7
|
-
2024,0.0153,0.
|
|
7
|
+
2024,0.0153,0.2888,0.3232,0.1393,0.0521,0.0922,0.0066,0.0297,0.0528
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
},
|
|
57
57
|
"2024": {
|
|
58
58
|
"Bioenergy": 0.0153,
|
|
59
|
-
"Coal": 0.
|
|
60
|
-
"Gas": 0.
|
|
61
|
-
"Hydro": 0.
|
|
62
|
-
"Nuclear": 0.
|
|
63
|
-
"Other Fossil": 0.
|
|
59
|
+
"Coal": 0.2888,
|
|
60
|
+
"Gas": 0.3232,
|
|
61
|
+
"Hydro": 0.1393,
|
|
62
|
+
"Nuclear": 0.0521,
|
|
63
|
+
"Other Fossil": 0.0922,
|
|
64
64
|
"Other Renewables": 0.0066,
|
|
65
|
-
"Solar": 0.
|
|
66
|
-
"Wind": 0.
|
|
65
|
+
"Solar": 0.0297,
|
|
66
|
+
"Wind": 0.0528
|
|
67
67
|
}
|
|
68
68
|
}
|