@digital4better/data 1.3.38 → 1.3.40

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 (84) hide show
  1. package/README.md +122 -89
  2. package/data/cloud/accelerators.csv +1 -0
  3. package/data/cloud/accelerators.json +9 -0
  4. package/data/cloud/aws-regions.csv +32 -32
  5. package/data/cloud/aws-regions.json +68 -68
  6. package/data/cloud/azure-regions.csv +10 -10
  7. package/data/cloud/azure-regions.json +66 -42
  8. package/data/cloud/cpus.csv +16 -0
  9. package/data/cloud/cpus.json +194 -0
  10. package/data/cloud/gcp-regions.csv +39 -39
  11. package/data/cloud/gcp-regions.json +73 -73
  12. package/data/cloud/oracle-regions.csv +46 -0
  13. package/data/cloud/oracle-regions.json +548 -0
  14. package/data/cloud/oracle-vms.csv +141 -0
  15. package/data/cloud/oracle-vms.json +2759 -0
  16. package/data/cloud/ovhcloud-regions.csv +21 -21
  17. package/data/cloud/ovhcloud-regions.json +68 -35
  18. package/data/cloud/scaleway-regions.csv +9 -9
  19. package/data/cloud/scaleway-regions.json +21 -21
  20. package/data/factor/continent-monthly-green.csv +6 -0
  21. package/data/factor/continent-monthly-green.json +66 -0
  22. package/data/factor/continent-monthly.csv +6 -0
  23. package/data/factor/continent-monthly.json +66 -0
  24. package/data/factor/continent-yearly-green.csv +6 -6
  25. package/data/factor/continent-yearly-green.json +54 -54
  26. package/data/factor/continent-yearly.csv +6 -6
  27. package/data/factor/continent-yearly.json +54 -54
  28. package/data/factor/country-monthly-green.csv +214 -0
  29. package/data/factor/country-monthly-green.json +2354 -0
  30. package/data/factor/country-monthly.csv +214 -0
  31. package/data/factor/country-monthly.json +2354 -0
  32. package/data/factor/country-yearly-green.csv +53 -53
  33. package/data/factor/country-yearly-green.json +453 -453
  34. package/data/factor/country-yearly.csv +55 -55
  35. package/data/factor/country-yearly.json +454 -454
  36. package/data/factor/subdivision-monthly-green.csv +90 -26
  37. package/data/factor/subdivision-monthly-green.json +938 -234
  38. package/data/factor/subdivision-monthly.csv +90 -26
  39. package/data/factor/subdivision-monthly.json +938 -234
  40. package/data/factor/subdivision-yearly-green.csv +13 -13
  41. package/data/factor/subdivision-yearly-green.json +117 -117
  42. package/data/factor/subdivision-yearly.csv +13 -13
  43. package/data/factor/subdivision-yearly.json +117 -117
  44. package/data/factor/world-monthly-green.csv +1 -0
  45. package/data/factor/world-monthly-green.json +11 -0
  46. package/data/factor/world-monthly.csv +1 -0
  47. package/data/factor/world-monthly.json +11 -0
  48. package/data/factor/world-yearly-green.csv +1 -1
  49. package/data/factor/world-yearly-green.json +9 -9
  50. package/data/factor/world-yearly.csv +1 -1
  51. package/data/factor/world-yearly.json +9 -9
  52. package/data/mix/continent-monthly-green.csv +6 -0
  53. package/data/mix/continent-monthly-green.json +36 -0
  54. package/data/mix/continent-monthly.csv +6 -0
  55. package/data/mix/continent-monthly.json +66 -0
  56. package/data/mix/continent-yearly-green.csv +5 -5
  57. package/data/mix/continent-yearly-green.json +18 -18
  58. package/data/mix/continent-yearly.csv +5 -5
  59. package/data/mix/continent-yearly.json +34 -34
  60. package/data/mix/country-monthly-green.csv +214 -0
  61. package/data/mix/country-monthly-green.json +1284 -0
  62. package/data/mix/country-monthly.csv +214 -0
  63. package/data/mix/country-monthly.json +2354 -0
  64. package/data/mix/country-yearly-green.csv +50 -50
  65. package/data/mix/country-yearly-green.json +180 -180
  66. package/data/mix/country-yearly.csv +50 -50
  67. package/data/mix/country-yearly.json +358 -358
  68. package/data/mix/subdivision-monthly-green.csv +88 -24
  69. package/data/mix/subdivision-monthly-green.json +470 -86
  70. package/data/mix/subdivision-monthly.csv +88 -24
  71. package/data/mix/subdivision-monthly.json +866 -162
  72. package/data/mix/subdivision-yearly-green.csv +12 -12
  73. package/data/mix/subdivision-yearly-green.json +43 -43
  74. package/data/mix/subdivision-yearly.csv +12 -12
  75. package/data/mix/subdivision-yearly.json +81 -81
  76. package/data/mix/world-monthly-green.csv +1 -0
  77. package/data/mix/world-monthly-green.json +6 -0
  78. package/data/mix/world-monthly.csv +1 -0
  79. package/data/mix/world-monthly.json +11 -0
  80. package/data/mix/world-yearly-green.csv +1 -1
  81. package/data/mix/world-yearly-green.json +4 -4
  82. package/data/mix/world-yearly.csv +1 -1
  83. package/data/mix/world-yearly.json +7 -7
  84. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
1
  id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
2
- par,eu-west-par,ovhcloud,48.86,2.35,Paris,fr,,1.6,,
3
- bhs,ca-east-bhs,ovhcloud,45.32,-73.870003,Beauharnois,ca,qc,1.25,1.33,
4
- eri,eu-west-eri,ovhcloud,51.4832,0.17484,Erith,gb,,1.26,0.21,
5
- gra,eu-west-gra,ovhcloud,50.98333,2.125,Gravelines,fr,,1.22,0.2,
6
- hil,us-west-hil,ovhcloud,45.522896,-122.98983,Hillsboro,us,or,1.35,0.53,
7
- lim,eu-west-lim,ovhcloud,50.398601,8.079578,Limburg,de,,1.24,0.35,
8
- rbx,eu-west-rbx,ovhcloud,50.683636,3.165532,Roubaix,fr,,1.29,0.39,
9
- sbg,eu-west-sbg,ovhcloud,48.583328,7.75,Strasbourg,fr,,1.21,0.5,
10
- vin,us-east-vin,ovhcloud,-77.67379,38.7464553,Vint Hill,us,va,1.39,0.1,
11
- waw,eu-central-waw,ovhcloud,52.237049,21.017532,Warsaw,pl,,1.25,0.6,
12
- mum,ap-south-mum,ovhcloud,19.08,72.88,Mumbai,in,,1.58,,
13
- sgp,ap-southeast-sgp,ovhcloud,1.37,103.8,Singapore,sg,,1.72,,
14
- syd,ap-southeast-syd,ovhcloud,-33.86,151.2,Sydney,au,,1.3,,
15
- yyz,ca-east-tor,ovhcloud,43.653,-79.383,Toronto,ca,on,1.6,,
16
- ams,ams,ovhcloud,52.377956,4.89707,Amsterdam,nl,,1.6,,
17
- blr,blr,ovhcloud,12.971599,77.594566,Bengalore,in,,1.6,,
18
- mad,mad,ovhcloud,40.4167754,-3.7037902,Madrid,es,,1.6,,
19
- mil,eu-south-mil,ovhcloud,45.43,9.29,Milan,it,,1.6,,
20
- mrs,mrs,ovhcloud,43.8345,2.1972,Marseille,fr,,1.6,,
21
- prg,prg,ovhcloud,50.073658,14.41854,Prague,cz,,1.6,,
22
- zrh,zrh,ovhcloud,47.376887,8.541694,Zurich,ch,,1.6,,
2
+ par,eu-west-par,ovhcloud,48.86,2.35,Paris,fr,,1.24,0.34,1
3
+ bhs,ca-east-bhs,ovhcloud,45.32,-73.870003,Beauharnois,ca,qc,1.21,0.86,1
4
+ eri,eu-west-eri,ovhcloud,51.4832,0.17484,Erith,gb,,1.19,0.18,1
5
+ gra,eu-west-gra,ovhcloud,50.98333,2.125,Gravelines,fr,,1.21,0.2,1
6
+ hil,us-west-hil,ovhcloud,45.522896,-122.98983,Hillsboro,us,or,1.27,1.31,1
7
+ lim,eu-west-lim,ovhcloud,50.398601,8.079578,Limburg,de,,1.19,0.21,1
8
+ rbx,eu-west-rbx,ovhcloud,50.683636,3.165532,Roubaix,fr,,1.3,0.29,1
9
+ sbg,eu-west-sbg,ovhcloud,48.583328,7.75,Strasbourg,fr,,1.19,0.39,1
10
+ vin,us-east-vin,ovhcloud,-77.67379,38.7464553,Vint Hill,us,va,1.36,0.4,1
11
+ waw,eu-central-waw,ovhcloud,52.237049,21.017532,Warsaw,pl,,1.25,0.42,1
12
+ mum,ap-south-mum,ovhcloud,19.08,72.88,Mumbai,in,,1.24,0.34,1
13
+ sgp,ap-southeast-sgp,ovhcloud,1.37,103.8,Singapore,sg,,1.24,0.34,1
14
+ syd,ap-southeast-syd,ovhcloud,-33.86,151.2,Sydney,au,,1.24,0.34,1
15
+ yyz,ca-east-tor,ovhcloud,43.653,-79.383,Toronto,ca,on,1.24,0.34,1
16
+ ams,ams,ovhcloud,52.377956,4.89707,Amsterdam,nl,,1.24,0.34,1
17
+ blr,blr,ovhcloud,12.971599,77.594566,Bengalore,in,,1.24,0.34,1
18
+ mad,mad,ovhcloud,40.4167754,-3.7037902,Madrid,es,,1.24,0.34,1
19
+ mil,eu-south-mil,ovhcloud,45.43,9.29,Milan,it,,1.24,0.34,1
20
+ mrs,mrs,ovhcloud,43.296174,5.369953,Marseille,fr,,1.24,0.34,1
21
+ prg,prg,ovhcloud,50.073658,14.41854,Prague,cz,,1.24,0.34,1
22
+ zrh,zrh,ovhcloud,47.376887,8.541694,Zurich,ch,,1.24,0.34,1
@@ -12,7 +12,9 @@
12
12
  "lon": 2.35,
13
13
  "location": "Paris",
14
14
  "country": "fr",
15
- "pue": 1.6
15
+ "pue": 1.24,
16
+ "wue": 0.34,
17
+ "ref": 1
16
18
  },
17
19
  {
18
20
  "id": "bhs",
@@ -28,13 +30,14 @@
28
30
  "bhs-8"
29
31
  ],
30
32
  "provider": "ovhcloud",
31
- "lat": 45.320000,
33
+ "lat": 45.32,
32
34
  "lon": -73.870003,
33
35
  "location": "Beauharnois",
34
36
  "country": "ca",
35
37
  "subdivision": "qc",
36
- "pue": 1.25,
37
- "wue": 1.33
38
+ "pue": 1.21,
39
+ "wue": 0.86,
40
+ "ref": 1
38
41
  },
39
42
  {
40
43
  "id": "eri",
@@ -47,8 +50,9 @@
47
50
  "lon": 0.17484,
48
51
  "location": "Erith",
49
52
  "country": "gb",
50
- "pue": 1.26,
51
- "wue": 0.21
53
+ "pue": 1.19,
54
+ "wue": 0.18,
55
+ "ref": 1
52
56
  },
53
57
  {
54
58
  "id": "gra",
@@ -64,8 +68,9 @@
64
68
  "lon": 2.125,
65
69
  "location": "Gravelines",
66
70
  "country": "fr",
67
- "pue": 1.22,
68
- "wue": 0.2
71
+ "pue": 1.21,
72
+ "wue": 0.2,
73
+ "ref": 1
69
74
  },
70
75
  {
71
76
  "id": "hil",
@@ -75,12 +80,13 @@
75
80
  ],
76
81
  "provider": "ovhcloud",
77
82
  "lat": 45.522896,
78
- "lon": -122.989830,
83
+ "lon": -122.98983,
79
84
  "location": "Hillsboro",
80
85
  "country": "us",
81
86
  "subdivision": "or",
82
- "pue": 1.35,
83
- "wue": 0.53
87
+ "pue": 1.27,
88
+ "wue": 1.31,
89
+ "ref": 1
84
90
  },
85
91
  {
86
92
  "id": "lim",
@@ -94,8 +100,9 @@
94
100
  "lon": 8.079578,
95
101
  "location": "Limburg",
96
102
  "country": "de",
97
- "pue": 1.24,
98
- "wue": 0.35
103
+ "pue": 1.19,
104
+ "wue": 0.21,
105
+ "ref": 1
99
106
  },
100
107
  {
101
108
  "id": "rbx",
@@ -116,8 +123,9 @@
116
123
  "lon": 3.165532,
117
124
  "location": "Roubaix",
118
125
  "country": "fr",
119
- "pue": 1.29,
120
- "wue": 0.39
126
+ "pue": 1.3,
127
+ "wue": 0.29,
128
+ "ref": 1
121
129
  },
122
130
  {
123
131
  "id": "sbg",
@@ -131,8 +139,9 @@
131
139
  "lon": 7.75,
132
140
  "location": "Strasbourg",
133
141
  "country": "fr",
134
- "pue": 1.21,
135
- "wue": 0.5
142
+ "pue": 1.19,
143
+ "wue": 0.39,
144
+ "ref": 1
136
145
  },
137
146
  {
138
147
  "id": "vin",
@@ -146,8 +155,9 @@
146
155
  "location": "Vint Hill",
147
156
  "country": "us",
148
157
  "subdivision": "va",
149
- "pue": 1.39,
150
- "wue": 0.1
158
+ "pue": 1.36,
159
+ "wue": 0.4,
160
+ "ref": 1
151
161
  },
152
162
  {
153
163
  "id": "waw",
@@ -161,7 +171,8 @@
161
171
  "location": "Warsaw",
162
172
  "country": "pl",
163
173
  "pue": 1.25,
164
- "wue": 0.6
174
+ "wue": 0.42,
175
+ "ref": 1
165
176
  },
166
177
  {
167
178
  "id": "mum",
@@ -174,7 +185,9 @@
174
185
  "lon": 72.88,
175
186
  "location": "Mumbai",
176
187
  "country": "in",
177
- "pue": 1.58
188
+ "pue": 1.24,
189
+ "wue": 0.34,
190
+ "ref": 1
178
191
  },
179
192
  {
180
193
  "id": "sgp",
@@ -188,7 +201,9 @@
188
201
  "lon": 103.8,
189
202
  "location": "Singapore",
190
203
  "country": "sg",
191
- "pue": 1.72
204
+ "pue": 1.24,
205
+ "wue": 0.34,
206
+ "ref": 1
192
207
  },
193
208
  {
194
209
  "id": "syd",
@@ -203,7 +218,9 @@
203
218
  "lon": 151.2,
204
219
  "location": "Sydney",
205
220
  "country": "au",
206
- "pue": 1.3
221
+ "pue": 1.24,
222
+ "wue": 0.34,
223
+ "ref": 1
207
224
  },
208
225
  {
209
226
  "id": "yyz",
@@ -217,7 +234,9 @@
217
234
  "location": "Toronto",
218
235
  "country": "ca",
219
236
  "subdivision": "on",
220
- "pue": 1.6
237
+ "pue": 1.24,
238
+ "wue": 0.34,
239
+ "ref": 1
221
240
  },
222
241
  {
223
242
  "id": "ams",
@@ -227,10 +246,12 @@
227
246
  ],
228
247
  "provider": "ovhcloud",
229
248
  "lat": 52.377956,
230
- "lon": 4.897070,
249
+ "lon": 4.89707,
231
250
  "location": "Amsterdam",
232
251
  "country": "nl",
233
- "pue": 1.6
252
+ "pue": 1.24,
253
+ "wue": 0.34,
254
+ "ref": 1
234
255
  },
235
256
  {
236
257
  "id": "blr",
@@ -243,7 +264,9 @@
243
264
  "lon": 77.594566,
244
265
  "location": "Bengalore",
245
266
  "country": "in",
246
- "pue": 1.6
267
+ "pue": 1.24,
268
+ "wue": 0.34,
269
+ "ref": 1
247
270
  },
248
271
  {
249
272
  "id": "mad",
@@ -256,7 +279,9 @@
256
279
  "lon": -3.7037902,
257
280
  "location": "Madrid",
258
281
  "country": "es",
259
- "pue": 1.6
282
+ "pue": 1.24,
283
+ "wue": 0.34,
284
+ "ref": 1
260
285
  },
261
286
  {
262
287
  "id": "mil",
@@ -271,27 +296,33 @@
271
296
  "lon": 9.29,
272
297
  "location": "Milan",
273
298
  "country": "it",
274
- "pue": 1.6
299
+ "pue": 1.24,
300
+ "wue": 0.34,
301
+ "ref": 1
275
302
  },
276
303
  {
277
304
  "id": "mrs",
278
305
  "name": "mrs",
279
306
  "provider": "ovhcloud",
280
- "lat": 43.8345,
281
- "lon": 2.1972,
307
+ "lat": 43.296174,
308
+ "lon": 5.369953,
282
309
  "location": "Marseille",
283
310
  "country": "fr",
284
- "pue": 1.6
311
+ "pue": 1.24,
312
+ "wue": 0.34,
313
+ "ref": 1
285
314
  },
286
315
  {
287
316
  "id": "prg",
288
317
  "name": "prg",
289
318
  "provider": "ovhcloud",
290
319
  "lat": 50.073658,
291
- "lon": 14.418540,
320
+ "lon": 14.41854,
292
321
  "location": "Prague",
293
322
  "country": "cz",
294
- "pue": 1.6
323
+ "pue": 1.24,
324
+ "wue": 0.34,
325
+ "ref": 1
295
326
  },
296
327
  {
297
328
  "id": "zrh",
@@ -301,6 +332,8 @@
301
332
  "lon": 8.541694,
302
333
  "location": "Zurich",
303
334
  "country": "ch",
304
- "pue": 1.6
335
+ "pue": 1.24,
336
+ "wue": 0.34,
337
+ "ref": 1
305
338
  }
306
339
  ]
@@ -1,10 +1,10 @@
1
1
  id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
2
- fr-par-1,dc2-dc3,scaleway,48.794764,2.411816,Vitry-sur-Seine,fr,,1.415,0.0075,1
3
- fr-par-3,dc4,scaleway,48.829544,2.296075,Paris,fr,,1.44,0,1
4
- fr-par-2,dc5,scaleway,49.053707,2.137967,Saint-Ouen-l'Aumone,fr,,1.16,0.214,1
5
- nl-ams-1,ams1,scaleway,52.377956,4.89707,Amsterdam,nl,,1.4,0.85,1
6
- nl-ams-2,ams2,scaleway,52.377956,4.89707,Amsterdam,nl,,1.4,0.216,1
7
- nl-ams-3,ams3,scaleway,52.377956,4.89707,Amsterdam,nl,,1.2,0.216,1
8
- pl-waw-1,waw1,scaleway,52.237049,21.017532,Warsaw,pl,,1.51,0.216,1
9
- pl-waw-2,waw2,scaleway,52.237049,21.017532,Warsaw,pl,,1.32,0.216,1
10
- pl-waw-3,waw3,scaleway,52.237049,21.017532,Warsaw,pl,,1.43,0.216,1
2
+ fr-par-1,dc2-dc3,scaleway,48.794764,2.411816,Vitry-sur-Seine,fr,,1.45,0.009,1
3
+ fr-par-3,dc4,scaleway,48.829544,2.296075,Paris,fr,,1.44,0.001,1
4
+ fr-par-2,dc5,scaleway,49.053707,2.137967,Saint-Ouen-l'Aumone,fr,,1.16,0.25,1
5
+ nl-ams-1,ams1,scaleway,52.377956,4.89707,Amsterdam,nl,,1.38,0.85,1
6
+ nl-ams-2,ams2,scaleway,52.377956,4.89707,Amsterdam,nl,,1.4,0.22,1
7
+ nl-ams-3,ams3,scaleway,52.377956,4.89707,Amsterdam,nl,,1.2,0.22,1
8
+ pl-waw-1,waw1,scaleway,52.237049,21.017532,Warsaw,pl,,1.5,0.22,1
9
+ pl-waw-2,waw2,scaleway,52.237049,21.017532,Warsaw,pl,,1.24,0.22,0.3035
10
+ pl-waw-3,waw3,scaleway,52.237049,21.017532,Warsaw,pl,,1.5,0.22,1
@@ -7,8 +7,8 @@
7
7
  "lon": 2.411816,
8
8
  "location": "Vitry-sur-Seine",
9
9
  "country": "fr",
10
- "pue": 1.415,
11
- "wue": 0.0075,
10
+ "pue": 1.45,
11
+ "wue": 0.009,
12
12
  "ref": 1
13
13
  },
14
14
  {
@@ -19,8 +19,8 @@
19
19
  "lon": 2.296075,
20
20
  "location": "Paris",
21
21
  "country": "fr",
22
- "pue": 1.440,
23
- "wue": 0,
22
+ "pue": 1.44,
23
+ "wue": 0.001,
24
24
  "ref": 1
25
25
  },
26
26
  {
@@ -32,7 +32,7 @@
32
32
  "location": "Saint-Ouen-l'Aumone",
33
33
  "country": "fr",
34
34
  "pue": 1.16,
35
- "wue": 0.214,
35
+ "wue": 0.25,
36
36
  "ref": 1
37
37
  },
38
38
  {
@@ -40,11 +40,11 @@
40
40
  "name": "ams1",
41
41
  "provider": "scaleway",
42
42
  "lat": 52.377956,
43
- "lon": 4.897070,
43
+ "lon": 4.89707,
44
44
  "location": "Amsterdam",
45
45
  "country": "nl",
46
- "pue": 1.40,
47
- "wue": 0.850,
46
+ "pue": 1.38,
47
+ "wue": 0.85,
48
48
  "ref": 1
49
49
  },
50
50
  {
@@ -52,11 +52,11 @@
52
52
  "name": "ams2",
53
53
  "provider": "scaleway",
54
54
  "lat": 52.377956,
55
- "lon": 4.897070,
55
+ "lon": 4.89707,
56
56
  "location": "Amsterdam",
57
57
  "country": "nl",
58
- "pue": 1.40,
59
- "wue": 0.216,
58
+ "pue": 1.4,
59
+ "wue": 0.22,
60
60
  "ref": 1
61
61
  },
62
62
  {
@@ -64,11 +64,11 @@
64
64
  "name": "ams3",
65
65
  "provider": "scaleway",
66
66
  "lat": 52.377956,
67
- "lon": 4.897070,
67
+ "lon": 4.89707,
68
68
  "location": "Amsterdam",
69
69
  "country": "nl",
70
- "pue": 1.20,
71
- "wue": 0.216,
70
+ "pue": 1.2,
71
+ "wue": 0.22,
72
72
  "ref": 1
73
73
  },
74
74
  {
@@ -79,8 +79,8 @@
79
79
  "lon": 21.017532,
80
80
  "location": "Warsaw",
81
81
  "country": "pl",
82
- "pue": 1.510,
83
- "wue": 0.216,
82
+ "pue": 1.5,
83
+ "wue": 0.22,
84
84
  "ref": 1
85
85
  },
86
86
  {
@@ -91,9 +91,9 @@
91
91
  "lon": 21.017532,
92
92
  "location": "Warsaw",
93
93
  "country": "pl",
94
- "pue": 1.320,
95
- "wue": 0.216,
96
- "ref": 1
94
+ "pue": 1.24,
95
+ "wue": 0.22,
96
+ "ref": 0.3035
97
97
  },
98
98
  {
99
99
  "id": "pl-waw-3",
@@ -103,8 +103,8 @@
103
103
  "lon": 21.017532,
104
104
  "location": "Warsaw",
105
105
  "country": "pl",
106
- "pue": 1.430,
107
- "wue": 0.216,
106
+ "pue": 1.5,
107
+ "wue": 0.22,
108
108
  "ref": 1
109
109
  }
110
110
  ]
@@ -85,6 +85,7 @@ Africa,2025-11,1.11006e-7,0.0000345437,0.0104462,2.26213e-10,7.19015e-10,0.00452
85
85
  Africa,2025-12,1.17361e-7,0.0000349776,0.0105806,2.30747e-10,7.33421e-10,0.00457893,0.000430944,5.57048e-7,0.00150964
86
86
  Africa,2026-01,1.18167e-7,0.0000349986,0.010545,2.3069e-10,7.33e-10,0.00456744,0.000430937,5.58874e-7,0.00151245
87
87
  Africa,2026-02,1.18298e-7,0.0000350337,0.0105537,2.30913e-10,7.33672e-10,0.00457135,0.000431329,5.59532e-7,0.001514
88
+ Africa,2026-03,1.18298e-7,0.0000350337,0.0105537,2.30913e-10,7.33672e-10,0.00457135,0.000431329,5.59532e-7,0.001514
88
89
  Asia,2019-01,1.00029e-7,0.0000419917,0.00462538,1.9796e-10,5.18023e-10,0.00266979,0.000239768,0.00000118575,0.00171159
89
90
  Asia,2019-02,1.015e-7,0.0000399888,0.00470208,1.97506e-10,5.10882e-10,0.00263519,0.000242741,0.00000110704,0.00164934
90
91
  Asia,2019-03,1.25429e-7,0.0000409218,0.00531786,2.29355e-10,5.6282e-10,0.00283403,0.000283307,0.00000108674,0.00175552
@@ -171,6 +172,7 @@ Asia,2025-11,3.32779e-7,0.0000590233,0.0101353,5.31858e-10,1.04703e-9,0.00462213
171
172
  Asia,2025-12,3.20014e-7,0.0000600779,0.00960532,5.1054e-10,1.02114e-9,0.00450414,0.000592014,0.000001393,0.00301463
172
173
  Asia,2026-01,3.51535e-7,0.0000614356,0.00979938,5.11105e-10,1.07234e-9,0.00465382,0.000640412,0.00000138593,0.00313316
173
174
  Asia,2026-02,3.50034e-7,0.0000613275,0.00976489,5.08884e-10,1.06899e-9,0.00464186,0.000638033,0.00000138505,0.00312471
175
+ Asia,2026-03,3.50034e-7,0.0000613275,0.00976489,5.08884e-10,1.06899e-9,0.00464186,0.000638033,0.00000138505,0.00312471
174
176
  Europe,2019-01,1.32709e-7,0.0000726894,0.0121285,6.86635e-10,9.59834e-10,0.0051717,0.0003732,0.00000204652,0.00308465
175
177
  Europe,2019-02,1.83779e-7,0.0000754842,0.0128591,6.99165e-10,1.06135e-9,0.00555667,0.000461035,0.00000203692,0.00330154
176
178
  Europe,2019-03,2.40379e-7,0.0000819326,0.0150946,8.65488e-10,1.22553e-9,0.00620826,0.000553542,0.00000214358,0.00375008
@@ -257,6 +259,7 @@ Europe,2025-11,3.54274e-7,0.0000947437,0.0185089,1.10352e-9,1.5275e-9,0.00737449
257
259
  Europe,2025-12,2.72994e-7,0.0000861089,0.0173985,1.0678e-9,1.34576e-9,0.00668635,0.000602675,0.0000022185,0.00409285
258
260
  Europe,2026-01,2.7798e-7,0.0000854911,0.0177147,1.09842e-9,1.35519e-9,0.00670558,0.000608237,0.0000021871,0.00410453
259
261
  Europe,2026-02,3.3838e-7,0.0000883752,0.0186947,1.10261e-9,1.47934e-9,0.00721894,0.000718994,0.00000214739,0.00433902
262
+ Europe,2026-03,3.3838e-7,0.0000883752,0.0186947,1.10261e-9,1.47934e-9,0.00721894,0.000718994,0.00000214739,0.00433902
260
263
  North America,2019-01,1.49743e-7,0.0000654547,0.00978126,5.09149e-10,8.70595e-10,0.00456373,0.00037749,0.00000181007,0.00277952
261
264
  North America,2019-02,1.64655e-7,0.0000686657,0.0101196,5.22132e-10,9.1807e-10,0.00477599,0.000405651,0.00000189039,0.00292633
262
265
  North America,2019-03,1.99128e-7,0.0000706841,0.0109774,5.78487e-10,9.93898e-10,0.00504529,0.000460148,0.00000189304,0.00310883
@@ -343,6 +346,7 @@ North America,2025-11,3.9814e-7,0.0000755486,0.0151763,8.81006e-10,1.36412e-9,0.
343
346
  North America,2025-12,3.30497e-7,0.0000693015,0.014575,8.56792e-10,1.23075e-9,0.00572207,0.000649726,0.00000159424,0.00355333
344
347
  North America,2026-01,3.54209e-7,0.0000696415,0.0142449,8.02254e-10,1.25535e-9,0.00578501,0.000689451,0.0000015631,0.00358428
345
348
  North America,2026-02,4.30157e-7,0.0000773901,0.0156262,8.6762e-10,1.4317e-9,0.00645807,0.000816098,0.0000016854,0.00405474
349
+ North America,2026-03,4.30157e-7,0.0000773901,0.0156262,8.6762e-10,1.4317e-9,0.00645807,0.000816098,0.0000016854,0.00405474
346
350
  Oceania,2019-01,3.3488e-7,0.0000353714,0.0111178,4.91659e-10,9.54911e-10,0.00431999,0.000646408,3.83576e-7,0.00222564
347
351
  Oceania,2019-02,3.28423e-7,0.0000359028,0.0112524,5.16116e-10,9.52094e-10,0.00431386,0.000634194,4.17036e-7,0.00224401
348
352
  Oceania,2019-03,3.06605e-7,0.0000340265,0.0106377,4.81263e-10,8.97431e-10,0.00409485,0.000596754,3.98898e-7,0.00211015
@@ -429,6 +433,7 @@ Oceania,2025-11,0.00000100691,0.0000740019,0.0245772,1.2505e-9,2.35492e-9,0.0092
429
433
  Oceania,2025-12,0.00000109667,0.000077686,0.0249038,1.24473e-9,2.49166e-9,0.00961538,0.00185515,4.03899e-7,0.00586672
430
434
  Oceania,2026-01,0.00000107378,0.000077274,0.0247264,1.2593e-9,2.45379e-9,0.00947129,0.00181422,4.40362e-7,0.0058102
431
435
  Oceania,2026-02,9.44194e-7,0.0000713438,0.022763,1.15785e-9,2.21092e-9,0.00868141,0.00161238,4.73512e-7,0.00524846
436
+ Oceania,2026-03,9.44194e-7,0.0000713438,0.022763,1.15785e-9,2.21092e-9,0.00868141,0.00161238,4.73512e-7,0.00524846
432
437
  South America,2019-01,1.07318e-7,0.0000762084,0.0201269,4.34776e-10,1.32434e-9,0.00891292,0.000675569,0.00000156423,0.00290503
433
438
  South America,2019-02,9.89322e-8,0.0000831166,0.0190391,3.64436e-10,1.3242e-9,0.00891865,0.000659746,0.00000185095,0.00306588
434
439
  South America,2019-03,1.03971e-7,0.0000827398,0.0195277,3.88702e-10,1.34331e-9,0.00902709,0.000673047,0.00000181372,0.00307983
@@ -515,3 +520,4 @@ South America,2025-11,4.24997e-7,0.000107455,0.0244902,7.92249e-10,1.98234e-9,0.
515
520
  South America,2025-12,4.32229e-7,0.000102779,0.024571,7.80521e-10,1.96776e-9,0.0108523,0.00114466,0.00000198142,0.00476138
516
521
  South America,2026-01,4.25622e-7,0.0000977301,0.0246172,7.68212e-10,1.93417e-9,0.0107295,0.00113776,0.00000180018,0.00457278
517
522
  South America,2026-02,3.85752e-7,0.0000952004,0.023614,6.61354e-10,1.85217e-9,0.0105209,0.00108835,0.00000176713,0.00432566
523
+ South America,2026-03,3.85752e-7,0.0000952004,0.023614,6.61354e-10,1.85217e-9,0.0105209,0.00108835,0.00000176713,0.00432566
@@ -945,6 +945,17 @@
945
945
  "ir": 0.000431329,
946
946
  "pm": 5.59532e-7,
947
947
  "wu": 0.001514
948
+ },
949
+ "2026-03": {
950
+ "adpe": 1.18298e-7,
951
+ "ap": 0.0000350337,
952
+ "ctue": 0.0105537,
953
+ "ctuh-c": 2.30913e-10,
954
+ "ctuh-nc": 7.33672e-10,
955
+ "gwp": 0.00457135,
956
+ "ir": 0.000431329,
957
+ "pm": 5.59532e-7,
958
+ "wu": 0.001514
948
959
  }
949
960
  },
950
961
  "Asia": {
@@ -1893,6 +1904,17 @@
1893
1904
  "ir": 0.000638033,
1894
1905
  "pm": 0.00000138505,
1895
1906
  "wu": 0.00312471
1907
+ },
1908
+ "2026-03": {
1909
+ "adpe": 3.50034e-7,
1910
+ "ap": 0.0000613275,
1911
+ "ctue": 0.00976489,
1912
+ "ctuh-c": 5.08884e-10,
1913
+ "ctuh-nc": 1.06899e-9,
1914
+ "gwp": 0.00464186,
1915
+ "ir": 0.000638033,
1916
+ "pm": 0.00000138505,
1917
+ "wu": 0.00312471
1896
1918
  }
1897
1919
  },
1898
1920
  "Europe": {
@@ -2841,6 +2863,17 @@
2841
2863
  "ir": 0.000718994,
2842
2864
  "pm": 0.00000214739,
2843
2865
  "wu": 0.00433902
2866
+ },
2867
+ "2026-03": {
2868
+ "adpe": 3.3838e-7,
2869
+ "ap": 0.0000883752,
2870
+ "ctue": 0.0186947,
2871
+ "ctuh-c": 1.10261e-9,
2872
+ "ctuh-nc": 1.47934e-9,
2873
+ "gwp": 0.00721894,
2874
+ "ir": 0.000718994,
2875
+ "pm": 0.00000214739,
2876
+ "wu": 0.00433902
2844
2877
  }
2845
2878
  },
2846
2879
  "North America": {
@@ -3789,6 +3822,17 @@
3789
3822
  "ir": 0.000816098,
3790
3823
  "pm": 0.0000016854,
3791
3824
  "wu": 0.00405474
3825
+ },
3826
+ "2026-03": {
3827
+ "adpe": 4.30157e-7,
3828
+ "ap": 0.0000773901,
3829
+ "ctue": 0.0156262,
3830
+ "ctuh-c": 8.6762e-10,
3831
+ "ctuh-nc": 1.4317e-9,
3832
+ "gwp": 0.00645807,
3833
+ "ir": 0.000816098,
3834
+ "pm": 0.0000016854,
3835
+ "wu": 0.00405474
3792
3836
  }
3793
3837
  },
3794
3838
  "Oceania": {
@@ -4737,6 +4781,17 @@
4737
4781
  "ir": 0.00161238,
4738
4782
  "pm": 4.73512e-7,
4739
4783
  "wu": 0.00524846
4784
+ },
4785
+ "2026-03": {
4786
+ "adpe": 9.44194e-7,
4787
+ "ap": 0.0000713438,
4788
+ "ctue": 0.022763,
4789
+ "ctuh-c": 1.15785e-9,
4790
+ "ctuh-nc": 2.21092e-9,
4791
+ "gwp": 0.00868141,
4792
+ "ir": 0.00161238,
4793
+ "pm": 4.73512e-7,
4794
+ "wu": 0.00524846
4740
4795
  }
4741
4796
  },
4742
4797
  "South America": {
@@ -5685,6 +5740,17 @@
5685
5740
  "ir": 0.00108835,
5686
5741
  "pm": 0.00000176713,
5687
5742
  "wu": 0.00432566
5743
+ },
5744
+ "2026-03": {
5745
+ "adpe": 3.85752e-7,
5746
+ "ap": 0.0000952004,
5747
+ "ctue": 0.023614,
5748
+ "ctuh-c": 6.61354e-10,
5749
+ "ctuh-nc": 1.85217e-9,
5750
+ "gwp": 0.0105209,
5751
+ "ir": 0.00108835,
5752
+ "pm": 0.00000176713,
5753
+ "wu": 0.00432566
5688
5754
  }
5689
5755
  }
5690
5756
  }
@@ -85,6 +85,7 @@ Africa,2025-11,3.17358e-7,0.00108433,0.158154,0.00000402636,0.00000206341,0.4025
85
85
  Africa,2025-12,3.24029e-7,0.00108157,0.156745,0.00000436208,0.00000223373,0.3993,0.0061087,0.000036791,0.0398807
86
86
  Africa,2026-01,3.2602e-7,0.00108402,0.157399,0.00000442823,0.00000226753,0.400844,0.00612203,0.0000368355,0.0400636
87
87
  Africa,2026-02,3.26143e-7,0.00108495,0.15746,0.00000443345,0.00000227019,0.400863,0.00611951,0.0000368789,0.0400584
88
+ Africa,2026-03,3.26143e-7,0.00108495,0.15746,0.00000443345,0.00000227019,0.400863,0.00611951,0.0000368789,0.0400584
88
89
  Asia,2019-01,5.17064e-7,0.00159434,0.273544,0.0000171583,0.00000876964,0.649695,0.00789789,0.0000494926,0.0732306
89
90
  Asia,2019-02,5.18961e-7,0.00159342,0.273382,0.0000173451,0.00000886459,0.648953,0.00787659,0.0000496534,0.0729802
90
91
  Asia,2019-03,5.3632e-7,0.00155983,0.268924,0.0000169374,0.00000865651,0.637234,0.0078492,0.0000483791,0.072363
@@ -171,6 +172,7 @@ Asia,2025-11,7.12653e-7,0.00144552,0.255165,0.0000152574,0.00000780025,0.591788,
171
172
  Asia,2025-12,7.06485e-7,0.00145858,0.263315,0.0000146495,0.00000749372,0.608355,0.00770173,0.0000417507,0.0717408
172
173
  Asia,2026-01,7.36144e-7,0.00145874,0.260215,0.0000149732,0.0000076572,0.603274,0.00772657,0.0000426747,0.0707822
173
174
  Asia,2026-02,7.34401e-7,0.00145924,0.260262,0.0000149157,0.00000762798,0.603477,0.00772829,0.000042653,0.0707956
175
+ Asia,2026-03,7.34401e-7,0.00145924,0.260262,0.0000149157,0.00000762798,0.603477,0.00772829,0.000042653,0.0707956
174
176
  Europe,2019-01,5.99574e-7,0.000812411,0.15094,0.0000376773,0.0000191809,0.351344,0.00768194,0.0000450529,0.0691286
175
177
  Europe,2019-02,6.70803e-7,0.000819548,0.147559,0.0000419607,0.000021358,0.340893,0.00762305,0.0000491824,0.068365
176
178
  Europe,2019-03,7.13092e-7,0.000788273,0.139983,0.0000417409,0.0000212443,0.318403,0.00741245,0.0000489494,0.0656835
@@ -257,6 +259,7 @@ Europe,2025-11,8.15785e-7,0.000766081,0.1308,0.0000436009,0.0000221871,0.295334,
257
259
  Europe,2025-12,7.27073e-7,0.000749012,0.130544,0.0000415821,0.0000211604,0.299294,0.00708414,0.0000489517,0.060424
258
260
  Europe,2026-01,7.14419e-7,0.000734962,0.131502,0.0000386886,0.0000196894,0.300911,0.00705185,0.0000459105,0.0600274
259
261
  Europe,2026-02,7.84584e-7,0.000744857,0.129526,0.0000415568,0.0000211475,0.291806,0.00688558,0.0000488383,0.0584712
262
+ Europe,2026-03,7.84584e-7,0.000744857,0.129526,0.0000415568,0.0000211475,0.291806,0.00688558,0.0000488383,0.0584712
260
263
  North America,2019-01,4.99948e-7,0.00121384,0.192322,0.0000161035,0.00000821611,0.446272,0.00772741,0.0000441725,0.0673848
261
264
  North America,2019-02,5.1193e-7,0.00124132,0.188193,0.0000169932,0.00000866657,0.43898,0.00763326,0.0000473486,0.065098
262
265
  North America,2019-03,5.43902e-7,0.00121827,0.18408,0.0000174852,0.00000891572,0.428924,0.00757917,0.0000472928,0.0639258
@@ -343,6 +346,7 @@ North America,2025-11,7.08248e-7,0.00101559,0.15783,0.0000158977,0.00000810255,0
343
346
  North America,2025-12,6.40322e-7,0.000979284,0.158697,0.0000150538,0.00000767435,0.373317,0.00754983,0.0000376255,0.0596884
344
347
  North America,2026-01,6.62657e-7,0.000987062,0.161162,0.000014459,0.00000737266,0.379381,0.00759729,0.0000369895,0.0600667
345
348
  North America,2026-02,7.34739e-7,0.00101318,0.156747,0.0000157248,0.00000801458,0.3668,0.00745758,0.0000403172,0.0574633
349
+ North America,2026-03,7.34739e-7,0.00101318,0.156747,0.0000157248,0.00000801458,0.3668,0.00745758,0.0000403172,0.0574633
346
350
  Oceania,2019-01,9.16099e-7,0.00219683,0.315554,0.0000473377,0.0000241211,0.687026,0.00671491,0.0000972482,0.0701922
347
351
  Oceania,2019-02,9.01485e-7,0.0022752,0.317001,0.0000466067,0.0000237484,0.688579,0.00666629,0.000101093,0.0691572
348
352
  Oceania,2019-03,8.9893e-7,0.00225521,0.319785,0.0000487051,0.0000248167,0.697007,0.00673561,0.000100773,0.0707033
@@ -429,6 +433,7 @@ Oceania,2025-11,0.00000147977,0.00199849,0.259709,0.0000435146,0.0000221629,0.53
429
433
  Oceania,2025-12,0.00000162424,0.00200815,0.25862,0.0000525436,0.0000267536,0.530568,0.00623114,0.000102347,0.0544308
430
434
  Oceania,2026-01,0.000001622,0.00201344,0.261459,0.0000552714,0.0000281414,0.537337,0.00624535,0.000104005,0.0554919
431
435
  Oceania,2026-02,0.00000150637,0.00210415,0.269379,0.0000563014,0.0000286661,0.558335,0.00622339,0.000108395,0.0566218
436
+ Oceania,2026-03,0.00000150637,0.00210415,0.269379,0.0000563014,0.0000286661,0.558335,0.00622339,0.000108395,0.0566218
432
437
  South America,2019-01,1.88891e-7,0.000725848,0.0927425,2.83083e-7,1.50739e-7,0.198626,0.00332903,0.0000258174,0.0198106
433
438
  South America,2019-02,1.85828e-7,0.000768485,0.0962899,2.77511e-7,1.48425e-7,0.210645,0.00347899,0.0000272887,0.0211243
434
439
  South America,2019-03,1.88524e-7,0.000756401,0.0952099,2.87123e-7,1.53316e-7,0.20524,0.00339398,0.0000268366,0.0207092
@@ -515,3 +520,4 @@ South America,2025-11,5.01298e-7,0.000714669,0.0920284,1.18942e-7,6.72196e-8,0.1
515
520
  South America,2025-12,5.07392e-7,0.0007071,0.0912924,1.25538e-7,7.04131e-8,0.185543,0.00365684,0.0000246457,0.0206884
516
521
  South America,2026-01,4.98819e-7,0.000693148,0.0900832,1.26509e-7,7.06447e-8,0.183127,0.00359214,0.0000242046,0.0198673
517
522
  South America,2026-02,4.59979e-7,0.000714387,0.0915047,1.38837e-7,7.72255e-8,0.187854,0.00354033,0.0000250508,0.0197143
523
+ South America,2026-03,4.59979e-7,0.000714387,0.0915047,1.38837e-7,7.72255e-8,0.187854,0.00354033,0.0000250508,0.0197143