@digital4better/data 1.1.73 → 1.2.1

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 (61) hide show
  1. package/data/cloud/aws-regions.csv +32 -23
  2. package/data/cloud/aws-regions.json +132 -23
  3. package/data/cloud/aws-vms.csv +885 -0
  4. package/data/cloud/aws-vms.json +10610 -0
  5. package/data/cloud/azure-regions.csv +19 -10
  6. package/data/cloud/azure-regions.json +151 -18
  7. package/data/cloud/azure-vms.csv +977 -0
  8. package/data/cloud/azure-vms.json +12184 -0
  9. package/data/cloud/gcp-regions.csv +33 -30
  10. package/data/cloud/gcp-regions.json +87 -51
  11. package/data/cloud/gcp-vms.csv +323 -0
  12. package/data/cloud/gcp-vms.json +4073 -0
  13. package/data/factor/continent-monthly-green.csv +432 -432
  14. package/data/factor/continent-monthly-green.json +3888 -3888
  15. package/data/factor/continent-monthly.csv +432 -432
  16. package/data/factor/continent-monthly.json +3887 -3887
  17. package/data/factor/continent-yearly-green.csv +36 -36
  18. package/data/factor/continent-yearly-green.json +324 -324
  19. package/data/factor/continent-yearly.csv +36 -36
  20. package/data/factor/continent-yearly.json +324 -324
  21. package/data/factor/country-monthly-green.csv +7330 -7330
  22. package/data/factor/country-monthly-green.json +64270 -64270
  23. package/data/factor/country-monthly.csv +7538 -7538
  24. package/data/factor/country-monthly.json +63745 -63745
  25. package/data/factor/country-yearly-green.csv +717 -717
  26. package/data/factor/country-yearly-green.json +7309 -7309
  27. package/data/factor/country-yearly.csv +720 -720
  28. package/data/factor/country-yearly.json +6959 -6959
  29. package/data/factor/world-monthly-green.csv +72 -72
  30. package/data/factor/world-monthly-green.json +648 -648
  31. package/data/factor/world-monthly.csv +72 -72
  32. package/data/factor/world-monthly.json +648 -648
  33. package/data/factor/world-yearly-green.csv +6 -6
  34. package/data/factor/world-yearly-green.json +54 -54
  35. package/data/factor/world-yearly.csv +6 -6
  36. package/data/factor/world-yearly.json +54 -54
  37. package/data/mix/continent-monthly-green.csv +432 -432
  38. package/data/mix/continent-monthly-green.json +1584 -1584
  39. package/data/mix/continent-monthly.csv +432 -432
  40. package/data/mix/continent-monthly.json +2835 -2835
  41. package/data/mix/continent-yearly-green.csv +36 -36
  42. package/data/mix/continent-yearly-green.json +134 -134
  43. package/data/mix/continent-yearly.csv +36 -36
  44. package/data/mix/continent-yearly.json +238 -238
  45. package/data/mix/country-monthly-green.csv +7001 -7001
  46. package/data/mix/country-monthly-green.json +18041 -18041
  47. package/data/mix/country-monthly.csv +7001 -7001
  48. package/data/mix/country-monthly.json +30929 -30929
  49. package/data/mix/country-yearly-green.csv +621 -621
  50. package/data/mix/country-yearly-green.json +1509 -1509
  51. package/data/mix/country-yearly.csv +621 -621
  52. package/data/mix/country-yearly.json +2665 -2665
  53. package/data/mix/world-monthly-green.csv +72 -72
  54. package/data/mix/world-monthly-green.json +288 -288
  55. package/data/mix/world-monthly.csv +72 -72
  56. package/data/mix/world-monthly.json +537 -537
  57. package/data/mix/world-yearly-green.csv +6 -6
  58. package/data/mix/world-yearly-green.json +24 -24
  59. package/data/mix/world-yearly.csv +6 -6
  60. package/data/mix/world-yearly.json +45 -45
  61. package/package.json +1 -1
@@ -1,410 +1,410 @@
1
1
  {
2
2
  "Africa": {
3
3
  "2019": {
4
- "adpe": 8.92514e-8,
5
- "ap": 0.0000329446,
6
- "ctue": 0.00944391,
7
- "ctuh-c": 1.88351e-10,
8
- "ctuh-nc": 6.50743e-10,
9
- "gwp": 0.00417466,
10
- "ir": 0.000371456,
11
- "pm": 5.70408e-7,
12
- "wu": 0.00135372
4
+ "adpe": 8.55727e-8,
5
+ "ap": 0.0000328337,
6
+ "ctue": 0.0094723,
7
+ "ctuh-c": 1.90165e-10,
8
+ "ctuh-nc": 6.46812e-10,
9
+ "gwp": 0.00417259,
10
+ "ir": 0.00036679,
11
+ "pm": 5.70809e-7,
12
+ "wu": 0.00134243
13
13
  },
14
14
  "2020": {
15
- "adpe": 9.55786e-8,
16
- "ap": 0.0000348782,
17
- "ctue": 0.00992911,
18
- "ctuh-c": 1.91815e-10,
19
- "ctuh-nc": 6.88659e-10,
20
- "gwp": 0.00441587,
21
- "ir": 0.000395119,
22
- "pm": 6.02378e-7,
23
- "wu": 0.0014308
15
+ "adpe": 9.36134e-8,
16
+ "ap": 0.0000348613,
17
+ "ctue": 0.0099843,
18
+ "ctuh-c": 1.94797e-10,
19
+ "ctuh-nc": 6.88098e-10,
20
+ "gwp": 0.00442554,
21
+ "ir": 0.000393218,
22
+ "pm": 6.02748e-7,
23
+ "wu": 0.00142732
24
24
  },
25
25
  "2021": {
26
- "adpe": 9.90171e-8,
27
- "ap": 0.0000349562,
28
- "ctue": 0.00997529,
29
- "ctuh-c": 1.97139e-10,
30
- "ctuh-nc": 6.93923e-10,
31
- "gwp": 0.00442487,
32
- "ir": 0.000399341,
33
- "pm": 6.00528e-7,
34
- "wu": 0.00144506
26
+ "adpe": 9.70289e-8,
27
+ "ap": 0.0000349387,
28
+ "ctue": 0.0100298,
29
+ "ctuh-c": 2.00056e-10,
30
+ "ctuh-nc": 6.93315e-10,
31
+ "gwp": 0.0044344,
32
+ "ir": 0.00039741,
33
+ "pm": 6.00913e-7,
34
+ "wu": 0.00144146
35
35
  },
36
36
  "2022": {
37
- "adpe": 1.03663e-7,
38
- "ap": 0.0000352525,
39
- "ctue": 0.0100679,
40
- "ctuh-c": 2.01865e-10,
41
- "ctuh-nc": 7.03848e-10,
42
- "gwp": 0.0044612,
43
- "ir": 0.00040696,
44
- "pm": 6.01561e-7,
45
- "wu": 0.00146854
37
+ "adpe": 1.01631e-7,
38
+ "ap": 0.0000352318,
39
+ "ctue": 0.0101215,
40
+ "ctuh-c": 2.04737e-10,
41
+ "ctuh-nc": 7.03143e-10,
42
+ "gwp": 0.00447038,
43
+ "ir": 0.000404955,
44
+ "pm": 6.01929e-7,
45
+ "wu": 0.00146471
46
46
  },
47
47
  "2023": {
48
- "adpe": 1.11391e-7,
49
- "ap": 0.0000357602,
50
- "ctue": 0.010249,
51
- "ctuh-c": 2.10805e-10,
52
- "ctuh-nc": 7.21372e-10,
53
- "gwp": 0.00452931,
54
- "ir": 0.000420123,
55
- "pm": 6.02726e-7,
56
- "wu": 0.00150868
48
+ "adpe": 1.09279e-7,
49
+ "ap": 0.0000357344,
50
+ "ctue": 0.0103011,
51
+ "ctuh-c": 2.13599e-10,
52
+ "ctuh-nc": 7.20496e-10,
53
+ "gwp": 0.00453786,
54
+ "ir": 0.000417986,
55
+ "pm": 6.03077e-7,
56
+ "wu": 0.00150444
57
57
  },
58
58
  "2024": {
59
- "adpe": 1.16724e-7,
60
- "ap": 0.0000359583,
61
- "ctue": 0.0103508,
62
- "ctuh-c": 2.17809e-10,
63
- "ctuh-nc": 7.31452e-10,
64
- "gwp": 0.00456039,
65
- "ir": 0.000428088,
66
- "pm": 6.00019e-7,
67
- "wu": 0.00153219
59
+ "adpe": 1.14533e-7,
60
+ "ap": 0.000035925,
61
+ "ctue": 0.0103985,
62
+ "ctuh-c": 2.20082e-10,
63
+ "ctuh-nc": 7.30358e-10,
64
+ "gwp": 0.00456842,
65
+ "ir": 0.000425884,
66
+ "pm": 6.00181e-7,
67
+ "wu": 0.00152718
68
68
  }
69
69
  },
70
70
  "Asia": {
71
71
  "2019": {
72
- "adpe": 1.22194e-7,
73
- "ap": 0.0000383912,
74
- "ctue": 0.00555683,
75
- "ctuh-c": 2.13057e-10,
76
- "ctuh-nc": 5.56689e-10,
77
- "gwp": 0.00288021,
78
- "ir": 0.000290071,
79
- "pm": 9.76537e-7,
80
- "wu": 0.0016525
72
+ "adpe": 1.20562e-7,
73
+ "ap": 0.0000379082,
74
+ "ctue": 0.00524104,
75
+ "ctuh-c": 2.08536e-10,
76
+ "ctuh-nc": 5.39836e-10,
77
+ "gwp": 0.00275762,
78
+ "ir": 0.000279295,
79
+ "pm": 9.78714e-7,
80
+ "wu": 0.00163179
81
81
  },
82
82
  "2020": {
83
- "adpe": 1.36971e-7,
84
- "ap": 0.0000411764,
85
- "ctue": 0.00591088,
86
- "ctuh-c": 2.33564e-10,
87
- "ctuh-nc": 6.00783e-10,
88
- "gwp": 0.00306369,
89
- "ir": 0.00031568,
90
- "pm": 0.00000104511,
91
- "wu": 0.00179046
83
+ "adpe": 1.35342e-7,
84
+ "ap": 0.0000406944,
85
+ "ctue": 0.00559682,
86
+ "ctuh-c": 2.29081e-10,
87
+ "ctuh-nc": 5.84003e-10,
88
+ "gwp": 0.00294167,
89
+ "ir": 0.000304949,
90
+ "pm": 0.00000104723,
91
+ "wu": 0.00176981
92
92
  },
93
93
  "2021": {
94
- "adpe": 1.57987e-7,
95
- "ap": 0.0000445158,
96
- "ctue": 0.00646867,
97
- "ctuh-c": 2.80877e-10,
98
- "ctuh-nc": 6.58798e-10,
99
- "gwp": 0.00327496,
100
- "ir": 0.000347179,
101
- "pm": 0.00000112732,
102
- "wu": 0.00197913
94
+ "adpe": 1.56394e-7,
95
+ "ap": 0.0000440454,
96
+ "ctue": 0.00616396,
97
+ "ctuh-c": 2.76494e-10,
98
+ "ctuh-nc": 6.42492e-10,
99
+ "gwp": 0.00315656,
100
+ "ir": 0.00033676,
101
+ "pm": 0.00000112928,
102
+ "wu": 0.00195895
103
103
  },
104
104
  "2022": {
105
- "adpe": 1.84902e-7,
106
- "ap": 0.0000477018,
107
- "ctue": 0.00704908,
108
- "ctuh-c": 3.15995e-10,
109
- "ctuh-nc": 7.25554e-10,
110
- "gwp": 0.00352919,
111
- "ir": 0.000391165,
112
- "pm": 0.0000011875,
113
- "wu": 0.00216806
105
+ "adpe": 1.83319e-7,
106
+ "ap": 0.0000472368,
107
+ "ctue": 0.00674932,
108
+ "ctuh-c": 3.11675e-10,
109
+ "ctuh-nc": 7.09484e-10,
110
+ "gwp": 0.00341266,
111
+ "ir": 0.000380896,
112
+ "pm": 0.00000118937,
113
+ "wu": 0.00214809
114
114
  },
115
115
  "2023": {
116
- "adpe": 2.1639e-7,
117
- "ap": 0.0000498812,
118
- "ctue": 0.00756588,
119
- "ctuh-c": 3.53854e-10,
120
- "ctuh-nc": 7.88299e-10,
121
- "gwp": 0.00372426,
122
- "ir": 0.000437528,
123
- "pm": 0.00000121087,
124
- "wu": 0.00233768
116
+ "adpe": 2.14782e-7,
117
+ "ap": 0.0000494166,
118
+ "ctue": 0.00727225,
119
+ "ctuh-c": 3.49598e-10,
120
+ "ctuh-nc": 7.72443e-10,
121
+ "gwp": 0.0036098,
122
+ "ir": 0.000427395,
123
+ "pm": 0.00000121244,
124
+ "wu": 0.00231767
125
125
  },
126
126
  "2024": {
127
- "adpe": 2.64882e-7,
128
- "ap": 0.0000517522,
129
- "ctue": 0.00840742,
130
- "ctuh-c": 3.91099e-10,
131
- "ctuh-nc": 8.81596e-10,
132
- "gwp": 0.00404997,
133
- "ir": 0.000516355,
134
- "pm": 0.00000117893,
135
- "wu": 0.00253538
127
+ "adpe": 2.6373e-7,
128
+ "ap": 0.0000515135,
129
+ "ctue": 0.00813152,
130
+ "ctuh-c": 3.88705e-10,
131
+ "ctuh-nc": 8.68002e-10,
132
+ "gwp": 0.00394497,
133
+ "ir": 0.000506912,
134
+ "pm": 0.00000118789,
135
+ "wu": 0.002525
136
136
  }
137
137
  },
138
138
  "Europe": {
139
139
  "2019": {
140
- "adpe": 2.08674e-7,
141
- "ap": 0.0000733587,
142
- "ctue": 0.0123323,
143
- "ctuh-c": 6.35906e-10,
144
- "ctuh-nc": 1.06597e-9,
145
- "gwp": 0.00549046,
146
- "ir": 0.000497326,
147
- "pm": 0.00000192332,
148
- "wu": 0.00325045
140
+ "adpe": 2.33555e-7,
141
+ "ap": 0.0000809572,
142
+ "ctue": 0.013762,
143
+ "ctuh-c": 7.16511e-10,
144
+ "ctuh-nc": 1.18368e-9,
145
+ "gwp": 0.00607919,
146
+ "ir": 0.000552883,
147
+ "pm": 0.00000211685,
148
+ "wu": 0.00360447
149
149
  },
150
150
  "2020": {
151
- "adpe": 2.45221e-7,
152
- "ap": 0.0000787982,
153
- "ctue": 0.0138607,
154
- "ctuh-c": 7.30836e-10,
155
- "ctuh-nc": 1.1853e-9,
156
- "gwp": 0.0060186,
157
- "ir": 0.000564863,
158
- "pm": 0.0000020254,
159
- "wu": 0.00357196
151
+ "adpe": 2.76541e-7,
152
+ "ap": 0.0000875787,
153
+ "ctue": 0.015573,
154
+ "ctuh-c": 8.28919e-10,
155
+ "ctuh-nc": 1.32578e-9,
156
+ "gwp": 0.00671066,
157
+ "ir": 0.000632647,
158
+ "pm": 0.0000022445,
159
+ "wu": 0.00399033
160
160
  },
161
161
  "2021": {
162
- "adpe": 2.54491e-7,
163
- "ap": 0.0000806547,
164
- "ctue": 0.0134823,
165
- "ctuh-c": 7.07325e-10,
166
- "ctuh-nc": 1.19542e-9,
167
- "gwp": 0.00601335,
168
- "ir": 0.000574693,
169
- "pm": 0.0000020892,
170
- "wu": 0.00364003
162
+ "adpe": 2.85868e-7,
163
+ "ap": 0.0000893061,
164
+ "ctue": 0.0150693,
165
+ "ctuh-c": 7.97809e-10,
166
+ "ctuh-nc": 1.3314e-9,
167
+ "gwp": 0.00667536,
168
+ "ir": 0.000641138,
169
+ "pm": 0.00000230713,
170
+ "wu": 0.00404974
171
171
  },
172
172
  "2022": {
173
- "adpe": 3.08755e-7,
174
- "ap": 0.0000833064,
175
- "ctue": 0.0146442,
176
- "ctuh-c": 7.97364e-10,
177
- "ctuh-nc": 1.30368e-9,
178
- "gwp": 0.00634641,
179
- "ir": 0.000653789,
180
- "pm": 0.00000208713,
181
- "wu": 0.00391246
173
+ "adpe": 3.49532e-7,
174
+ "ap": 0.0000927134,
175
+ "ctue": 0.0164678,
176
+ "ctuh-c": 9.04775e-10,
177
+ "ctuh-nc": 1.46141e-9,
178
+ "gwp": 0.0070854,
179
+ "ir": 0.000734806,
180
+ "pm": 0.00000231384,
181
+ "wu": 0.00437969
182
182
  },
183
183
  "2023": {
184
- "adpe": 3.64199e-7,
185
- "ap": 0.0000828941,
186
- "ctue": 0.0164017,
187
- "ctuh-c": 8.99183e-10,
188
- "ctuh-nc": 1.41721e-9,
189
- "gwp": 0.00676896,
190
- "ir": 0.000746633,
191
- "pm": 0.0000019433,
192
- "wu": 0.00409285
184
+ "adpe": 4.13819e-7,
185
+ "ap": 0.0000924828,
186
+ "ctue": 0.0185092,
187
+ "ctuh-c": 1.02311e-9,
188
+ "ctuh-nc": 1.59462e-9,
189
+ "gwp": 0.00758405,
190
+ "ir": 0.00084266,
191
+ "pm": 0.00000215585,
192
+ "wu": 0.00459705
193
193
  },
194
194
  "2024": {
195
- "adpe": 4.26287e-7,
196
- "ap": 0.0000879676,
197
- "ctue": 0.0174576,
198
- "ctuh-c": 9.36646e-10,
199
- "ctuh-nc": 1.55363e-9,
200
- "gwp": 0.0072939,
201
- "ir": 0.000852352,
202
- "pm": 0.0000019937,
203
- "wu": 0.00442564
195
+ "adpe": 4.84644e-7,
196
+ "ap": 0.0000981898,
197
+ "ctue": 0.0196972,
198
+ "ctuh-c": 1.06426e-9,
199
+ "ctuh-nc": 1.74936e-9,
200
+ "gwp": 0.0081784,
201
+ "ir": 0.000963221,
202
+ "pm": 0.00000221059,
203
+ "wu": 0.00497304
204
204
  }
205
205
  },
206
206
  "North America": {
207
207
  "2019": {
208
- "adpe": 1.9385e-7,
209
- "ap": 0.000072753,
210
- "ctue": 0.0101249,
211
- "ctuh-c": 5.34752e-10,
212
- "ctuh-nc": 9.73183e-10,
213
- "gwp": 0.00491012,
214
- "ir": 0.000443095,
215
- "pm": 0.00000200281,
216
- "wu": 0.00313767
208
+ "adpe": 1.9296e-7,
209
+ "ap": 0.0000691545,
210
+ "ctue": 0.0101236,
211
+ "ctuh-c": 5.3366e-10,
212
+ "ctuh-nc": 9.50759e-10,
213
+ "gwp": 0.00479322,
214
+ "ir": 0.000439558,
215
+ "pm": 0.00000187484,
216
+ "wu": 0.0030181
217
217
  },
218
218
  "2020": {
219
- "adpe": 2.2827e-7,
220
- "ap": 0.0000744931,
221
- "ctue": 0.0112369,
222
- "ctuh-c": 6.08629e-10,
223
- "ctuh-nc": 1.05461e-9,
224
- "gwp": 0.00521691,
225
- "ir": 0.00049927,
226
- "pm": 0.00000198965,
227
- "wu": 0.00332186
219
+ "adpe": 2.27359e-7,
220
+ "ap": 0.0000708217,
221
+ "ctue": 0.0112355,
222
+ "ctuh-c": 6.07507e-10,
223
+ "ctuh-nc": 1.03173e-9,
224
+ "gwp": 0.00509761,
225
+ "ir": 0.000495656,
226
+ "pm": 0.00000185909,
227
+ "wu": 0.00319985
228
228
  },
229
229
  "2021": {
230
- "adpe": 2.60315e-7,
231
- "ap": 0.0000750029,
232
- "ctue": 0.0118306,
233
- "ctuh-c": 6.55573e-10,
234
- "ctuh-nc": 1.10952e-9,
235
- "gwp": 0.00536145,
236
- "ir": 0.000544427,
237
- "pm": 0.0000019529,
238
- "wu": 0.00344466
230
+ "adpe": 2.59418e-7,
231
+ "ap": 0.0000713992,
232
+ "ctue": 0.0118292,
233
+ "ctuh-c": 6.54467e-10,
234
+ "ctuh-nc": 1.08706e-9,
235
+ "gwp": 0.00524436,
236
+ "ir": 0.000540879,
237
+ "pm": 0.00000182475,
238
+ "wu": 0.0033249
239
239
  },
240
240
  "2022": {
241
- "adpe": 2.95386e-7,
242
- "ap": 0.0000745382,
243
- "ctue": 0.0127825,
244
- "ctuh-c": 7.19213e-10,
245
- "ctuh-nc": 1.1737e-9,
246
- "gwp": 0.00556478,
247
- "ir": 0.000598306,
248
- "pm": 0.00000186419,
249
- "wu": 0.00355267
241
+ "adpe": 2.94624e-7,
242
+ "ap": 0.0000712047,
243
+ "ctue": 0.0127819,
244
+ "ctuh-c": 7.18365e-10,
245
+ "ctuh-nc": 1.153e-9,
246
+ "gwp": 0.00545634,
247
+ "ir": 0.000595076,
248
+ "pm": 0.00000174561,
249
+ "wu": 0.00344216
250
250
  },
251
251
  "2023": {
252
- "adpe": 3.315e-7,
253
- "ap": 0.000075269,
254
- "ctue": 0.0131528,
255
- "ctuh-c": 7.39139e-10,
256
- "ctuh-nc": 1.23009e-9,
257
- "gwp": 0.00571166,
258
- "ir": 0.000651208,
259
- "pm": 0.0000018283,
260
- "wu": 0.00367453
252
+ "adpe": 3.31121e-7,
253
+ "ap": 0.0000724879,
254
+ "ctue": 0.0131548,
255
+ "ctuh-c": 7.39027e-10,
256
+ "ctuh-nc": 1.2131e-9,
257
+ "gwp": 0.00562073,
258
+ "ir": 0.000648725,
259
+ "pm": 0.0000017292,
260
+ "wu": 0.00358337
261
261
  },
262
262
  "2024": {
263
- "adpe": 3.82411e-7,
264
- "ap": 0.0000764881,
265
- "ctue": 0.013916,
266
- "ctuh-c": 7.86337e-10,
267
- "ctuh-nc": 1.31722e-9,
268
- "gwp": 0.00596242,
269
- "ir": 0.00072694,
270
- "pm": 0.00000178025,
271
- "wu": 0.00386452
263
+ "adpe": 3.82102e-7,
264
+ "ap": 0.000073744,
265
+ "ctue": 0.0139205,
266
+ "ctuh-c": 7.86542e-10,
267
+ "ctuh-nc": 1.30058e-9,
268
+ "gwp": 0.00587289,
269
+ "ir": 0.000724549,
270
+ "pm": 0.00000168239,
271
+ "wu": 0.00377493
272
272
  }
273
273
  },
274
274
  "Oceania": {
275
275
  "2019": {
276
- "adpe": 3.31615e-7,
277
- "ap": 0.0000326288,
278
- "ctue": 0.0118795,
279
- "ctuh-c": 5.51044e-10,
280
- "ctuh-nc": 9.55573e-10,
281
- "gwp": 0.00434736,
282
- "ir": 0.000643584,
283
- "pm": 2.76163e-7,
284
- "wu": 0.00216631
276
+ "adpe": 3.37275e-7,
277
+ "ap": 0.0000366184,
278
+ "ctue": 0.0120932,
279
+ "ctuh-c": 5.5878e-10,
280
+ "ctuh-nc": 9.93201e-10,
281
+ "gwp": 0.00454316,
282
+ "ir": 0.000658043,
283
+ "pm": 4.01985e-7,
284
+ "wu": 0.00231331
285
285
  },
286
286
  "2020": {
287
- "adpe": 3.99103e-7,
288
- "ap": 0.0000358856,
289
- "ctue": 0.0132965,
290
- "ctuh-c": 6.36928e-10,
291
- "ctuh-nc": 1.09341e-9,
292
- "gwp": 0.00482082,
293
- "ir": 0.000749885,
294
- "pm": 2.5903e-7,
295
- "wu": 0.00248534
287
+ "adpe": 4.05008e-7,
288
+ "ap": 0.0000399158,
289
+ "ctue": 0.0135162,
290
+ "ctuh-c": 6.44979e-10,
291
+ "ctuh-nc": 1.13174e-9,
292
+ "gwp": 0.00501954,
293
+ "ir": 0.000764772,
294
+ "pm": 3.85775e-7,
295
+ "wu": 0.00263443
296
296
  },
297
297
  "2021": {
298
- "adpe": 4.85486e-7,
299
- "ap": 0.0000407159,
300
- "ctue": 0.0151581,
301
- "ctuh-c": 7.4325e-10,
302
- "ctuh-nc": 1.2764e-9,
303
- "gwp": 0.00547614,
304
- "ir": 0.000889144,
305
- "pm": 2.5572e-7,
306
- "wu": 0.00291224
298
+ "adpe": 4.91636e-7,
299
+ "ap": 0.0000447533,
300
+ "ctue": 0.0153828,
301
+ "ctuh-c": 7.51602e-10,
302
+ "ctuh-nc": 1.3152e-9,
303
+ "gwp": 0.00567645,
304
+ "ir": 0.000904418,
305
+ "pm": 3.8223e-7,
306
+ "wu": 0.00306233
307
307
  },
308
308
  "2022": {
309
- "adpe": 5.57932e-7,
310
- "ap": 0.0000445575,
311
- "ctue": 0.0167632,
312
- "ctuh-c": 8.31748e-10,
313
- "ctuh-nc": 1.43052e-9,
314
- "gwp": 0.00603696,
315
- "ir": 0.00100737,
316
- "pm": 2.42334e-7,
317
- "wu": 0.00326271
309
+ "adpe": 5.64215e-7,
310
+ "ap": 0.000048554,
311
+ "ctue": 0.0169897,
312
+ "ctuh-c": 8.40251e-10,
313
+ "ctuh-nc": 1.46927e-9,
314
+ "gwp": 0.00623632,
315
+ "ir": 0.00102279,
316
+ "pm": 3.67169e-7,
317
+ "wu": 0.00341189
318
318
  },
319
319
  "2023": {
320
- "adpe": 6.66012e-7,
321
- "ap": 0.0000507732,
322
- "ctue": 0.0184,
323
- "ctuh-c": 9.15559e-10,
324
- "ctuh-nc": 1.6408e-9,
325
- "gwp": 0.00673942,
326
- "ir": 0.00117691,
327
- "pm": 2.59675e-7,
328
- "wu": 0.00377182
320
+ "adpe": 6.72584e-7,
321
+ "ap": 0.0000547714,
322
+ "ctue": 0.0186304,
323
+ "ctuh-c": 9.24271e-10,
324
+ "ctuh-nc": 1.68001e-9,
325
+ "gwp": 0.00694001,
326
+ "ir": 0.00119276,
327
+ "pm": 3.84047e-7,
328
+ "wu": 0.00392187
329
329
  },
330
330
  "2024": {
331
- "adpe": 7.06226e-7,
332
- "ap": 0.0000532444,
333
- "ctue": 0.0187629,
334
- "ctuh-c": 9.46533e-10,
335
- "ctuh-nc": 1.70996e-9,
336
- "gwp": 0.00691526,
337
- "ir": 0.00123255,
338
- "pm": 2.87061e-7,
339
- "wu": 0.00396787
331
+ "adpe": 7.12792e-7,
332
+ "ap": 0.0000571836,
333
+ "ctue": 0.0189888,
334
+ "ctuh-c": 9.55396e-10,
335
+ "ctuh-nc": 1.74859e-9,
336
+ "gwp": 0.0071118,
337
+ "ir": 0.00124816,
338
+ "pm": 4.09706e-7,
339
+ "wu": 0.00411613
340
340
  }
341
341
  },
342
342
  "South America": {
343
343
  "2019": {
344
- "adpe": 1.04101e-7,
345
- "ap": 0.0000474315,
346
- "ctue": 0.0201957,
347
- "ctuh-c": 4.56498e-10,
348
- "ctuh-nc": 1.14726e-9,
349
- "gwp": 0.00792885,
350
- "ir": 0.00064458,
351
- "pm": 5.47762e-7,
352
- "wu": 0.0019794
344
+ "adpe": 1.03872e-7,
345
+ "ap": 0.0000473865,
346
+ "ctue": 0.0201639,
347
+ "ctuh-c": 4.54633e-10,
348
+ "ctuh-nc": 1.14576e-9,
349
+ "gwp": 0.00792037,
350
+ "ir": 0.000643887,
351
+ "pm": 5.47401e-7,
352
+ "wu": 0.00197627
353
353
  },
354
354
  "2020": {
355
- "adpe": 1.21833e-7,
356
- "ap": 0.0000496655,
357
- "ctue": 0.0205256,
358
- "ctuh-c": 4.85026e-10,
359
- "ctuh-nc": 1.18895e-9,
360
- "gwp": 0.00806663,
361
- "ir": 0.000670206,
362
- "pm": 5.98588e-7,
363
- "wu": 0.00211245
355
+ "adpe": 1.21589e-7,
356
+ "ap": 0.0000496188,
357
+ "ctue": 0.0204933,
358
+ "ctuh-c": 4.83127e-10,
359
+ "ctuh-nc": 1.18741e-9,
360
+ "gwp": 0.008058,
361
+ "ir": 0.000669491,
362
+ "pm": 5.98197e-7,
363
+ "wu": 0.00210921
364
364
  },
365
365
  "2021": {
366
- "adpe": 1.47792e-7,
367
- "ap": 0.0000477901,
368
- "ctue": 0.0206015,
369
- "ctuh-c": 5.39761e-10,
370
- "ctuh-nc": 1.20019e-9,
371
- "gwp": 0.00791266,
372
- "ir": 0.000686865,
373
- "pm": 5.21824e-7,
374
- "wu": 0.00215236
366
+ "adpe": 1.47538e-7,
367
+ "ap": 0.0000477463,
368
+ "ctue": 0.0205701,
369
+ "ctuh-c": 5.37882e-10,
370
+ "ctuh-nc": 1.19869e-9,
371
+ "gwp": 0.00790441,
372
+ "ir": 0.00068616,
373
+ "pm": 5.21506e-7,
374
+ "wu": 0.0021492
375
375
  },
376
376
  "2022": {
377
- "adpe": 1.94677e-7,
378
- "ap": 0.0000509592,
379
- "ctue": 0.0221975,
380
- "ctuh-c": 6.0234e-10,
381
- "ctuh-nc": 1.32592e-9,
382
- "gwp": 0.00849046,
383
- "ir": 0.000779371,
384
- "pm": 5.05744e-7,
385
- "wu": 0.00240142
377
+ "adpe": 1.94401e-7,
378
+ "ap": 0.0000509147,
379
+ "ctue": 0.0221657,
380
+ "ctuh-c": 6.00454e-10,
381
+ "ctuh-nc": 1.32437e-9,
382
+ "gwp": 0.00848205,
383
+ "ir": 0.000778628,
384
+ "pm": 5.05449e-7,
385
+ "wu": 0.00239818
386
386
  },
387
387
  "2023": {
388
- "adpe": 2.54211e-7,
389
- "ap": 0.0000548829,
390
- "ctue": 0.0231921,
391
- "ctuh-c": 6.69036e-10,
392
- "ctuh-nc": 1.44494e-9,
393
- "gwp": 0.00887257,
394
- "ir": 0.000869077,
395
- "pm": 5.39023e-7,
396
- "wu": 0.00271212
388
+ "adpe": 2.53885e-7,
389
+ "ap": 0.0000548357,
390
+ "ctue": 0.02316,
391
+ "ctuh-c": 6.67133e-10,
392
+ "ctuh-nc": 1.44332e-9,
393
+ "gwp": 0.00886392,
394
+ "ir": 0.00086826,
395
+ "pm": 5.38711e-7,
396
+ "wu": 0.00270866
397
397
  },
398
398
  "2024": {
399
- "adpe": 3.18064e-7,
400
- "ap": 0.0000591006,
401
- "ctue": 0.0239634,
402
- "ctuh-c": 7.34875e-10,
403
- "ctuh-nc": 1.56156e-9,
404
- "gwp": 0.00918851,
405
- "ir": 0.000958061,
406
- "pm": 5.90289e-7,
407
- "wu": 0.00304355
399
+ "adpe": 3.18461e-7,
400
+ "ap": 0.0000587399,
401
+ "ctue": 0.023943,
402
+ "ctuh-c": 7.31464e-10,
403
+ "ctuh-nc": 1.55961e-9,
404
+ "gwp": 0.00917879,
405
+ "ir": 0.000958837,
406
+ "pm": 5.76176e-7,
407
+ "wu": 0.0030305
408
408
  }
409
409
  }
410
410
  }