@digital4better/data 1.1.14 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cloud/aws-regions.csv +24 -0
- package/data/cloud/aws-regions.json +283 -0
- package/data/cloud/azure-regions.csv +57 -0
- package/data/cloud/azure-regions.json +897 -0
- package/data/cloud/gcp-regions.csv +38 -0
- package/data/cloud/gcp-regions.json +457 -0
- package/data/factor/subdivision-monthly-green.csv +382 -382
- package/data/factor/subdivision-monthly-green.json +3434 -3434
- package/data/factor/subdivision-monthly.csv +382 -382
- package/data/factor/subdivision-monthly.json +3435 -3435
- package/data/factor/subdivision-yearly-green.csv +187 -187
- package/data/factor/subdivision-yearly-green.json +1681 -1681
- package/data/factor/subdivision-yearly.csv +188 -188
- package/data/factor/subdivision-yearly.json +1683 -1683
- package/data/mix/subdivision-monthly-green.csv +374 -374
- package/data/mix/subdivision-monthly-green.json +860 -860
- package/data/mix/subdivision-monthly.csv +374 -374
- package/data/mix/subdivision-monthly.json +1996 -1996
- package/data/mix/subdivision-yearly-green.csv +184 -184
- package/data/mix/subdivision-yearly-green.json +584 -584
- package/data/mix/subdivision-yearly.csv +184 -184
- package/data/mix/subdivision-yearly.json +1067 -1067
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
|
|
2
|
+
af-south-1,af-south-1,aws,-33.93,18.42,Cape Town,za,,1.135,0.19,0
|
|
3
|
+
ap-east-1,ap-east-1,aws,22.27,114.16,Hong Kong,hk,,1.135,0.19,0
|
|
4
|
+
ap-south-1,ap-south-1,aws,19.08,72.88,Mumbai,in,,1.135,0.19,0
|
|
5
|
+
ap-northeast-1,ap-south-1,aws,35.41,139.42,Tokyo,jp,,1.135,0.19,0
|
|
6
|
+
ap-northeast-2,ap-northeast-2,aws,37.56,126.98,Seoul,kr,,1.135,0.19,0
|
|
7
|
+
ap-northeast-3,ap-northeast-3,aws,34.69,135.49,Osaka,jp,,1.135,0.19,0
|
|
8
|
+
ap-southeast-1,ap-southeast-1,aws,1.37,103.8,Singapore,sg,,1.135,0.19,0
|
|
9
|
+
ap-southeast-2,ap-southeast-2,aws,-33.86,151.2,Sydney,au,,1.135,0.19,0
|
|
10
|
+
ca-central-1,ca-central-1,aws,45.5,-73.6,Montreal,ca,qc,1.135,0.19,0
|
|
11
|
+
cn-north-1,cn-north-1,aws,40,116.4,Beijing,cn,,1.135,0.19,0
|
|
12
|
+
cn-northwest-1,cn-northwest-1,aws,37,106,Ningxia,cn,,1.135,0.19,0
|
|
13
|
+
eu-central-1,eu-central-1,aws,50,8,Frankfurt,de,,1.135,0.19,0
|
|
14
|
+
eu-north-1,eu-north-1,aws,59.25,17.81,Stockholm,se,,1.135,0.19,0
|
|
15
|
+
eu-south-1,eu-south-1,aws,45.43,9.29,Milan,it,,1.135,0.19,0
|
|
16
|
+
eu-west-1,eu-west-1,aws,53,-8,Dublin,ie,,1.135,0.19,0
|
|
17
|
+
eu-west-2,eu-west-2,aws,51,-0.1,London,gb,,1.135,0.19,0
|
|
18
|
+
eu-west-3,eu-west-3,aws,48.86,2.35,Paris,fr,,1.135,0.19,0
|
|
19
|
+
me-south-1,me-south-1,aws,26.1,50.46,Bahrain,bh,,1.135,0.19,0
|
|
20
|
+
sa-east-1,sa-east-1,aws,-23.34,-46.38,Sao Paulo,br,,1.135,0.19,0
|
|
21
|
+
us-east-1,us-east-1,aws,38.13,-78.45,Ashburn,us,va,1.135,0.19,0
|
|
22
|
+
us-east-2,us-east-2,aws,39.96,-83,Hilliard,us,oh,1.135,0.19,0
|
|
23
|
+
us-west-1,us-west-1,aws,37.35,-121.96,San Jose,us,ca,1.135,0.19,0
|
|
24
|
+
us-west-2,us-west-2,aws,46.15,-123.88,Madras,us,or,1.135,0.19,0
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "af-south-1",
|
|
4
|
+
"name": "af-south-1",
|
|
5
|
+
"provider": "aws",
|
|
6
|
+
"lat": -33.93,
|
|
7
|
+
"lon": 18.42,
|
|
8
|
+
"location": "Cape Town",
|
|
9
|
+
"country": "za",
|
|
10
|
+
"pue": 1.135,
|
|
11
|
+
"wue": 0.19,
|
|
12
|
+
"ref": 0
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "ap-east-1",
|
|
16
|
+
"name": "ap-east-1",
|
|
17
|
+
"provider": "aws",
|
|
18
|
+
"lat": 22.27,
|
|
19
|
+
"lon": 114.16,
|
|
20
|
+
"location": "Hong Kong",
|
|
21
|
+
"country": "hk",
|
|
22
|
+
"pue": 1.135,
|
|
23
|
+
"wue": 0.19,
|
|
24
|
+
"ref": 0
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "ap-south-1",
|
|
28
|
+
"name": "ap-south-1",
|
|
29
|
+
"provider": "aws",
|
|
30
|
+
"lat": 19.08,
|
|
31
|
+
"lon": 72.88,
|
|
32
|
+
"location": "Mumbai",
|
|
33
|
+
"country": "in",
|
|
34
|
+
"pue": 1.135,
|
|
35
|
+
"wue": 0.19,
|
|
36
|
+
"ref": 0
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "ap-northeast-1",
|
|
40
|
+
"name": "ap-south-1",
|
|
41
|
+
"provider": "aws",
|
|
42
|
+
"lat": 35.41,
|
|
43
|
+
"lon": 139.42,
|
|
44
|
+
"location": "Tokyo",
|
|
45
|
+
"country": "jp",
|
|
46
|
+
"pue": 1.135,
|
|
47
|
+
"wue": 0.19,
|
|
48
|
+
"ref": 0
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "ap-northeast-2",
|
|
52
|
+
"name": "ap-northeast-2",
|
|
53
|
+
"provider": "aws",
|
|
54
|
+
"lat": 37.56,
|
|
55
|
+
"lon": 126.98,
|
|
56
|
+
"location": "Seoul",
|
|
57
|
+
"country": "kr",
|
|
58
|
+
"pue": 1.135,
|
|
59
|
+
"wue": 0.19,
|
|
60
|
+
"ref": 0
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "ap-northeast-3",
|
|
64
|
+
"name": "ap-northeast-3",
|
|
65
|
+
"provider": "aws",
|
|
66
|
+
"lat": 34.69,
|
|
67
|
+
"lon": 135.49,
|
|
68
|
+
"location": "Osaka",
|
|
69
|
+
"country": "jp",
|
|
70
|
+
"pue": 1.135,
|
|
71
|
+
"wue": 0.19,
|
|
72
|
+
"ref": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "ap-southeast-1",
|
|
76
|
+
"name": "ap-southeast-1",
|
|
77
|
+
"provider": "aws",
|
|
78
|
+
"lat": 1.37,
|
|
79
|
+
"lon": 103.8,
|
|
80
|
+
"location": "Singapore",
|
|
81
|
+
"country": "sg",
|
|
82
|
+
"pue": 1.135,
|
|
83
|
+
"wue": 0.19,
|
|
84
|
+
"ref": 0
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "ap-southeast-2",
|
|
88
|
+
"name": "ap-southeast-2",
|
|
89
|
+
"provider": "aws",
|
|
90
|
+
"lat": -33.86,
|
|
91
|
+
"lon": 151.2,
|
|
92
|
+
"location": "Sydney",
|
|
93
|
+
"country": "au",
|
|
94
|
+
"pue": 1.135,
|
|
95
|
+
"wue": 0.19,
|
|
96
|
+
"ref": 0
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "ca-central-1",
|
|
100
|
+
"name": "ca-central-1",
|
|
101
|
+
"provider": "aws",
|
|
102
|
+
"lat": 45.5,
|
|
103
|
+
"lon": -73.6,
|
|
104
|
+
"location": "Montreal",
|
|
105
|
+
"country": "ca",
|
|
106
|
+
"subdivision": "qc",
|
|
107
|
+
"pue": 1.135,
|
|
108
|
+
"wue": 0.19,
|
|
109
|
+
"ref": 0
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"id": "cn-north-1",
|
|
113
|
+
"name": "cn-north-1",
|
|
114
|
+
"provider": "aws",
|
|
115
|
+
"lat": 40,
|
|
116
|
+
"lon": 116.4,
|
|
117
|
+
"location": "Beijing",
|
|
118
|
+
"country": "cn",
|
|
119
|
+
"pue": 1.135,
|
|
120
|
+
"wue": 0.19,
|
|
121
|
+
"ref": 0
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": "cn-northwest-1",
|
|
125
|
+
"name": "cn-northwest-1",
|
|
126
|
+
"provider": "aws",
|
|
127
|
+
"lat": 37,
|
|
128
|
+
"lon": 106,
|
|
129
|
+
"location": "Ningxia",
|
|
130
|
+
"country": "cn",
|
|
131
|
+
"pue": 1.135,
|
|
132
|
+
"wue": 0.19,
|
|
133
|
+
"ref": 0
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "eu-central-1",
|
|
137
|
+
"name": "eu-central-1",
|
|
138
|
+
"provider": "aws",
|
|
139
|
+
"lat": 50,
|
|
140
|
+
"lon": 8,
|
|
141
|
+
"location": "Frankfurt",
|
|
142
|
+
"country": "de",
|
|
143
|
+
"pue": 1.135,
|
|
144
|
+
"wue": 0.19,
|
|
145
|
+
"ref": 0
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "eu-north-1",
|
|
149
|
+
"name": "eu-north-1",
|
|
150
|
+
"provider": "aws",
|
|
151
|
+
"lat": 59.25,
|
|
152
|
+
"lon": 17.81,
|
|
153
|
+
"location": "Stockholm",
|
|
154
|
+
"country": "se",
|
|
155
|
+
"pue": 1.135,
|
|
156
|
+
"wue": 0.19,
|
|
157
|
+
"ref": 0
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "eu-south-1",
|
|
161
|
+
"name": "eu-south-1",
|
|
162
|
+
"provider": "aws",
|
|
163
|
+
"lat": 45.43,
|
|
164
|
+
"lon": 9.29,
|
|
165
|
+
"location": "Milan",
|
|
166
|
+
"country": "it",
|
|
167
|
+
"pue": 1.135,
|
|
168
|
+
"wue": 0.19,
|
|
169
|
+
"ref": 0
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"id": "eu-west-1",
|
|
173
|
+
"name": "eu-west-1",
|
|
174
|
+
"provider": "aws",
|
|
175
|
+
"lat": 53,
|
|
176
|
+
"lon": -8,
|
|
177
|
+
"location": "Dublin",
|
|
178
|
+
"country": "ie",
|
|
179
|
+
"pue": 1.135,
|
|
180
|
+
"wue": 0.19,
|
|
181
|
+
"ref": 0
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"id": "eu-west-2",
|
|
185
|
+
"name": "eu-west-2",
|
|
186
|
+
"provider": "aws",
|
|
187
|
+
"lat": 51,
|
|
188
|
+
"lon": -0.1,
|
|
189
|
+
"location": "London",
|
|
190
|
+
"country": "gb",
|
|
191
|
+
"pue": 1.135,
|
|
192
|
+
"wue": 0.19,
|
|
193
|
+
"ref": 0
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "eu-west-3",
|
|
197
|
+
"name": "eu-west-3",
|
|
198
|
+
"provider": "aws",
|
|
199
|
+
"lat": 48.86,
|
|
200
|
+
"lon": 2.35,
|
|
201
|
+
"location": "Paris",
|
|
202
|
+
"country": "fr",
|
|
203
|
+
"pue": 1.135,
|
|
204
|
+
"wue": 0.19,
|
|
205
|
+
"ref": 0
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"id": "me-south-1",
|
|
209
|
+
"name": "me-south-1",
|
|
210
|
+
"provider": "aws",
|
|
211
|
+
"lat": 26.10,
|
|
212
|
+
"lon": 50.46,
|
|
213
|
+
"location": "Bahrain",
|
|
214
|
+
"country": "bh",
|
|
215
|
+
"pue": 1.135,
|
|
216
|
+
"wue": 0.19,
|
|
217
|
+
"ref": 0
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "sa-east-1",
|
|
221
|
+
"name": "sa-east-1",
|
|
222
|
+
"provider": "aws",
|
|
223
|
+
"lat": -23.34,
|
|
224
|
+
"lon": -46.38,
|
|
225
|
+
"location": "Sao Paulo",
|
|
226
|
+
"country": "br",
|
|
227
|
+
"pue": 1.135,
|
|
228
|
+
"wue": 0.19,
|
|
229
|
+
"ref": 0
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "us-east-1",
|
|
233
|
+
"name": "us-east-1",
|
|
234
|
+
"provider": "aws",
|
|
235
|
+
"lat": 38.13,
|
|
236
|
+
"lon": -78.45,
|
|
237
|
+
"location": "Ashburn",
|
|
238
|
+
"country": "us",
|
|
239
|
+
"subdivision": "va",
|
|
240
|
+
"pue": 1.135,
|
|
241
|
+
"wue": 0.19,
|
|
242
|
+
"ref": 0
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"id": "us-east-2",
|
|
246
|
+
"name": "us-east-2",
|
|
247
|
+
"provider": "aws",
|
|
248
|
+
"lat": 39.96,
|
|
249
|
+
"lon": -83,
|
|
250
|
+
"location": "Hilliard",
|
|
251
|
+
"country": "us",
|
|
252
|
+
"subdivision": "oh",
|
|
253
|
+
"pue": 1.135,
|
|
254
|
+
"wue": 0.19,
|
|
255
|
+
"ref": 0
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"id": "us-west-1",
|
|
259
|
+
"name": "us-west-1",
|
|
260
|
+
"provider": "aws",
|
|
261
|
+
"lat": 37.35,
|
|
262
|
+
"lon": -121.96,
|
|
263
|
+
"location": "San Jose",
|
|
264
|
+
"country": "us",
|
|
265
|
+
"subdivision": "ca",
|
|
266
|
+
"pue": 1.135,
|
|
267
|
+
"wue": 0.19,
|
|
268
|
+
"ref": 0
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": "us-west-2",
|
|
272
|
+
"name": "us-west-2",
|
|
273
|
+
"provider": "aws",
|
|
274
|
+
"lat": 46.15,
|
|
275
|
+
"lon": -123.88,
|
|
276
|
+
"location": "Madras",
|
|
277
|
+
"country": "us",
|
|
278
|
+
"subdivision": "or",
|
|
279
|
+
"pue": 1.135,
|
|
280
|
+
"wue": 0.19,
|
|
281
|
+
"ref": 0
|
|
282
|
+
}
|
|
283
|
+
]
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
|
|
2
|
+
asia-east,East Asia,azure,22.267,114.188,Hong Kong,hk,,1.405,1.65,0
|
|
3
|
+
asia-south-east,Southeast Asia,azure,1.283,103.833,Singapore,sg,,1.358,2.06,0.13
|
|
4
|
+
at-central,Austria East,azure,48.20849,16.37208,Vienna,at,,1.12,0.023,0.79
|
|
5
|
+
aus-central,Australia Central,azure,-35.3075,149.1244,Canberra,au,,1.405,1.65,0
|
|
6
|
+
aus-central-2,Australia Central 2,azure,-35.3075,149.1244,Canberra,au,,1.405,1.65,0
|
|
7
|
+
aus-east,Australia East,azure,-33.86,151.2094,New South Wales,au,,1.12,0.012,0.28
|
|
8
|
+
aus-south-east,Australia Southeast,azure,-37.8136,144.9631,Victoria,au,,1.12,0.012,0.28
|
|
9
|
+
bra-south,Brazil South,azure,-23.55,-46.633,Sao Paulo State,br,,1.12,0.039,0.05
|
|
10
|
+
bra-south-east,Brazil Southeast,azure,-22.90278,-43.2075,Rio,br,,1.17,0.55,0
|
|
11
|
+
can-central,Canada Central,azure,43.653,-79.383,Toronto,ca,on,1.17,0.55,0
|
|
12
|
+
can-east,Canada East,azure,46.817,-71.217,Quebec,ca,qc,1.17,0.55,0
|
|
13
|
+
dk-east,Denmark East,azure,55.676098,12.568337,Copenhagen,dk,,1.16,0.01,0.1
|
|
14
|
+
es-central,Spain Central,azure,40.416775,-3.70379,Madrid,es,,1.12,0.06,0.15
|
|
15
|
+
eu-north,North Europe,azure,53.3478,-6.2597,Ireland,ie,,1.197,0.03,0.49
|
|
16
|
+
eu-west,West Europe,azure,52.3667,4.9,Netherlands,nl,,1.158,0.08,0.79
|
|
17
|
+
fi-central,Finland Central,azure,60.192059,24.945831,Helsinki,fi,,1.112,0.01,0.1
|
|
18
|
+
fr-central,France Central,azure,46.3772,2.373,Paris,fr,,1.185,0.1,0
|
|
19
|
+
fr-south,France South,azure,43.8345,2.1972,Marseille,fr,,1.185,0.1,0
|
|
20
|
+
ger-north,Germany North,azure,53.073635,8.806422,Berlin,de,,1.185,0.1,0
|
|
21
|
+
ger-west-central,Germany West Central,azure,50.110924,8.682127,Frankfurt,de,,1.185,0.1,0
|
|
22
|
+
gr-central,Greece Central,azure,37.98381,23.727539,Athens,gr,,1.12,0.102,0
|
|
23
|
+
id-central,Indonesia Central,azure,-6.21462,106.84513,Jakarta,id,,1.32,1.9,0.13
|
|
24
|
+
ind-central,Central India,azure,18.5822,73.9197,Pune,in,,1.405,1.65,0
|
|
25
|
+
ind-south,South India,azure,12.9822,80.1636,Chennai,in,,1.405,1.65,0
|
|
26
|
+
ind-southcentral,India South Central,azure,17.38714,78.491684,Hyderabad,in,,1.43,0,0.46
|
|
27
|
+
ind-west,West India,azure,19.088,72.868,Mumbai,in,,1.405,1.65,0
|
|
28
|
+
it-central,Italy North,azure,45.464664,9.18854,Milan,it,,1.12,0.023,0.15
|
|
29
|
+
jap-east,Japan East,azure,35.68,139.77,"Tokyo, Saitama",jp,,1.405,1.65,0
|
|
30
|
+
jap-west,Japan West,azure,34.6939,135.5022,Osaka,jp,,1.405,1.65,0
|
|
31
|
+
kor-central,Korea Central,azure,37.5665,126.978,Seoul,kr,,1.405,1.65,0
|
|
32
|
+
kor-south,Korea South,azure,35.1796,129.0756,Busan,kr,,1.12,0.34,0.11
|
|
33
|
+
mx-central,Mexico Central,azure,20.835996656,-99.85082993,Querétaro State,mx,,1.12,0.056,0
|
|
34
|
+
norw-east,Norway East,azure,59.913868,10.752245,Norway,no,,1.185,0.1,0
|
|
35
|
+
norw-west,Norway West,azure,58.969975,5.733107,Norway,no,,1.185,0.1,0
|
|
36
|
+
nz-north,New Zealand North,azure,-36.848461,174.763336,Auckland,nz,,1.12,0,0
|
|
37
|
+
pl-central,Poland Central,azure,52.237049,21.017532,Warsaw,pl,,1.12,0.023,0
|
|
38
|
+
saf-north,South Africa North,azure,-25.73134,28.21837,Johannesburg,za,,1.185,0.1,0
|
|
39
|
+
saf-west,South Africa West,azure,-34.075691,18.843266,Cape Town,za,,1.185,0.1,0
|
|
40
|
+
se-central,Sweden Central,azure,60.67452,17.14174,Gävle,se,,1.172,0.16,0
|
|
41
|
+
swz-north,Switzerland North,azure,47.451542,8.564572,Zurich,ch,,1.185,0.1,0
|
|
42
|
+
swz-west,Switzerland West,azure,46.204391,6.143158,Geneva,ch,,1.185,0.1,0
|
|
43
|
+
tw-north,Taiwan North,azure,25.105497,121.597366,Taipei,tw,,1.2,1,0
|
|
44
|
+
uae-central,UAE Central,azure,24.466667,54.366669,Abu Dhabi,ae,,1.185,0.1,0
|
|
45
|
+
uae-north,UAE North,azure,25.266666,55.316666,Dubai,ae,,1.185,0.1,0
|
|
46
|
+
uk-south,UK South,azure,50.941,-0.799,London,gb,,1.185,0.1,0
|
|
47
|
+
uk-west,UK West,azure,53.427,-3.084,Cardiff,gb,,1.185,0.1,0
|
|
48
|
+
us-central,Central US,azure,41.5908,-93.6208,Des Moines,us,ia,1.16,0.19,1
|
|
49
|
+
us-east,East US,azure,37.3719,-79.8164,Virginia,us,va,1.144,0.17,0.7
|
|
50
|
+
us-east-2,East US 2,azure,36.6681,-78.3889,Virginia,us,va,1.144,0.17,0.7
|
|
51
|
+
us-east-3,East US 3,azure,33.753746,-84.38633,Atlanta,us,ga,1.12,0.06,0.08
|
|
52
|
+
us-north-central,North Central US,azure,41.8819,-87.6278,Illinois,us,il,1.346,0.79,0.7
|
|
53
|
+
us-south-central,South Central US,azure,29.4167,-98.5,San Antonio,us,tx,1.307,1.82,1
|
|
54
|
+
us-west,West US,azure,37.783,-122.417,California,us,ca,1.55,0,0.55
|
|
55
|
+
us-west-2,West US 2,azure,47.233,-119.852,Washington,us,wa,1.156,0.47,1.09
|
|
56
|
+
us-west-3,West US 3,azure,33.448376,-112.074036,Phoenix,us,az,1.223,2.24,0.47
|
|
57
|
+
us-west-central,West Central US,azure,40.89,-110.234,Wyoming,us,wy,1.125,0.23,0.47
|