@digital4better/data 1.0.226 → 1.1.2
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 +30 -2
- package/data/country/continents.csv +8 -0
- package/data/country/continents.json +30 -0
- package/data/country/countries.csv +251 -250
- package/data/country/countries.json +710 -704
- package/data/country/country-to-country-distances.csv +62501 -50626
- package/data/country/country-to-country-distances.json +62500 -50625
- package/data/country/region-to-region-distances.csv +97970 -0
- package/data/country/region-to-region-distances.json +97971 -0
- package/data/country/regions.csv +321 -0
- package/data/country/regions.json +3188 -0
- package/data/country/user-to-datacenter-distances.csv +314 -226
- package/data/country/user-to-datacenter-distances.json +313 -225
- package/data/factor/continent-monthly-green.csv +305 -305
- package/data/factor/continent-monthly-green.json +2745 -2745
- package/data/factor/continent-monthly.csv +305 -305
- package/data/factor/continent-monthly.json +2745 -2745
- package/data/factor/continent-yearly-green.csv +30 -30
- package/data/factor/continent-yearly-green.json +270 -270
- package/data/factor/continent-yearly.csv +30 -30
- package/data/factor/continent-yearly.json +270 -270
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Digital4Better
|
|
1
|
+
# Digital4Better Open Data
|
|
2
2
|
|
|
3
3
|
This repository contains the geographic and environmental data used by Digital4Better to calculate the footprints of digital services.
|
|
4
4
|
|
|
@@ -8,6 +8,22 @@ Each file is produced/generated in CSV and JSON format.
|
|
|
8
8
|
|
|
9
9
|
## Country data (country)
|
|
10
10
|
|
|
11
|
+
### Geographical regions (regions.csv)
|
|
12
|
+
|
|
13
|
+
This data is used to generate administrative data and to compute distances between regions.
|
|
14
|
+
|
|
15
|
+
| Field | Description |
|
|
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 |
|
|
26
|
+
|
|
11
27
|
### Administrative data (countries.csv)
|
|
12
28
|
|
|
13
29
|
This data is used to map data and to distribute impact factors (see Impact factors) by continent.
|
|
@@ -31,7 +47,19 @@ The distance is calculated between the baricenters in each country.
|
|
|
31
47
|
| destination | Destination country |
|
|
32
48
|
| distance | Distance (km) |
|
|
33
49
|
|
|
34
|
-
###
|
|
50
|
+
### Distances from region to region (region-to-region-distances)
|
|
51
|
+
|
|
52
|
+
This data can be used to determine the distance traveled by data on the network between a user and a datacenter located in different countries or country subdivisions.
|
|
53
|
+
|
|
54
|
+
The distance is calculated between the baricenters in each country / subdivision.
|
|
55
|
+
|
|
56
|
+
| Field | Description |
|
|
57
|
+
|-------------|-----------------------------------|
|
|
58
|
+
| origin | Origin country / subdivision |
|
|
59
|
+
| destination | Destination country / subdivision |
|
|
60
|
+
| distance | Distance (km) |
|
|
61
|
+
|
|
62
|
+
### Average distance from a user to a datacenter (user-to-datacenter-distances.csv)
|
|
35
63
|
|
|
36
64
|
These data represent a rough estimate for each country of the average distance traveled by data on a network between a user and a datacenter.
|
|
37
65
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"code": "AF",
|
|
4
|
+
"name": "Africa"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"code": "AN",
|
|
8
|
+
"name": "Antartica"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"code": "AS",
|
|
12
|
+
"name": "Asia"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"code": "EU",
|
|
16
|
+
"name": "Europe"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"code": "NA",
|
|
20
|
+
"name": "North America"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"code": "OC",
|
|
24
|
+
"name": "Oceania"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"code": "SA",
|
|
28
|
+
"name": "South America"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
@@ -1,250 +1,251 @@
|
|
|
1
|
-
name,alpha-3,alpha-2,continent
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Antarctica,ATA,AQ,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
Azerbaijan,AZE,AZ,Europe
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
Bangladesh,BGD,BD,Asia
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
Brazil,BRA,BR,South America
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
Faroe Islands,FRO,FO,Europe
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
French
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
Iraq,IRQ,IQ,Asia
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
Jamaica,JAM,JM,North America
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Kiribati,KIR,KI,Oceania
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
Niger,NER,NE,Africa
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
Norway,NOR,NO,Europe
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
Somalia,SOM,SO,Africa
|
|
208
|
-
|
|
209
|
-
South
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
1
|
+
name,alpha-3,alpha-2,continent
|
|
2
|
+
Andorra,AND,AD,Europe
|
|
3
|
+
United Arab Emirates,ARE,AE,Asia
|
|
4
|
+
Afghanistan,AFG,AF,Asia
|
|
5
|
+
Antigua and Barbuda,ATG,AG,North America
|
|
6
|
+
Anguilla,AIA,AI,North America
|
|
7
|
+
Albania,ALB,AL,Europe
|
|
8
|
+
Armenia,ARM,AM,Europe
|
|
9
|
+
Angola,AGO,AO,Africa
|
|
10
|
+
Antarctica,ATA,AQ,Antartica
|
|
11
|
+
Argentina,ARG,AR,South America
|
|
12
|
+
American Samoa,ASM,AS,South America
|
|
13
|
+
Austria,AUT,AT,Europe
|
|
14
|
+
Australia,AUS,AU,Oceania
|
|
15
|
+
Aruba,ABW,AW,North America
|
|
16
|
+
Åland Islands,ALA,AX,Europe
|
|
17
|
+
Azerbaijan,AZE,AZ,Europe
|
|
18
|
+
Bosnia and Herzegovina,BIH,BA,Europe
|
|
19
|
+
Barbados,BRB,BB,North America
|
|
20
|
+
Bangladesh,BGD,BD,Asia
|
|
21
|
+
Belgium,BEL,BE,Europe
|
|
22
|
+
Burkina Faso,BFA,BF,Africa
|
|
23
|
+
Bulgaria,BGR,BG,Europe
|
|
24
|
+
Bahrain,BHR,BH,Asia
|
|
25
|
+
Burundi,BDI,BI,Africa
|
|
26
|
+
Benin,BEN,BJ,Africa
|
|
27
|
+
Saint Barthélemy,BLM,BL,North America
|
|
28
|
+
Bermuda,BMU,BM,North America
|
|
29
|
+
Brunei Darussalam,BRN,BN,Asia
|
|
30
|
+
Bolivia,BOL,BO,South America
|
|
31
|
+
"Bonaire, Sint Eustatius and Saba",BES,BQ,North America
|
|
32
|
+
Brazil,BRA,BR,South America
|
|
33
|
+
Bahamas,BHS,BS,North America
|
|
34
|
+
Bhutan,BTN,BT,Asia
|
|
35
|
+
Bouvet Island,BVT,BV,Antartica
|
|
36
|
+
Botswana,BWA,BW,Africa
|
|
37
|
+
Belarus,BLR,BY,Europe
|
|
38
|
+
Belize,BLZ,BZ,North America
|
|
39
|
+
Canada,CAN,CA,North America
|
|
40
|
+
Cocos Islands,CCK,CC,Asia
|
|
41
|
+
Congo Democratic Republic,COD,CD,Africa
|
|
42
|
+
Central African Republic,CAF,CF,Africa
|
|
43
|
+
Congo,COG,CG,Africa
|
|
44
|
+
Switzerland,CHE,CH,Europe
|
|
45
|
+
Côte d'Ivoire,CIV,CI,Africa
|
|
46
|
+
Cook Islands,COK,CK,Oceania
|
|
47
|
+
Chile,CHL,CL,South America
|
|
48
|
+
Cameroon,CMR,CM,Africa
|
|
49
|
+
China,CHN,CN,Asia
|
|
50
|
+
Colombia,COL,CO,South America
|
|
51
|
+
Costa Rica,CRI,CR,North America
|
|
52
|
+
Cuba,CUB,CU,North America
|
|
53
|
+
Cap-Vert,CPV,CV,Africa
|
|
54
|
+
Curaçao,CUW,CW,Asia
|
|
55
|
+
Christmas Island,CXR,CX,Asia
|
|
56
|
+
Cyprus,CYP,CY,Europe
|
|
57
|
+
Czech Republic,CZE,CZ,Europe
|
|
58
|
+
Germany,DEU,DE,Europe
|
|
59
|
+
Djibouti,DJI,DJ,Africa
|
|
60
|
+
Denmark,DNK,DK,Europe
|
|
61
|
+
Dominica,DMA,DM,North America
|
|
62
|
+
Dominican Republic,DOM,DO,North America
|
|
63
|
+
Algeria,DZA,DZ,Africa
|
|
64
|
+
Ecuador,ECU,EC,South America
|
|
65
|
+
Estonia,EST,EE,Europe
|
|
66
|
+
Egypt,EGY,EG,Africa
|
|
67
|
+
Western Sahara,ESH,EH,Africa
|
|
68
|
+
Eritrea,ERI,ER,Africa
|
|
69
|
+
Spain,ESP,ES,Europe
|
|
70
|
+
Ethiopia,ETH,ET,Africa
|
|
71
|
+
Finland,FIN,FI,Europe
|
|
72
|
+
Fiji,FJI,FJ,Oceania
|
|
73
|
+
Falkland Islands,FLK,FK,South America
|
|
74
|
+
Micronesia,FSM,FM,Oceania
|
|
75
|
+
Faroe Islands,FRO,FO,Europe
|
|
76
|
+
France,FRA,FR,Europe
|
|
77
|
+
Gabon,GAB,GA,Africa
|
|
78
|
+
United Kingdom,GBR,GB,Europe
|
|
79
|
+
Grenada,GRD,GD,North America
|
|
80
|
+
Georgia,GEO,GE,Europe
|
|
81
|
+
French Guiana,GUF,GF,South America
|
|
82
|
+
Guernsey,GGY,GG,Europe
|
|
83
|
+
Ghana,GHA,GH,Africa
|
|
84
|
+
Gibraltar,GIB,GI,Europe
|
|
85
|
+
Greenland,GRL,GL,North America
|
|
86
|
+
Gambia,GMB,GM,Africa
|
|
87
|
+
Guinea,GIN,GN,Africa
|
|
88
|
+
Guadeloupe,GLP,GP,North America
|
|
89
|
+
Equatorial Guinea,GNQ,GQ,Africa
|
|
90
|
+
Greece,GRC,GR,Europe
|
|
91
|
+
South Georgia and the South Sandwich Islands,SGS,GS,Antartica
|
|
92
|
+
Guatemala,GTM,GT,North America
|
|
93
|
+
Guam,GUM,GU,Oceania
|
|
94
|
+
Guinea-Bissau,GNB,GW,Africa
|
|
95
|
+
Guyana,GUY,GY,South America
|
|
96
|
+
Hong Kong,HKG,HK,Asia
|
|
97
|
+
Heard Island and McDonald Islands,HMD,HM,Antartica
|
|
98
|
+
Honduras,HND,HN,North America
|
|
99
|
+
Croatia,HRV,HR,Europe
|
|
100
|
+
Haiti,HTI,HT,North America
|
|
101
|
+
Hungary,HUN,HU,Europe
|
|
102
|
+
Indonesia,IDN,ID,Asia
|
|
103
|
+
Ireland,IRL,IE,Europe
|
|
104
|
+
Israel,ISR,IL,Asia
|
|
105
|
+
Isle of Man,IMN,IM,Europe
|
|
106
|
+
India,IND,IN,Asia
|
|
107
|
+
British Indian Ocean Territory,IOT,IO,Asia
|
|
108
|
+
Iraq,IRQ,IQ,Asia
|
|
109
|
+
Iran,IRN,IR,Asia
|
|
110
|
+
Iceland,ISL,IS,Europe
|
|
111
|
+
Italy,ITA,IT,Europe
|
|
112
|
+
Jersey,JEY,JE,Europe
|
|
113
|
+
Jamaica,JAM,JM,North America
|
|
114
|
+
Jordan,JOR,JO,Asia
|
|
115
|
+
Japan,JPN,JP,Asia
|
|
116
|
+
Kenya,KEN,KE,Africa
|
|
117
|
+
Kyrgyzstan,KGZ,KG,Asia
|
|
118
|
+
Cambodia,KHM,KH,Asia
|
|
119
|
+
Kiribati,KIR,KI,Oceania
|
|
120
|
+
Comoros,COM,KM,Africa
|
|
121
|
+
Saint Kitts and Nevis,KNA,KN,North America
|
|
122
|
+
North Korea,PRK,KP,Asia
|
|
123
|
+
South Korea,KOR,KR,Asia
|
|
124
|
+
Kuwait,KWT,KW,Asia
|
|
125
|
+
Cayman Islands,CYM,KY,North America
|
|
126
|
+
Kazakhstan,KAZ,KZ,Europe
|
|
127
|
+
Laos,LAO,LA,Asia
|
|
128
|
+
Lebanon,LBN,LB,Asia
|
|
129
|
+
Saint Lucia,LCA,LC,North America
|
|
130
|
+
Liechtenstein,LIE,LI,Europe
|
|
131
|
+
Sri Lanka,LKA,LK,Asia
|
|
132
|
+
Liberia,LBR,LR,Africa
|
|
133
|
+
Lesotho,LSO,LS,Africa
|
|
134
|
+
Lithuania,LTU,LT,Europe
|
|
135
|
+
Luxembourg,LUX,LU,Europe
|
|
136
|
+
Latvia,LVA,LV,Europe
|
|
137
|
+
Libya,LBY,LY,Africa
|
|
138
|
+
Morocco,MAR,MA,Africa
|
|
139
|
+
Monaco,MCO,MC,Europe
|
|
140
|
+
Moldova,MDA,MD,Europe
|
|
141
|
+
Montenegro,MNE,ME,Europe
|
|
142
|
+
Saint Martin,MAF,MF,North America
|
|
143
|
+
Madagascar,MDG,MG,Africa
|
|
144
|
+
Marshall Islands,MHL,MH,Oceania
|
|
145
|
+
North Macedonia,MKD,MK,Europe
|
|
146
|
+
Mali,MLI,ML,Africa
|
|
147
|
+
Myanmar,MMR,MM,Asia
|
|
148
|
+
Mongolia,MNG,MN,Asia
|
|
149
|
+
Macao,MAC,MO,Asia
|
|
150
|
+
Northern Mariana Islands,MNP,MP,Oceania
|
|
151
|
+
Martinique,MTQ,MQ,North America
|
|
152
|
+
Mauritania,MRT,MR,Africa
|
|
153
|
+
Montserrat,MSR,MS,North America
|
|
154
|
+
Malta,MLT,MT,Europe
|
|
155
|
+
Mauritius,MUS,MU,Africa
|
|
156
|
+
Maldives,MDV,MV,Asia
|
|
157
|
+
Malawi,MWI,MW,Africa
|
|
158
|
+
Mexico,MEX,MX,North America
|
|
159
|
+
Malaysia,MYS,MY,Asia
|
|
160
|
+
Mozambique,MOZ,MZ,Africa
|
|
161
|
+
Namibia,NAM,NA,Africa
|
|
162
|
+
New Caledonia,NCL,NC,Oceania
|
|
163
|
+
Niger,NER,NE,Africa
|
|
164
|
+
Norfolk Island,NFK,NF,Oceania
|
|
165
|
+
Nigeria,NGA,NG,Africa
|
|
166
|
+
Nicaragua,NIC,NI,North America
|
|
167
|
+
Netherlands,NLD,NL,Europe
|
|
168
|
+
Norway,NOR,NO,Europe
|
|
169
|
+
Nepal,NPL,NP,Asia
|
|
170
|
+
Nauru,NRU,NR,Oceania
|
|
171
|
+
Niue,NIU,NU,Oceania
|
|
172
|
+
New Zealand,NZL,NZ,Oceania
|
|
173
|
+
Oman,OMN,OM,Asia
|
|
174
|
+
Panama,PAN,PA,North America
|
|
175
|
+
Peru,PER,PE,South America
|
|
176
|
+
French Polynesia,PYF,PF,Oceania
|
|
177
|
+
Papua New Guinea,PNG,PG,Oceania
|
|
178
|
+
Philippines,PHL,PH,Asia
|
|
179
|
+
Pakistan,PAK,PK,Asia
|
|
180
|
+
Poland,POL,PL,Europe
|
|
181
|
+
Saint Pierre and Miquelon,SPM,PM,North America
|
|
182
|
+
Pitcairn,PCN,PN,Oceania
|
|
183
|
+
Puerto Rico,PRI,PR,North America
|
|
184
|
+
Palestine,PSE,PS,Asia
|
|
185
|
+
Portugal,PRT,PT,Europe
|
|
186
|
+
Palau,PLW,PW,Oceania
|
|
187
|
+
Paraguay,PRY,PY,South America
|
|
188
|
+
Qatar,QAT,QA,Asia
|
|
189
|
+
Réunion,REU,RE,Africa
|
|
190
|
+
Romania,ROU,RO,Europe
|
|
191
|
+
Serbia,SRB,RS,Europe
|
|
192
|
+
Russian Federation,RUS,RU,Europe
|
|
193
|
+
Rwanda,RWA,RW,Africa
|
|
194
|
+
Saudi Arabia,SAU,SA,Asia
|
|
195
|
+
Solomon Islands,SLB,SB,Oceania
|
|
196
|
+
Seychelles,SYC,SC,Africa
|
|
197
|
+
Sudan,SDN,SD,Africa
|
|
198
|
+
Sweden,SWE,SE,Europe
|
|
199
|
+
Singapore,SGP,SG,Asia
|
|
200
|
+
Saint Helena,SHN,SH,Africa
|
|
201
|
+
Slovenia,SVN,SI,Europe
|
|
202
|
+
Svalbard and Jan Mayen,SJM,SJ,Europe
|
|
203
|
+
Slovakia,SVK,SK,Europe
|
|
204
|
+
Sierra Leone,SLE,SL,Africa
|
|
205
|
+
San Marino,SMR,SM,Europe
|
|
206
|
+
Senegal,SEN,SN,Africa
|
|
207
|
+
Somalia,SOM,SO,Africa
|
|
208
|
+
Suriname,SUR,SR,South America
|
|
209
|
+
South Sudan,SSD,SS,Africa
|
|
210
|
+
Sao Tome and Principe,STP,ST,Africa
|
|
211
|
+
El Salvador,SLV,SV,North America
|
|
212
|
+
Sint Maarten,SXM,SX,North America
|
|
213
|
+
Syrian Arab Republic,SYR,SY,Asia
|
|
214
|
+
Eswatini,SWZ,SZ,Africa
|
|
215
|
+
Turks and Caicos Islands,TCA,TC,North America
|
|
216
|
+
Chad,TCD,TD,Africa
|
|
217
|
+
French Southern Territories,ATF,TF,Antartica
|
|
218
|
+
Togo,TGO,TG,Africa
|
|
219
|
+
Thailand,THA,TH,Asia
|
|
220
|
+
Tajikistan,TJK,TJ,Asia
|
|
221
|
+
Tokelau,TKL,TK,Oceania
|
|
222
|
+
Timor-Leste,TLS,TL,Asia
|
|
223
|
+
Turkmenistan,TKM,TM,Asia
|
|
224
|
+
Tunisia,TUN,TN,Africa
|
|
225
|
+
Tonga,TON,TO,Oceania
|
|
226
|
+
Türkiye,TUR,TR,Europe
|
|
227
|
+
Trinidad and Tobago,TTO,TT,North America
|
|
228
|
+
Tuvalu,TUV,TV,Oceania
|
|
229
|
+
Taiwan,TWN,TW,Asia
|
|
230
|
+
Tanzania,TZA,TZ,Africa
|
|
231
|
+
Ukraine,UKR,UA,Europe
|
|
232
|
+
Uganda,UGA,UG,Africa
|
|
233
|
+
United States Minor Outlying Islands,UMI,UM,Oceania
|
|
234
|
+
United States of America,USA,US,North America
|
|
235
|
+
Uruguay,URY,UY,South America
|
|
236
|
+
Uzbekistan,UZB,UZ,Asia
|
|
237
|
+
Holy See,VAT,VA,Europe
|
|
238
|
+
Saint Vincent and the Grenadines,VCT,VC,North America
|
|
239
|
+
Venezuela,VEN,VE,South America
|
|
240
|
+
British Virgin Islands,VGB,VG,North America
|
|
241
|
+
United States Virgin Islands,VIR,VI,North America
|
|
242
|
+
Viet Nam,VNM,VN,Asia
|
|
243
|
+
Vanuatu,VUT,VU,Oceania
|
|
244
|
+
Wallis and Futuna,WLF,WF,Oceania
|
|
245
|
+
Samoa,WSM,WS,Oceania
|
|
246
|
+
Kosovo,XKX,XK,Europe
|
|
247
|
+
Yemen,YEM,YE,Asia
|
|
248
|
+
Mayotte,MYT,YT,Africa
|
|
249
|
+
South Africa,ZAF,ZA,Africa
|
|
250
|
+
Zambia,ZMB,ZM,Africa
|
|
251
|
+
Zimbabwe,ZWE,ZW,Africa
|