@digital4better/data 1.3.38 → 1.3.39
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/README.md +113 -89
- 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 +6 -6
- package/data/factor/continent-yearly-green.json +54 -54
- package/data/factor/continent-yearly.csv +6 -6
- package/data/factor/continent-yearly.json +54 -54
- package/data/factor/country-monthly-green.csv +214 -0
- package/data/factor/country-monthly-green.json +2354 -0
- package/data/factor/country-monthly.csv +214 -0
- package/data/factor/country-monthly.json +2354 -0
- package/data/factor/country-yearly-green.csv +53 -53
- package/data/factor/country-yearly-green.json +453 -453
- package/data/factor/country-yearly.csv +55 -55
- package/data/factor/country-yearly.json +454 -454
- package/data/factor/subdivision-monthly-green.csv +90 -26
- package/data/factor/subdivision-monthly-green.json +938 -234
- package/data/factor/subdivision-monthly.csv +90 -26
- package/data/factor/subdivision-monthly.json +938 -234
- package/data/factor/subdivision-yearly-green.csv +13 -13
- package/data/factor/subdivision-yearly-green.json +117 -117
- package/data/factor/subdivision-yearly.csv +13 -13
- package/data/factor/subdivision-yearly.json +117 -117
- 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 +5 -5
- package/data/mix/continent-yearly-green.json +18 -18
- package/data/mix/continent-yearly.csv +5 -5
- package/data/mix/continent-yearly.json +34 -34
- package/data/mix/country-monthly-green.csv +214 -0
- package/data/mix/country-monthly-green.json +1284 -0
- package/data/mix/country-monthly.csv +214 -0
- package/data/mix/country-monthly.json +2354 -0
- package/data/mix/country-yearly-green.csv +50 -50
- package/data/mix/country-yearly-green.json +180 -180
- package/data/mix/country-yearly.csv +50 -50
- package/data/mix/country-yearly.json +358 -358
- package/data/mix/subdivision-monthly-green.csv +88 -24
- package/data/mix/subdivision-monthly-green.json +470 -86
- package/data/mix/subdivision-monthly.csv +88 -24
- package/data/mix/subdivision-monthly.json +866 -162
- package/data/mix/subdivision-yearly-green.csv +12 -12
- package/data/mix/subdivision-yearly-green.json +43 -43
- package/data/mix/subdivision-yearly.csv +12 -12
- package/data/mix/subdivision-yearly.json +81 -81
- 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
package/README.md
CHANGED
|
@@ -1,132 +1,156 @@
|
|
|
1
1
|
# Digital4Better Open Data
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Open datasets maintained by Digital4Better to describe the environmental footprint of digital services, cloud infrastructure, electricity systems, and AI models.
|
|
4
4
|
|
|
5
|
-
This
|
|
5
|
+
This repository is meant to be used as a data source, not as developer documentation. The main audience is analysts, sustainability teams, researchers, product teams, and anyone who needs reusable reference data in `JSON` or `CSV`.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
These reference datasets are used, among other things, by [fruggr](https://www.fruggr.io), Digital4Better's platform for measuring and managing the environmental footprint of digital services.
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## What You Can Find Here
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The repository is organized as a set of reusable data collections:
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
| Collection | What it covers | Main files |
|
|
14
|
+
| --- | --- | --- |
|
|
15
|
+
| [`data/ai`](./data/ai) | AI model catalog across vendors and cloud providers | `models.json` |
|
|
16
|
+
| [`data/cloud`](./data/cloud) | Cloud regions, virtual machines, CPUs, accelerators | `*-regions.*`, `*-vms.*`, `cpus.*`, `accelerators.*` |
|
|
17
|
+
| [`data/country`](./data/country) | Countries, regions, continents, and distance referentials | `regions.*`, `countries.*`, `continents.*`, `*-distances.*` |
|
|
18
|
+
| [`data/energy`](./data/energy) | Environmental impacts of electricity production technologies | `energy-impacts.*` |
|
|
19
|
+
| [`data/mix`](./data/mix) | Electricity mix by geography and time period | `world-*`, `continent-*`, `country-*`, `subdivision-*` |
|
|
20
|
+
| [`data/factor`](./data/factor) | Electricity impact factors derived from energy mix data | `world-*`, `continent-*`, `country-*`, `subdivision-*` |
|
|
21
|
+
| [`data/equipment`](./data/equipment) | Equipment energy and embodied impact reference data | `energy.*`, `embodied.*` |
|
|
14
22
|
|
|
15
|
-
|
|
16
|
-
|-------------|-----------------------------------|
|
|
17
|
-
| name | Country name |
|
|
18
|
-
| alpha-2 | ISO 3166-1 alpha-2 country code |
|
|
19
|
-
| alpha-3 | ISO 3166-1 alpha-3 country code |
|
|
20
|
-
| continent | Region continent |
|
|
21
|
-
| subdivision | ISO 3166-2 country subdivision |
|
|
22
|
-
| type | continent, country or subdivision |
|
|
23
|
-
| area | Area |
|
|
24
|
-
| lat | Latitude |
|
|
25
|
-
| lon | Longitude |
|
|
23
|
+
## Why This Repository Exists
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
These datasets are used to:
|
|
28
26
|
|
|
29
|
-
|
|
27
|
+
- estimate the environmental footprint of digital services
|
|
28
|
+
- compare cloud infrastructure options across providers and regions
|
|
29
|
+
- model electricity-related impacts by country, continent, or subdivision
|
|
30
|
+
- enrich internal or public sustainability dashboards
|
|
31
|
+
- document AI models and their characteristics in a structured way
|
|
30
32
|
|
|
31
|
-
|
|
32
|
-
|-----------|---------------------------------|
|
|
33
|
-
| name | Country name |
|
|
34
|
-
| alpha-2 | ISO 3166-1 alpha-2 country code |
|
|
35
|
-
| alpha-3 | ISO 3166-1 alpha-3 country code |
|
|
36
|
-
| continent | Country continent |
|
|
33
|
+
## Highlights
|
|
37
34
|
|
|
38
|
-
###
|
|
35
|
+
### AI Models
|
|
39
36
|
|
|
40
|
-
|
|
37
|
+
The AI catalog in [`data/ai/models.json`](./data/ai/models.json) documents model families from providers such as OpenAI, Anthropic, Google, Mistral, Meta, Qwen, DeepSeek, Amazon, Cohere, and others.
|
|
41
38
|
|
|
42
|
-
|
|
39
|
+
This makes it useful for market mapping, observatories, governance, and cloud/AI portfolio analysis.
|
|
43
40
|
|
|
44
|
-
|
|
45
|
-
|-------------|---------------------|
|
|
46
|
-
| origin | Origin country |
|
|
47
|
-
| destination | Destination country |
|
|
48
|
-
| distance | Distance (km) |
|
|
41
|
+
Main source families:
|
|
49
42
|
|
|
50
|
-
|
|
43
|
+
- cloud provider catalogs such as [AWS Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html), [Azure AI Foundry](https://ai.azure.com/catalog/models/), [Google Cloud Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models), [OVHcloud AI Endpoints](https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/), and [Scaleway Generative APIs](https://www.scaleway.com/en/docs/generative-apis/reference-content/supported-models/)
|
|
44
|
+
- official model vendor documentation such as [OpenAI](https://platform.openai.com/docs/models), [Anthropic](https://docs.anthropic.com/en/docs/about-claude/models/overview), [Mistral](https://docs.mistral.ai/getting-started/models/), [Qwen](https://qwen.ai/), and [DeepSeek](https://api-docs.deepseek.com/)
|
|
45
|
+
- model cards and open model hubs such as [Hugging Face](https://huggingface.co/)
|
|
46
|
+
- technical reports and synthesis sources such as [LifeArchitect](https://lifearchitect.ai/models-table/) and [ApXML Models](https://apxml.com/models/)
|
|
51
47
|
|
|
52
|
-
|
|
48
|
+
### Cloud Infrastructure
|
|
53
49
|
|
|
54
|
-
The
|
|
50
|
+
The cloud referentials in [`data/cloud`](./data/cloud) provide structured information for major providers including AWS, Azure, GCP, OVHcloud, and Scaleway.
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
|-------------|-----------------------------------|
|
|
58
|
-
| origin | Origin country / subdivision |
|
|
59
|
-
| destination | Destination country / subdivision |
|
|
60
|
-
| distance | Distance (km) |
|
|
52
|
+
Typical use cases:
|
|
61
53
|
|
|
62
|
-
|
|
54
|
+
- mapping regions and datacenter footprints
|
|
55
|
+
- comparing VM families and hardware characteristics
|
|
56
|
+
- linking compute infrastructure to sustainability calculations
|
|
63
57
|
|
|
64
|
-
|
|
58
|
+
Main source families:
|
|
65
59
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
| distance | Distance (km) |
|
|
60
|
+
- provider region and infrastructure documentation from [AWS](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Microsoft Azure](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/), [Google Cloud](https://cloud.google.com/compute/docs/regions-zones), [OVHcloud](https://eco.ovhcloud.com/en-ie/our-commitments/global-infrastructure/), and [Scaleway](https://www.scaleway.com/en/docs/console/my-project/how-to/view-the-list-of-scaleway-regions-and-availability-zones/)
|
|
61
|
+
- manufacturer and hardware reference sources for CPUs and accelerators
|
|
62
|
+
- curated cross-checking from provider instance catalogs and infrastructure specification pages
|
|
70
63
|
|
|
71
|
-
|
|
64
|
+
### Electricity Mix And Impact Factors
|
|
72
65
|
|
|
73
|
-
The
|
|
66
|
+
The datasets in [`data/mix`](./data/mix) and [`data/factor`](./data/factor) help translate electricity consumption into environmental impacts.
|
|
74
67
|
|
|
75
|
-
|
|
68
|
+
They are available at several levels:
|
|
76
69
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
| CTUe | CTUe | Comparative Toxic Unit (Ecotoxicity, freshwater) |
|
|
82
|
-
| CTUh-c | CTUh | Comparative Toxic Unit (Human, cancer) |
|
|
83
|
-
| CTUh-nc | CTUh | Comparative Toxic Unit (Human, non-cancer) |
|
|
84
|
-
| GWP | kg CO2-Eq | Global Warming Potential (Climate change) |
|
|
85
|
-
| IR | kg U235-Eq | Ionising Radiation (human health) |
|
|
86
|
-
| PM | Disease | Particulate Matter emission |
|
|
87
|
-
| WU | m3 Water | Water use |
|
|
70
|
+
- world
|
|
71
|
+
- continent
|
|
72
|
+
- country
|
|
73
|
+
- subdivision
|
|
88
74
|
|
|
89
|
-
|
|
75
|
+
And across different time granularities:
|
|
90
76
|
|
|
91
|
-
|
|
77
|
+
- yearly
|
|
78
|
+
- monthly
|
|
92
79
|
|
|
93
|
-
|
|
80
|
+
Green-only variants are also available through files ending with `-green`.
|
|
94
81
|
|
|
95
|
-
|
|
96
|
-
|---------|------------|-----------------------------------------------------------------|
|
|
97
|
-
| ADPe | kg Sb-Eq | Abiotic Depletion Potential (Resource use, minerals and metals) |
|
|
98
|
-
| AP | kg SO2-Eq | Acidification Power |
|
|
99
|
-
| CTUe | CTUe | Comparative Toxic Unit (Ecotoxicity, freshwater) |
|
|
100
|
-
| CTUh-c | CTUh | Comparative Toxic Unit (Human, cancer) |
|
|
101
|
-
| CTUh-nc | CTUh | Comparative Toxic Unit (Human, non-cancer) |
|
|
102
|
-
| GWP | kg CO2-Eq | Global Warming Potential (Climate change) |
|
|
103
|
-
| IR | kg U235-Eq | Ionising Radiation (human health) |
|
|
104
|
-
| PM | Disease | Particulate Matter emission |
|
|
105
|
-
| WU | m3 Water | Water use |
|
|
82
|
+
Main source families:
|
|
106
83
|
|
|
107
|
-
|
|
84
|
+
- electricity generation data from [Ember monthly electricity data](https://ember-climate.org/data-catalogue/monthly-electricity-data/) and [Ember yearly electricity data](https://ember-climate.org/data-catalogue/yearly-electricity-data/)
|
|
85
|
+
- impact factors built from lifecycle assessment literature, including [UNECE 2021 - Life cycle assessment of electricity generation options](https://unece.org/sed/documents/2021/10/reports/life-cycle-assessment-electricity-generation-options) and related academic work such as [this Energy paper](https://www.sciencedirect.com/science/article/pii/S0196890422008159#b0530)
|
|
108
86
|
|
|
109
|
-
|
|
87
|
+
### Geography And Distances
|
|
110
88
|
|
|
111
|
-
|
|
89
|
+
The datasets in [`data/country`](./data/country) provide geographic referentials used to map countries, continents, subdivisions, and estimated network distances.
|
|
112
90
|
|
|
113
|
-
|
|
91
|
+
Typical use cases:
|
|
114
92
|
|
|
115
|
-
|
|
116
|
-
|
|
93
|
+
- geographic normalization
|
|
94
|
+
- country and subdivision mapping
|
|
95
|
+
- rough estimation of distances between users, countries, regions, and datacenters
|
|
117
96
|
|
|
118
|
-
|
|
97
|
+
Main source families:
|
|
119
98
|
|
|
120
|
-
|
|
99
|
+
- ISO country and subdivision standards
|
|
100
|
+
- internally maintained geographic referentials used to derive administrative mappings and distance approximations
|
|
121
101
|
|
|
122
|
-
|
|
102
|
+
### Equipment Reference Data
|
|
123
103
|
|
|
124
|
-
|
|
104
|
+
The datasets in [`data/equipment`](./data/equipment) provide reference values for embodied impacts and operational energy of common digital equipment categories.
|
|
125
105
|
|
|
126
|
-
|
|
106
|
+
Typical use cases:
|
|
127
107
|
|
|
128
|
-
|
|
108
|
+
- footprint modeling at equipment level
|
|
109
|
+
- simplified lifecycle modeling for digital services
|
|
110
|
+
- comparative analysis of device or infrastructure categories
|
|
129
111
|
|
|
130
|
-
|
|
131
|
-
- Yearly : https://ember-climate.org/data-catalogue/yearly-electricity-data/
|
|
112
|
+
Main source families:
|
|
132
113
|
|
|
114
|
+
- Digital4Better internal modeling inputs
|
|
115
|
+
- lifecycle assessment literature and equipment reference datasets used for sustainability calculations
|
|
116
|
+
|
|
117
|
+
## Formats
|
|
118
|
+
|
|
119
|
+
Most collections are published in both formats:
|
|
120
|
+
|
|
121
|
+
- `JSON` for structured or nested data
|
|
122
|
+
- `CSV` for tabular exploration, spreadsheets, and BI tools
|
|
123
|
+
|
|
124
|
+
If a collection is only available in one format, it is usually because that format is the most natural one for the data structure.
|
|
125
|
+
|
|
126
|
+
## Quick Navigation
|
|
127
|
+
|
|
128
|
+
- AI models: [`data/ai/models.json`](./data/ai/models.json)
|
|
129
|
+
- Cloud regions: [`data/cloud`](./data/cloud)
|
|
130
|
+
- Country and region referentials: [`data/country`](./data/country)
|
|
131
|
+
- Energy impacts: [`data/energy/energy-impacts.json`](./data/energy/energy-impacts.json)
|
|
132
|
+
- Electricity mix: [`data/mix`](./data/mix)
|
|
133
|
+
- Electricity factors: [`data/factor`](./data/factor)
|
|
134
|
+
- Equipment data: [`data/equipment`](./data/equipment)
|
|
135
|
+
|
|
136
|
+
## Notes On Data Quality
|
|
137
|
+
|
|
138
|
+
This repository aims to provide transparent and reusable reference data, but some values should be interpreted with care.
|
|
139
|
+
|
|
140
|
+
- Some fields are derived from public documentation, model cards, technical reports, or literature rather than official disclosures.
|
|
141
|
+
- Some collections include explicit uncertainty markers such as `estimated`.
|
|
142
|
+
- AI and cloud catalogs evolve quickly, so historical and legacy entries may coexist with current ones.
|
|
143
|
+
- Environmental factors are based on a mix of primary data, literature, and modeling assumptions.
|
|
144
|
+
|
|
145
|
+
When available, source URLs are kept directly in the data files themselves.
|
|
146
|
+
|
|
147
|
+
## Related Links
|
|
148
|
+
|
|
149
|
+
- GitHub repository: [digital4better/data](https://github.com/digital4better/data)
|
|
150
|
+
- Digital4Better: [digital4better.com](https://digital4better.com)
|
|
151
|
+
- fruggr: [fruggr.io](https://www.fruggr.io)
|
|
152
|
+
- Contributing guide: [CONTRIBUTING.md](./CONTRIBUTING.md)
|
|
153
|
+
|
|
154
|
+
## License
|
|
155
|
+
|
|
156
|
+
This repository is published under the [ODC Open Database License (ODbL)](./LICENCE).
|
|
@@ -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
|
|
@@ -945,6 +945,17 @@
|
|
|
945
945
|
"ir": 0.00611951,
|
|
946
946
|
"pm": 0.0000368789,
|
|
947
947
|
"wu": 0.0400584
|
|
948
|
+
},
|
|
949
|
+
"2026-03": {
|
|
950
|
+
"adpe": 3.26143e-7,
|
|
951
|
+
"ap": 0.00108495,
|
|
952
|
+
"ctue": 0.15746,
|
|
953
|
+
"ctuh-c": 0.00000443345,
|
|
954
|
+
"ctuh-nc": 0.00000227019,
|
|
955
|
+
"gwp": 0.400863,
|
|
956
|
+
"ir": 0.00611951,
|
|
957
|
+
"pm": 0.0000368789,
|
|
958
|
+
"wu": 0.0400584
|
|
948
959
|
}
|
|
949
960
|
},
|
|
950
961
|
"Asia": {
|
|
@@ -1893,6 +1904,17 @@
|
|
|
1893
1904
|
"ir": 0.00772829,
|
|
1894
1905
|
"pm": 0.000042653,
|
|
1895
1906
|
"wu": 0.0707956
|
|
1907
|
+
},
|
|
1908
|
+
"2026-03": {
|
|
1909
|
+
"adpe": 7.34401e-7,
|
|
1910
|
+
"ap": 0.00145924,
|
|
1911
|
+
"ctue": 0.260262,
|
|
1912
|
+
"ctuh-c": 0.0000149157,
|
|
1913
|
+
"ctuh-nc": 0.00000762798,
|
|
1914
|
+
"gwp": 0.603477,
|
|
1915
|
+
"ir": 0.00772829,
|
|
1916
|
+
"pm": 0.000042653,
|
|
1917
|
+
"wu": 0.0707956
|
|
1896
1918
|
}
|
|
1897
1919
|
},
|
|
1898
1920
|
"Europe": {
|
|
@@ -2841,6 +2863,17 @@
|
|
|
2841
2863
|
"ir": 0.00688558,
|
|
2842
2864
|
"pm": 0.0000488383,
|
|
2843
2865
|
"wu": 0.0584712
|
|
2866
|
+
},
|
|
2867
|
+
"2026-03": {
|
|
2868
|
+
"adpe": 7.84584e-7,
|
|
2869
|
+
"ap": 0.000744857,
|
|
2870
|
+
"ctue": 0.129526,
|
|
2871
|
+
"ctuh-c": 0.0000415568,
|
|
2872
|
+
"ctuh-nc": 0.0000211475,
|
|
2873
|
+
"gwp": 0.291806,
|
|
2874
|
+
"ir": 0.00688558,
|
|
2875
|
+
"pm": 0.0000488383,
|
|
2876
|
+
"wu": 0.0584712
|
|
2844
2877
|
}
|
|
2845
2878
|
},
|
|
2846
2879
|
"North America": {
|
|
@@ -3789,6 +3822,17 @@
|
|
|
3789
3822
|
"ir": 0.00745758,
|
|
3790
3823
|
"pm": 0.0000403172,
|
|
3791
3824
|
"wu": 0.0574633
|
|
3825
|
+
},
|
|
3826
|
+
"2026-03": {
|
|
3827
|
+
"adpe": 7.34739e-7,
|
|
3828
|
+
"ap": 0.00101318,
|
|
3829
|
+
"ctue": 0.156747,
|
|
3830
|
+
"ctuh-c": 0.0000157248,
|
|
3831
|
+
"ctuh-nc": 0.00000801458,
|
|
3832
|
+
"gwp": 0.3668,
|
|
3833
|
+
"ir": 0.00745758,
|
|
3834
|
+
"pm": 0.0000403172,
|
|
3835
|
+
"wu": 0.0574633
|
|
3792
3836
|
}
|
|
3793
3837
|
},
|
|
3794
3838
|
"Oceania": {
|
|
@@ -4737,6 +4781,17 @@
|
|
|
4737
4781
|
"ir": 0.00622339,
|
|
4738
4782
|
"pm": 0.000108395,
|
|
4739
4783
|
"wu": 0.0566218
|
|
4784
|
+
},
|
|
4785
|
+
"2026-03": {
|
|
4786
|
+
"adpe": 0.00000150637,
|
|
4787
|
+
"ap": 0.00210415,
|
|
4788
|
+
"ctue": 0.269379,
|
|
4789
|
+
"ctuh-c": 0.0000563014,
|
|
4790
|
+
"ctuh-nc": 0.0000286661,
|
|
4791
|
+
"gwp": 0.558335,
|
|
4792
|
+
"ir": 0.00622339,
|
|
4793
|
+
"pm": 0.000108395,
|
|
4794
|
+
"wu": 0.0566218
|
|
4740
4795
|
}
|
|
4741
4796
|
},
|
|
4742
4797
|
"South America": {
|
|
@@ -5685,6 +5740,17 @@
|
|
|
5685
5740
|
"ir": 0.00354033,
|
|
5686
5741
|
"pm": 0.0000250508,
|
|
5687
5742
|
"wu": 0.0197143
|
|
5743
|
+
},
|
|
5744
|
+
"2026-03": {
|
|
5745
|
+
"adpe": 4.59979e-7,
|
|
5746
|
+
"ap": 0.000714387,
|
|
5747
|
+
"ctue": 0.0915047,
|
|
5748
|
+
"ctuh-c": 1.38837e-7,
|
|
5749
|
+
"ctuh-nc": 7.72255e-8,
|
|
5750
|
+
"gwp": 0.187854,
|
|
5751
|
+
"ir": 0.00354033,
|
|
5752
|
+
"pm": 0.0000250508,
|
|
5753
|
+
"wu": 0.0197143
|
|
5688
5754
|
}
|
|
5689
5755
|
}
|
|
5690
5756
|
}
|
|
@@ -6,7 +6,7 @@ Africa,2022,9.47652e-8,0.0000335597,0.0101214,2.0957e-10,6.84599e-10,0.00439467,
|
|
|
6
6
|
Africa,2023,1.01799e-7,0.0000338773,0.0102425,2.16718e-10,6.98064e-10,0.00443835,0.000403866,5.52498e-7,0.00142896
|
|
7
7
|
Africa,2024,1.05839e-7,0.000034043,0.0102989,2.22288e-10,7.049e-10,0.00445401,0.000409181,5.52448e-7,0.0014476
|
|
8
8
|
Africa,2025,1.09446e-7,0.0000342913,0.0104089,2.2893e-10,7.13754e-10,0.00448889,0.000415285,5.53213e-7,0.0014683
|
|
9
|
-
Africa,2026,1.
|
|
9
|
+
Africa,2026,1.18254e-7,0.000035022,0.0105508,2.30839e-10,7.33448e-10,0.00457004,0.000431199,5.59312e-7,0.00151348
|
|
10
10
|
Asia,2019,1.21076e-7,0.0000399396,0.00539509,2.18693e-10,5.57108e-10,0.00285459,0.000282835,0.00000104677,0.00170513
|
|
11
11
|
Asia,2020,1.37367e-7,0.0000429214,0.00578466,2.40726e-10,6.05257e-10,0.00305523,0.000311171,0.00000111892,0.00185394
|
|
12
12
|
Asia,2021,1.60674e-7,0.0000465645,0.00639419,2.91343e-10,6.69189e-10,0.00328922,0.000346403,0.00000120745,0.00205995
|
|
@@ -14,7 +14,7 @@ Asia,2022,1.90521e-7,0.0000500741,0.00704151,3.30321e-10,7.43222e-10,0.00357166,
|
|
|
14
14
|
Asia,2023,2.25497e-7,0.0000528694,0.00761921,3.72037e-10,8.1537e-10,0.00380292,0.000447274,0.00000131207,0.00246899
|
|
15
15
|
Asia,2024,2.76298e-7,0.0000551952,0.00854843,4.16239e-10,9.1634e-10,0.00415975,0.000529851,0.00000129165,0.00269135
|
|
16
16
|
Asia,2025,3.508e-7,0.0000595077,0.00986661,4.84817e-10,1.06734e-9,0.00468599,0.000648976,0.00000129887,0.00304966
|
|
17
|
-
Asia,2026,3.
|
|
17
|
+
Asia,2026,3.50535e-7,0.0000613636,0.0097764,5.09625e-10,1.07011e-9,0.00464585,0.000638827,0.00000138534,0.00312753
|
|
18
18
|
Europe,2019,2.33752e-7,0.0000808134,0.0137621,7.15619e-10,1.1832e-9,0.00607714,0.000553339,0.00000211091,0.00359964
|
|
19
19
|
Europe,2020,2.77178e-7,0.0000874782,0.0155764,8.28177e-10,1.32616e-9,0.00671134,0.000633768,0.00000223939,0.00398804
|
|
20
20
|
Europe,2021,2.88193e-7,0.0000896749,0.0150942,7.97651e-10,1.33726e-9,0.00669972,0.000645305,0.00000231544,0.00406698
|
|
@@ -22,7 +22,7 @@ Europe,2022,3.52648e-7,0.0000934351,0.016502,9.05488e-10,1.47049e-9,0.0071233,0.
|
|
|
22
22
|
Europe,2023,4.18293e-7,0.0000927984,0.0185815,1.02576e-9,1.60401e-9,0.00761895,0.00085014,0.0000021579,0.0046194
|
|
23
23
|
Europe,2024,4.84434e-7,0.0000979143,0.0197753,1.07468e-9,1.74884e-9,0.00816978,0.000961636,0.00000220207,0.00497053
|
|
24
24
|
Europe,2025,5.62389e-7,0.000100892,0.0202762,1.09845e-9,1.87011e-9,0.00847437,0.00107413,0.00000218239,0.00526721
|
|
25
|
-
Europe,2026,3.
|
|
25
|
+
Europe,2026,3.1695e-7,0.0000873519,0.018347,1.10112e-9,1.43529e-9,0.0070368,0.000679697,0.00000216148,0.00425582
|
|
26
26
|
North America,2019,1.92461e-7,0.0000671438,0.010118,5.33203e-10,9.38e-10,0.00472565,0.000437376,0.00000180373,0.00295142
|
|
27
27
|
North America,2020,2.26854e-7,0.0000687786,0.0112295,6.07052e-10,1.01875e-9,0.00502884,0.000493429,0.00000178685,0.00313211
|
|
28
28
|
North America,2021,2.59041e-7,0.0000697188,0.0118256,6.5416e-10,1.07647e-9,0.00518815,0.000539116,0.00000176524,0.00326931
|
|
@@ -30,7 +30,7 @@ North America,2022,2.94358e-7,0.0000695315,0.0127833,7.1834e-10,1.14273e-9,0.005
|
|
|
30
30
|
North America,2023,3.30854e-7,0.0000706843,0.0131563,7.38989e-10,1.20206e-9,0.00556176,0.000647084,0.00000166496,0.00352421
|
|
31
31
|
North America,2024,3.82104e-7,0.0000721404,0.0139573,7.85318e-10,1.29269e-9,0.00583709,0.000724905,0.00000162205,0.00372182
|
|
32
32
|
North America,2025,4.4809e-7,0.0000747037,0.0148566,8.22941e-10,1.41198e-9,0.00622514,0.000828975,0.00000158716,0.0039837
|
|
33
|
-
North America,2026,
|
|
33
|
+
North America,2026,4.02789e-7,0.0000745979,0.0151285,8.44066e-10,1.36815e-9,0.00621553,0.000770461,0.00000164133,0.00388521
|
|
34
34
|
Oceania,2019,3.3692e-7,0.0000366015,0.0120856,5.58243e-10,9.92484e-10,0.00454083,0.000657507,4.02047e-7,0.00231159
|
|
35
35
|
Oceania,2020,4.04888e-7,0.0000399102,0.013512,6.44667e-10,1.13146e-9,0.00501854,0.000764588,3.85819e-7,0.00263376
|
|
36
36
|
Oceania,2021,4.91787e-7,0.0000447619,0.0153797,7.51164e-10,1.31537e-9,0.00567691,0.000904673,3.82279e-7,0.00306268
|
|
@@ -38,7 +38,7 @@ Oceania,2022,5.67169e-7,0.0000487101,0.0170235,8.41296e-10,1.47471e-9,0.00625437
|
|
|
38
38
|
Oceania,2023,6.74135e-7,0.0000547134,0.0186538,9.25862e-10,1.68208e-9,0.00694419,0.00119496,3.79255e-7,0.00392468
|
|
39
39
|
Oceania,2024,7.27825e-7,0.0000578125,0.0191835,9.65828e-10,1.7753e-9,0.00719288,0.00127096,4.05053e-7,0.00417865
|
|
40
40
|
Oceania,2025,8.07003e-7,0.0000612025,0.0211095,1.09461e-9,1.94029e-9,0.00775573,0.00139404,3.68995e-7,0.00455724
|
|
41
|
-
Oceania,2026,
|
|
41
|
+
Oceania,2026,9.89328e-7,0.0000734093,0.0234469,1.19319e-9,2.29551e-9,0.00895653,0.00168268,4.61966e-7,0.00544411
|
|
42
42
|
South America,2019,1.15421e-7,0.0000946873,0.0198236,4.59014e-10,1.42747e-9,0.00935148,0.000682479,0.00000224648,0.00354287
|
|
43
43
|
South America,2020,1.33504e-7,0.000100325,0.0201235,4.87077e-10,1.48881e-9,0.0095918,0.000710344,0.00000242015,0.003787
|
|
44
44
|
South America,2021,1.59497e-7,0.0000983801,0.0203421,5.43806e-10,1.50517e-9,0.00948313,0.000730748,0.00000233304,0.0038252
|
|
@@ -46,4 +46,4 @@ South America,2022,2.04717e-7,0.0000988104,0.021919,6.0469e-10,1.61213e-9,0.0099
|
|
|
46
46
|
South America,2023,2.62979e-7,0.000103392,0.0228692,6.69545e-10,1.73218e-9,0.0103574,0.000906755,0.00000228189,0.00430838
|
|
47
47
|
South America,2024,3.25711e-7,0.000106177,0.023594,7.30956e-10,1.83783e-9,0.0106197,0.000993244,0.00000228386,0.0045878
|
|
48
48
|
South America,2025,3.76559e-7,0.00010586,0.0243587,7.83702e-10,1.91478e-9,0.0108053,0.00106591,0.00000218405,0.0047318
|
|
49
|
-
South America,2026,
|
|
49
|
+
South America,2026,3.99329e-7,0.0000960619,0.0239556,6.97744e-10,1.8801e-9,0.0105919,0.00110517,0.00000177839,0.00440981
|