@digital4better/data 1.3.31 → 1.3.33
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/country/region-to-region-distances.csv +627 -0
- package/data/country/region-to-region-distances.json +627 -0
- package/data/country/regions.csv +1 -0
- package/data/country/regions.json +11 -1
- package/data/country/user-to-datacenter-distances.csv +1 -0
- package/data/country/user-to-datacenter-distances.json +1 -0
- package/data/factor/continent-monthly-green.csv +432 -426
- package/data/factor/continent-monthly-green.json +3897 -3831
- package/data/factor/continent-monthly.csv +432 -426
- package/data/factor/continent-monthly.json +3897 -3831
- package/data/factor/continent-yearly-green.csv +41 -41
- package/data/factor/continent-yearly-green.json +368 -368
- package/data/factor/continent-yearly.csv +41 -41
- package/data/factor/continent-yearly.json +369 -369
- package/data/factor/country-monthly-green.csv +7015 -6801
- package/data/factor/country-monthly-green.json +61500 -59146
- package/data/factor/country-monthly.csv +7208 -6994
- package/data/factor/country-monthly.json +55795 -53441
- package/data/factor/country-yearly-green.csv +818 -818
- package/data/factor/country-yearly-green.json +7107 -7107
- package/data/factor/country-yearly.csv +818 -818
- package/data/factor/country-yearly.json +6341 -6341
- package/data/factor/subdivision-monthly-green.csv +838 -689
- package/data/factor/subdivision-monthly-green.json +7735 -6094
- package/data/factor/subdivision-monthly.csv +838 -689
- package/data/factor/subdivision-monthly.json +7606 -5965
- package/data/factor/subdivision-yearly-green.csv +134 -126
- package/data/factor/subdivision-yearly-green.json +1224 -1134
- package/data/factor/subdivision-yearly.csv +134 -126
- package/data/factor/subdivision-yearly.json +1224 -1134
- package/data/factor/world-monthly-green.csv +86 -85
- package/data/factor/world-monthly-green.json +776 -765
- package/data/factor/world-monthly.csv +86 -85
- package/data/factor/world-monthly.json +776 -765
- package/data/factor/world-yearly-green.csv +8 -8
- package/data/factor/world-yearly-green.json +72 -72
- package/data/factor/world-yearly.csv +8 -8
- package/data/factor/world-yearly.json +72 -72
- package/data/mix/continent-monthly-green.csv +429 -423
- package/data/mix/continent-monthly-green.json +1576 -1540
- package/data/mix/continent-monthly.csv +429 -423
- package/data/mix/continent-monthly.json +2776 -2710
- package/data/mix/continent-yearly-green.csv +41 -41
- package/data/mix/continent-yearly-green.json +149 -149
- package/data/mix/continent-yearly.csv +41 -41
- package/data/mix/continent-yearly.json +271 -271
- package/data/mix/country-monthly-green.csv +5095 -4881
- package/data/mix/country-monthly-green.json +17531 -16247
- package/data/mix/country-monthly.csv +5095 -4881
- package/data/mix/country-monthly.json +22696 -20342
- package/data/mix/country-yearly-green.csv +548 -548
- package/data/mix/country-yearly-green.json +1847 -1847
- package/data/mix/country-yearly.csv +548 -548
- package/data/mix/country-yearly.json +2588 -2588
- package/data/mix/subdivision-monthly-green.csv +692 -543
- package/data/mix/subdivision-monthly-green.json +2601 -1705
- package/data/mix/subdivision-monthly.csv +692 -543
- package/data/mix/subdivision-monthly.json +3964 -2323
- package/data/mix/subdivision-yearly-green.csv +134 -126
- package/data/mix/subdivision-yearly-green.json +480 -430
- package/data/mix/subdivision-yearly.csv +134 -126
- package/data/mix/subdivision-yearly.json +871 -781
- package/data/mix/world-monthly-green.csv +86 -85
- package/data/mix/world-monthly-green.json +346 -340
- package/data/mix/world-monthly.csv +86 -85
- package/data/mix/world-monthly.json +756 -745
- package/data/mix/world-yearly-green.csv +8 -8
- package/data/mix/world-yearly-green.json +32 -32
- package/data/mix/world-yearly.csv +8 -8
- package/data/mix/world-yearly.json +68 -68
- package/package.json +1 -1
|
@@ -1,195 +1,195 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Africa": {
|
|
3
3
|
"2019": {
|
|
4
|
-
"Bioenergy": 0.
|
|
4
|
+
"Bioenergy": 0.0062,
|
|
5
5
|
"Coal": 0.0956,
|
|
6
|
-
"Gas": 0.
|
|
7
|
-
"Hydro": 0.
|
|
6
|
+
"Gas": 0.4602,
|
|
7
|
+
"Hydro": 0.2954,
|
|
8
8
|
"Nuclear": 0.0035,
|
|
9
|
-
"Other Fossil": 0.
|
|
9
|
+
"Other Fossil": 0.1196,
|
|
10
10
|
"Other Renewables": 0.0014,
|
|
11
11
|
"Solar": 0.0097,
|
|
12
12
|
"Wind": 0.0085
|
|
13
13
|
},
|
|
14
14
|
"2020": {
|
|
15
|
-
"Bioenergy": 0.
|
|
15
|
+
"Bioenergy": 0.0065,
|
|
16
16
|
"Coal": 0.0988,
|
|
17
|
-
"Gas": 0.
|
|
18
|
-
"Hydro": 0.
|
|
17
|
+
"Gas": 0.4351,
|
|
18
|
+
"Hydro": 0.3126,
|
|
19
19
|
"Nuclear": 0.0032,
|
|
20
|
-
"Other Fossil": 0.
|
|
20
|
+
"Other Fossil": 0.1235,
|
|
21
21
|
"Other Renewables": 0.0014,
|
|
22
22
|
"Solar": 0.011,
|
|
23
|
-
"Wind": 0.
|
|
23
|
+
"Wind": 0.0079
|
|
24
24
|
},
|
|
25
25
|
"2021": {
|
|
26
|
-
"Bioenergy": 0.
|
|
26
|
+
"Bioenergy": 0.0065,
|
|
27
27
|
"Coal": 0.0982,
|
|
28
|
-
"Gas": 0.
|
|
29
|
-
"Hydro": 0.
|
|
28
|
+
"Gas": 0.4355,
|
|
29
|
+
"Hydro": 0.311,
|
|
30
30
|
"Nuclear": 0.0033,
|
|
31
|
-
"Other Fossil": 0.
|
|
31
|
+
"Other Fossil": 0.1241,
|
|
32
32
|
"Other Renewables": 0.0014,
|
|
33
33
|
"Solar": 0.0114,
|
|
34
34
|
"Wind": 0.0087
|
|
35
35
|
},
|
|
36
36
|
"2022": {
|
|
37
|
-
"Bioenergy": 0.
|
|
38
|
-
"Coal": 0.
|
|
39
|
-
"Gas": 0.
|
|
40
|
-
"Hydro": 0.
|
|
37
|
+
"Bioenergy": 0.0065,
|
|
38
|
+
"Coal": 0.096,
|
|
39
|
+
"Gas": 0.4316,
|
|
40
|
+
"Hydro": 0.3114,
|
|
41
41
|
"Nuclear": 0.0029,
|
|
42
|
-
"Other Fossil": 0.
|
|
42
|
+
"Other Fossil": 0.129,
|
|
43
43
|
"Other Renewables": 0.0015,
|
|
44
|
-
"Solar": 0.
|
|
44
|
+
"Solar": 0.0119,
|
|
45
45
|
"Wind": 0.0092
|
|
46
46
|
},
|
|
47
47
|
"2023": {
|
|
48
|
-
"Bioenergy": 0.
|
|
49
|
-
"Coal": 0.
|
|
50
|
-
"Gas": 0.
|
|
51
|
-
"Hydro": 0.
|
|
48
|
+
"Bioenergy": 0.0065,
|
|
49
|
+
"Coal": 0.0924,
|
|
50
|
+
"Gas": 0.4362,
|
|
51
|
+
"Hydro": 0.311,
|
|
52
52
|
"Nuclear": 0.0025,
|
|
53
53
|
"Other Fossil": 0.1268,
|
|
54
54
|
"Other Renewables": 0.0017,
|
|
55
|
-
"Solar": 0.
|
|
55
|
+
"Solar": 0.0131,
|
|
56
56
|
"Wind": 0.0097
|
|
57
57
|
},
|
|
58
58
|
"2024": {
|
|
59
|
-
"Bioenergy": 0.
|
|
60
|
-
"Coal": 0.
|
|
61
|
-
"Gas": 0.
|
|
62
|
-
"Hydro": 0.
|
|
59
|
+
"Bioenergy": 0.0065,
|
|
60
|
+
"Coal": 0.0937,
|
|
61
|
+
"Gas": 0.4367,
|
|
62
|
+
"Hydro": 0.3096,
|
|
63
63
|
"Nuclear": 0.0024,
|
|
64
64
|
"Other Fossil": 0.1254,
|
|
65
65
|
"Other Renewables": 0.0016,
|
|
66
|
-
"Solar": 0.
|
|
66
|
+
"Solar": 0.0138,
|
|
67
67
|
"Wind": 0.0104
|
|
68
68
|
},
|
|
69
69
|
"2025": {
|
|
70
|
-
"Bioenergy": 0.
|
|
71
|
-
"Coal": 0.
|
|
72
|
-
"Gas": 0.
|
|
73
|
-
"Hydro": 0.
|
|
70
|
+
"Bioenergy": 0.0065,
|
|
71
|
+
"Coal": 0.0909,
|
|
72
|
+
"Gas": 0.437,
|
|
73
|
+
"Hydro": 0.3099,
|
|
74
74
|
"Nuclear": 0.0028,
|
|
75
|
-
"Other Fossil": 0.
|
|
75
|
+
"Other Fossil": 0.1253,
|
|
76
76
|
"Other Renewables": 0.0017,
|
|
77
|
-
"Solar": 0.
|
|
78
|
-
"Wind": 0.
|
|
77
|
+
"Solar": 0.0144,
|
|
78
|
+
"Wind": 0.0114
|
|
79
79
|
},
|
|
80
80
|
"2026": {
|
|
81
|
-
"Bioenergy": 0.
|
|
82
|
-
"Coal": 0.
|
|
83
|
-
"Gas": 0.
|
|
84
|
-
"Hydro": 0.
|
|
85
|
-
"Nuclear": 0.
|
|
86
|
-
"Other Fossil": 0.
|
|
87
|
-
"Other Renewables": 0.
|
|
88
|
-
"Solar": 0.
|
|
89
|
-
"Wind": 0.
|
|
81
|
+
"Bioenergy": 0.0065,
|
|
82
|
+
"Coal": 0.0835,
|
|
83
|
+
"Gas": 0.438,
|
|
84
|
+
"Hydro": 0.3122,
|
|
85
|
+
"Nuclear": 0.0044,
|
|
86
|
+
"Other Fossil": 0.1252,
|
|
87
|
+
"Other Renewables": 0.0018,
|
|
88
|
+
"Solar": 0.0161,
|
|
89
|
+
"Wind": 0.0124
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"Asia": {
|
|
93
93
|
"2019": {
|
|
94
|
-
"Bioenergy": 0.
|
|
95
|
-
"Coal": 0.
|
|
96
|
-
"Gas": 0.
|
|
97
|
-
"Hydro": 0.
|
|
98
|
-
"Nuclear": 0.
|
|
99
|
-
"Other Fossil": 0.
|
|
100
|
-
"Other Renewables": 0.
|
|
101
|
-
"Solar": 0.
|
|
102
|
-
"Wind": 0.
|
|
94
|
+
"Bioenergy": 0.0123,
|
|
95
|
+
"Coal": 0.3559,
|
|
96
|
+
"Gas": 0.3512,
|
|
97
|
+
"Hydro": 0.0943,
|
|
98
|
+
"Nuclear": 0.0245,
|
|
99
|
+
"Other Fossil": 0.1184,
|
|
100
|
+
"Other Renewables": 0.007,
|
|
101
|
+
"Solar": 0.0171,
|
|
102
|
+
"Wind": 0.0193
|
|
103
103
|
},
|
|
104
104
|
"2020": {
|
|
105
|
-
"Bioenergy": 0.
|
|
106
|
-
"Coal": 0.
|
|
107
|
-
"Gas": 0.
|
|
108
|
-
"Hydro": 0.
|
|
109
|
-
"Nuclear": 0.
|
|
110
|
-
"Other Fossil": 0.
|
|
111
|
-
"Other Renewables": 0.
|
|
112
|
-
"Solar": 0.
|
|
113
|
-
"Wind": 0.
|
|
105
|
+
"Bioenergy": 0.0132,
|
|
106
|
+
"Coal": 0.3532,
|
|
107
|
+
"Gas": 0.348,
|
|
108
|
+
"Hydro": 0.0957,
|
|
109
|
+
"Nuclear": 0.0247,
|
|
110
|
+
"Other Fossil": 0.1172,
|
|
111
|
+
"Other Renewables": 0.007,
|
|
112
|
+
"Solar": 0.0197,
|
|
113
|
+
"Wind": 0.0213
|
|
114
114
|
},
|
|
115
115
|
"2021": {
|
|
116
|
-
"Bioenergy": 0.
|
|
117
|
-
"Coal": 0.
|
|
118
|
-
"Gas": 0.
|
|
119
|
-
"Hydro": 0.
|
|
120
|
-
"Nuclear": 0.
|
|
121
|
-
"Other Fossil": 0.
|
|
122
|
-
"Other Renewables": 0.
|
|
123
|
-
"Solar": 0.
|
|
124
|
-
"Wind": 0.
|
|
116
|
+
"Bioenergy": 0.0142,
|
|
117
|
+
"Coal": 0.36,
|
|
118
|
+
"Gas": 0.3377,
|
|
119
|
+
"Hydro": 0.0912,
|
|
120
|
+
"Nuclear": 0.0259,
|
|
121
|
+
"Other Fossil": 0.1134,
|
|
122
|
+
"Other Renewables": 0.0068,
|
|
123
|
+
"Solar": 0.0231,
|
|
124
|
+
"Wind": 0.0277
|
|
125
125
|
},
|
|
126
126
|
"2022": {
|
|
127
|
-
"Bioenergy": 0.
|
|
127
|
+
"Bioenergy": 0.015,
|
|
128
128
|
"Coal": 0.3581,
|
|
129
|
-
"Gas": 0.
|
|
130
|
-
"Hydro": 0.
|
|
131
|
-
"Nuclear": 0.
|
|
132
|
-
"Other Fossil": 0.
|
|
133
|
-
"Other Renewables": 0.
|
|
134
|
-
"Solar": 0.
|
|
135
|
-
"Wind": 0.
|
|
129
|
+
"Gas": 0.3311,
|
|
130
|
+
"Hydro": 0.0915,
|
|
131
|
+
"Nuclear": 0.0262,
|
|
132
|
+
"Other Fossil": 0.112,
|
|
133
|
+
"Other Renewables": 0.0067,
|
|
134
|
+
"Solar": 0.028,
|
|
135
|
+
"Wind": 0.0314
|
|
136
136
|
},
|
|
137
137
|
"2023": {
|
|
138
|
-
"Bioenergy": 0.
|
|
139
|
-
"Coal": 0.
|
|
140
|
-
"Gas": 0.
|
|
141
|
-
"Hydro": 0.
|
|
142
|
-
"Nuclear": 0.
|
|
143
|
-
"Other Fossil": 0.
|
|
144
|
-
"Other Renewables": 0.
|
|
145
|
-
"Solar": 0.
|
|
146
|
-
"Wind": 0.
|
|
138
|
+
"Bioenergy": 0.0155,
|
|
139
|
+
"Coal": 0.3642,
|
|
140
|
+
"Gas": 0.3237,
|
|
141
|
+
"Hydro": 0.0858,
|
|
142
|
+
"Nuclear": 0.027,
|
|
143
|
+
"Other Fossil": 0.108,
|
|
144
|
+
"Other Renewables": 0.0065,
|
|
145
|
+
"Solar": 0.0339,
|
|
146
|
+
"Wind": 0.0355
|
|
147
147
|
},
|
|
148
148
|
"2024": {
|
|
149
|
-
"Bioenergy": 0.
|
|
150
|
-
"Coal": 0.
|
|
151
|
-
"Gas": 0.
|
|
152
|
-
"Hydro": 0.
|
|
153
|
-
"Nuclear": 0.
|
|
154
|
-
"Other Fossil": 0.
|
|
155
|
-
"Other Renewables": 0.
|
|
156
|
-
"Solar": 0.
|
|
157
|
-
"Wind": 0.
|
|
149
|
+
"Bioenergy": 0.0152,
|
|
150
|
+
"Coal": 0.3601,
|
|
151
|
+
"Gas": 0.316,
|
|
152
|
+
"Hydro": 0.0888,
|
|
153
|
+
"Nuclear": 0.0272,
|
|
154
|
+
"Other Fossil": 0.1052,
|
|
155
|
+
"Other Renewables": 0.0064,
|
|
156
|
+
"Solar": 0.0429,
|
|
157
|
+
"Wind": 0.0382
|
|
158
158
|
},
|
|
159
159
|
"2025": {
|
|
160
|
-
"Bioenergy": 0.
|
|
161
|
-
"Coal": 0.
|
|
162
|
-
"Gas": 0.
|
|
163
|
-
"Hydro": 0.
|
|
164
|
-
"Nuclear": 0.
|
|
165
|
-
"Other Fossil": 0.
|
|
166
|
-
"Other Renewables": 0.
|
|
167
|
-
"Solar": 0.
|
|
168
|
-
"Wind": 0.
|
|
160
|
+
"Bioenergy": 0.0153,
|
|
161
|
+
"Coal": 0.3498,
|
|
162
|
+
"Gas": 0.3091,
|
|
163
|
+
"Hydro": 0.0896,
|
|
164
|
+
"Nuclear": 0.0278,
|
|
165
|
+
"Other Fossil": 0.1032,
|
|
166
|
+
"Other Renewables": 0.0063,
|
|
167
|
+
"Solar": 0.0559,
|
|
168
|
+
"Wind": 0.043
|
|
169
169
|
},
|
|
170
170
|
"2026": {
|
|
171
|
-
"Bioenergy": 0.
|
|
172
|
-
"Coal": 0.
|
|
173
|
-
"Gas": 0.
|
|
174
|
-
"Hydro": 0.
|
|
175
|
-
"Nuclear": 0.
|
|
176
|
-
"Other Fossil": 0.
|
|
171
|
+
"Bioenergy": 0.0163,
|
|
172
|
+
"Coal": 0.365,
|
|
173
|
+
"Gas": 0.3053,
|
|
174
|
+
"Hydro": 0.0758,
|
|
175
|
+
"Nuclear": 0.0296,
|
|
176
|
+
"Other Fossil": 0.101,
|
|
177
177
|
"Other Renewables": 0.0061,
|
|
178
|
-
"Solar": 0.
|
|
179
|
-
"Wind": 0.
|
|
178
|
+
"Solar": 0.05,
|
|
179
|
+
"Wind": 0.0508
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"Europe": {
|
|
183
183
|
"2019": {
|
|
184
184
|
"Bioenergy": 0.0249,
|
|
185
|
-
"Coal": 0.
|
|
185
|
+
"Coal": 0.1774,
|
|
186
186
|
"Gas": 0.2581,
|
|
187
187
|
"Hydro": 0.1922,
|
|
188
188
|
"Nuclear": 0.1988,
|
|
189
189
|
"Other Fossil": 0.0197,
|
|
190
190
|
"Other Renewables": 0.0181,
|
|
191
191
|
"Solar": 0.027,
|
|
192
|
-
"Wind": 0.
|
|
192
|
+
"Wind": 0.0838
|
|
193
193
|
},
|
|
194
194
|
"2020": {
|
|
195
195
|
"Bioenergy": 0.0264,
|
|
@@ -200,34 +200,34 @@
|
|
|
200
200
|
"Other Fossil": 0.0196,
|
|
201
201
|
"Other Renewables": 0.0191,
|
|
202
202
|
"Solar": 0.033,
|
|
203
|
-
"Wind": 0.
|
|
203
|
+
"Wind": 0.0975
|
|
204
204
|
},
|
|
205
205
|
"2021": {
|
|
206
206
|
"Bioenergy": 0.0273,
|
|
207
|
-
"Coal": 0.
|
|
207
|
+
"Coal": 0.168,
|
|
208
208
|
"Gas": 0.2488,
|
|
209
|
-
"Hydro": 0.
|
|
209
|
+
"Hydro": 0.1944,
|
|
210
210
|
"Nuclear": 0.1954,
|
|
211
|
-
"Other Fossil": 0.
|
|
211
|
+
"Other Fossil": 0.0199,
|
|
212
212
|
"Other Renewables": 0.0185,
|
|
213
213
|
"Solar": 0.0356,
|
|
214
214
|
"Wind": 0.0922
|
|
215
215
|
},
|
|
216
216
|
"2022": {
|
|
217
217
|
"Bioenergy": 0.0275,
|
|
218
|
-
"Coal": 0.
|
|
218
|
+
"Coal": 0.1654,
|
|
219
219
|
"Gas": 0.2523,
|
|
220
220
|
"Hydro": 0.1844,
|
|
221
|
-
"Nuclear": 0.
|
|
222
|
-
"Other Fossil": 0.
|
|
221
|
+
"Nuclear": 0.1803,
|
|
222
|
+
"Other Fossil": 0.0204,
|
|
223
223
|
"Other Renewables": 0.0191,
|
|
224
224
|
"Solar": 0.046,
|
|
225
225
|
"Wind": 0.1047
|
|
226
226
|
},
|
|
227
227
|
"2023": {
|
|
228
228
|
"Bioenergy": 0.0254,
|
|
229
|
-
"Coal": 0.
|
|
230
|
-
"Gas": 0.
|
|
229
|
+
"Coal": 0.1482,
|
|
230
|
+
"Gas": 0.2377,
|
|
231
231
|
"Hydro": 0.1971,
|
|
232
232
|
"Nuclear": 0.1785,
|
|
233
233
|
"Other Fossil": 0.0192,
|
|
@@ -241,122 +241,122 @@
|
|
|
241
241
|
"Gas": 0.2279,
|
|
242
242
|
"Hydro": 0.2044,
|
|
243
243
|
"Nuclear": 0.1762,
|
|
244
|
-
"Other Fossil": 0.
|
|
244
|
+
"Other Fossil": 0.0196,
|
|
245
245
|
"Other Renewables": 0.019,
|
|
246
246
|
"Solar": 0.0682,
|
|
247
|
-
"Wind": 0.
|
|
247
|
+
"Wind": 0.12
|
|
248
248
|
},
|
|
249
249
|
"2025": {
|
|
250
250
|
"Bioenergy": 0.0257,
|
|
251
|
-
"Coal": 0.
|
|
252
|
-
"Gas": 0.
|
|
253
|
-
"Hydro": 0.
|
|
254
|
-
"Nuclear": 0.
|
|
255
|
-
"Other Fossil": 0.
|
|
256
|
-
"Other Renewables": 0.
|
|
257
|
-
"Solar": 0.
|
|
258
|
-
"Wind": 0.
|
|
251
|
+
"Coal": 0.1359,
|
|
252
|
+
"Gas": 0.2345,
|
|
253
|
+
"Hydro": 0.1893,
|
|
254
|
+
"Nuclear": 0.1751,
|
|
255
|
+
"Other Fossil": 0.0195,
|
|
256
|
+
"Other Renewables": 0.0189,
|
|
257
|
+
"Solar": 0.0829,
|
|
258
|
+
"Wind": 0.1182
|
|
259
259
|
},
|
|
260
260
|
"2026": {
|
|
261
|
-
"Bioenergy": 0.
|
|
262
|
-
"Coal": 0.
|
|
263
|
-
"Gas": 0.
|
|
264
|
-
"Hydro": 0.
|
|
265
|
-
"Nuclear": 0.
|
|
266
|
-
"Other Fossil": 0.
|
|
267
|
-
"Other Renewables": 0.
|
|
268
|
-
"Solar": 0.
|
|
269
|
-
"Wind": 0.
|
|
261
|
+
"Bioenergy": 0.0248,
|
|
262
|
+
"Coal": 0.146,
|
|
263
|
+
"Gas": 0.2691,
|
|
264
|
+
"Hydro": 0.1771,
|
|
265
|
+
"Nuclear": 0.1721,
|
|
266
|
+
"Other Fossil": 0.0198,
|
|
267
|
+
"Other Renewables": 0.0169,
|
|
268
|
+
"Solar": 0.0332,
|
|
269
|
+
"Wind": 0.141
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
"North America": {
|
|
273
273
|
"2019": {
|
|
274
|
-
"Bioenergy": 0.
|
|
275
|
-
"Coal": 0.
|
|
276
|
-
"Gas": 0.
|
|
274
|
+
"Bioenergy": 0.0212,
|
|
275
|
+
"Coal": 0.1786,
|
|
276
|
+
"Gas": 0.327,
|
|
277
277
|
"Hydro": 0.1315,
|
|
278
278
|
"Nuclear": 0.1421,
|
|
279
|
-
"Other Fossil": 0.
|
|
279
|
+
"Other Fossil": 0.108,
|
|
280
280
|
"Other Renewables": 0.0068,
|
|
281
281
|
"Solar": 0.0234,
|
|
282
282
|
"Wind": 0.0613
|
|
283
283
|
},
|
|
284
284
|
"2020": {
|
|
285
|
-
"Bioenergy": 0.
|
|
286
|
-
"Coal": 0.
|
|
287
|
-
"Gas": 0.
|
|
288
|
-
"Hydro": 0.
|
|
289
|
-
"Nuclear": 0.
|
|
290
|
-
"Other Fossil": 0.
|
|
285
|
+
"Bioenergy": 0.021,
|
|
286
|
+
"Coal": 0.1489,
|
|
287
|
+
"Gas": 0.3384,
|
|
288
|
+
"Hydro": 0.1343,
|
|
289
|
+
"Nuclear": 0.1415,
|
|
290
|
+
"Other Fossil": 0.1101,
|
|
291
291
|
"Other Renewables": 0.0069,
|
|
292
292
|
"Solar": 0.0286,
|
|
293
293
|
"Wind": 0.0702
|
|
294
294
|
},
|
|
295
295
|
"2021": {
|
|
296
|
-
"Bioenergy": 0.
|
|
297
|
-
"Coal": 0.
|
|
298
|
-
"Gas": 0.
|
|
296
|
+
"Bioenergy": 0.0208,
|
|
297
|
+
"Coal": 0.1652,
|
|
298
|
+
"Gas": 0.3256,
|
|
299
299
|
"Hydro": 0.1277,
|
|
300
|
-
"Nuclear": 0.
|
|
301
|
-
"Other Fossil": 0.
|
|
300
|
+
"Nuclear": 0.1367,
|
|
301
|
+
"Other Fossil": 0.1079,
|
|
302
302
|
"Other Renewables": 0.0068,
|
|
303
|
-
"Solar": 0.
|
|
304
|
-
"Wind": 0.
|
|
303
|
+
"Solar": 0.034,
|
|
304
|
+
"Wind": 0.0755
|
|
305
305
|
},
|
|
306
306
|
"2022": {
|
|
307
|
-
"Bioenergy": 0.
|
|
308
|
-
"Coal": 0.
|
|
309
|
-
"Gas": 0.
|
|
310
|
-
"Hydro": 0.
|
|
311
|
-
"Nuclear": 0.
|
|
312
|
-
"Other Fossil": 0.
|
|
307
|
+
"Bioenergy": 0.0199,
|
|
308
|
+
"Coal": 0.151,
|
|
309
|
+
"Gas": 0.3383,
|
|
310
|
+
"Hydro": 0.1279,
|
|
311
|
+
"Nuclear": 0.1324,
|
|
312
|
+
"Other Fossil": 0.1012,
|
|
313
313
|
"Other Renewables": 0.0067,
|
|
314
314
|
"Solar": 0.0396,
|
|
315
315
|
"Wind": 0.0829
|
|
316
316
|
},
|
|
317
317
|
"2023": {
|
|
318
|
-
"Bioenergy": 0.
|
|
319
|
-
"Coal": 0.
|
|
320
|
-
"Gas": 0.
|
|
321
|
-
"Hydro": 0.
|
|
322
|
-
"Nuclear": 0.
|
|
323
|
-
"Other Fossil": 0.
|
|
318
|
+
"Bioenergy": 0.0196,
|
|
319
|
+
"Coal": 0.1271,
|
|
320
|
+
"Gas": 0.3671,
|
|
321
|
+
"Hydro": 0.1224,
|
|
322
|
+
"Nuclear": 0.1382,
|
|
323
|
+
"Other Fossil": 0.0889,
|
|
324
324
|
"Other Renewables": 0.0069,
|
|
325
325
|
"Solar": 0.0463,
|
|
326
326
|
"Wind": 0.0835
|
|
327
327
|
},
|
|
328
328
|
"2024": {
|
|
329
|
-
"Bioenergy": 0.
|
|
330
|
-
"Coal": 0.
|
|
331
|
-
"Gas": 0.
|
|
332
|
-
"Hydro": 0.
|
|
333
|
-
"Nuclear": 0.
|
|
334
|
-
"Other Fossil": 0.
|
|
329
|
+
"Bioenergy": 0.0191,
|
|
330
|
+
"Coal": 0.1205,
|
|
331
|
+
"Gas": 0.3705,
|
|
332
|
+
"Hydro": 0.1187,
|
|
333
|
+
"Nuclear": 0.1357,
|
|
334
|
+
"Other Fossil": 0.0866,
|
|
335
335
|
"Other Renewables": 0.0065,
|
|
336
|
-
"Solar": 0.
|
|
337
|
-
"Wind": 0.
|
|
336
|
+
"Solar": 0.0554,
|
|
337
|
+
"Wind": 0.087
|
|
338
338
|
},
|
|
339
339
|
"2025": {
|
|
340
|
-
"Bioenergy": 0.
|
|
341
|
-
"Coal": 0.
|
|
342
|
-
"Gas": 0.
|
|
343
|
-
"Hydro": 0.
|
|
344
|
-
"Nuclear": 0.
|
|
345
|
-
"Other Fossil": 0.
|
|
340
|
+
"Bioenergy": 0.0187,
|
|
341
|
+
"Coal": 0.1304,
|
|
342
|
+
"Gas": 0.3539,
|
|
343
|
+
"Hydro": 0.1184,
|
|
344
|
+
"Nuclear": 0.1328,
|
|
345
|
+
"Other Fossil": 0.0844,
|
|
346
346
|
"Other Renewables": 0.0064,
|
|
347
|
-
"Solar": 0.
|
|
347
|
+
"Solar": 0.0675,
|
|
348
348
|
"Wind": 0.0876
|
|
349
349
|
},
|
|
350
350
|
"2026": {
|
|
351
|
-
"Bioenergy": 0.
|
|
352
|
-
"Coal": 0.
|
|
353
|
-
"Gas": 0.
|
|
354
|
-
"Hydro": 0.
|
|
355
|
-
"Nuclear": 0.
|
|
356
|
-
"Other Fossil": 0.
|
|
357
|
-
"Other Renewables": 0.
|
|
358
|
-
"Solar": 0.
|
|
359
|
-
"Wind": 0.
|
|
351
|
+
"Bioenergy": 0.0191,
|
|
352
|
+
"Coal": 0.1345,
|
|
353
|
+
"Gas": 0.3349,
|
|
354
|
+
"Hydro": 0.1348,
|
|
355
|
+
"Nuclear": 0.1354,
|
|
356
|
+
"Other Fossil": 0.0861,
|
|
357
|
+
"Other Renewables": 0.0063,
|
|
358
|
+
"Solar": 0.0558,
|
|
359
|
+
"Wind": 0.0932
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
"Oceania": {
|
|
@@ -438,105 +438,105 @@
|
|
|
438
438
|
"Wind": 0.1013
|
|
439
439
|
},
|
|
440
440
|
"2026": {
|
|
441
|
-
"Bioenergy": 0.
|
|
442
|
-
"Coal": 0.
|
|
441
|
+
"Bioenergy": 0.0053,
|
|
442
|
+
"Coal": 0.3134,
|
|
443
443
|
"Gas": 0.0481,
|
|
444
|
-
"Hydro": 0.
|
|
444
|
+
"Hydro": 0.1401,
|
|
445
445
|
"Nuclear": 0,
|
|
446
|
-
"Other Fossil": 0.
|
|
447
|
-
"Other Renewables": 0.
|
|
448
|
-
"Solar": 0.
|
|
449
|
-
"Wind": 0.
|
|
446
|
+
"Other Fossil": 0.1958,
|
|
447
|
+
"Other Renewables": 0.0239,
|
|
448
|
+
"Solar": 0.1696,
|
|
449
|
+
"Wind": 0.1038
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
452
|
"South America": {
|
|
453
453
|
"2019": {
|
|
454
|
-
"Bioenergy": 0.
|
|
455
|
-
"Coal": 0.
|
|
456
|
-
"Gas": 0.
|
|
457
|
-
"Hydro": 0.
|
|
458
|
-
"Nuclear": 0.
|
|
459
|
-
"Other Fossil": 0.
|
|
454
|
+
"Bioenergy": 0.0265,
|
|
455
|
+
"Coal": 0.0222,
|
|
456
|
+
"Gas": 0.1941,
|
|
457
|
+
"Hydro": 0.6123,
|
|
458
|
+
"Nuclear": 0.0105,
|
|
459
|
+
"Other Fossil": 0.0969,
|
|
460
460
|
"Other Renewables": 0.0001,
|
|
461
|
-
"Solar": 0.
|
|
462
|
-
"Wind": 0.
|
|
461
|
+
"Solar": 0.0071,
|
|
462
|
+
"Wind": 0.0304
|
|
463
463
|
},
|
|
464
464
|
"2020": {
|
|
465
|
-
"Bioenergy": 0.
|
|
466
|
-
"Coal": 0.
|
|
467
|
-
"Gas": 0.
|
|
468
|
-
"Hydro": 0.
|
|
469
|
-
"Nuclear": 0.
|
|
470
|
-
"Other Fossil": 0.
|
|
465
|
+
"Bioenergy": 0.0285,
|
|
466
|
+
"Coal": 0.0212,
|
|
467
|
+
"Gas": 0.1917,
|
|
468
|
+
"Hydro": 0.6066,
|
|
469
|
+
"Nuclear": 0.0105,
|
|
470
|
+
"Other Fossil": 0.0981,
|
|
471
471
|
"Other Renewables": 0.0001,
|
|
472
|
-
"Solar": 0.
|
|
473
|
-
"Wind": 0.
|
|
472
|
+
"Solar": 0.0098,
|
|
473
|
+
"Wind": 0.0335
|
|
474
474
|
},
|
|
475
475
|
"2021": {
|
|
476
|
-
"Bioenergy": 0.
|
|
477
|
-
"Coal": 0.
|
|
478
|
-
"Gas": 0.
|
|
479
|
-
"Hydro": 0.
|
|
480
|
-
"Nuclear": 0.
|
|
481
|
-
"Other Fossil": 0.
|
|
482
|
-
"Other Renewables": 0.
|
|
483
|
-
"Solar": 0.
|
|
484
|
-
"Wind": 0.
|
|
476
|
+
"Bioenergy": 0.0275,
|
|
477
|
+
"Coal": 0.0218,
|
|
478
|
+
"Gas": 0.2023,
|
|
479
|
+
"Hydro": 0.5813,
|
|
480
|
+
"Nuclear": 0.0106,
|
|
481
|
+
"Other Fossil": 0.1006,
|
|
482
|
+
"Other Renewables": 0.0001,
|
|
483
|
+
"Solar": 0.014,
|
|
484
|
+
"Wind": 0.0419
|
|
485
485
|
},
|
|
486
486
|
"2022": {
|
|
487
|
-
"Bioenergy": 0.
|
|
488
|
-
"Coal": 0.
|
|
489
|
-
"Gas": 0.
|
|
490
|
-
"Hydro": 0.
|
|
491
|
-
"Nuclear": 0.
|
|
492
|
-
"Other Fossil": 0.
|
|
487
|
+
"Bioenergy": 0.0262,
|
|
488
|
+
"Coal": 0.0137,
|
|
489
|
+
"Gas": 0.1813,
|
|
490
|
+
"Hydro": 0.6064,
|
|
491
|
+
"Nuclear": 0.0093,
|
|
492
|
+
"Other Fossil": 0.0946,
|
|
493
493
|
"Other Renewables": 0.0002,
|
|
494
|
-
"Solar": 0.
|
|
495
|
-
"Wind": 0.
|
|
494
|
+
"Solar": 0.0215,
|
|
495
|
+
"Wind": 0.0467
|
|
496
496
|
},
|
|
497
497
|
"2023": {
|
|
498
|
-
"Bioenergy": 0.
|
|
499
|
-
"Coal": 0.
|
|
500
|
-
"Gas": 0.
|
|
501
|
-
"Hydro": 0.
|
|
502
|
-
"Nuclear": 0.
|
|
503
|
-
"Other Fossil": 0.
|
|
498
|
+
"Bioenergy": 0.0269,
|
|
499
|
+
"Coal": 0.013,
|
|
500
|
+
"Gas": 0.1751,
|
|
501
|
+
"Hydro": 0.5985,
|
|
502
|
+
"Nuclear": 0.0098,
|
|
503
|
+
"Other Fossil": 0.0924,
|
|
504
504
|
"Other Renewables": 0.0002,
|
|
505
|
-
"Solar": 0.
|
|
506
|
-
"Wind": 0.
|
|
505
|
+
"Solar": 0.0315,
|
|
506
|
+
"Wind": 0.0527
|
|
507
507
|
},
|
|
508
508
|
"2024": {
|
|
509
|
-
"Bioenergy": 0.
|
|
510
|
-
"Coal": 0.
|
|
511
|
-
"Gas": 0.
|
|
512
|
-
"Hydro": 0.
|
|
513
|
-
"Nuclear": 0.
|
|
514
|
-
"Other Fossil": 0.
|
|
515
|
-
"Other Renewables": 0.
|
|
516
|
-
"Solar": 0.
|
|
517
|
-
"Wind": 0.
|
|
509
|
+
"Bioenergy": 0.0269,
|
|
510
|
+
"Coal": 0.0133,
|
|
511
|
+
"Gas": 0.1767,
|
|
512
|
+
"Hydro": 0.5808,
|
|
513
|
+
"Nuclear": 0.0107,
|
|
514
|
+
"Other Fossil": 0.0908,
|
|
515
|
+
"Other Renewables": 0.0001,
|
|
516
|
+
"Solar": 0.0425,
|
|
517
|
+
"Wind": 0.0583
|
|
518
518
|
},
|
|
519
519
|
"2025": {
|
|
520
|
-
"Bioenergy": 0.
|
|
521
|
-
"Coal": 0.
|
|
522
|
-
"Gas": 0.
|
|
523
|
-
"Hydro": 0.
|
|
524
|
-
"Nuclear": 0.
|
|
525
|
-
"Other Fossil": 0.
|
|
520
|
+
"Bioenergy": 0.0257,
|
|
521
|
+
"Coal": 0.0128,
|
|
522
|
+
"Gas": 0.1746,
|
|
523
|
+
"Hydro": 0.5727,
|
|
524
|
+
"Nuclear": 0.0108,
|
|
525
|
+
"Other Fossil": 0.0888,
|
|
526
526
|
"Other Renewables": 0.0001,
|
|
527
|
-
"Solar": 0.
|
|
528
|
-
"Wind": 0.
|
|
527
|
+
"Solar": 0.0514,
|
|
528
|
+
"Wind": 0.063
|
|
529
529
|
},
|
|
530
530
|
"2026": {
|
|
531
|
-
"Bioenergy": 0.
|
|
532
|
-
"Coal": 0.
|
|
533
|
-
"Gas": 0.
|
|
534
|
-
"Hydro": 0.
|
|
535
|
-
"Nuclear": 0.
|
|
536
|
-
"Other Fossil": 0.
|
|
531
|
+
"Bioenergy": 0.021,
|
|
532
|
+
"Coal": 0.0131,
|
|
533
|
+
"Gas": 0.1779,
|
|
534
|
+
"Hydro": 0.583,
|
|
535
|
+
"Nuclear": 0.0071,
|
|
536
|
+
"Other Fossil": 0.0893,
|
|
537
537
|
"Other Renewables": 0.0001,
|
|
538
|
-
"Solar": 0.
|
|
539
|
-
"Wind": 0.
|
|
538
|
+
"Solar": 0.059,
|
|
539
|
+
"Wind": 0.0496
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|