-
Notifications
You must be signed in to change notification settings - Fork 0
/
state_data.html
510 lines (448 loc) · 312 KB
/
state_data.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
76
77
78
79
80
81
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
109
110
111
112
113
114
115
116
117
118
119
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
164
165
166
167
168
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
208
209
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title></title>
<script src="site_libs/jquery-1.12.4/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/yeti.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<script src="site_libs/htmlwidgets-0.9/htmlwidgets.js"></script>
<script src="site_libs/datatables-binding-0.2/datatables.js"></script>
<link href="site_libs/dt-core-1.10.12/css/jquery.dataTables.min.css" rel="stylesheet" />
<link href="site_libs/dt-core-1.10.12/css/jquery.dataTables.extra.css" rel="stylesheet" />
<script src="site_libs/dt-core-1.10.12/js/jquery.dataTables.min.js"></script>
<script src="site_libs/jszip-1.10.12/jszip.min.js"></script>
<link href="site_libs/dt-ext-buttons-1.10.12/css/buttons.dataTables.min.css" rel="stylesheet" />
<script src="site_libs/dt-ext-buttons-1.10.12/js/dataTables.buttons.min.js"></script>
<script src="site_libs/dt-ext-buttons-1.10.12/js/buttons.flash.min.js"></script>
<script src="site_libs/dt-ext-buttons-1.10.12/js/buttons.html5.min.js"></script>
<script src="site_libs/dt-ext-buttons-1.10.12/js/buttons.colVis.min.js"></script>
<script src="site_libs/dt-ext-buttons-1.10.12/js/buttons.print.min.js"></script>
<link href="site_libs/dt-ext-fixedcolumns-1.10.12/css/fixedColumns.dataTables.min.css" rel="stylesheet" />
<script src="site_libs/dt-ext-fixedcolumns-1.10.12/js/dataTables.fixedColumns.min.js"></script>
<link href="site_libs/dt-ext-scroller-1.10.12/css/scroller.dataTables.min.css" rel="stylesheet" />
<script src="site_libs/dt-ext-scroller-1.10.12/js/dataTables.scroller.min.js"></script>
<script src="site_libs/proj4js-2.3.15/proj4.js"></script>
<link href="site_libs/highcharts-5.0.6/css/motion.css" rel="stylesheet" />
<script src="site_libs/highcharts-5.0.6/highstock.js"></script>
<script src="site_libs/highcharts-5.0.6/highcharts-3d.js"></script>
<script src="site_libs/highcharts-5.0.6/highcharts-more.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/annotations.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/broken-axis.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/data.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/drilldown.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/exporting.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/funnel.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/heatmap.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/map.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/no-data-to-display.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/offline-exporting.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/solid-gauge.js"></script>
<script src="site_libs/highcharts-5.0.6/modules/treemap.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/annotations.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/draggable-legend.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/draggable-points.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/export-csv.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/grouped-categories.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/motion.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/pattern-fill-v2.js"></script>
<script src="site_libs/highcharts-5.0.6/plugins/tooltip-delay.js"></script>
<script src="site_libs/highcharts-5.0.6/custom/reset.js"></script>
<script src="site_libs/highcharts-5.0.6/custom/symbols-extra.js"></script>
<script src="site_libs/highcharts-5.0.6/custom/text-symbols.js"></script>
<link href="site_libs/fontawesome-4.5.0/font-awesome.min.css" rel="stylesheet" />
<link href="site_libs/htmlwdgtgrid-1/htmlwdgtgrid.css" rel="stylesheet" />
<script src="site_libs/highchart-binding-0.5.0/highchart.js"></script>
<link href="site_libs/font-awesome-4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 45px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 50px;
margin-top: -50px;
}
.section h2 {
padding-top: 50px;
margin-top: -50px;
}
.section h3 {
padding-top: 50px;
margin-top: -50px;
}
.section h4 {
padding-top: 50px;
margin-top: -50px;
}
.section h5 {
padding-top: 50px;
margin-top: -50px;
}
.section h6 {
padding-top: 50px;
margin-top: -50px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<div class="container-fluid main-container">
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
</script>
<!-- code folding -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">QuickStats</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">
<span class="fa fa-home"></span>
Home
</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-globe"></span>
National
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="national_data.html#citizen-voting-age-population">CVAP</a>
</li>
<li>
<a href="national_data.html#education">Detailed Origin</a>
</li>
<li>
<a href="national_data.html#education">Education</a>
</li>
<li>
<a href="national_data.html#limited-english-proficiency">Limited English Proficiency</a>
</li>
<li>
<a href="national_data.html#nativity">Nativity</a>
</li>
<li>
<a href="national_data.html#poverty">Poverty</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-globe"></span>
State
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="state_data.html#citizen-voting-age-population">CVAP</a>
</li>
<li>
<a href="state_data.html#education">Detailed Origin</a>
</li>
<li>
<a href="state_data.html#education">Education</a>
</li>
<li>
<a href="state_data.html#limited-english-proficiency">Limited English Proficiency</a>
</li>
<li>
<a href="state_data.html#nativity">Nativity</a>
</li>
<li>
<a href="state_data.html#poverty">Poverty</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-globe"></span>
County
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="county_data.html#citizen-voting-age-population">CVAP</a>
</li>
<li>
<a href="county_data.html#education">Detailed Origin</a>
</li>
<li>
<a href="county_data.html#education">Education</a>
</li>
<li>
<a href="county_data.html#limited-english-proficiency">Limited English Proficiency</a>
</li>
<li>
<a href="county_data.html#nativity">Nativity</a>
</li>
<li>
<a href="county_data.html#poverty">Poverty</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-globe"></span>
Congressional District
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="district_data.html#citizen-voting-age-population">CVAP</a>
</li>
<li>
<a href="district_data.html#education">Detailed Origin</a>
</li>
<li>
<a href="district_data.html#education">Education</a>
</li>
<li>
<a href="district_data.html#limited-english-proficiency">Limited English Proficiency</a>
</li>
<li>
<a href="district_data.html#nativity">Nativity</a>
</li>
<li>
<a href="district_data.html#poverty">Poverty</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span class="fa fa-globe"></span>
Metro Area
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="metro_data.html#citizen-voting-age-population">CVAP</a>
</li>
<li>
<a href="metro_data.html#education">Detailed Origin</a>
</li>
<li>
<a href="metro_data.html#education">Education</a>
</li>
<li>
<a href="metro_data.html#limited-english-proficiency">Limited English Proficiency</a>
</li>
<li>
<a href="metro_data.html#nativity">Nativity</a>
</li>
<li>
<a href="metro_data.html#poverty">Poverty</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
</div>
<div class="jumbotron">
<h1>
State Data
</h1>
<p>
Use the buttons to select the topic and then the tabs for population groups
</p>
</div>
<div id="education" class="section level1 tabset tabset-fade tabset-pills">
<h1>Education</h1>
<p>These tables use the 2011-2015 5YR data from the American Community Survey.</p>
<div id="asian-nhpi-alone" class="section level2">
<h2>Asian & NHPI Alone</h2>
<p>Nationally, about <strong>87.43%</strong> of Americans have a HS degree or higher and about <strong>29.51%</strong> have a Bachelor’s Degree or higher. <div id="htmlwidget-d609d6464c5e7a6c0706" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-d609d6464c5e7a6c0706">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.235124257914625,0.27973688743433,0.274920069777296,0.2109799509971,0.314325308187258,0.381232818690651,0.375826835116156,0.300042147427264,0.545766953334273,0.27344415103798,0.288219217701596,0.308417840199906,0.258636446541735,0.323001570432612,0.241007925124291,0.266628735829612,0.310324982965163,0.222976594604252,0.225428538628262,0.289848516494416,0.3789935395633,0.404966695658398,0.269349501290085,0.337255077908237,0.206662148616369,0.271181551217827,0.294660857877784,0.292772749712029,0.230065538464641,0.348859908446784,0.368030508110078,0.26324697219375,0.34208053933541,0.283603712440376,0.276764309980129,0.260956304745707,0.241295546236415,0.307574811084608,0.286136255132678,0.318906362530025,0.258423112472963,0.270037148005858,0.24937603252576,0.275763588774638,0.311215877691886,0.359591166522007,0.363291680237742,0.328740947143646,0.191564249166871,0.27825016478967,0.257109547403922],[0.836637030071764,0.915293687020928,0.853023774540825,0.841614864110955,0.808493736879826,0.897533277445992,0.888478209232781,0.873282016992068,0.871122938107994,0.862147009538704,0.847340045429336,0.902507348875113,0.887735896649812,0.872177761902137,0.872345192252668,0.908263327191531,0.895133866538874,0.836090830585649,0.828284881684161,0.908969255135252,0.878902833150718,0.883157611630817,0.888937290544466,0.91668767781487,0.817911578491676,0.877242553611529,0.919936041526661,0.899316274477538,0.845498204312939,0.914168049332807,0.877111940500649,0.829966179809946,0.848164995074724,0.850534638267074,0.910153195307993,0.884842714583727,0.863340593346898,0.889000328548508,0.884182774169423,0.851392024600321,0.849490359366818,0.902342665401178,0.847724539250362,0.81276187146152,0.902398641020954,0.907785744875268,0.873017672369423,0.895492432602101,0.844517986808595,0.90391542320285,0.915388058458592],[0.497989646680404,0.234861181957298,0.521164021164021,0.499634573219987,0.496903492104151,0.492761617217287,0.636509335683949,0.693513489645428,0.766629650194336,0.469378507829461,0.520667536466571,0.31680001930898,0.430926701930343,0.627414560830894,0.577378588934376,0.487222985163045,0.481805658577938,0.548228176318064,0.397122666303269,0.404573534193129,0.62134785972254,0.574973406973619,0.627979585356962,0.430673429417968,0.366338224269037,0.564190072322751,0.470917225950783,0.44514319707657,0.363266721301141,0.581483137138032,0.681350180090978,0.479368514237938,0.458038000257215,0.532875232400382,0.498167219410019,0.627137890916184,0.409535299746225,0.465986809392913,0.53082759796627,0.444702242846094,0.427559143401727,0.43568107456518,0.505924537768006,0.56039438196732,0.463290894595705,0.444444444444444,0.592783871502689,0.476677185164654,0.602574146614438,0.465815138740326,0.445409102867666],[0.823490978539478,0.796400204037018,0.845919512586179,0.823595030195792,0.849719657557342,0.836536414484507,0.848305152656463,0.860687949838831,0.883731260410883,0.840630915878809,0.836568513523151,0.871537356842016,0.830940441024936,0.880489473625178,0.817749907581089,0.793817486603657,0.789488184804493,0.809536156727168,0.719644908209551,0.763845236805029,0.853329164612369,0.791098055396776,0.841145618965862,0.771455832872998,0.773267644853807,0.813630950652067,0.889485458612975,0.729922665080309,0.876908529281977,0.836586698455272,0.895997460071462,0.810505090247381,0.765849022356687,0.807855132907894,0.82073660324664,0.831748420311967,0.803136830719308,0.829479036691653,0.782486204117063,0.743039443155452,0.801771499046978,0.661098674014121,0.811610028183978,0.841857182466665,0.824873770927452,0.748528329654157,0.876009807869987,0.844423952325619,0.849804141018467,0.799295287233373,0.897132333596422],[0.0982620320855615,0.0816041035206342,0.139426375737615,0.0291840381179273,0.156721656721657,0.244449378330373,0.308970099667774,null,null,0.183916495148486,0.144287833827893,0.132554454966559,0.165297741273101,0.26928221132412,0.218045112781955,0.118899733806566,0.338803088803089,0.229206963249516,0.195829555757026,null,0.327398047099368,0.28347280334728,0.305019305019305,0.379061371841155,null,0.137232194557035,0.161048689138577,0.142857142857143,0.142806863176419,null,0.409512761020882,0.156643356643357,0.250297689926173,0.0935765265662173,null,0.194627470856564,0.138285262741999,0.119124054116028,0.139794168096055,null,0.151294498381877,null,0.128622267412303,0.160557523486832,0.142356241234222,null,0.32730455075846,0.112209648600357,null,0.253229974160207,null],[0.676470588235294,0.881557472604337,0.892548373816385,0.73198332340679,0.829135093840976,0.917628774422735,0.82890365448505,null,null,0.88503381358424,0.870919881305638,0.878112792230567,0.761806981519507,0.867588051716451,0.843776106934002,0.795031055900621,0.874517374517375,0.908123791102515,0.743427017225748,null,0.884549109707065,0.867154811715481,0.847104247104247,0.887184115523466,null,0.846554719166184,0.908239700374532,0.825537294563843,0.871359436867576,null,0.852088167053364,0.899300699300699,0.805191712312455,0.874438276500132,null,0.843385707045109,0.822204662188858,0.852327447833066,0.75557461406518,null,0.882686084142395,null,0.849517031011693,0.888726320653011,0.887018856163316,null,0.932030338389732,0.876871153464364,null,0.874677002583979,null]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State Population: BA or Higher<\/th>\n <th>State Population: HS or Higher<\/th>\n <th>Asian: BA or Higher<\/th>\n <th>Asian: HS or Higher<\/th>\n <th>NHPI: BA or Higher<\/th>\n <th>NHPI: HS or Higher<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"columnDefs":[{"className":"dt-head-left","targets":5},{"className":"dt-right","targets":[1,2,3,4,5,6]}],"lengthMenu":[25,50,100],"pageLength":50,"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\nDTWidget.formatPercentage(this, row, data, 4, 2);\nDTWidget.formatPercentage(this, row, data, 5, 2);\nDTWidget.formatPercentage(this, row, data, 6, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script></p>
</div>
<div id="asian-nhpi-combo" class="section level2">
<h2>Asian & NHPI Combo</h2>
<p>Nationally, about <strong>87.43%</strong> of Americans have a HS degree or higher and about <strong>29.51%</strong> have a Bachelor’s Degree or higher.</p>
<div id="htmlwidget-76ee9992a03da7646693" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-76ee9992a03da7646693">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.235124257914625,0.27973688743433,0.274920069777296,0.2109799509971,0.314325308187258,0.381232818690651,0.375826835116156,0.300042147427264,0.545766953334273,0.27344415103798,0.288219217701596,0.308417840199906,0.258636446541735,0.323001570432612,0.241007925124291,0.266628735829612,0.310324982965163,0.222976594604252,0.225428538628262,0.289848516494416,0.3789935395633,0.404966695658398,0.269349501290085,0.337255077908237,0.206662148616369,0.271181551217827,0.294660857877784,0.292772749712029,0.230065538464641,0.348859908446784,0.368030508110078,0.26324697219375,0.34208053933541,0.283603712440376,0.276764309980129,0.260956304745707,0.241295546236415,0.307574811084608,0.286136255132678,0.318906362530025,0.258423112472963,0.270037148005858,0.24937603252576,0.275763588774638,0.311215877691886,0.359591166522007,0.363291680237742,0.328740947143646,0.191564249166871,0.27825016478967,0.257109547403922],[0.836637030071764,0.915293687020928,0.853023774540825,0.841614864110955,0.808493736879826,0.897533277445992,0.888478209232781,0.873282016992068,0.871122938107994,0.862147009538704,0.847340045429336,0.902507348875113,0.887735896649812,0.872177761902137,0.872345192252668,0.908263327191531,0.895133866538874,0.836090830585649,0.828284881684161,0.908969255135252,0.878902833150718,0.883157611630817,0.888937290544466,0.91668767781487,0.817911578491676,0.877242553611529,0.919936041526661,0.899316274477538,0.845498204312939,0.914168049332807,0.877111940500649,0.829966179809946,0.848164995074724,0.850534638267074,0.910153195307993,0.884842714583727,0.863340593346898,0.889000328548508,0.884182774169423,0.851392024600321,0.849490359366818,0.902342665401178,0.847724539250362,0.81276187146152,0.902398641020954,0.907785744875268,0.873017672369423,0.895492432602101,0.844517986808595,0.90391542320285,0.915388058458592],[0.489619936620174,0.24315153779106,0.50275055602973,0.492408174258492,0.491386633083331,0.487541816129942,0.626618074456798,0.675972858077175,0.778053146082886,0.456274636278936,0.515179752660339,0.29376279260169,0.408391153512576,0.620320844446208,0.564504822451594,0.475610943432967,0.473559411344048,0.528257765962684,0.389358166585889,0.39768991559307,0.615868962014882,0.577028252429936,0.604930039639829,0.433501672373448,0.371368223421732,0.544700815450111,0.43492586490939,0.444186220856136,0.353744556214965,0.570635545065128,0.67163527387038,0.453129570049722,0.459101392833412,0.523705374047009,0.490681332111213,0.607107770900874,0.402050256282035,0.458852534960231,0.526054299350599,0.452760472610097,0.420841528790158,0.422611232676878,0.496013601411662,0.550929315582972,0.453223470865371,0.45560152768937,0.582722465981084,0.46732590444635,0.576709796672828,0.465671029698233,0.43325625394156],[0.83374652381055,0.819013821441913,0.855108308984319,0.832239167760832,0.853786353616368,0.854145338761033,0.851649213452046,0.863636363636364,0.897195832759649,0.848371915239256,0.843255680184067,0.884459082282014,0.844969644405898,0.88283392404746,0.829739660131983,0.805252653100964,0.803662162670782,0.822945896716389,0.734404209651734,0.782052421146157,0.859765656625132,0.797511264133299,0.84222298060011,0.781712298885525,0.786575921145271,0.822028323548759,0.900494233937397,0.749044156233601,0.882310029728277,0.84181309555031,0.894675079015012,0.832151213805206,0.770846535191129,0.817930067874965,0.836541399327834,0.839897092052264,0.818352294036755,0.843246256644603,0.790260400736889,0.758195488721805,0.813548536387828,0.685193289569657,0.819935856979096,0.84660880691009,0.839448512165773,0.776098026734564,0.879879220277444,0.855239515011601,0.859611829944547,0.811694747274529,0.89089762455329],[0.144647332617257,0.0914509536784741,0.220335308570603,0.105401268314017,0.220646773396868,0.29196191319752,0.33110119047619,0.211930926216641,0.572077185017026,0.23627546071775,0.290743550834598,0.156130769426169,0.17389087200408,0.34689535965962,0.254689984101749,0.14175654853621,0.288758880066862,0.223249027237354,0.203031511767052,0.188034188034188,0.32404181184669,0.353154875717017,0.322549019607843,0.333802816901408,0.236628849270664,0.223591549295775,0.145833333333333,0.189737470167064,0.169427174789996,0.507936507936508,0.383892802873325,0.341941654710665,0.292432589156277,0.174302123681047,0.238207547169811,0.270332799430504,0.190843260920346,0.206319947333772,0.228105906313646,0.358454106280193,0.227188081936685,0.236538461538462,0.219133657632615,0.263161830690996,0.177614721639879,0.339622641509434,0.34936934925773,0.168650246799128,0.162566844919786,0.328785811732606,0.299798792756539],[0.767991407089151,0.897649863760218,0.897311750252927,0.752678766673956,0.857303076967778,0.932462356067316,0.863095238095238,0.854003139717425,0.772985244040863,0.867798254122211,0.900606980273141,0.900586785886656,0.822029576746558,0.876612152639277,0.842289348171701,0.85105290190036,0.875888006686168,0.885214007782101,0.763861188671719,0.655982905982906,0.906290115532734,0.868260038240918,0.868627450980392,0.883943661971831,0.905996758508914,0.847311139564661,0.939484126984127,0.846658711217184,0.886431588439087,0.862433862433862,0.881199060643735,0.928742228598757,0.775877065816179,0.866435154267397,0.94811320754717,0.843566470902296,0.866386358327494,0.873074391046741,0.761456211812627,0.744927536231884,0.908379888268156,0.859615384615385,0.847116052814454,0.898220161531558,0.889878872583275,0.905660377358491,0.926554302935595,0.89003031745634,0.872727272727273,0.919167803547067,0.869215291750503]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State Population: BA or Higher<\/th>\n <th>State Population: HS or Higher<\/th>\n <th>Asian: BA or Higher<\/th>\n <th>Asian: HS or Higher<\/th>\n <th>NHPI: BA or Higher<\/th>\n <th>NHPI: HS or Higher<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3,4,5,6]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\nDTWidget.formatPercentage(this, row, data, 4, 2);\nDTWidget.formatPercentage(this, row, data, 5, 2);\nDTWidget.formatPercentage(this, row, data, 6, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
</div>
<div id="asian-origin-combo" class="section level2">
<h2>Asian Origin Combo</h2>
<p>Nationally, about <strong>87.43%</strong> of Americans have a HS degree or higher and about <strong>29.51%</strong> have a Bachelor’s Degree or higher.</p>
<div id="htmlwidget-737c8ddc675cbbc48922" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-737c8ddc675cbbc48922">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.686785753911017,0.565562913907285,0.792848101265823,0.810347174948945,0.699960691654104,0.79442805265547,0.76979019515513,0.827582686810943,0.881962598029359,0.592192276938996,0.714750332330963,0.541903409090909,0.742936288088643,0.730910082593112,0.722657123685976,0.836942257217848,0.816645376830107,0.768163941212999,0.711870918171341,0.826178747361013,0.764868155408634,0.799675521541764,0.775117076232318,0.792399117500534,0.567326953038059,0.810148833938826,0.627232142857143,0.832309043020193,0.590909090909091,0.823047763457165,0.755163671145677,0.561277705345502,0.522034144514018,0.779435801780667,0.799868334430546,0.804060617835632,0.663303177916957,0.749866950505588,0.715520389531345,0.785326086956522,0.635248489221611,0.817685589519651,0.699181704871837,0.750998829842285,0.766031801502708,0.696969696969697,0.811358907824298,0.761700742060976,0.808259587020649,0.781498119515253,0.602708803611738],[0.851103960945301,0.875496688741722,0.910158227848101,0.905922396187883,0.877195975862084,0.92198138901498,0.901532988018626,0.90914659044508,0.916750452443193,0.87725883072292,0.895009227830621,0.86328125,0.845983379501385,0.895427510259207,0.878908521583538,0.916994750656168,0.906357472732632,0.888221900227696,0.858368549110001,0.861365235749472,0.878789279824926,0.873453401288081,0.887478073351679,0.903174151305957,0.828177164478077,0.88046408062815,0.863839285714286,0.909569798068481,0.871697268248992,0.924033358605004,0.904813021849273,0.79986962190352,0.820844514782449,0.905140088071842,0.888742593811718,0.902661744705654,0.873927163071213,0.868813198509846,0.878356664637858,0.864624505928854,0.848471182465951,0.808951965065502,0.87075272313445,0.906163607628869,0.900227153590774,0.917748917748918,0.915106248685041,0.905897071172731,0.872734934681837,0.906916005014626,0.91196388261851],[0.150592216582064,null,0.203777904979966,null,0.169208287516639,0.292943692088382,0.181818181818182,null,null,0.23073476702509,0.132719393282774,0.330188679245283,null,0.178887484197219,0.279627163781624,0.099537037037037,0.0238305383936452,0.132791327913279,0.0670391061452514,0.140947752126367,0.272294887039239,0.148889117465542,0.190066857688634,0.167684021543986,null,0.0948660714285714,null,null,0.110242376856919,0.168555240793201,0.178743961352657,null,0.225531914893617,0.082441113490364,null,0.128316188413644,0.248251748251748,0.188985856154078,0.12362141568077,0.129655956781348,0.041407867494824,null,0.138166894664843,0.233395794295232,0.21838371375694,null,0.252951422488872,0.171292890107685,null,0.0502645502645503,null],[0.407783417935702,null,0.694333142530052,null,0.638810116326176,0.726300784034212,0.609090909090909,null,null,0.706989247311828,0.594257854821235,0.842767295597484,null,0.695322376738306,0.772303595206391,0.520833333333333,0.759046778464254,0.696476964769648,0.402234636871508,0.626974483596598,0.790725326991677,0.674706850442296,0.756446991404012,0.726211849192101,null,0.610491071428571,null,null,0.71618451915559,0.594900849858357,0.684057971014493,null,0.745212765957447,0.589935760171306,null,0.661342717920953,0.718531468531469,0.778814324405658,0.552336073791859,0.566107477964174,0.734989648033126,null,0.684678522571819,0.696127420362274,0.742134484885873,null,0.677762724985485,0.668918466992174,null,0.671957671957672,null],[0.597597192224622,0.283866057838661,0.590601437839734,0.624813895781638,0.519056278120802,0.555947257577145,0.661208356860531,0.69416164554332,0.712314446999791,0.454603085158836,0.57962315360927,0.308518090286862,0.518098922354241,0.581815158784827,0.629156171284635,0.644935428660339,0.647518561938257,0.626545217957059,0.502050861361772,0.379177377892031,0.681855422106786,0.583496189173344,0.662268628381585,0.591116582038262,0.421363392377885,0.638076545632974,0.446828358208955,0.650262648603815,0.346157604977685,0.594269102990033,0.669192238486602,0.549185043144775,0.372120214973838,0.633304510736417,0.581106870229008,0.649320845996403,0.549483414899402,0.512031753907219,0.502684095596263,0.478998384491115,0.496963201143265,0.571312803889789,0.615740329035127,0.66015680898978,0.583280085197018,0.620353982300885,0.673329805789092,0.566423904643702,0.589,0.604492264195398,0.449818621523579],[0.803320734341253,0.80517503805175,0.828967210240224,0.829528535980149,0.805621988006105,0.799606263162714,0.794990723562152,0.764388115520465,0.793016934978047,0.802634359371698,0.803669293804478,0.877566693954713,0.807129041171594,0.795432412531769,0.786020151133501,0.815310409211141,0.786114367591507,0.724300585556279,0.693308332356733,0.730934018851757,0.803092370177977,0.763367207348056,0.780256288561936,0.764579166025542,0.756038647342995,0.784494602551521,0.896455223880597,0.766380978711639,0.833762256898068,0.776162790697674,0.841151582940233,0.773154362416107,0.66726242426014,0.780083585531056,0.730916030534351,0.775724120821187,0.819874932028276,0.803912534996633,0.69560536212544,0.763126009693053,0.7221626771466,0.712317666126418,0.786927523343708,0.833776445512265,0.841533546325879,0.784070796460177,0.842103200266526,0.825117673231389,0.851,0.792350585093851,0.79322853688029],[0.596924694440794,0.289433962264151,0.597935361986371,0.635909631391201,0.528652835026236,0.560019532984107,0.670315921176103,0.687549407114625,0.720925709840529,0.460323076713708,0.581291923634487,0.310056428859331,0.511788079470199,0.591492357657105,0.640917064908354,0.654841093865484,0.659193357058126,0.632403635224068,0.505203619909502,0.398450244698206,0.689844840325096,0.590995543191302,0.674720076642117,0.603599627286548,0.429590488771466,0.643648495530656,0.457952468007313,0.659305144088338,0.352903920450947,0.602069805194805,0.674987998079693,0.557668384574374,0.379432616870344,0.641341125807444,0.58,0.656924289760285,0.54746628257169,0.523427317006243,0.513507936741883,0.497369959088252,0.512370670265407,0.571774193548387,0.622636710470538,0.668650389843712,0.591015585209331,0.617823479005998,0.678635076068809,0.574841529810283,0.593703885882932,0.612544721016975,0.449818621523579],[0.804836377973453,0.806792452830189,0.831826462451926,0.834007134363853,0.809840158470221,0.804048654887685,0.79515952455427,0.761067193675889,0.804550758459743,0.805337434166655,0.807783975036242,0.877477159747414,0.812185430463576,0.801151461470328,0.792027100598875,0.818329637841833,0.801186239620403,0.73331244124099,0.697171945701357,0.743882544861338,0.808505048846564,0.768510895998335,0.782168732411233,0.770634103280859,0.758256274768824,0.790885056024172,0.89853747714808,0.772421222730945,0.833174995249857,0.776582792207792,0.842876398685328,0.780167051714946,0.67176218031337,0.782357565193616,0.731428571428571,0.77973079505971,0.815896294356423,0.806201550387597,0.701410485047679,0.767582310539645,0.73582995951417,0.713709677419355,0.790504451038576,0.837570968398448,0.845777732504839,0.783204798628963,0.842722344157428,0.828841015550761,0.845056566650271,0.796909492273731,0.79322853688029],[0.409525527692585,0.219864324230301,0.441857880993389,0.464345738295318,0.46205905217302,0.44228975076636,0.555478562148116,0.527704485488127,0.729964114832536,0.454262210566427,0.508297513466456,0.190716949063531,0.406331763474621,0.612996324087857,0.525477990217875,0.366058569371099,0.479593624102295,0.495066744051074,0.458541320022185,0.323869104908566,0.58912923438888,0.611794412315712,0.573367780356439,0.455587111938106,0.390287769784173,0.47404703974047,0.335429769392034,0.394535958216151,0.356188205442296,0.57496740547588,0.655164341728647,0.483563690698543,0.654742691372653,0.484555984555985,0.428679817905918,0.516661853883916,0.418788549739048,0.416154051885531,0.559846402234149,0.398876404494382,0.383299702123571,0.43646408839779,0.476975030699959,0.569036688010954,0.400775416427341,0.534883720930233,0.487697386862678,0.378303514667151,0.57791586998088,0.505899525605157,0.396798652064027],[0.927295688255457,0.863280570534006,0.924162453469637,0.922448979591837,0.928088162674607,0.931760629081701,0.943438718059766,0.966029023746702,0.951854066985646,0.922948467935355,0.951466347461777,0.848622867700769,0.927524856096285,0.954795394477018,0.939084037349933,0.928468554968795,0.925556139428972,0.934223254014316,0.895313366611204,0.905197305101059,0.942957289991117,0.947951453938259,0.947541270744844,0.932523748898247,0.960431654676259,0.913057583130576,0.93570929419986,0.904781036560868,0.916232828768921,0.934376358105172,0.952703205967164,0.926783713111692,0.947618950336064,0.932737248526722,0.92185128983308,0.931157955529887,0.918393167800095,0.928323081037711,0.919230265741589,0.880149812734082,0.896319784760258,0.839779005524862,0.925808432255424,0.946176150779268,0.913124641010913,0.982864137086903,0.936104276326035,0.923110979929162,0.923518164435946,0.954385111300328,0.880370682392586],[0.474404064087534,0.345758843666793,0.445286520764055,0.352716143840857,0.506622137841114,0.495120833060449,0.691184008200923,0.366386554621849,0.773118897185526,0.366656397617581,0.513091216216216,0.376042001008758,0.340419501133787,0.574242347327276,0.520474879559532,0.379441624365482,0.478841870824053,0.565747126436782,0.412098298676749,0.462212486308872,0.618354290756673,0.721707573297679,0.579216211689834,0.567779228044005,0.322109275730623,0.451364590622813,0.478481012658228,0.443231441048035,0.315604988203573,0.583743842364532,0.569884726224784,0.417247939124921,0.666390772681156,0.420497732009317,0.450121654501217,0.541844327397375,0.335679480238224,0.488477341749538,0.570954623287671,0.601503759398496,0.390385271053529,0.486187845303867,0.558732771034766,0.503226549896289,0.428193832599119,0.565333333333333,0.561683293522552,0.492378723673392,0.556348074179743,0.484039900249377,0.41296928327645],[0.905431809300508,0.950931913275009,0.944629185677828,0.908951798010712,0.947986889702927,0.961949047088873,0.921322398769862,0.942857142857143,0.963813900057438,0.918515095502156,0.959459459459459,0.9454628822963,0.910147392290249,0.942230570079699,0.898830006882312,0.902284263959391,0.930957683741648,0.944827586206897,0.897920604914934,0.937568455640745,0.905912199426428,0.887594308089008,0.924635739407135,0.895580831624091,0.918043202033037,0.869605784931187,0.936708860759494,0.926855895196507,0.950859453993933,0.926929392446634,0.944668587896254,0.948953709575143,0.955732365034442,0.889542724040701,0.982968369829684,0.91096062202157,0.954250135354629,0.940808670279283,0.903681506849315,0.882518796992481,0.925673371974088,0.850828729281768,0.898991976959473,0.929515249289391,0.944367526746381,0.938666666666667,0.930167205283125,0.94733624270023,0.918687589158345,0.909476309226933,0.993174061433447],[0.518544034906419,0.252179899036255,0.460709474629546,0.348507097405776,0.564132253382234,0.442554703761994,0.614671043242472,0.487075519513431,0.885824866956942,0.45982017982018,0.476311635686857,0.309845044082287,0.362098138747885,0.595560595560596,0.590356394129979,0.5477450239355,0.45104977589054,0.429588607594937,0.437481348851089,0.460431654676259,0.51109069431684,0.736426678694255,0.593049202276024,0.532407794597307,0.34,0.492377119160873,0.462113127001067,0.463636363636364,0.334618583201028,0.409353348729792,0.630689003509669,0.494328922495274,0.557251304760399,0.494499904622623,0.41,0.523703041144902,0.378565101860053,0.503574033552152,0.524858169122831,0.634615384615385,0.336553627760252,0.454545454545455,0.44774151005605,0.509441742985275,0.499760994263862,0.598414795244386,0.5321989623771,0.442712103494998,0.452405322415558,0.535089181530255,0.445134575569358],[0.90699276610403,0.775585130793942,0.895674300254453,0.848262359275575,0.915701765077395,0.875920190892014,0.883687740830598,0.799797263051191,0.958393807450411,0.887632367632368,0.906165335594977,0.896573604060914,0.913705583756345,0.917952917952918,0.891264849755416,0.861426051902242,0.853267280018872,0.872099156118143,0.840047746941212,0.895169578622816,0.883239270245439,0.88306929018436,0.907397076871583,0.912770761896797,0.839310344827586,0.856201975850713,0.938100320170758,0.901435406698565,0.886746805776064,0.903002309468822,0.937252227290166,0.889413988657845,0.908152775581211,0.886437337063648,0.9375,0.875,0.831178033658104,0.914952589350839,0.903085031387425,0.830128205128205,0.842468454258675,0.917748917748918,0.848334981866139,0.89211154830839,0.90368068833652,0.988110964332893,0.914341689946668,0.894314828219834,0.793244626407369,0.880313385564261,0.908902691511387],[0.098731884057971,0.131701631701632,0.33015873015873,0.0795454545454545,0.125866001118809,0.169097784981091,0.159858601728201,null,null,0.190650109569028,0.153566560654248,0.199897750511247,0,0.171891058581706,0.174382716049383,0.112293144208038,0.140356897735072,null,0.0933062880324544,null,0.303457106274008,0.214990859232176,0.103010348071496,0.109081066450129,null,0.0835820895522388,null,0.131699846860643,0.113930110100527,0.136054421768707,0.325396825396825,0.234104046242775,0.170078154075177,0.0965701775723668,null,0.157851578515785,0.0957367240089753,0.13770655983976,0.156380753138075,0.135636596289187,0.195812807881773,null,0.168352296670881,0.214369501466276,0.0852300242130751,null,0.229494614747307,0.122318125770654,null,0.102327299593646,null],[0.729166666666667,0.684149184149184,0.841798941798942,0.594090909090909,0.654675330263781,0.693679092382496,0.728593872741555,null,null,0.73581689797906,0.715129486597001,0.760736196319018,0.665198237885463,0.741007194244604,0.827160493827161,0.705082742316785,0.745710363761153,null,0.595334685598377,null,0.717029449423816,0.693235831809872,0.698024459078081,0.711733658140479,null,0.728358208955224,null,0.517611026033691,0.803733843944471,0.551020408163265,0.716269841269841,0.702312138728324,0.597692593970971,0.711505716370713,null,0.656826568265683,0.74869109947644,0.728592889334001,0.626046025104602,0.584133077415227,0.778325123152709,null,0.729034976822587,0.758064516129032,0.747699757869249,null,0.780447390223695,0.722194821208385,null,0.673439231621721,null],[0.622532894736842,null,0.652048470859781,0.62158273381295,0.581720786060369,0.666056724611162,0.505536955961885,0.703060380479735,0.834215167548501,0.578386471728025,0.551385287293572,null,null,0.571623396302657,0.69515306122449,0.502487562189055,0.705882352941177,0.747330960854093,0.592555331991952,null,0.518930957683742,0.692071611253197,0.637747336377473,0.806572068707991,null,0.643383947939262,null,null,0.542068965517241,0.45979381443299,0.588557301783507,null,0.415041484902917,0.559640053609037,null,0.731818181818182,0.560679611650485,0.684512428298279,0.55180148605075,0.629820051413882,0.74189364461738,null,0.532236842105263,0.527806673601664,0.659695817490494,null,0.52243856726364,0.612034837688044,null,0.649659863945578,null],[0.925986842105263,null,0.860357761107905,0.917985611510791,0.865057630383099,0.920402561756633,0.902652588204996,0.894954507857734,1,0.907169279549058,0.881261089122424,null,null,0.892009293868067,0.949829931972789,0.746268656716418,0.905660377358491,0.919335705812574,0.88933601609658,null,0.868329621380846,0.886445012787724,0.880263825469305,0.958924570575056,null,0.829934924078091,null,null,0.811034482758621,0.767010309278351,0.858320089469657,null,0.778290993071594,0.815048822515795,null,0.876515151515151,0.910194174757282,0.948374760994264,0.827141455208187,0.93573264781491,0.800259403372244,null,0.836842105263158,0.841188551919127,0.939163498098859,null,0.864379425239484,0.915281076801267,null,0.887269193391642,null],[0.41712204007286,0.234375,0.280086476098967,0.282352941176471,0.452509621712166,0.447006194081211,0.505145797598628,null,null,0.326605077245555,0.407979102350986,0.344651162790698,0.147766323024055,0.537749570276345,0.452264808362369,0.241109530583215,0.405797101449275,0.308043875685558,0.266666666666667,0.178654292343387,0.50635256749603,0.492936235204276,0.476930320150659,0.424242424242424,null,0.506941120153183,null,0.440035273368607,0.277877161598092,0.295116772823779,0.601524390243902,0.32512315270936,0.520302267002519,0.301360985093973,null,0.40532319391635,0.322254335260116,0.524132091447925,0.513271028037383,0.648484848484848,0.356289529163739,0.130193905817175,0.455900621118012,0.42530440212301,0.311453449430676,null,0.513328157349896,0.426044299093206,null,0.404289118347895,null],[0.808743169398907,0.711458333333333,0.74561614220514,0.836601307189543,0.859233852473727,0.864418444597385,0.888507718696398,null,null,0.802111637295241,0.858703395867965,0.817674418604651,0.74914089347079,0.90572524130636,0.806968641114983,0.886913229018492,0.819565217391304,0.635283363802559,0.654106280193237,0.819025522041763,0.872154579142403,0.867888507063765,0.875235404896422,0.853107344632768,null,0.918142651986597,null,0.67989417989418,0.799045915324985,0.870488322717622,0.913414634146341,0.852216748768473,0.855314861460957,0.801036941023979,null,0.813688212927757,0.788294797687861,0.852667231160034,0.794018691588785,0.942424242424242,0.765987350667604,0.498614958448753,0.824844720496894,0.836559475491726,0.738111185532485,null,0.893374741200828,0.863386353500818,null,0.79825258141382,null],[0.195263332229215,0.184375,0.228150228150228,0.151579443658652,0.30330367043512,0.269990709197894,0.292679053517548,0.34648493543759,0.61840490797546,0.258722490606549,0.196338069430204,0.19806157354618,0.231197771587744,0.372049689440994,0.266243194192378,0.189998299030447,0.168007572172267,0.212892483349191,0.195603610043785,0.15177304964539,0.38194832224986,0.266072169224388,0.245917862444335,0.273230964065221,0.107698779974758,0.239968605906014,null,0.166724019270475,0.265697019358804,0.239445114595899,0.267175995128163,0.194128220491312,0.355100429786861,0.191074738888638,0.276867030965392,0.278839937194052,0.231804146449052,0.229255374389864,0.23138768290722,0.229712858926342,0.162534916201117,0.174117647058824,0.229932131991575,0.283874323125402,0.243579121789561,0.105654761904762,0.372342362849989,0.249509285822135,0.268356643356643,0.260758776896942,null],[0.695925803246108,0.6,0.691270119841548,0.705091937765205,0.731395271523832,0.742273149581914,0.674289344132126,0.765423242467719,0.798159509202454,0.697580564998708,0.676548996631024,0.711060433295325,0.678737233054782,0.75843685300207,0.736660617059891,0.696036740942337,0.667297681022243,0.724548049476689,0.623804843177553,0.577304964539007,0.748312097060765,0.679238016235113,0.682912749463962,0.721439501873252,0.59234328986117,0.659864612969685,null,0.671885753613214,0.770972037283622,0.607358262967431,0.7323257487682,0.699221090473337,0.676168757126568,0.622643215625989,0.692167577413479,0.729657338136141,0.728863402440817,0.722608785959082,0.634314198424184,0.610486891385768,0.661312849162011,0.609411764705882,0.699391528200328,0.735803224523511,0.711184755592378,0.519345238095238,0.772524470748919,0.694285067190095,0.770104895104895,0.740373725934315,null]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>Asian Indian: BA or Higher<\/th>\n <th>Asian Indian: HS or Higher<\/th>\n <th>Cambodian: BA or Higher<\/th>\n <th>Cambodian: HS or Higher<\/th>\n <th>Chinese (except, Taiwanese): BA or Higher<\/th>\n <th>Chinese (except, Taiwanese): HS or Higher<\/th>\n <th>Chinese: BA or Higher<\/th>\n <th>Chinese: HS or Higher<\/th>\n <th>Filipino: BA or Higher<\/th>\n <th>Filipino: HS or Higher<\/th>\n <th>Japanese: BA or Higher<\/th>\n <th>Japanese: HS or Higher<\/th>\n <th>Korean: BA or Higher<\/th>\n <th>Korean: HS or Higher<\/th>\n <th>Laotian: BA or Higher<\/th>\n <th>Laotian: HS or Higher<\/th>\n <th>Pakistani: BA or Higher<\/th>\n <th>Pakistani: HS or Higher<\/th>\n <th>Thai: BA or Higher<\/th>\n <th>Thai: HS or Higher<\/th>\n <th>Vietnamese: BA or Higher<\/th>\n <th>Vietnamese: HS or Higher<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 0);\nDTWidget.formatPercentage(this, row, data, 2, 0);\nDTWidget.formatPercentage(this, row, data, 3, 0);\nDTWidget.formatPercentage(this, row, data, 4, 0);\nDTWidget.formatPercentage(this, row, data, 5, 0);\nDTWidget.formatPercentage(this, row, data, 6, 0);\nDTWidget.formatPercentage(this, row, data, 7, 0);\nDTWidget.formatPercentage(this, row, data, 8, 0);\nDTWidget.formatPercentage(this, row, data, 9, 0);\nDTWidget.formatPercentage(this, row, data, 10, 0);\nDTWidget.formatPercentage(this, row, data, 11, 0);\nDTWidget.formatPercentage(this, row, data, 12, 0);\nDTWidget.formatPercentage(this, row, data, 13, 0);\nDTWidget.formatPercentage(this, row, data, 14, 0);\nDTWidget.formatPercentage(this, row, data, 15, 0);\nDTWidget.formatPercentage(this, row, data, 16, 0);\nDTWidget.formatPercentage(this, row, data, 17, 0);\nDTWidget.formatPercentage(this, row, data, 18, 0);\nDTWidget.formatPercentage(this, row, data, 19, 0);\nDTWidget.formatPercentage(this, row, data, 20, 0);\nDTWidget.formatPercentage(this, row, data, 21, 0);\nDTWidget.formatPercentage(this, row, data, 22, 0);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
</div>
<div id="visualize-data" class="section level2">
<h2>Visualize Data</h2>
<div id="htmlwidget-24e7b2514dc074c27823" style="width:100%;height:500px;" class="highchart html-widget"></div>
<script type="application/json" data-for="htmlwidget-24e7b2514dc074c27823">{"x":{"hc_opts":{"title":{"text":"Bachelors Degree or Higher","align":"center"},"yAxis":{"title":{"text":null}},"credits":{"enabled":false},"exporting":{"enabled":false},"plotOptions":{"series":{"turboThreshold":0},"treemap":{"layoutAlgorithm":"squarified"},"bubble":{"minSize":5,"maxSize":25}},"annotationsOptions":{"enabledButtons":false},"tooltip":{"delayForDisplay":10,"pointFormat":"Percent BA or Higher\n<table>\n <tr>\n <th>{point.name}:<\/th>\n <td> {point.value:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>Asian Alone:<\/th>\n <td> {point.value2:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>NHPI Alone:<\/th>\n <td> {point.value3:.1f}%<\/td>\n <\/tr>\n<\/table>","useHTML":true,"headerFormat":""},"subtitle":{"text":"Source: 2011-2015 ACS using Asian/NHPI Alone","align":"center"},"chart":{"backgroundColor":"#ffffff"},"series":[{"mapData":{"title":"United States of America","version":"1.1.2","type":"FeatureCollection","copyright":"Copyright (c) 2015 Highsoft AS, Based on data from Natural Earth","copyrightShort":"Natural Earth","copyrightUrl":"http://www.naturalearthdata.com","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG:102004"}},"hc-transform":{"default":{"crs":"+proj=lcc +lat_1=33 +lat_2=45 +lat_0=39 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000151481324748,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-2361356.09818,"yoffset":1398996.77886},"us-all-hawaii":{"xpan":190,"ypan":417,"hitZone":{"type":"Polygon","coordinates":[[[1747,3920],[3651,2950],[3651,-999],[1747,-999],[1747,3920]]]},"crs":"+proj=aea +lat_1=8 +lat_2=18 +lat_0=13 +lon_0=-157 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000123090941806,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-338610.47557,"yoffset":1022754.31736},"us-all-alaska":{"rotation":-0.0174532925199,"xpan":5,"ypan":357,"hitZone":{"type":"Polygon","coordinates":[[[-999,5188],[-707,5188],[1747,3920],[1747,-999],[-999,-999],[-999,5188]]]},"crs":"+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs","scale":5.84397059179e-05,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-1566154.00853,"yoffset":1992671.14918}},"features":[{"type":"Feature","id":"US.MA","properties":{"labelrank":"0","hasc":"US.MA","woeid":"2347580","statefips":"25","fips":"US25","postalcode":"MA","name":"Massachusetts","country":"United States of America","region":"Northeast","longitude":"-71.99930000000001","woename":"Massachusetts","latitude":"42.3739","woelabel":"Massachusetts, US, United States","type":"State","code":"us-ma"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9430,7889],[9476,7878],[9436,7864],[9417,7844],[9430,7889]]],[[[9314,7915],[9312,7927],[9304,7921],[9278,7938],[9254,7990],[9177,7968],[8997,7925],[8860,7896],[8853,7901],[8856,8080],[8922,8096],[9005,8115],[9005,8115],[9222,8166],[9242,8201],[9300,8236],[9318,8197],[9357,8186],[9312,8147],[9299,8081],[9324,8091],[9365,8074],[9428,7985],[9483,7974],[9525,8007],[9501,8067],[9535,8028],[9549,7982],[9504,7965],[9420,7906],[9411,7955],[9371,7921],[9373,7898],[9339,7878],[9327,7915],[9314,7915]]]]}},{"type":"Feature","id":"US.WA","properties":{"labelrank":"0","hasc":"US.WA","woeid":"2347606","statefips":"53","fips":"US53","postalcode":"WA","name":"Washington","country":"United States of America","region":"West","longitude":"-120.361","woename":"Washington","latitude":"47.4865","woelabel":"Washington, US, United States","type":"State","code":"us-wa"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77,9797],[-56,9768],[-91,9757],[-86,9712],[-136,9751],[-111,9756],[-77,9797]]],[[[-52,9689],[-85,9658],[-66,9645],[-43,9568],[-77,9588],[-74,9635],[-89,9664],[-52,9690],[-60,9697],[-61,9737],[-31,9701],[-12,9731],[-9,9774],[-33,9788],[-46,9839],[-32,9851],[926,9593],[767,8925],[779,8870],[774,8822],[398,8914],[378,8905],[289,8922],[163,8905],[94,8923],[38,8914],[-10,8925],[-22,8950],[-113,8979],[-207,8965],[-283,9014],[-271,9096],[-280,9134],[-321,9167],[-357,9171],[-365,9207],[-400,9226],[-436,9219],[-460,9259],[-436,9333],[-441,9279],[-416,9297],[-401,9347],[-434,9357],[-429,9395],[-369,9396],[-424,9436],[-424,9523],[-410,9624],[-433,9678],[-428,9749],[-385,9790],[-313,9713],[-183,9655],[-161,9666],[-146,9623],[-100,9637],[-95,9567],[-135,9518],[-77,9566],[-112,9491],[-89,9426],[-154,9433],[-175,9394],[-167,9449],[-222,9394],[-157,9376],[-124,9418],[-82,9426],[-82,9476],[-66,9527],[-18,9570],[-37,9644],[-24,9661],[-52,9689]]]]}},{"type":"Feature","id":"US.CA","properties":{"labelrank":"0","hasc":"US.CA","woeid":"2347563","statefips":"6","fips":"US06","postalcode":"CA","name":"California","country":"United States of America","region":"West","longitude":"-119.591","woename":"California","latitude":"36.7496","woelabel":"California, US, United States","type":"State","code":"us-ca"},"geometry":{"type":"Polygon","coordinates":[[[-833,8186],[-50,7955],[-253,7203],[32,6779],[261,6430],[593,5936],[620,5788],[660,5730],[598,5702],[559,5661],[555,5605],[510,5537],[489,5536],[476,5452],[519,5416],[492,5355],[451,5357],[-76,5426],[-69,5467],[-95,5476],[-84,5583],[-110,5649],[-224,5792],[-276,5799],[-265,5822],[-284,5881],[-342,5885],[-417,5946],[-422,5975],[-484,6035],[-539,6046],[-588,6077],[-659,6091],[-686,6135],[-647,6273],[-691,6316],[-672,6333],[-720,6428],[-742,6442],[-793,6601],[-820,6637],[-816,6709],[-775,6726],[-761,6756],[-778,6807],[-821,6819],[-855,6888],[-842,6929],[-853,6979],[-833,7041],[-810,7042],[-816,6985],[-764,6931],[-772,6991],[-797,7030],[-787,7089],[-738,7083],[-782,7126],[-806,7122],[-833,7050],[-892,7126],[-903,7243],[-983,7395],[-967,7420],[-969,7507],[-943,7553],[-936,7629],[-964,7712],[-999,7766],[-993,7813],[-890,7943],[-849,8038],[-844,8118],[-860,8134],[-833,8186]]]}},{"type":"Feature","id":"US.OR","properties":{"labelrank":"0","hasc":"US.OR","woeid":"2347596","statefips":"41","fips":"US41","postalcode":"OR","name":"Oregon","country":"United States of America","region":"West","longitude":"-120.386","woename":"Oregon","latitude":"43.8333","woelabel":"Oregon, US, United States","type":"State","code":"us-or"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[-833,8186],[-851,8223],[-847,8281],[-817,8362],[-827,8415],[-793,8455],[-756,8527],[-714,8570],[-672,8648],[-594,8829],[-582,8877],[-494,9051],[-493,9108],[-468,9158],[-460,9216],[-396,9192],[-367,9202],[-359,9169],[-321,9167],[-280,9134],[-271,9096],[-283,9014],[-207,8965],[-113,8979],[-22,8950],[-10,8925],[38,8914],[94,8923],[163,8905],[289,8922],[378,8905],[398,8914],[774,8822],[785,8775],[821,8744],[823,8698],[776,8646],[718,8545],[624,8450],[615,8403],[662,8361],[616,8265],[510,7813],[-50,7955]]]}},{"type":"Feature","id":"US.WI","properties":{"labelrank":"0","hasc":"US.WI","woeid":"2347608","statefips":"55","fips":"US55","postalcode":"WI","name":"Wisconsin","country":"United States of America","region":"Midwest","longitude":"-89.5831","woename":"Wisconsin","latitude":"44.3709","woelabel":"Wisconsin, US, United States","type":"State","code":"us-wi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6206,8297],[6197,8237],[6159,8156],[6136,8180],[6161,8249],[6206,8297]]],[[[5575,7508],[5561,7544],[5494,7563],[5465,7670],[5479,7702],[5445,7758],[5431,7866],[5405,7892],[5360,7903],[5273,7994],[5217,8029],[5181,8035],[5136,8072],[5146,8117],[5144,8214],[5158,8253],[5117,8285],[5116,8322],[5147,8375],[5220,8422],[5214,8573],[5245,8603],[5303,8589],[5410,8635],[5449,8660],[5489,8656],[5481,8617],[5508,8583],[5554,8572],[5588,8553],[5611,8510],[5795,8473],[5849,8447],[5968,8437],[5993,8394],[6045,8372],[6042,8286],[6080,8287],[6071,8242],[6096,8224],[6058,8180],[6028,8078],[6049,8076],[6099,8156],[6129,8170],[6153,8151],[6124,8019],[6136,7996],[6101,7916],[6110,7860],[6082,7742],[6089,7679],[6116,7626],[6119,7543],[5780,7519],[5606,7509],[5575,7508]]]]}},{"type":"Feature","id":"US.ME","properties":{"labelrank":"0","hasc":"US.ME","woeid":"2347578","statefips":"23","fips":"US23","postalcode":"ME","name":"Maine","country":"United States of America","region":"Northeast","longitude":"-69.1973","woename":"Maine","latitude":"45.148","woelabel":"Maine, US, United States","type":"State","code":"us-me"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9623,8727],[9643,8763],[9665,8747],[9641,8690],[9623,8727]]],[[[9225,8399],[9079,8830],[9115,8824],[9130,8917],[9168,8971],[9177,9035],[9160,9062],[9160,9140],[9176,9161],[9166,9236],[9238,9459],[9272,9467],[9292,9423],[9319,9415],[9428,9491],[9519,9435],[9630,9097],[9697,9099],[9717,9017],[9747,8995],[9778,9009],[9851,8939],[9818,8875],[9789,8883],[9784,8851],[9706,8811],[9712,8773],[9690,8747],[9669,8782],[9611,8766],[9590,8707],[9615,8647],[9554,8716],[9552,8761],[9517,8719],[9529,8622],[9505,8581],[9483,8586],[9467,8544],[9433,8531],[9420,8493],[9387,8524],[9346,8471],[9362,8439],[9314,8347],[9298,8291],[9235,8354],[9225,8399]]]]}},{"type":"Feature","id":"US.MI","properties":{"labelrank":"0","hasc":"US.MI","woeid":"2347581","statefips":"26","fips":"US26","postalcode":"MI","name":"Michigan","country":"United States of America","region":"Midwest","longitude":"-84.9479","woename":"Michigan","latitude":"43.4343","woelabel":"Michigan, US, United States","type":"State","code":"us-mi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6802,8561],[6808,8523],[6764,8521],[6774,8565],[6802,8561]]],[[[5863,9010],[5834,8966],[5759,8913],[5758,8947],[5863,9010]]],[[[6976,7443],[6815,7415],[6718,7400],[6716,7416],[6323,7372],[6364,7423],[6399,7509],[6417,7630],[6409,7695],[6330,7861],[6345,7903],[6322,7979],[6361,8059],[6352,8141],[6381,8159],[6381,8204],[6423,8217],[6453,8283],[6469,8252],[6460,8196],[6479,8180],[6501,8221],[6497,8298],[6533,8342],[6567,8348],[6542,8410],[6593,8461],[6646,8436],[6627,8469],[6669,8467],[6654,8434],[6698,8433],[6726,8400],[6837,8377],[6863,8359],[6884,8307],[6860,8285],[6902,8213],[6903,8115],[6872,8094],[6868,8040],[6821,8014],[6824,7934],[6868,7920],[6900,7950],[6937,8030],[6993,8059],[7042,8027],[7097,7866],[7128,7802],[7124,7704],[7066,7697],[7061,7631],[7021,7590],[7008,7500],[6976,7443]]],[[[5874,8741],[5900,8700],[5901,8651],[5938,8693],[6017,8689],[6049,8673],[6107,8596],[6174,8609],[6192,8589],[6244,8596],[6318,8663],[6430,8674],[6485,8705],[6529,8713],[6518,8645],[6560,8631],[6591,8646],[6609,8627],[6633,8653],[6688,8665],[6692,8589],[6745,8536],[6723,8521],[6631,8516],[6606,8530],[6598,8476],[6541,8514],[6480,8529],[6444,8521],[6426,8490],[6320,8470],[6302,8429],[6244,8388],[6264,8448],[6227,8437],[6192,8395],[6185,8444],[6096,8224],[6071,8242],[6080,8287],[6042,8286],[6045,8372],[5993,8394],[5968,8437],[5849,8447],[5795,8473],[5611,8510],[5588,8553],[5554,8572],[5623,8604],[5661,8642],[5731,8656],[5776,8696],[5805,8702],[5860,8764],[5868,8750],[5893,8802],[5958,8837],[6017,8829],[5931,8757],[5903,8703],[5900,8738],[5874,8741]]]]}},{"type":"Feature","id":"US.NV","properties":{"labelrank":"0","hasc":"US.NV","woeid":"2347587","statefips":"32","fips":"US32","postalcode":"NV","name":"Nevada","country":"United States of America","region":"West","longitude":"-117.02","woename":"Nevada","latitude":"39.4299","woelabel":"Nevada, US, United States","type":"State","code":"us-nv"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[510,7813],[897,7727],[1073,7690],[929,6975],[818,6420],[777,6221],[752,6180],[669,6227],[631,6217],[631,6159],[611,6068],[614,5982],[593,5936],[261,6430],[32,6779],[-253,7203],[-50,7955]]]}},{"type":"Feature","id":"US.NM","properties":{"labelrank":"0","hasc":"US.NM","woeid":"2347590","statefips":"35","fips":"US35","postalcode":"NM","name":"New Mexico","country":"United States of America","region":"West","longitude":"-106.024","woename":"New Mexico","latitude":"34.5002","woelabel":"New Mexico, US, United States","type":"State","code":"us-nm"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[3091,6104],[3083,6007],[3081,5975],[3072,5970],[2976,4810],[2181,4887],[2208,4823],[1830,4873],[1815,4756],[1630,4782],[1736,5514],[1841,6242]]]}},{"type":"Feature","id":"US.CO","properties":{"labelrank":"0","hasc":"US.CO","woeid":"2347564","statefips":"8","fips":"US08","postalcode":"CO","name":"Colorado","country":"United States of America","region":"West","longitude":"-105.543","woename":"Colorado","latitude":"38.9998","woelabel":"Colorado, US, United States","type":"State","code":"us-co"},"geometry":{"type":"Polygon","coordinates":[[[3091,6104],[1841,6242],[1966,7108],[1990,7269],[2964,7155],[3357,7124],[3339,6866],[3329,6696],[3290,6089],[3091,6104]]]}},{"type":"Feature","id":"US.WY","properties":{"labelrank":"0","hasc":"US.WY","woeid":"2347609","statefips":"56","fips":"US56","postalcode":"WY","name":"Wyoming","country":"United States of America","region":"West","longitude":"-107.552","woename":"Wyoming","latitude":"42.9999","woelabel":"Wyoming, US, United States","type":"State","code":"us-wy"},"geometry":{"type":"Polygon","coordinates":[[[2964,7155],[1990,7269],[1600,7329],[1643,7585],[1677,7785],[1750,8226],[1772,8355],[3056,8191],[3019,7770],[3010,7672],[3002,7575],[2964,7155]]]}},{"type":"Feature","id":"US.KS","properties":{"labelrank":"0","hasc":"US.KS","woeid":"2347575","statefips":"20","fips":"US20","postalcode":"KS","name":"Kansas","country":"United States of America","region":"Midwest","longitude":"-98.3309","woename":"Kansas","latitude":"38.5","woelabel":"Kansas, US, United States","type":"State","code":"us-ks"},"geometry":{"type":"Polygon","coordinates":[[[3339,6866],[4682,6826],[4769,6780],[4726,6705],[4767,6667],[4781,6624],[4824,6600],[4833,6050],[3290,6089],[3329,6696],[3339,6866]]]}},{"type":"Feature","id":"US.NE","properties":{"labelrank":"0","hasc":"US.NE","woeid":"2347586","statefips":"31","fips":"US31","postalcode":"NE","name":"Nebraska","country":"United States of America","region":"Midwest","longitude":"-99.68550000000001","woename":"Nebraska","latitude":"41.5002","woelabel":"Nebraska, US, United States","type":"State","code":"us-ne"},"geometry":{"type":"Polygon","coordinates":[[[4682,6826],[3339,6866],[3357,7124],[2964,7155],[3002,7575],[3010,7672],[4071,7611],[4148,7558],[4194,7574],[4297,7577],[4330,7551],[4409,7521],[4453,7479],[4469,7474],[4478,7398],[4515,7341],[4533,7291],[4529,7228],[4559,7206],[4571,7165],[4579,7031],[4592,6986],[4592,6981],[4592,6981],[4591,6981],[4591,6981],[4619,6915],[4682,6826]]]}},{"type":"Feature","id":"US.OK","properties":{"labelrank":"0","hasc":"US.OK","woeid":"2347595","statefips":"40","fips":"US40","postalcode":"OK","name":"Oklahoma","country":"United States of America","region":"South","longitude":"-97.1309","woename":"Oklahoma","latitude":"35.452","woelabel":"Oklahoma, US, United States","type":"State","code":"us-ok"},"geometry":{"type":"Polygon","coordinates":[[[3290,6089],[4833,6050],[4833,6017],[4835,5920],[4877,5632],[4875,5180],[4790,5207],[4714,5260],[4685,5235],[4632,5257],[4595,5233],[4559,5242],[4474,5191],[4405,5248],[4360,5237],[4347,5258],[4312,5234],[4304,5199],[4283,5247],[4248,5227],[4181,5268],[4121,5246],[4093,5310],[4007,5296],[3908,5334],[3856,5341],[3842,5388],[3753,5388],[3686,5437],[3707,5936],[3081,5975],[3083,6007],[3091,6104],[3290,6089]]]}},{"type":"Feature","id":"US.MO","properties":{"labelrank":"0","hasc":"US.MO","woeid":"2347584","statefips":"29","fips":"US29","postalcode":"MO","name":"Missouri","country":"United States of America","region":"Midwest","longitude":"-92.446","woename":"Missouri","latitude":"38.5487","woelabel":"Missouri, US, United States","type":"State","code":"us-mo"},"geometry":{"type":"Polygon","coordinates":[[[4835,5920],[4833,6017],[4833,6050],[4824,6600],[4781,6624],[4767,6667],[4726,6705],[4769,6780],[4682,6826],[4619,6915],[4591,6981],[4591,6981],[4592,6981],[4846,6977],[5120,6985],[5389,7006],[5449,6947],[5449,6947],[5449,6947],[5436,6893],[5454,6813],[5475,6774],[5540,6711],[5588,6679],[5616,6596],[5642,6567],[5672,6592],[5735,6561],[5692,6420],[5752,6350],[5792,6336],[5873,6276],[5898,6211],[5886,6165],[5918,6121],[5975,6097],[5976,6033],[5956,5988],[5932,6005],[5921,5968],[5911,5955],[5907,5967],[5890,5980],[5893,5966],[5901,5936],[5869,5898],[5888,5872],[5868,5834],[5731,5821],[5790,5904],[5767,5957],[4835,5920]]]}},{"type":"Feature","id":"US.IL","properties":{"labelrank":"0","hasc":"US.IL","woeid":"2347572","statefips":"17","fips":"US17","postalcode":"IL","name":"Illinois","country":"United States of America","region":"Midwest","longitude":"-89.1991","woename":"Illinois","latitude":"39.946","woelabel":"Illinois, US, United States","type":"State","code":"us-il"},"geometry":{"type":"Polygon","coordinates":[[[6119,7543],[6121,7488],[6192,7351],[6247,6739],[6226,6674],[6254,6638],[6266,6585],[6244,6520],[6222,6503],[6194,6422],[6176,6404],[6179,6328],[6159,6283],[6171,6241],[6102,6218],[6105,6131],[6015,6162],[5987,6157],[5962,6117],[5975,6097],[5918,6121],[5886,6165],[5898,6211],[5873,6276],[5792,6336],[5752,6350],[5692,6420],[5735,6561],[5672,6592],[5642,6567],[5616,6596],[5588,6679],[5540,6711],[5475,6774],[5454,6813],[5436,6893],[5449,6947],[5449,6947],[5449,6947],[5458,7004],[5496,7020],[5535,7098],[5536,7132],[5509,7160],[5523,7224],[5579,7232],[5646,7276],[5671,7332],[5672,7411],[5625,7441],[5575,7508],[5575,7508],[5606,7509],[5848,7523],[6119,7543]]]}},{"type":"Feature","id":"US.IN","properties":{"labelrank":"0","hasc":"US.IN","woeid":"2347573","statefips":"18","fips":"US18","postalcode":"IN","name":"Indiana","country":"United States of America","region":"Midwest","longitude":"-86.1396","woename":"Indiana","latitude":"39.8874","woelabel":"Indiana, US, United States","type":"State","code":"us-in"},"geometry":{"type":"Polygon","coordinates":[[[6192,7351],[6239,7329],[6323,7372],[6716,7416],[6718,7400],[6732,7296],[6797,6730],[6792,6683],[6808,6651],[6737,6617],[6682,6619],[6693,6572],[6657,6540],[6652,6507],[6622,6498],[6608,6438],[6583,6411],[6531,6450],[6485,6413],[6485,6390],[6444,6379],[6426,6401],[6359,6356],[6303,6376],[6269,6350],[6209,6363],[6179,6328],[6176,6404],[6194,6422],[6222,6503],[6244,6520],[6266,6585],[6254,6638],[6226,6674],[6247,6739],[6192,7351]]]}},{"type":"Feature","id":"US.VT","properties":{"labelrank":"0","hasc":"US.VT","woeid":"2347604","statefips":"50","fips":"US50","postalcode":"VT","name":"Vermont","country":"United States of America","region":"Northeast","longitude":"-72.7317","woename":"Vermont","latitude":"44.0886","woelabel":"Vermont, US, United States","type":"State","code":"us-vt"},"geometry":{"type":"Polygon","coordinates":[[[8922,8096],[8856,8080],[8807,8284],[8772,8287],[8772,8328],[8740,8402],[8748,8453],[8739,8514],[8720,8537],[8695,8646],[8811,8677],[9024,8736],[9020,8661],[9045,8629],[9033,8585],[8978,8526],[8986,8490],[8981,8392],[8964,8320],[8979,8261],[8979,8148],[9005,8115],[9005,8115],[8922,8096]]]}},{"type":"Feature","id":"US.AR","properties":{"labelrank":"0","hasc":"US.AR","woeid":"2347562","statefips":"5","fips":"US05","postalcode":"AR","name":"Arkansas","country":"United States of America","region":"South","longitude":"-92.14279999999999","woename":"Arkansas","latitude":"34.7563","woelabel":"Arkansas, US, United States","type":"State","code":"us-ar"},"geometry":{"type":"Polygon","coordinates":[[[4975,5016],[4971,5157],[4910,5157],[4875,5180],[4877,5632],[4835,5920],[5767,5957],[5790,5904],[5731,5821],[5868,5834],[5871,5791],[5827,5763],[5835,5714],[5798,5670],[5802,5602],[5762,5567],[5770,5547],[5730,5520],[5706,5470],[5709,5414],[5635,5340],[5647,5309],[5609,5297],[5620,5250],[5583,5215],[5607,5162],[5598,5120],[5618,5077],[5605,5041],[5563,5038],[4975,5016]]]}},{"type":"Feature","id":"US.TX","properties":{"labelrank":"0","hasc":"US.TX","woeid":"2347602","statefips":"48","fips":"US48","postalcode":"TX","name":"Texas","country":"United States of America","region":"South","longitude":"-98.7607","woename":"Texas","latitude":"31.131","woelabel":"Texas, US, United States","type":"State","code":"us-tx"},"geometry":{"type":"MultiPolygon","coordinates":[[[[4875,5180],[4910,5157],[4971,5157],[4975,5016],[4980,4752],[5033,4679],[5031,4646],[5105,4506],[5093,4447],[5059,4380],[5065,4253],[5047,4228],[5018,4172],[5032,4146],[4989,4147],[4854,4084],[4875,4116],[4831,4102],[4842,4162],[4778,4141],[4769,4106],[4839,4052],[4789,4023],[4801,4063],[4739,3976],[4638,3901],[4557,3881],[4544,3857],[4451,3804],[4448,3787],[4381,3749],[4308,3672],[4340,3735],[4307,3756],[4261,3721],[4306,3712],[4263,3655],[4221,3658],[4249,3617],[4213,3527],[4195,3545],[4141,3510],[4206,3511],[4178,3442],[4232,3206],[4272,3164],[4203,3135],[4114,3192],[4013,3198],[3979,3230],[3915,3245],[3878,3279],[3810,3292],[3795,3375],[3727,3467],[3715,3534],[3721,3603],[3677,3628],[3595,3762],[3548,3801],[3525,3881],[3477,3970],[3469,4021],[3393,4097],[3411,4119],[3365,4132],[3310,4204],[3150,4220],[3103,4248],[3082,4218],[3018,4214],[2959,4096],[2967,4083],[2896,4024],[2861,4031],[2754,4113],[2695,4134],[2651,4187],[2595,4230],[2567,4305],[2573,4370],[2512,4503],[2437,4557],[2309,4714],[2275,4731],[2239,4806],[2208,4823],[2181,4887],[2976,4810],[3072,5970],[3081,5975],[3707,5936],[3686,5437],[3753,5388],[3842,5388],[3856,5341],[3908,5334],[4007,5296],[4093,5310],[4121,5246],[4181,5268],[4248,5227],[4283,5247],[4304,5199],[4312,5234],[4347,5258],[4360,5237],[4405,5248],[4474,5191],[4559,5242],[4595,5233],[4632,5257],[4685,5235],[4714,5260],[4790,5207],[4875,5180]]],[[[4269,3610],[4220,3493],[4219,3420],[4245,3297],[4214,3394],[4222,3530],[4269,3610]]]]}},{"type":"Feature","id":"US.RI","properties":{"labelrank":"0","hasc":"US.RI","woeid":"2347598","statefips":"44","fips":"US44","postalcode":"RI","name":"Rhode Island","country":"United States of America","region":"Northeast","longitude":"-71.5082","woename":"Rhode Island","latitude":"41.6242","woelabel":"Rhode Island, US, United States","type":"State","code":"us-ri"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9339,7878],[9325,7871],[9314,7915],[9327,7915],[9339,7878]]],[[[9177,7968],[9254,7990],[9278,7938],[9304,7921],[9320,7866],[9285,7851],[9279,7822],[9216,7790],[9212,7845],[9177,7968]]]]}},{"type":"Feature","id":"US.AL","properties":{"labelrank":"0","hasc":"US.AL","woeid":"2347559","statefips":"1","fips":"US01","postalcode":"AL","name":"Alabama","country":"United States of America","region":"South","longitude":"-86.7184","woename":"Alabama","latitude":"32.8551","woelabel":"Alabama, US, United States","type":"State","code":"us-al"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6440,4378],[6291,4361],[6336,4375],[6317,4398],[6267,4399],[6216,4788],[6236,5574],[6215,5600],[6213,5603],[6762,5652],[6912,5135],[6947,5053],[6998,4970],[6970,4930],[6958,4846],[6990,4774],[6983,4704],[7015,4637],[6436,4574],[6431,4541],[6487,4486],[6487,4443]]]}},{"type":"Feature","id":"US.MS","properties":{"labelrank":"0","hasc":"US.MS","woeid":"2347583","statefips":"28","fips":"US28","postalcode":"MS","name":"Mississippi","country":"United States of America","region":"South","longitude":"-89.71890000000001","woename":"Mississippi","latitude":"32.8657","woelabel":"Mississippi, US, United States","type":"State","code":"us-ms"},"geometry":{"type":"Polygon","coordinates":[[[6267,4399],[6164,4396],[6059,4360],[6017,4328],[5936,4451],[5955,4536],[5523,4510],[5540,4526],[5522,4581],[5545,4585],[5545,4642],[5565,4662],[5584,4738],[5636,4781],[5670,4868],[5629,4895],[5611,4977],[5627,5018],[5605,5041],[5618,5077],[5598,5120],[5607,5162],[5583,5215],[5620,5250],[5609,5297],[5647,5309],[5635,5340],[5709,5414],[5706,5470],[5730,5520],[5770,5547],[5762,5567],[6122,5592],[6215,5600],[6236,5574],[6216,4788],[6267,4399]]]}},{"type":"Feature","id":"US.NC","properties":{"labelrank":"0","hasc":"US.NC","woeid":"2347592","statefips":"37","fips":"US37","postalcode":"NC","name":"North Carolina","country":"United States of America","region":"South","longitude":"-78.866","woename":"North Carolina","latitude":"35.6152","woelabel":"North Carolina, US, United States","type":"State","code":"us-nc"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8716,6394],[8720,6381],[8694,6389],[8694,6389],[8704,6391],[8705,6390],[8709,6392],[8712,6393],[8716,6394]]],[[[8727,6396],[8756,6332],[8852,6203],[8782,6278],[8722,6395],[8724,6396],[8727,6396]]],[[[7532,6183],[7623,6187],[7858,6219],[8691,6388],[8768,6281],[8670,6318],[8707,6291],[8620,6230],[8584,6234],[8581,6204],[8719,6244],[8742,6161],[8737,6222],[8760,6252],[8795,6220],[8797,6153],[8772,6164],[8750,6091],[8709,6073],[8638,6097],[8638,6070],[8551,6078],[8664,6053],[8635,6009],[8661,6003],[8610,5957],[8551,5988],[8590,5949],[8631,5940],[8676,5955],[8686,5995],[8721,5956],[8670,5890],[8565,5865],[8469,5764],[8443,5714],[8432,5616],[8368,5624],[8302,5600],[8029,5790],[7791,5756],[7782,5790],[7714,5830],[7457,5802],[7290,5724],[7210,5711],[7034,5685],[7038,5756],[7073,5762],[7085,5807],[7131,5847],[7188,5859],[7269,5928],[7298,5973],[7352,6010],[7365,5989],[7437,6050],[7464,6038],[7490,6093],[7523,6123],[7532,6183]]]]}},{"type":"Feature","id":"US.VA","properties":{"labelrank":"0","hasc":"US.VA","woeid":"2347605","statefips":"51","fips":"US51","postalcode":"VA","name":"Virginia","country":"United States of America","region":"South","longitude":"-78.2431","woename":"Virginia","latitude":"37.7403","woelabel":"Virginia, US, United States","type":"State","code":"us-va"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8722,6395],[8696,6432],[8704,6391],[8694,6389],[8694,6389],[8686,6398],[8691,6388],[7858,6219],[7623,6187],[7532,6183],[7472,6170],[7116,6120],[7221,6173],[7268,6217],[7309,6294],[7363,6332],[7431,6411],[7470,6351],[7530,6341],[7567,6378],[7595,6360],[7649,6382],[7664,6419],[7690,6412],[7773,6459],[7767,6505],[7840,6674],[7857,6759],[7932,6729],[7974,6848],[7998,6837],[8048,6900],[8072,6952],[8076,7028],[8188,6969],[8198,7020],[8256,7009],[8251,6984],[8341,6945],[8347,6939],[8353,6939],[8367,6892],[8334,6870],[8323,6802],[8347,6786],[8385,6812],[8429,6763],[8484,6768],[8507,6740],[8571,6721],[8572,6647],[8536,6648],[8499,6683],[8431,6711],[8532,6636],[8597,6606],[8561,6578],[8558,6548],[8577,6545],[8611,6494],[8586,6478],[8526,6534],[8449,6533],[8518,6510],[8580,6459],[8619,6482],[8679,6482],[8727,6396],[8724,6396],[8722,6395]],[[8558,6548],[8552,6548],[8552,6548],[8552,6548],[8484,6605],[8532,6551],[8552,6548],[8552,6548],[8552,6548],[8557,6544],[8558,6548]]],[[[8709,6392],[8713,6400],[8716,6394],[8712,6393],[8709,6392]]],[[[8765,6797],[8756,6760],[8761,6796],[8765,6797]]],[[[8688,6764],[8691,6772],[8739,6789],[8726,6737],[8674,6599],[8696,6561],[8678,6528],[8652,6583],[8652,6652],[8688,6764]]]]}},{"type":"Feature","id":"US.IA","properties":{"labelrank":"0","hasc":"US.IA","woeid":"2347574","statefips":"19","fips":"US19","postalcode":"IA","name":"Iowa","country":"United States of America","region":"Midwest","longitude":"-93.3891","woename":"Iowa","latitude":"42.0423","woelabel":"Iowa, US, United States","type":"State","code":"us-ia"},"geometry":{"type":"Polygon","coordinates":[[[5575,7508],[5625,7441],[5672,7411],[5671,7332],[5646,7276],[5579,7232],[5523,7224],[5509,7160],[5536,7132],[5535,7098],[5496,7020],[5458,7004],[5449,6947],[5449,6947],[5449,6947],[5389,7006],[5120,6985],[4846,6977],[4592,6981],[4591,6981],[4579,7031],[4571,7165],[4559,7206],[4529,7228],[4533,7291],[4515,7341],[4478,7398],[4469,7474],[4453,7479],[4423,7540],[4459,7636],[4438,7663],[4433,7734],[4459,7735],[5137,7745],[5445,7758],[5479,7702],[5465,7670],[5494,7563],[5561,7544],[5577,7513],[5575,7508],[5575,7508]]]}},{"type":"Feature","id":"US.MD","properties":{"labelrank":"0","hasc":"US.MD","woeid":"2347579","statefips":"24","fips":"US24","postalcode":"MD","name":"Maryland","country":"United States of America","region":"South","longitude":"-77.0454","woename":"Maryland","latitude":"39.3874","woelabel":"Maryland, US, United States","type":"State","code":"us-md"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8761,6796],[8769,6819],[8765,6797],[8761,6796]]],[[[8779,6915],[8779,6884],[8777,6914],[8777,6914],[8779,6915]]],[[[8739,6789],[8691,6772],[8688,6764],[8647,6746],[8650,6806],[8590,6833],[8592,6815],[8525,6862],[8581,6899],[8555,6926],[8511,6936],[8544,6974],[8512,6986],[8496,7036],[8530,7108],[8537,7165],[8497,7093],[8472,7099],[8469,7056],[8432,7052],[8471,7014],[8458,6959],[8483,6868],[8513,6820],[8462,6849],[8543,6778],[8548,6753],[8491,6782],[8433,6785],[8382,6834],[8354,6797],[8335,6827],[8370,6891],[8367,6916],[8385,6943],[8341,6945],[8251,6984],[8256,7009],[8198,7020],[8162,7087],[8101,7099],[8046,7067],[8043,7043],[8000,7038],[7977,7057],[7949,7003],[7928,7007],[7857,6922],[7835,7053],[8176,7119],[8559,7201],[8650,6887],[8771,6913],[8770,6856],[8753,6848],[8739,6789]]]]}},{"type":"Feature","id":"US.DE","properties":{"labelrank":"0","hasc":"US.DE","woeid":"2347566","statefips":"10","fips":"US10","postalcode":"DE","name":"Delaware","country":"United States of America","region":"South","longitude":"-75.41119999999999","woename":"Delaware","latitude":"38.8657","woelabel":"Delaware, US, United States","type":"State","code":"us-de"},"geometry":{"type":"Polygon","coordinates":[[[8777,6914],[8771,6915],[8771,6913],[8650,6887],[8559,7201],[8589,7239],[8625,7239],[8601,7183],[8613,7145],[8652,7114],[8675,7051],[8735,6995],[8751,6999],[8779,6915],[8777,6914],[8777,6914]]]}},{"type":"Feature","id":"US.PA","properties":{"labelrank":"0","hasc":"US.PA","woeid":"2347597","statefips":"42","fips":"US42","postalcode":"PA","name":"Pennsylvania","country":"United States of America","region":"Northeast","longitude":"-77.60939999999999","woename":"Pennsylvania","latitude":"40.8601","woelabel":"Pennsylvania, US, United States","type":"State","code":"us-pa"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8632,7530],[8615,7490],[8627,7443],[8646,7444],[8739,7361],[8691,7310],[8673,7276],[8625,7239],[8589,7239],[8559,7201],[8176,7119],[7835,7053],[7630,7017],[7589,7253],[7589,7253],[7530,7595],[7556,7610],[7662,7693],[7674,7625],[8514,7797],[8573,7765],[8588,7712],[8673,7663],[8673,7663],[8611,7549]]]}},{"type":"Feature","id":"US.NJ","properties":{"labelrank":"0","hasc":"US.NJ","woeid":"2347589","statefips":"34","fips":"US34","postalcode":"NJ","name":"New Jersey","country":"United States of America","region":"Northeast","longitude":"-74.4653","woename":"New Jersey","latitude":"40.0449","woelabel":"New Jersey, US, United States","type":"State","code":"us-nj"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8673,7663],[8759,7635],[8846,7608],[8840,7532],[8810,7504],[8805,7466],[8866,7456],[8875,7438],[8886,7281],[8853,7228],[8849,7172],[8812,7122],[8784,7047],[8766,7040],[8769,7097],[8716,7095],[8623,7151],[8610,7186],[8624,7231],[8676,7269],[8691,7310],[8739,7361],[8646,7444],[8627,7443],[8615,7490],[8632,7530],[8611,7549]]]}},{"type":"Feature","id":"US.NY","properties":{"labelrank":"0","hasc":"US.NY","woeid":"2347591","statefips":"36","fips":"US36","postalcode":"NY","name":"New York","country":"United States of America","region":"Northeast","longitude":"-75.32420000000001","woename":"New York","latitude":"43.1988","woelabel":"New York, US, United States","type":"State","code":"us-ny"},"geometry":{"type":"Polygon","coordinates":[[[8673,7663],[8588,7712],[8573,7765],[8514,7797],[7674,7625],[7662,7693],[7763,7795],[7803,7872],[7754,7932],[7747,7976],[7812,8010],[7918,8040],[7988,8041],[8031,8026],[8061,8043],[8133,8055],[8180,8080],[8224,8141],[8264,8164],[8243,8232],[8257,8274],[8225,8259],[8202,8296],[8230,8345],[8280,8379],[8297,8437],[8358,8526],[8422,8581],[8453,8585],[8695,8646],[8720,8537],[8739,8514],[8748,8453],[8740,8402],[8772,8328],[8772,8287],[8807,8284],[8856,8080],[8853,7901],[8860,7896],[8896,7702],[8912,7685],[8874,7645],[8896,7623],[8881,7575],[8930,7617],[8982,7620],[9002,7641],[9094,7671],[9134,7722],[9173,7697],[9177,7721],[9184,7702],[9231,7730],[9141,7649],[9083,7619],[9032,7570],[8936,7519],[8857,7498],[8812,7468],[8814,7503],[8840,7506],[8858,7554],[8843,7544],[8846,7608],[8759,7635],[8695,7656],[8673,7663],[8673,7663]]]}},{"type":"Feature","id":"US.ID","properties":{"labelrank":"0","hasc":"US.ID","woeid":"2347571","statefips":"16","fips":"US16","postalcode":"ID","name":"Idaho","country":"United States of America","region":"West","longitude":"-114.133","woename":"Idaho","latitude":"43.7825","woelabel":"Idaho, US, United States","type":"State","code":"us-id"},"geometry":{"type":"Polygon","coordinates":[[[926,9593],[1093,9555],[1036,9301],[1076,9210],[1061,9142],[1117,9085],[1172,8979],[1170,8959],[1219,8896],[1258,8897],[1253,8859],[1219,8796],[1204,8727],[1211,8698],[1177,8675],[1167,8620],[1200,8590],[1278,8630],[1303,8596],[1303,8522],[1338,8434],[1326,8419],[1347,8377],[1374,8375],[1391,8331],[1392,8280],[1415,8254],[1451,8281],[1508,8261],[1536,8282],[1614,8258],[1671,8261],[1686,8296],[1713,8295],[1750,8226],[1677,7785],[1643,7585],[1393,7629],[1073,7690],[897,7727],[510,7813],[616,8265],[662,8361],[615,8403],[624,8450],[718,8545],[776,8646],[823,8698],[821,8744],[785,8775],[774,8822],[779,8870],[767,8925],[926,9593]]]}},{"type":"Feature","id":"US.SD","properties":{"labelrank":"0","hasc":"US.SD","woeid":"2347600","statefips":"46","fips":"US46","postalcode":"SD","name":"South Dakota","country":"United States of America","region":"Midwest","longitude":"-100.255","woename":"South Dakota","latitude":"44.4711","woelabel":"South Dakota, US, United States","type":"State","code":"us-sd"},"geometry":{"type":"Polygon","coordinates":[[[3010,7672],[3019,7770],[3056,8191],[3059,8191],[3080,8436],[4231,8374],[4444,8372],[4429,8325],[4387,8283],[4419,8232],[4462,8203],[4459,7735],[4433,7734],[4438,7663],[4459,7636],[4423,7540],[4453,7479],[4409,7521],[4330,7551],[4297,7577],[4194,7574],[4148,7558],[4071,7611],[3010,7672]]]}},{"type":"Feature","id":"US.CT","properties":{"labelrank":"0","hasc":"US.CT","woeid":"2347565","statefips":"9","fips":"US09","postalcode":"CT","name":"Connecticut","country":"United States of America","region":"Northeast","longitude":"-72.7594","woename":"Connecticut","latitude":"41.6486","woelabel":"Connecticut, US, United States","type":"State","code":"us-ct"},"geometry":{"type":"Polygon","coordinates":[[[9216,7790],[9204,7796],[9095,7743],[9023,7721],[8972,7689],[8896,7623],[8874,7645],[8912,7685],[8896,7702],[8860,7896],[8997,7925],[9177,7968],[9212,7845],[9216,7790]]]}},{"type":"Feature","id":"US.NH","properties":{"labelrank":"0","hasc":"US.NH","woeid":"2347588","statefips":"33","fips":"US33","postalcode":"NH","name":"New Hampshire","country":"United States of America","region":"Northeast","longitude":"-71.6301","woename":"New Hampshire","latitude":"43.5993","woelabel":"New Hampshire, US, United States","type":"State","code":"us-nh"},"geometry":{"type":"Polygon","coordinates":[[[9298,8291],[9306,8288],[9300,8236],[9242,8201],[9222,8166],[9005,8115],[9005,8115],[8979,8148],[8979,8261],[8964,8320],[8981,8392],[8986,8490],[8978,8526],[9033,8585],[9045,8629],[9020,8661],[9024,8736],[9036,8814],[9079,8830],[9225,8399],[9235,8354],[9298,8291]]]}},{"type":"Feature","id":"US.KY","properties":{"labelrank":"0","hasc":"US.KY","woeid":"2347576","statefips":"21","fips":"US21","postalcode":"KY","name":"Kentucky","country":"United States of America","region":"South","longitude":"-85.5729","woename":"Kentucky","latitude":"37.3994","woelabel":"Kentucky, US, United States","type":"State","code":"us-ky"},"geometry":{"type":"MultiPolygon","coordinates":[[[[5893,5966],[5890,5980],[5907,5967],[5893,5966]]],[[[5921,5968],[5932,6005],[5956,5988],[5976,6033],[5975,6097],[5962,6117],[5987,6157],[6015,6162],[6105,6131],[6102,6218],[6171,6241],[6159,6283],[6179,6328],[6209,6363],[6269,6350],[6303,6376],[6359,6356],[6426,6401],[6444,6379],[6485,6390],[6485,6413],[6531,6450],[6583,6411],[6608,6438],[6622,6498],[6652,6507],[6657,6540],[6693,6572],[6682,6619],[6737,6617],[6808,6651],[6792,6683],[6797,6730],[6873,6741],[6900,6725],[6933,6672],[7001,6669],[7036,6641],[7069,6664],[7119,6643],[7198,6692],[7216,6653],[7270,6617],[7270,6617],[7270,6617],[7272,6548],[7358,6439],[7431,6411],[7363,6332],[7309,6294],[7268,6217],[7221,6173],[7116,6120],[7104,6113],[6814,6086],[6751,6077],[6516,6061],[6250,6032],[6200,6040],[6210,5991],[5921,5968]]],[[[7270,6617],[7271,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]]}},{"type":"Feature","id":"US.OH","properties":{"labelrank":"0","hasc":"US.OH","woeid":"2347594","statefips":"39","fips":"US39","postalcode":"OH","name":"Ohio","country":"United States of America","region":"Midwest","longitude":"-82.67189999999999","woename":"Ohio","latitude":"40.0924","woelabel":"Ohio, US, United States","type":"State","code":"us-oh"},"geometry":{"type":"Polygon","coordinates":[[[6718,7400],[6815,7415],[6976,7443],[7095,7408],[7082,7394],[7173,7383],[7258,7426],[7329,7440],[7383,7503],[7530,7595],[7589,7253],[7561,7233],[7587,7158],[7558,7018],[7564,6981],[7504,6911],[7454,6903],[7419,6863],[7399,6809],[7416,6775],[7391,6755],[7354,6783],[7333,6723],[7346,6679],[7321,6631],[7271,6617],[7270,6617],[7216,6653],[7198,6692],[7119,6643],[7069,6664],[7036,6641],[7001,6669],[6933,6672],[6900,6725],[6873,6741],[6797,6730],[6732,7296],[6718,7400]]]}},{"type":"Feature","id":"US.TN","properties":{"labelrank":"0","hasc":"US.TN","woeid":"2347601","statefips":"47","fips":"US47","postalcode":"TN","name":"Tennessee","country":"United States of America","region":"South","longitude":"-86.3415","woename":"Tennessee","latitude":"35.7514","woelabel":"Tennessee, US, United States","type":"State","code":"us-tn"},"geometry":{"type":"Polygon","coordinates":[[[6215,5600],[6122,5592],[5762,5567],[5802,5602],[5798,5670],[5835,5714],[5827,5763],[5871,5791],[5868,5834],[5888,5872],[5869,5898],[5901,5936],[5893,5966],[5907,5967],[5911,5955],[5921,5968],[6210,5991],[6200,6040],[6250,6032],[6516,6061],[6751,6077],[6814,6086],[7104,6113],[7116,6120],[7472,6170],[7532,6183],[7523,6123],[7490,6093],[7464,6038],[7437,6050],[7365,5989],[7352,6010],[7298,5973],[7269,5928],[7188,5859],[7131,5847],[7085,5807],[7073,5762],[7038,5756],[7034,5685],[6918,5671],[6762,5652],[6213,5603],[6215,5600]]]}},{"type":"Feature","id":"US.WV","properties":{"labelrank":"0","hasc":"US.WV","woeid":"2347607","statefips":"54","fips":"US54","postalcode":"WV","name":"West Virginia","country":"United States of America","region":"South","longitude":"-80.7128","woename":"West Virginia","latitude":"38.6422","woelabel":"West Virginia, US, United States","type":"State","code":"us-wv"},"geometry":{"type":"Polygon","coordinates":[[[7270,6617],[7271,6617],[7321,6631],[7346,6679],[7333,6723],[7354,6783],[7391,6755],[7416,6775],[7399,6809],[7419,6863],[7454,6903],[7504,6911],[7564,6981],[7558,7018],[7587,7158],[7561,7233],[7589,7253],[7630,7017],[7835,7053],[7857,6922],[7928,7007],[7949,7003],[7977,7057],[8000,7038],[8043,7043],[8046,7067],[8101,7099],[8162,7087],[8198,7020],[8188,6969],[8076,7028],[8072,6952],[8048,6900],[7998,6837],[7974,6848],[7932,6729],[7857,6759],[7840,6674],[7767,6505],[7773,6459],[7690,6412],[7664,6419],[7649,6382],[7595,6360],[7567,6378],[7530,6341],[7470,6351],[7431,6411],[7358,6439],[7272,6548],[7270,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]}},{"type":"Feature","id":"US.DC","properties":{"labelrank":"9","hasc":"US.DC","woeid":"2347567","statefips":"11","fips":"US11","postalcode":"DC","name":"District of Columbia","country":"United States of America","region":"South","longitude":"-77.01130000000001","woename":"District of Columbia","latitude":"38.8922","woelabel":"District of Columbia, US, United States","type":"Federal District","code":"us-dc"},"geometry":{"type":"Polygon","coordinates":[[[8367,6916],[8366,6929],[8353,6939],[8347,6939],[8341,6945],[8385,6943],[8367,6916]]]}},{"type":"Feature","id":"US.LA","properties":{"labelrank":"0","hasc":"US.LA","woeid":"2347577","statefips":"22","fips":"US22","postalcode":"LA","name":"Louisiana","country":"United States of America","region":"South","longitude":"-91.9991","woename":"Louisiana","latitude":"30.5274","woelabel":"Louisiana, US, United States","type":"State","code":"us-la"},"geometry":{"type":"Polygon","coordinates":[[[6017,4328],[5915,4340],[5856,4368],[5812,4302],[5834,4283],[5904,4280],[5937,4313],[5992,4313],[5957,4259],[6001,4245],[6035,4298],[6067,4259],[5982,4181],[6027,4123],[6107,4114],[6148,4081],[6125,4035],[6070,4042],[6042,4077],[5966,4094],[5980,4115],[5902,4141],[5913,4064],[5876,4028],[5860,4066],[5811,4082],[5780,4036],[5724,4031],[5620,4068],[5631,4121],[5569,4128],[5532,4184],[5493,4173],[5494,4203],[5430,4175],[5437,4145],[5478,4154],[5526,4139],[5500,4112],[5431,4136],[5399,4121],[5305,4135],[5186,4176],[5128,4173],[5042,4153],[5047,4228],[5065,4253],[5059,4380],[5093,4447],[5105,4506],[5031,4646],[5033,4679],[4980,4752],[4975,5016],[5563,5038],[5605,5041],[5627,5018],[5611,4977],[5629,4895],[5670,4868],[5636,4781],[5584,4738],[5565,4662],[5545,4642],[5545,4585],[5522,4581],[5540,4526],[5523,4510],[5955,4536],[5936,4451],[6017,4328]]]}},{"type":"Feature","id":"US.FL","properties":{"labelrank":"0","hasc":"US.FL","woeid":"2347568","statefips":"12","fips":"US12","postalcode":"FL","name":"Florida","country":"United States of America","region":"South","longitude":"-81.6228","woename":"Florida","latitude":"28.1568","woelabel":"Florida, US, United States","type":"State","code":"us-fl"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6487,4486],[6431,4541],[6436,4574],[7015,4637],[7055,4568],[7649,4609],[7670,4559],[7699,4566],[7687,4660],[7713,4686],[7808,4673],[7822,4672],[7849,4570],[7908,4430],[8008,4269],[8125,4130],[8113,4109],[8144,4012],[8198,3936],[8297,3758],[8321,3651],[8331,3476],[8302,3361],[8313,3273],[8270,3209],[8291,3273],[8273,3290],[8230,3255],[8194,3260],[8141,3234],[8115,3258],[8115,3303],[8070,3379],[7979,3429],[7953,3420],[7907,3543],[7846,3536],[7839,3654],[7796,3674],[7819,3634],[7779,3640],[7675,3779],[7722,3884],[7712,3915],[7671,3899],[7670,3851],[7622,3872],[7618,3966],[7635,4045],[7626,4157],[7576,4229],[7525,4222],[7473,4277],[7425,4302],[7349,4395],[7265,4433],[7186,4403],[7198,4370],[7162,4370],[7148,4336],[7067,4277],[6979,4284],[6986,4316],[6958,4349],[6892,4391],[6798,4429],[6694,4444],[6468,4388],[6505,4431],[6487,4443]]]}},{"type":"Feature","id":"US.GA","properties":{"labelrank":"0","hasc":"US.GA","woeid":"2347569","statefips":"13","fips":"US13","postalcode":"GA","name":"Georgia","country":"United States of America","region":"South","longitude":"-83.4078","woename":"Georgia","latitude":"32.8547","woelabel":"Georgia, US, United States","type":"State","code":"us-ga"},"geometry":{"type":"Polygon","coordinates":[[[7713,4686],[7687,4660],[7699,4566],[7670,4559],[7649,4609],[7055,4568],[7015,4637],[6983,4704],[6990,4774],[6958,4846],[6970,4930],[6998,4970],[6947,5053],[6912,5135],[6762,5652],[6918,5671],[7034,5685],[7210,5711],[7290,5724],[7249,5641],[7323,5596],[7364,5593],[7401,5526],[7444,5475],[7523,5430],[7538,5402],[7600,5369],[7606,5340],[7651,5293],[7708,5272],[7750,5169],[7800,5140],[7844,5042],[7887,5035],[7901,5029],[7811,4893],[7836,4826],[7798,4798],[7817,4730],[7808,4673],[7713,4686]]]}},{"type":"Feature","id":"US.SC","properties":{"labelrank":"0","hasc":"US.SC","woeid":"2347599","statefips":"45","fips":"US45","postalcode":"SC","name":"South Carolina","country":"United States of America","region":"South","longitude":"-80.6471","woename":"South Carolina","latitude":"33.8578","woelabel":"South Carolina, US, United States","type":"State","code":"us-sc"},"geometry":{"type":"Polygon","coordinates":[[[8302,5600],[8236,5523],[8205,5458],[8206,5396],[8173,5348],[8140,5346],[8131,5311],[8056,5219],[7989,5173],[7913,5166],[7971,5149],[7887,5035],[7844,5042],[7800,5140],[7750,5169],[7708,5272],[7651,5293],[7606,5340],[7600,5369],[7538,5402],[7523,5430],[7444,5475],[7401,5526],[7364,5593],[7323,5596],[7249,5641],[7290,5724],[7457,5802],[7714,5830],[7782,5790],[7791,5756],[8029,5790],[8302,5600]]]}},{"type":"Feature","id":"US.MN","properties":{"labelrank":"0","hasc":"US.MN","woeid":"2347582","statefips":"27","fips":"US27","postalcode":"MN","name":"Minnesota","country":"United States of America","region":"Midwest","longitude":"-93.364","woename":"Minnesota","latitude":"46.0592","woelabel":"Minnesota, US, United States","type":"State","code":"us-mn"},"geometry":{"type":"Polygon","coordinates":[[[4333,9174],[4688,9173],[4690,9272],[4748,9253],[4770,9125],[4791,9104],[4854,9085],[4916,9083],[4938,9052],[4984,9060],[5024,9084],[5073,9082],[5132,9063],[5181,8985],[5194,9006],[5240,9014],[5304,8955],[5351,8941],[5438,8996],[5463,8964],[5570,8974],[5607,8949],[5668,8950],[5592,8895],[5514,8864],[5432,8802],[5349,8700],[5245,8603],[5214,8573],[5220,8422],[5147,8375],[5116,8322],[5117,8285],[5158,8253],[5144,8214],[5146,8117],[5136,8072],[5181,8035],[5217,8029],[5273,7994],[5360,7903],[5405,7892],[5431,7866],[5445,7758],[5137,7745],[4459,7735],[4462,8203],[4419,8232],[4387,8283],[4429,8325],[4444,8372],[4436,8472],[4402,8555],[4409,8628],[4397,8650],[4394,8777],[4347,8957],[4343,9053],[4353,9083],[4333,9174]]]}},{"type":"Feature","id":"US.MT","properties":{"labelrank":"0","hasc":"US.MT","woeid":"2347585","statefips":"30","fips":"US30","postalcode":"MT","name":"Montana","country":"United States of America","region":"West","longitude":"-110.044","woename":"Montana","latitude":"46.9965","woelabel":"Montana, US, United States","type":"State","code":"us-mt"},"geometry":{"type":"Polygon","coordinates":[[[1093,9555],[1689,9433],[3150,9234],[3084,8486],[3080,8436],[3059,8191],[3056,8191],[1772,8355],[1750,8226],[1713,8295],[1686,8296],[1671,8261],[1614,8258],[1536,8282],[1508,8261],[1451,8281],[1415,8254],[1392,8280],[1391,8331],[1374,8375],[1347,8377],[1326,8419],[1338,8434],[1303,8522],[1303,8596],[1278,8630],[1200,8590],[1167,8620],[1177,8675],[1211,8698],[1204,8727],[1219,8796],[1253,8859],[1258,8897],[1219,8896],[1170,8959],[1172,8979],[1117,9085],[1061,9142],[1076,9210],[1036,9301],[1093,9555]]]}},{"type":"Feature","id":"US.ND","properties":{"labelrank":"0","hasc":"US.ND","woeid":"2347593","statefips":"38","fips":"US38","postalcode":"ND","name":"North Dakota","country":"United States of America","region":"Midwest","longitude":"-100.302","woename":"North Dakota","latitude":"47.4675","woelabel":"North Dakota, US, United States","type":"State","code":"us-nd"},"geometry":{"type":"Polygon","coordinates":[[[3080,8436],[3084,8486],[3150,9234],[3468,9209],[4333,9174],[4353,9083],[4343,9053],[4347,8957],[4394,8777],[4397,8650],[4409,8628],[4402,8555],[4436,8472],[4444,8372],[4231,8374],[3080,8436]]]}},{"type":"Feature","id":"US.AZ","properties":{"labelrank":"0","hasc":"US.AZ","woeid":"2347561","statefips":"4","fips":"US04","postalcode":"AZ","name":"Arizona","country":"United States of America","region":"West","longitude":"-111.935","woename":"Arizona","latitude":"34.3046","woelabel":"Arizona, US, United States","type":"State","code":"us-az"},"geometry":{"type":"Polygon","coordinates":[[[1630,4782],[1196,4850],[1092,4906],[418,5307],[451,5357],[492,5355],[519,5416],[476,5452],[489,5536],[510,5537],[555,5605],[559,5661],[598,5702],[660,5730],[620,5788],[593,5936],[614,5982],[611,6068],[631,6159],[631,6217],[669,6227],[752,6180],[777,6221],[818,6420],[1488,6297],[1841,6242],[1736,5514],[1630,4782]]]}},{"type":"Feature","id":"US.UT","properties":{"labelrank":"0","hasc":"US.UT","woeid":"2347603","statefips":"49","fips":"US49","postalcode":"UT","name":"Utah","country":"United States of America","region":"West","longitude":"-111.544","woename":"Utah","latitude":"39.5007","woelabel":"Utah, US, United States","type":"State","code":"us-ut"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[1488,6297],[818,6420],[929,6975],[1073,7690],[1393,7629],[1643,7585],[1600,7329],[1990,7269],[1966,7108],[1841,6242]]]}},{"type":"Feature","id":"US.HI","properties":{"labelrank":"0","hasc":"US.HI","woeid":"2347570","statefips":"15","fips":"US15","postalcode":"HI","name":"Hawaii","country":"United States of America","region":"West","longitude":"-157.999","woename":"Hawaii","latitude":"21.4919","woelabel":"Hawaii, US, United States","type":"State","code":"us-hi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[2871.1,2945.9],[2875.2,2942.7],[2879.9,2943.9],[2887,2943.5],[2908.4,2936],[2926.2,2927],[2959.3,2906.2],[2969.8,2895.8],[2975.6,2888.1],[2975.6,2868.8],[2976.2,2860.2],[2981.8,2860.4],[2989.5,2864.1],[2995.3,2860.2],[2998,2855.8],[2997.4,2846.7],[3000.1,2841.1],[3003.5,2836],[3013.7,2826.7],[3024.4,2822.1],[3028.7,2818.5],[3031,2814.1],[3030.4,2808.4],[3019,2794.3],[3010.1,2790.9],[2997.5,2778.6],[2988.9,2776],[2988.6,2773.6],[2981.4,2771.8],[2975.3,2767.2],[2953.3,2760.6],[2944.8,2762.6],[2939.9,2762.7],[2935.5,2761.3],[2924.6,2753.9],[2920.9,2749.4],[2913.7,2747.3],[2906.4,2742.2],[2896.2,2736.4],[2893.2,2735.4],[2884.5,2727],[2883,2723.6],[2883.3,2715.9],[2873.3,2705.7],[2870.1,2696.8],[2867.2,2693.6],[2858.8,2686.4],[2857,2687.4],[2857.1,2692],[2852.9,2695.4],[2844.7,2699.6],[2830,2708.8],[2817.8,2712.1],[2815.1,2719.8],[2812.5,2720.6],[2810.9,2726.2],[2809.3,2735.1],[2811.5,2745.8],[2816,2776.4],[2815.6,2781.7],[2812.9,2786.6],[2805.6,2807.3],[2801.6,2814.3],[2802.1,2818.9],[2799.7,2823.2],[2796.3,2833.9],[2792.8,2839.1],[2789.8,2841.4],[2785.4,2846.6],[2780.6,2859.9],[2784.8,2870.8],[2795.1,2879.5],[2796.2,2883.5],[2799,2885.8],[2807.4,2888.9],[2813.4,2898.4],[2817.9,2906.3],[2822.3,2911.4],[2825.4,2911.5],[2827.7,2920.9],[2826.3,2924.9],[2822.9,2928.1],[2815.9,2938.7],[2813,2947.9],[2812.4,2962.2],[2816.2,2969.6],[2818.8,2972],[2826,2972],[2844.7,2968],[2850,2958],[2857.7,2955],[2862.8,2952.2],[2866.3,2948],[2871.1,2945.9]]],[[[2685.2,3028],[2683.1,3024.1],[2677.4,3024.1],[2672.1,3025],[2662.7,3023],[2656.2,3022.3],[2651.9,3026.6],[2654.3,3029.7],[2658.6,3033.4],[2670.2,3040.4],[2675.5,3042.3],[2679.6,3041.9],[2684.7,3036.2],[2682.1,3030],[2685.2,3028]]],[[[2609.3,3070.6],[2599.6,3070.1],[2595.6,3075.8],[2594.6,3080.7],[2594.3,3089.5],[2593.6,3094],[2590.2,3096],[2581.9,3099.3],[2579.4,3103.3],[2581,3107.7],[2585.7,3110.1],[2594,3111.1],[2613.5,3108.3],[2622.3,3100.4],[2628.7,3093.1],[2631.3,3086.9],[2630,3083.4],[2625.7,3076.7],[2616.7,3072.6],[2609.3,3070.6]]],[[[2673.9,3132.2],[2675.6,3130.2],[2683.4,3127.1],[2684.3,3124.4],[2686.7,3123.7],[2687.2,3118.4],[2690,3115.9],[2695.5,3106.3],[2699,3106.6],[2701.3,3109.2],[2705.1,3109.1],[2716.1,3110.5],[2722.5,3115.1],[2725.7,3116.2],[2732.1,3116.5],[2743.2,3114.2],[2746.4,3112.2],[2747.4,3109.8],[2752.3,3104.5],[2758.6,3099.6],[2758.8,3097.7],[2762.9,3098.7],[2765.5,3096.6],[2767.9,3092.2],[2774.8,3091.2],[2781.6,3088],[2791.4,3084.8],[2795.9,3075.7],[2794.9,3067.4],[2791.3,3060.7],[2786.3,3059.3],[2782.2,3053.3],[2776.8,3053.2],[2766,3047.7],[2754.9,3048.2],[2751.2,3048],[2731.5,3038.5],[2721.5,3040.8],[2718.9,3040.1],[2710.5,3039.7],[2704.9,3044.9],[2701.6,3049.9],[2703.3,3051.3],[2703.4,3055.1],[2701.8,3068.9],[2700.2,3072.7],[2700.3,3077],[2699,3080.5],[2694.8,3083.7],[2688.7,3082.3],[2687.7,3079.4],[2685.2,3078.9],[2679.4,3082.6],[2675,3083.4],[2670.7,3086.1],[2667.9,3085.8],[2660.5,3094.3],[2655,3101.5],[2654.7,3106.1],[2652.7,3108.6],[2654.7,3118.8],[2656.5,3123.8],[2658.6,3127.1],[2661.1,3127.3],[2664.7,3132],[2668.7,3131.6],[2672.3,3133.2],[2673.9,3132.2]]],[[[2542.4,3172.8],[2550.3,3172.5],[2552.8,3171.9],[2554.4,3169.4],[2557.4,3169.4],[2586.4,3165],[2594.1,3164.7],[2596.9,3170.6],[2598.9,3171.1],[2601.5,3167.6],[2602.5,3163.6],[2612.6,3161],[2622.6,3161.3],[2627,3161.9],[2631.9,3163.6],[2637.2,3163.5],[2642.1,3162.2],[2644.1,3162.6],[2646.1,3160.1],[2650.7,3159.2],[2646.9,3152.3],[2640.8,3146.4],[2633.3,3142.2],[2625.8,3139.1],[2618.1,3137.5],[2610.3,3138.3],[2602.5,3139.8],[2587.1,3143.9],[2577.6,3147.2],[2554.7,3145.6],[2547.6,3144.5],[2537.6,3144.7],[2533.7,3146.2],[2531.4,3149.3],[2531.3,3153.2],[2535.1,3159.1],[2538.7,3160.4],[2541.9,3164.2],[2542.9,3168.2],[2540.2,3172.9],[2542.4,3172.8]]],[[[2414.1,3252.1],[2415.3,3248.5],[2417.5,3247.3],[2418.6,3243.6],[2422.1,3243.3],[2425.5,3238.6],[2425.5,3233.8],[2422.8,3232.6],[2424.3,3223.3],[2428.6,3221.7],[2432,3216.6],[2435,3215.5],[2437.4,3213.2],[2440.6,3217.4],[2437.6,3219.4],[2437.9,3221.8],[2440.1,3222.8],[2448,3221.2],[2445.1,3218.3],[2444.8,3211.6],[2448.1,3209.6],[2451.4,3205.2],[2450.5,3202.8],[2453.3,3197.1],[2461.8,3192],[2463,3190.8],[2453.8,3181.6],[2451.7,3180.9],[2451.1,3184.2],[2449.4,3185.6],[2439.8,3183.8],[2433.5,3180],[2429,3180.6],[2426.4,3184.7],[2416.6,3189.1],[2413.7,3194.2],[2413.7,3196.2],[2409.6,3193],[2411.6,3190.7],[2403.3,3190.2],[2404.6,3191.8],[2399.9,3193],[2399.1,3199.7],[2405.5,3202.8],[2406.3,3204.6],[2400.6,3208.2],[2398.9,3204.7],[2394.5,3208.7],[2395.9,3202.7],[2394.8,3202],[2388.7,3207.1],[2390.1,3203.7],[2397.6,3196.7],[2396.6,3193.5],[2393,3192],[2373.9,3188.4],[2369.7,3190.8],[2368,3197.9],[2365.9,3203.5],[2361.4,3209.6],[2357.7,3211.5],[2356.8,3217.1],[2355.5,3220.1],[2349.9,3224.5],[2347.5,3228.2],[2347.2,3238.6],[2345.9,3240.5],[2337.4,3247.6],[2345.9,3249.6],[2354.3,3250],[2368.8,3249.7],[2370.5,3253.5],[2374.1,3255.5],[2379.9,3260.1],[2379.6,3261.3],[2382.9,3267.5],[2390.2,3273.8],[2396.5,3275.6],[2400.5,3274.5],[2406.2,3268.8],[2409.8,3262],[2408.9,3258.2],[2414.1,3252.1]]],[[[1955.8,3294.7],[1953.2,3293.9],[1948.4,3296.6],[1946,3304.1],[1946.6,3308.8],[1948.8,3313.7],[1956.7,3321.5],[1963,3326.1],[1971.1,3330.6],[1973.3,3335.9],[1973.1,3339.8],[1976.7,3341.3],[1980.1,3341.2],[1983.8,3339.7],[1985.5,3336],[1981.3,3331.1],[1979.8,3326.6],[1981.2,3321],[1978.5,3317.4],[1972.1,3314.3],[1968.3,3313.2],[1961.2,3308.2],[1959.7,3305],[1955.8,3294.7]]],[[[2117.8,3386.1],[2120.7,3384.6],[2123.8,3384.8],[2127.6,3382.7],[2129.1,3379.5],[2132.9,3376.7],[2134.9,3369.7],[2136.6,3368.7],[2136.1,3360.5],[2134.2,3358],[2131.3,3350.1],[2128.4,3348.5],[2128,3342.6],[2128.8,3334.9],[2128,3329.3],[2123,3328.3],[2125.2,3324.9],[2121.7,3323.7],[2118.3,3320.9],[2116.9,3318.4],[2109.4,3313],[2107.3,3310.8],[2098.5,3314],[2089,3314.5],[2078.6,3316.4],[2076.9,3318],[2074,3315.9],[2073.1,3317.6],[2068.2,3320.6],[2065.1,3326.1],[2062.8,3326.7],[2060,3329.4],[2056.1,3330],[2050.6,3332.5],[2043.4,3334.4],[2041.2,3340.1],[2038.1,3343],[2038.3,3352.8],[2040.3,3353.5],[2048.5,3363],[2049.2,3368.3],[2052.4,3371.8],[2062.1,3374.2],[2067.8,3377.5],[2071.4,3380.6],[2076.1,3382.7],[2077.8,3384.8],[2086,3386.8],[2088.1,3384.2],[2095.7,3382.1],[2095.7,3385.2],[2099.3,3386.6],[2107.5,3385.9],[2111.6,3384.7],[2115.5,3387.5],[2117.8,3386.1]]]]}},{"type":"Feature","id":"US.AK","properties":{"labelrank":"0","hasc":"US.AK","woeid":"2347560","statefips":"2","fips":"US02","postalcode":"AK","name":"Alaska","country":"United States of America","region":"West","longitude":"-151.604","woename":"Alaska","latitude":"65.3609","woelabel":"Alaska, US, United States","type":"State","code":"us-ak"},"geometry":{"type":"MultiPolygon","coordinates":[[[[322,4275],[321,4280],[339,4292],[360,4283],[392,4281],[424,4297],[443,4318],[478,4297],[476,4285],[459,4279],[461,4263],[472,4263],[490,4288],[507,4272],[503,4256],[519,4248],[528,4258],[548,4257],[582,4240],[564,4217],[594,4212],[584,4202],[611,4198],[655,4200],[684,4194],[704,4174],[712,4178],[723,4165],[746,4156],[788,4155],[808,4136],[832,4134],[851,4144],[877,4147],[901,4136],[913,4120],[929,4117],[943,4100],[957,4101],[989,3159],[1039,3148],[1057,3163],[1084,3166],[1081,3138],[1107,3121],[1113,3108],[1167,3060],[1180,3028],[1208,3055],[1220,3056],[1229,3102],[1271,3127],[1297,3104],[1295,3091],[1335,3059],[1347,3039],[1367,3031],[1397,3002],[1477,2890],[1491,2875],[1490,2858],[1504,2853],[1511,2833],[1523,2836],[1613,2802],[1622,2783],[1617,2766],[1636,2722],[1622,2680],[1606,2663],[1592,2664],[1577,2702],[1585,2718],[1577,2755],[1555,2778],[1526,2764],[1520,2723],[1499,2746],[1510,2753],[1513,2796],[1473,2829],[1468,2844],[1424,2880],[1406,2878],[1414,2903],[1397,2917],[1390,2938],[1366,2963],[1364,2998],[1355,2976],[1348,2979],[1354,2974],[1334,2977],[1331,2984],[1344,2982],[1324,2991],[1283,3075],[1286,3041],[1310,2985],[1307,2971],[1288,2985],[1264,2982],[1266,2998],[1249,3031],[1245,3018],[1199,3046],[1202,3028],[1224,3026],[1254,2995],[1255,2977],[1229,2976],[1225,2963],[1169,2999],[1134,3041],[1085,3062],[1050,3083],[1069,3102],[1060,3119],[1025,3098],[969,3113],[977,3128],[953,3122],[899,3136],[842,3125],[826,3141],[792,3157],[802,3194],[788,3179],[783,3158],[761,3173],[742,3174],[759,3196],[727,3195],[706,3205],[716,3212],[705,3227],[679,3222],[658,3229],[636,3221],[637,3247],[620,3199],[631,3213],[642,3184],[628,3167],[614,3132],[576,3140],[552,3130],[545,3108],[537,3114],[509,3089],[521,3115],[493,3078],[478,3071],[455,3077],[433,3070],[426,3086],[455,3099],[483,3126],[457,3115],[438,3133],[464,3170],[478,3204],[473,3223],[491,3228],[524,3249],[543,3235],[554,3240],[588,3228],[544,3260],[549,3268],[527,3271],[524,3284],[490,3256],[469,3252],[424,3205],[428,3196],[407,3182],[408,3170],[377,3133],[343,3131],[339,3114],[317,3109],[309,3075],[334,3075],[352,3048],[305,3020],[308,3008],[287,2998],[271,2977],[246,2981],[222,2955],[212,2964],[200,2941],[186,2947],[152,2925],[163,2924],[146,2893],[133,2901],[107,2879],[96,2891],[89,2869],[73,2877],[24,2852],[40,2842],[7,2817],[-44,2808],[-61,2821],[-118,2794],[-130,2803],[-155,2792],[-167,2799],[-155,2816],[-167,2823],[-200,2781],[-223,2772],[-230,2808],[-252,2775],[-262,2795],[-286,2772],[-278,2800],[-223,2823],[-171,2853],[-115,2850],[-113,2838],[-84,2825],[-99,2845],[-80,2870],[-38,2892],[12,2907],[27,2896],[31,2922],[57,2946],[97,2964],[126,3051],[154,3072],[156,3089],[95,3074],[79,3099],[90,3123],[60,3099],[61,3072],[44,3066],[28,3121],[8,3111],[-6,3123],[-7,3147],[-37,3132],[-62,3132],[-69,3120],[-112,3131],[-85,3135],[-82,3162],[-87,3191],[-63,3208],[-76,3277],[-72,3305],[-89,3269],[-149,3267],[-172,3278],[-167,3295],[-184,3332],[-198,3342],[-212,3370],[-166,3383],[-134,3368],[-125,3345],[-109,3358],[-131,3376],[-161,3385],[-185,3401],[-173,3407],[-186,3433],[-191,3419],[-205,3460],[-194,3469],[-211,3484],[-189,3485],[-198,3504],[-175,3498],[-170,3526],[-130,3555],[-118,3553],[-108,3582],[-85,3606],[-61,3612],[-46,3602],[-34,3577],[-22,3576],[7,3591],[28,3609],[31,3600],[76,3594],[100,3613],[106,3664],[92,3688],[125,3701],[117,3734],[102,3721],[73,3725],[45,3711],[20,3709],[8,3729],[-28,3742],[-59,3740],[-101,3771],[-108,3789],[-98,3804],[-111,3837],[-95,3829],[-73,3837],[-119,3868],[-138,3897],[-124,3909],[-95,3914],[-87,3908],[-68,3921],[-2,3935],[36,3937],[67,3929],[47,3893],[52,3877],[111,3858],[119,3845],[140,3868],[162,3859],[147,3882],[128,3880],[135,3893],[119,3943],[132,3945],[139,3923],[133,3914],[145,3887],[163,3891],[175,3870],[196,3867],[201,3879],[179,3900],[152,3894],[142,3915],[154,3949],[129,3950],[86,3976],[89,4000],[86,4032],[55,4092],[40,4106],[27,4135],[45,4151],[57,4180],[76,4171],[124,4160],[156,4170],[182,4190],[189,4216],[201,4233],[224,4253],[229,4246],[253,4268],[256,4258],[287,4258],[317,4277],[322,4275]],[[322,4275],[323,4272],[323,4272],[323,4272],[311,4248],[326,4263],[323,4272],[323,4272],[323,4272],[324,4274],[322,4275]]],[[[-905,2721],[-922,2724],[-904,2733],[-898,2724],[-905,2721]]],[[[-739,2715],[-724,2712],[-729,2702],[-734,2709],[-739,2715]]],[[[-645,2693],[-651,2700],[-684,2693],[-643,2725],[-634,2718],[-623,2738],[-597,2740],[-595,2719],[-626,2714],[-645,2693]]],[[[-439,2748],[-458,2742],[-469,2755],[-457,2762],[-439,2748]]],[[[-268,2722],[-267,2733],[-255,2724],[-252,2715],[-268,2722]]],[[[-303,2804],[-293,2800],[-290,2768],[-309,2757],[-338,2767],[-359,2754],[-385,2761],[-386,2779],[-369,2783],[-354,2800],[-335,2796],[-303,2804]]],[[[-59,2737],[-58,2733],[-70,2740],[-62,2746],[-59,2737]]],[[[1485,2651],[1482,2635],[1455,2672],[1458,2688],[1473,2659],[1485,2651]]],[[[1568,2687],[1567,2665],[1547,2678],[1548,2705],[1568,2687]]],[[[-81,2759],[-83,2747],[-107,2735],[-88,2750],[-81,2759]]],[[[-100,2783],[-114,2781],[-119,2759],[-135,2762],[-131,2784],[-100,2783]]],[[[1530,2716],[1542,2706],[1538,2690],[1528,2711],[1530,2716]]],[[[1427,2708],[1429,2706],[1439,2711],[1430,2683],[1427,2708]]],[[[1439,2743],[1430,2731],[1420,2735],[1421,2742],[1439,2743]]],[[[1555,2775],[1573,2753],[1578,2721],[1569,2699],[1529,2721],[1537,2731],[1531,2760],[1555,2775]]],[[[1408,2747],[1414,2765],[1435,2776],[1437,2763],[1408,2747]]],[[[1480,2788],[1503,2783],[1494,2762],[1468,2778],[1475,2803],[1480,2788]]],[[[1467,2811],[1469,2795],[1445,2798],[1451,2810],[1467,2811]]],[[[1495,2807],[1510,2793],[1504,2784],[1485,2797],[1482,2819],[1495,2807]]],[[[253,2834],[251,2826],[235,2816],[239,2829],[253,2834]]],[[[276,2825],[279,2820],[259,2824],[263,2832],[276,2825]]],[[[1448,2845],[1470,2828],[1458,2816],[1449,2816],[1448,2845]]],[[[333,2880],[345,2878],[321,2864],[319,2872],[333,2880]]],[[[1295,2870],[1295,2846],[1283,2843],[1288,2862],[1295,2870]]],[[[1246,2943],[1241,2926],[1234,2942],[1237,2951],[1246,2943]]],[[[345,2973],[360,2960],[353,2961],[333,2971],[345,2973]]],[[[370,2989],[380,3007],[393,2992],[407,2995],[413,2978],[404,2970],[365,2959],[347,2974],[353,2990],[370,2989]]],[[[389,3006],[380,3014],[397,3021],[396,3012],[389,3006]]],[[[-42,3112],[-58,3105],[-53,3120],[-31,3126],[-42,3112]]],[[[643,3141],[641,3133],[628,3129],[639,3150],[643,3141]]],[[[683,3167],[692,3162],[662,3126],[639,3113],[651,3133],[678,3156],[683,3167]]],[[[-250,3366],[-233,3350],[-243,3328],[-239,3312],[-272,3312],[-294,3323],[-315,3350],[-321,3371],[-293,3362],[-286,3369],[-250,3366]]],[[[712,3177],[732,3173],[708,3154],[714,3166],[712,3177]]],[[[655,3184],[659,3177],[651,3159],[646,3171],[655,3184]]],[[[-553,3496],[-557,3490],[-570,3515],[-566,3524],[-553,3496]]],[[[735,3177],[725,3175],[725,3181],[752,3187],[735,3177]]],[[[-478,2741],[-509,2724],[-476,2727],[-492,2716],[-574,2704],[-597,2711],[-551,2713],[-526,2758],[-501,2752],[-507,2737],[-487,2749],[-478,2741]]],[[[1452,2689],[1461,2728],[1438,2724],[1443,2751],[1435,2778],[1419,2778],[1414,2794],[1439,2796],[1449,2769],[1468,2766],[1516,2700],[1532,2652],[1522,2641],[1495,2679],[1475,2669],[1476,2693],[1452,2689]]],[[[1292,2882],[1302,2902],[1330,2883],[1354,2825],[1358,2769],[1323,2816],[1325,2832],[1311,2830],[1320,2852],[1308,2856],[1308,2872],[1292,2882]]],[[[362,2955],[355,2938],[381,2954],[386,2936],[380,2918],[395,2917],[382,2900],[349,2913],[366,2899],[363,2889],[337,2894],[303,2868],[278,2838],[275,2849],[298,2883],[281,2883],[271,2862],[256,2873],[259,2892],[247,2904],[253,2919],[284,2939],[295,2933],[298,2909],[306,2934],[302,2950],[318,2956],[321,2936],[329,2963],[348,2946],[340,2965],[362,2955]]],[[[1277,2920],[1294,2891],[1278,2884],[1270,2906],[1243,2925],[1247,2941],[1271,2972],[1321,2953],[1323,2931],[1299,2928],[1309,2919],[1325,2926],[1333,2899],[1320,2896],[1277,2920]]],[[[1355,2884],[1341,2912],[1326,2962],[1314,2989],[1331,2969],[1358,2968],[1379,2937],[1376,2926],[1357,2961],[1361,2939],[1379,2919],[1383,2888],[1350,2853],[1347,2875],[1355,2884]]],[[[-347,3767],[-339,3759],[-322,3764],[-307,3758],[-307,3734],[-290,3713],[-256,3692],[-266,3681],[-286,3692],[-315,3679],[-313,3698],[-337,3738],[-353,3750],[-371,3746],[-381,3757],[-379,3773],[-362,3796],[-362,3776],[-347,3767]]],[[[1402,2834],[1394,2792],[1400,2779],[1385,2761],[1377,2790],[1389,2804],[1373,2811],[1364,2838],[1379,2842],[1395,2828],[1402,2835],[1401,2839],[1383,2863],[1396,2866],[1441,2858],[1445,2825],[1422,2845],[1441,2817],[1439,2809],[1410,2805],[1402,2834]]]]}}]},"data":[{"State":"Alabama","State Population: BA or Higher":0.235124257914625,"State Population: HS or Higher":0.836637030071764,"Asian: BA or Higher":0.497989646680404,"Asian: HS or Higher":0.823490978539478,"NHPI: BA or Higher":0.0982620320855615,"NHPI: HS or Higher":0.676470588235294,"value":23.5124257914625,"na.omit":true,"value2":49.7989646680404,"value3":9.82620320855615,"STATE":1,"STUSAB":"AL","STATENS":1779775,"code":"AL"},{"State":"Alaska","State Population: BA or Higher":0.27973688743433,"State Population: HS or Higher":0.915293687020928,"Asian: BA or Higher":0.234861181957298,"Asian: HS or Higher":0.796400204037018,"NHPI: BA or Higher":0.0816041035206342,"NHPI: HS or Higher":0.881557472604337,"value":27.973688743433,"na.omit":true,"value2":23.4861181957298,"value3":8.16041035206342,"STATE":2,"STUSAB":"AK","STATENS":1785533,"code":"AK"},{"State":"Arizona","State Population: BA or Higher":0.274920069777296,"State Population: HS or Higher":0.853023774540825,"Asian: BA or Higher":0.521164021164021,"Asian: HS or Higher":0.845919512586179,"NHPI: BA or Higher":0.139426375737615,"NHPI: HS or Higher":0.892548373816385,"value":27.4920069777296,"na.omit":true,"value2":52.1164021164021,"value3":13.9426375737615,"STATE":4,"STUSAB":"AZ","STATENS":1779777,"code":"AZ"},{"State":"Arkansas","State Population: BA or Higher":0.2109799509971,"State Population: HS or Higher":0.841614864110955,"Asian: BA or Higher":0.499634573219987,"Asian: HS or Higher":0.823595030195792,"NHPI: BA or Higher":0.0291840381179273,"NHPI: HS or Higher":0.73198332340679,"value":21.09799509971,"na.omit":true,"value2":49.9634573219987,"value3":2.91840381179273,"STATE":5,"STUSAB":"AR","STATENS":68085,"code":"AR"},{"State":"California","State Population: BA or Higher":0.314325308187258,"State Population: HS or Higher":0.808493736879826,"Asian: BA or Higher":0.496903492104151,"Asian: HS or Higher":0.849719657557342,"NHPI: BA or Higher":0.156721656721657,"NHPI: HS or Higher":0.829135093840976,"value":31.4325308187258,"na.omit":true,"value2":49.6903492104151,"value3":15.6721656721657,"STATE":6,"STUSAB":"CA","STATENS":1779778,"code":"CA"},{"State":"Colorado","State Population: BA or Higher":0.381232818690651,"State Population: HS or Higher":0.897533277445992,"Asian: BA or Higher":0.492761617217287,"Asian: HS or Higher":0.836536414484507,"NHPI: BA or Higher":0.244449378330373,"NHPI: HS or Higher":0.917628774422735,"value":38.1232818690651,"na.omit":true,"value2":49.2761617217287,"value3":24.4449378330373,"STATE":8,"STUSAB":"CO","STATENS":1779779,"code":"CO"},{"State":"Connecticut","State Population: BA or Higher":0.375826835116156,"State Population: HS or Higher":0.888478209232781,"Asian: BA or Higher":0.636509335683949,"Asian: HS or Higher":0.848305152656463,"NHPI: BA or Higher":0.308970099667774,"NHPI: HS or Higher":0.82890365448505,"value":37.5826835116156,"na.omit":true,"value2":63.6509335683949,"value3":30.8970099667774,"STATE":9,"STUSAB":"CT","STATENS":1779780,"code":"CT"},{"State":"Delaware","State Population: BA or Higher":0.300042147427264,"State Population: HS or Higher":0.873282016992068,"Asian: BA or Higher":0.693513489645428,"Asian: HS or Higher":0.860687949838831,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":30.0042147427264,"na.omit":true,"value2":69.3513489645428,"value3":null,"STATE":10,"STUSAB":"DE","STATENS":1779781,"code":"DE"},{"State":"District of Columbia","State Population: BA or Higher":0.545766953334273,"State Population: HS or Higher":0.871122938107994,"Asian: BA or Higher":0.766629650194336,"Asian: HS or Higher":0.883731260410883,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":54.5766953334273,"na.omit":true,"value2":76.6629650194336,"value3":null,"STATE":11,"STUSAB":"DC","STATENS":1702382,"code":"DC"},{"State":"Florida","State Population: BA or Higher":0.27344415103798,"State Population: HS or Higher":0.862147009538704,"Asian: BA or Higher":0.469378507829461,"Asian: HS or Higher":0.840630915878809,"NHPI: BA or Higher":0.183916495148486,"NHPI: HS or Higher":0.88503381358424,"value":27.344415103798,"na.omit":true,"value2":46.9378507829461,"value3":18.3916495148486,"STATE":12,"STUSAB":"FL","STATENS":294478,"code":"FL"},{"State":"Georgia","State Population: BA or Higher":0.288219217701596,"State Population: HS or Higher":0.847340045429336,"Asian: BA or Higher":0.520667536466571,"Asian: HS or Higher":0.836568513523151,"NHPI: BA or Higher":0.144287833827893,"NHPI: HS or Higher":0.870919881305638,"value":28.8219217701596,"na.omit":true,"value2":52.0667536466571,"value3":14.4287833827893,"STATE":13,"STUSAB":"GA","STATENS":1705317,"code":"GA"},{"State":"Hawaii","State Population: BA or Higher":0.308417840199906,"State Population: HS or Higher":0.902507348875113,"Asian: BA or Higher":0.31680001930898,"Asian: HS or Higher":0.871537356842016,"NHPI: BA or Higher":0.132554454966559,"NHPI: HS or Higher":0.878112792230567,"value":30.8417840199906,"na.omit":true,"value2":31.680001930898,"value3":13.2554454966559,"STATE":15,"STUSAB":"HI","STATENS":1779782,"code":"HI"},{"State":"Idaho","State Population: BA or Higher":0.258636446541735,"State Population: HS or Higher":0.887735896649812,"Asian: BA or Higher":0.430926701930343,"Asian: HS or Higher":0.830940441024936,"NHPI: BA or Higher":0.165297741273101,"NHPI: HS or Higher":0.761806981519507,"value":25.8636446541735,"na.omit":true,"value2":43.0926701930343,"value3":16.5297741273101,"STATE":16,"STUSAB":"ID","STATENS":1779783,"code":"ID"},{"State":"Illinois","State Population: BA or Higher":0.323001570432612,"State Population: HS or Higher":0.872177761902137,"Asian: BA or Higher":0.627414560830894,"Asian: HS or Higher":0.880489473625178,"NHPI: BA or Higher":0.26928221132412,"NHPI: HS or Higher":0.867588051716451,"value":32.3001570432612,"na.omit":true,"value2":62.7414560830894,"value3":26.928221132412,"STATE":17,"STUSAB":"IL","STATENS":1779784,"code":"IL"},{"State":"Indiana","State Population: BA or Higher":0.241007925124291,"State Population: HS or Higher":0.872345192252668,"Asian: BA or Higher":0.577378588934376,"Asian: HS or Higher":0.817749907581089,"NHPI: BA or Higher":0.218045112781955,"NHPI: HS or Higher":0.843776106934002,"value":24.1007925124291,"na.omit":true,"value2":57.7378588934376,"value3":21.8045112781955,"STATE":18,"STUSAB":"IN","STATENS":448508,"code":"IN"},{"State":"Iowa","State Population: BA or Higher":0.266628735829612,"State Population: HS or Higher":0.908263327191531,"Asian: BA or Higher":0.487222985163045,"Asian: HS or Higher":0.793817486603657,"NHPI: BA or Higher":0.118899733806566,"NHPI: HS or Higher":0.795031055900621,"value":26.6628735829612,"na.omit":true,"value2":48.7222985163045,"value3":11.8899733806566,"STATE":19,"STUSAB":"IA","STATENS":1779785,"code":"IA"},{"State":"Kansas","State Population: BA or Higher":0.310324982965163,"State Population: HS or Higher":0.895133866538874,"Asian: BA or Higher":0.481805658577938,"Asian: HS or Higher":0.789488184804493,"NHPI: BA or Higher":0.338803088803089,"NHPI: HS or Higher":0.874517374517375,"value":31.0324982965163,"na.omit":true,"value2":48.1805658577938,"value3":33.8803088803089,"STATE":20,"STUSAB":"KS","STATENS":481813,"code":"KS"},{"State":"Kentucky","State Population: BA or Higher":0.222976594604252,"State Population: HS or Higher":0.836090830585649,"Asian: BA or Higher":0.548228176318064,"Asian: HS or Higher":0.809536156727168,"NHPI: BA or Higher":0.229206963249516,"NHPI: HS or Higher":0.908123791102515,"value":22.2976594604252,"na.omit":true,"value2":54.8228176318064,"value3":22.9206963249516,"STATE":21,"STUSAB":"KY","STATENS":1779786,"code":"KY"},{"State":"Louisiana","State Population: BA or Higher":0.225428538628262,"State Population: HS or Higher":0.828284881684161,"Asian: BA or Higher":0.397122666303269,"Asian: HS or Higher":0.719644908209551,"NHPI: BA or Higher":0.195829555757026,"NHPI: HS or Higher":0.743427017225748,"value":22.5428538628262,"na.omit":true,"value2":39.7122666303269,"value3":19.5829555757026,"STATE":22,"STUSAB":"LA","STATENS":1629543,"code":"LA"},{"State":"Maine","State Population: BA or Higher":0.289848516494416,"State Population: HS or Higher":0.908969255135252,"Asian: BA or Higher":0.404573534193129,"Asian: HS or Higher":0.763845236805029,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":28.9848516494416,"na.omit":true,"value2":40.4573534193129,"value3":null,"STATE":23,"STUSAB":"ME","STATENS":1779787,"code":"ME"},{"State":"Maryland","State Population: BA or Higher":0.3789935395633,"State Population: HS or Higher":0.878902833150718,"Asian: BA or Higher":0.62134785972254,"Asian: HS or Higher":0.853329164612369,"NHPI: BA or Higher":0.327398047099368,"NHPI: HS or Higher":0.884549109707065,"value":37.89935395633,"na.omit":true,"value2":62.134785972254,"value3":32.7398047099368,"STATE":24,"STUSAB":"MD","STATENS":1714934,"code":"MD"},{"State":"Massachusetts","State Population: BA or Higher":0.404966695658398,"State Population: HS or Higher":0.883157611630817,"Asian: BA or Higher":0.574973406973619,"Asian: HS or Higher":0.791098055396776,"NHPI: BA or Higher":0.28347280334728,"NHPI: HS or Higher":0.867154811715481,"value":40.4966695658398,"na.omit":true,"value2":57.4973406973619,"value3":28.347280334728,"STATE":25,"STUSAB":"MA","STATENS":606926,"code":"MA"},{"State":"Michigan","State Population: BA or Higher":0.269349501290085,"State Population: HS or Higher":0.888937290544466,"Asian: BA or Higher":0.627979585356962,"Asian: HS or Higher":0.841145618965862,"NHPI: BA or Higher":0.305019305019305,"NHPI: HS or Higher":0.847104247104247,"value":26.9349501290085,"na.omit":true,"value2":62.7979585356962,"value3":30.5019305019305,"STATE":26,"STUSAB":"MI","STATENS":1779789,"code":"MI"},{"State":"Minnesota","State Population: BA or Higher":0.337255077908237,"State Population: HS or Higher":0.91668767781487,"Asian: BA or Higher":0.430673429417968,"Asian: HS or Higher":0.771455832872998,"NHPI: BA or Higher":0.379061371841155,"NHPI: HS or Higher":0.887184115523466,"value":33.7255077908237,"na.omit":true,"value2":43.0673429417968,"value3":37.9061371841155,"STATE":27,"STUSAB":"MN","STATENS":662849,"code":"MN"},{"State":"Mississippi","State Population: BA or Higher":0.206662148616369,"State Population: HS or Higher":0.817911578491676,"Asian: BA or Higher":0.366338224269037,"Asian: HS or Higher":0.773267644853807,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":20.6662148616369,"na.omit":true,"value2":36.6338224269037,"value3":null,"STATE":28,"STUSAB":"MS","STATENS":1779790,"code":"MS"},{"State":"Missouri","State Population: BA or Higher":0.271181551217827,"State Population: HS or Higher":0.877242553611529,"Asian: BA or Higher":0.564190072322751,"Asian: HS or Higher":0.813630950652067,"NHPI: BA or Higher":0.137232194557035,"NHPI: HS or Higher":0.846554719166184,"value":27.1181551217827,"na.omit":true,"value2":56.4190072322751,"value3":13.7232194557035,"STATE":29,"STUSAB":"MO","STATENS":1779791,"code":"MO"},{"State":"Montana","State Population: BA or Higher":0.294660857877784,"State Population: HS or Higher":0.919936041526661,"Asian: BA or Higher":0.470917225950783,"Asian: HS or Higher":0.889485458612975,"NHPI: BA or Higher":0.161048689138577,"NHPI: HS or Higher":0.908239700374532,"value":29.4660857877784,"na.omit":true,"value2":47.0917225950783,"value3":16.1048689138577,"STATE":30,"STUSAB":"MT","STATENS":767982,"code":"MT"},{"State":"Nebraska","State Population: BA or Higher":0.292772749712029,"State Population: HS or Higher":0.899316274477538,"Asian: BA or Higher":0.44514319707657,"Asian: HS or Higher":0.729922665080309,"NHPI: BA or Higher":0.142857142857143,"NHPI: HS or Higher":0.825537294563843,"value":29.2772749712029,"na.omit":true,"value2":44.514319707657,"value3":14.2857142857143,"STATE":31,"STUSAB":"NE","STATENS":1779792,"code":"NE"},{"State":"Nevada","State Population: BA or Higher":0.230065538464641,"State Population: HS or Higher":0.845498204312939,"Asian: BA or Higher":0.363266721301141,"Asian: HS or Higher":0.876908529281977,"NHPI: BA or Higher":0.142806863176419,"NHPI: HS or Higher":0.871359436867576,"value":23.0065538464641,"na.omit":true,"value2":36.3266721301141,"value3":14.2806863176419,"STATE":32,"STUSAB":"NV","STATENS":1779793,"code":"NV"},{"State":"New Hampshire","State Population: BA or Higher":0.348859908446784,"State Population: HS or Higher":0.914168049332807,"Asian: BA or Higher":0.581483137138032,"Asian: HS or Higher":0.836586698455272,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":34.8859908446784,"na.omit":true,"value2":58.1483137138032,"value3":null,"STATE":33,"STUSAB":"NH","STATENS":1779794,"code":"NH"},{"State":"New Jersey","State Population: BA or Higher":0.368030508110078,"State Population: HS or Higher":0.877111940500649,"Asian: BA or Higher":0.681350180090978,"Asian: HS or Higher":0.895997460071462,"NHPI: BA or Higher":0.409512761020882,"NHPI: HS or Higher":0.852088167053364,"value":36.8030508110078,"na.omit":true,"value2":68.1350180090978,"value3":40.9512761020882,"STATE":34,"STUSAB":"NJ","STATENS":1779795,"code":"NJ"},{"State":"New Mexico","State Population: BA or Higher":0.26324697219375,"State Population: HS or Higher":0.829966179809946,"Asian: BA or Higher":0.479368514237938,"Asian: HS or Higher":0.810505090247381,"NHPI: BA or Higher":0.156643356643357,"NHPI: HS or Higher":0.899300699300699,"value":26.324697219375,"na.omit":true,"value2":47.9368514237938,"value3":15.6643356643357,"STATE":35,"STUSAB":"NM","STATENS":897535,"code":"NM"},{"State":"New York","State Population: BA or Higher":0.34208053933541,"State Population: HS or Higher":0.848164995074724,"Asian: BA or Higher":0.458038000257215,"Asian: HS or Higher":0.765849022356687,"NHPI: BA or Higher":0.250297689926173,"NHPI: HS or Higher":0.805191712312455,"value":34.208053933541,"na.omit":true,"value2":45.8038000257215,"value3":25.0297689926173,"STATE":36,"STUSAB":"NY","STATENS":1779796,"code":"NY"},{"State":"North Carolina","State Population: BA or Higher":0.283603712440376,"State Population: HS or Higher":0.850534638267074,"Asian: BA or Higher":0.532875232400382,"Asian: HS or Higher":0.807855132907894,"NHPI: BA or Higher":0.0935765265662173,"NHPI: HS or Higher":0.874438276500132,"value":28.3603712440376,"na.omit":true,"value2":53.2875232400382,"value3":9.35765265662173,"STATE":37,"STUSAB":"NC","STATENS":1027616,"code":"NC"},{"State":"North Dakota","State Population: BA or Higher":0.276764309980129,"State Population: HS or Higher":0.910153195307993,"Asian: BA or Higher":0.498167219410019,"Asian: HS or Higher":0.82073660324664,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":27.6764309980129,"na.omit":true,"value2":49.8167219410019,"value3":null,"STATE":38,"STUSAB":"ND","STATENS":1779797,"code":"ND"},{"State":"Ohio","State Population: BA or Higher":0.260956304745707,"State Population: HS or Higher":0.884842714583727,"Asian: BA or Higher":0.627137890916184,"Asian: HS or Higher":0.831748420311967,"NHPI: BA or Higher":0.194627470856564,"NHPI: HS or Higher":0.843385707045109,"value":26.0956304745707,"na.omit":true,"value2":62.7137890916184,"value3":19.4627470856564,"STATE":39,"STUSAB":"OH","STATENS":1085497,"code":"OH"},{"State":"Oklahoma","State Population: BA or Higher":0.241295546236415,"State Population: HS or Higher":0.863340593346898,"Asian: BA or Higher":0.409535299746225,"Asian: HS or Higher":0.803136830719308,"NHPI: BA or Higher":0.138285262741999,"NHPI: HS or Higher":0.822204662188858,"value":24.1295546236415,"na.omit":true,"value2":40.9535299746225,"value3":13.8285262741999,"STATE":40,"STUSAB":"OK","STATENS":1102857,"code":"OK"},{"State":"Oregon","State Population: BA or Higher":0.307574811084608,"State Population: HS or Higher":0.889000328548508,"Asian: BA or Higher":0.465986809392913,"Asian: HS or Higher":0.829479036691653,"NHPI: BA or Higher":0.119124054116028,"NHPI: HS or Higher":0.852327447833066,"value":30.7574811084608,"na.omit":true,"value2":46.5986809392913,"value3":11.9124054116028,"STATE":41,"STUSAB":"OR","STATENS":1155107,"code":"OR"},{"State":"Pennsylvania","State Population: BA or Higher":0.286136255132678,"State Population: HS or Higher":0.884182774169423,"Asian: BA or Higher":0.53082759796627,"Asian: HS or Higher":0.782486204117063,"NHPI: BA or Higher":0.139794168096055,"NHPI: HS or Higher":0.75557461406518,"value":28.6136255132678,"na.omit":true,"value2":53.082759796627,"value3":13.9794168096055,"STATE":42,"STUSAB":"PA","STATENS":1779798,"code":"PA"},{"State":"Rhode Island","State Population: BA or Higher":0.318906362530025,"State Population: HS or Higher":0.851392024600321,"Asian: BA or Higher":0.444702242846094,"Asian: HS or Higher":0.743039443155452,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":31.8906362530025,"na.omit":true,"value2":44.4702242846094,"value3":null,"STATE":44,"STUSAB":"RI","STATENS":1219835,"code":"RI"},{"State":"South Carolina","State Population: BA or Higher":0.258423112472963,"State Population: HS or Higher":0.849490359366818,"Asian: BA or Higher":0.427559143401727,"Asian: HS or Higher":0.801771499046978,"NHPI: BA or Higher":0.151294498381877,"NHPI: HS or Higher":0.882686084142395,"value":25.8423112472963,"na.omit":true,"value2":42.7559143401727,"value3":15.1294498381877,"STATE":45,"STUSAB":"SC","STATENS":1779799,"code":"SC"},{"State":"South Dakota","State Population: BA or Higher":0.270037148005858,"State Population: HS or Higher":0.902342665401178,"Asian: BA or Higher":0.43568107456518,"Asian: HS or Higher":0.661098674014121,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":27.0037148005858,"na.omit":true,"value2":43.568107456518,"value3":null,"STATE":46,"STUSAB":"SD","STATENS":1785534,"code":"SD"},{"State":"Tennessee","State Population: BA or Higher":0.24937603252576,"State Population: HS or Higher":0.847724539250362,"Asian: BA or Higher":0.505924537768006,"Asian: HS or Higher":0.811610028183978,"NHPI: BA or Higher":0.128622267412303,"NHPI: HS or Higher":0.849517031011693,"value":24.937603252576,"na.omit":true,"value2":50.5924537768006,"value3":12.8622267412303,"STATE":47,"STUSAB":"TN","STATENS":1325873,"code":"TN"},{"State":"Texas","State Population: BA or Higher":0.275763588774638,"State Population: HS or Higher":0.81276187146152,"Asian: BA or Higher":0.56039438196732,"Asian: HS or Higher":0.841857182466665,"NHPI: BA or Higher":0.160557523486832,"NHPI: HS or Higher":0.888726320653011,"value":27.5763588774638,"na.omit":true,"value2":56.039438196732,"value3":16.0557523486832,"STATE":48,"STUSAB":"TX","STATENS":1779801,"code":"TX"},{"State":"Utah","State Population: BA or Higher":0.311215877691886,"State Population: HS or Higher":0.902398641020954,"Asian: BA or Higher":0.463290894595705,"Asian: HS or Higher":0.824873770927452,"NHPI: BA or Higher":0.142356241234222,"NHPI: HS or Higher":0.887018856163316,"value":31.1215877691886,"na.omit":true,"value2":46.3290894595705,"value3":14.2356241234222,"STATE":49,"STUSAB":"UT","STATENS":1455989,"code":"UT"},{"State":"Vermont","State Population: BA or Higher":0.359591166522007,"State Population: HS or Higher":0.907785744875268,"Asian: BA or Higher":0.444444444444444,"Asian: HS or Higher":0.748528329654157,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":35.9591166522007,"na.omit":true,"value2":44.4444444444444,"value3":null,"STATE":50,"STUSAB":"VT","STATENS":1779802,"code":"VT"},{"State":"Virginia","State Population: BA or Higher":0.363291680237742,"State Population: HS or Higher":0.873017672369423,"Asian: BA or Higher":0.592783871502689,"Asian: HS or Higher":0.876009807869987,"NHPI: BA or Higher":0.32730455075846,"NHPI: HS or Higher":0.932030338389732,"value":36.3291680237742,"na.omit":true,"value2":59.2783871502689,"value3":32.730455075846,"STATE":51,"STUSAB":"VA","STATENS":1779803,"code":"VA"},{"State":"Washington","State Population: BA or Higher":0.328740947143646,"State Population: HS or Higher":0.895492432602101,"Asian: BA or Higher":0.476677185164654,"Asian: HS or Higher":0.844423952325619,"NHPI: BA or Higher":0.112209648600357,"NHPI: HS or Higher":0.876871153464364,"value":32.8740947143646,"na.omit":true,"value2":47.6677185164654,"value3":11.2209648600357,"STATE":53,"STUSAB":"WA","STATENS":1779804,"code":"WA"},{"State":"West Virginia","State Population: BA or Higher":0.191564249166871,"State Population: HS or Higher":0.844517986808595,"Asian: BA or Higher":0.602574146614438,"Asian: HS or Higher":0.849804141018467,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":19.1564249166871,"na.omit":true,"value2":60.2574146614438,"value3":null,"STATE":54,"STUSAB":"WV","STATENS":1779805,"code":"WV"},{"State":"Wisconsin","State Population: BA or Higher":0.27825016478967,"State Population: HS or Higher":0.90391542320285,"Asian: BA or Higher":0.465815138740326,"Asian: HS or Higher":0.799295287233373,"NHPI: BA or Higher":0.253229974160207,"NHPI: HS or Higher":0.874677002583979,"value":27.825016478967,"na.omit":true,"value2":46.5815138740326,"value3":25.3229974160207,"STATE":55,"STUSAB":"WI","STATENS":1779806,"code":"WI"},{"State":"Wyoming","State Population: BA or Higher":0.257109547403922,"State Population: HS or Higher":0.915388058458592,"Asian: BA or Higher":0.445409102867666,"Asian: HS or Higher":0.897132333596422,"NHPI: BA or Higher":null,"NHPI: HS or Higher":null,"value":25.7109547403922,"na.omit":true,"value2":44.5409102867666,"value3":null,"STATE":56,"STUSAB":"WY","STATENS":1779807,"code":"WY"}],"joinBy":["postalcode","code"],"name":"Education","borderColor":"null","borderWidth":0}],"colorAxis":{"min":0,"stops":[[0,"#440154"],[0.111111111111111,"#3C2060"],[0.222222222222222,"#34406C"],[0.333333333333333,"#2C6079"],[0.444444444444444,"#248085"],[0.555555555555556,"#399980"],[0.666666666666667,"#6AAD69"],[0.777777777777778,"#9BC052"],[0.888888888888889,"#CCD33B"],[1,"#FDE725"]],"labels":{"format":"{value}%"},"showInLegend":true},"legend":{"title":{"text":"Statewide Percentage","fontStyle":"italic"},"align":"center","verticalAlign":"bottom","layout":"horizontal","padding":5}},"theme":{"colors":["#FF2700","#008FD5","#77AB43","#636464","#C4C4C4"],"chart":{"backgroundColor":"#F0F0F0","plotBorderColor":"#606063","style":{"fontFamily":"Roboto","color":"#3C3C3C"}},"title":{"align":"left","style":{"fontWeight":"bold"}},"subtitle":{"align":"left"},"xAxis":{"gridLineWidth":1,"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"yAxis":{"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"tooltip":{"backgroundColor":"rgba(0, 0, 0, 0.85)","style":{"color":"#F0F0F0"}},"legend":{"itemStyle":{"color":"#3C3C3C"},"itemHiddenStyle":{"color":"#606063"}},"credits":{"style":{"color":"#666"}},"labels":{"style":{"color":"#D7D7D8"}},"legendBackgroundColor":"rgba(0, 0, 0, 0.5)","background2":"#505053","dataLabelsColor":"#B0B0B3","textColor":"#C0C0C0","contrastTextColor":"#F0F0F3","maskColor":"rgba(255,255,255,0.3)"},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","drillUpText":"Back to {series.name}","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"thousandsSep":",","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"map","fonts":["Roboto","Unica+One"],"debug":false},"evals":[],"jsHooks":[]}</script>
</div>
</div>
<div id="health-insurance" class="section level1 tabset tabset-fade tabset-pills">
<h1>Health Insurance</h1>
<p>These tables use the 2011-2015 5YR data from the American Community Survey.</p>
<div id="asian-nhpi-alone-1" class="section level2">
<h2>Asian & NHPI Alone</h2>
<p>Nationally, about <strong>11.38%</strong> of Americans to not have health insurance.</p>
<div id="htmlwidget-b736b080a4e4a339d938" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-b736b080a4e4a339d938">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.123032911377481,0.171486047947581,0.140790959345124,0.137133746363839,0.141273235987296,0.116916903756043,0.0761535850770319,0.0789964333814439,0.0569563783163947,0.171814380470902,0.163493525667268,0.0568839427662957,0.139235279078395,0.107298012072262,0.121594895256798,0.0699457250926255,0.107091639989386,0.109628225529296,0.150162467974106,0.0963064258029972,0.0863176221496474,0.0345380224534112,0.0933782265969091,0.0665803496863657,0.15239171446969,0.116905851192315,0.148086544110215,0.0978774904477836,0.172036400477621,0.0903260896966289,0.112218078704009,0.157131134184384,0.0939961322488806,0.13868700960433,0.0853722248257486,0.0932597216303892,0.158420867715522,0.118870090041174,0.0844755917413858,0.0896833119767229,0.139818048781322,0.105223947494022,0.123642287036781,0.193942499070789,0.12237310959656,0.0566501788198054,0.109392960076031,0.11055693288446,0.111558933274802,0.0758317701248138,0.127915215416399],[0.159489955978343,0.205778050971677,0.115581639238464,0.151086118092015,0.10960667640685,0.12215061973815,0.0959801369908606,0.10305036228643,0.0750211327134404,0.17987016830765,0.192408190810297,0.0481418177794904,0.135988118444259,0.11651304716748,0.148400210671846,0.10470020850908,0.120698633978288,0.138632970394377,0.218545614352558,0.153402854006586,0.107997469600056,0.0364955831936138,0.0994509938390551,0.0836240995961194,0.222245845292513,0.141182572614108,0.179418407679277,0.102820986026892,0.147471732713332,0.115430068031556,0.116918495204135,0.126773520150019,0.126957605857617,0.138565907476836,0.136177939173854,0.10241553513358,0.149741474072767,0.110450133976077,0.126649818184606,0.120689147400972,0.180165666084049,0.168336474556096,0.152613877743687,0.166905096984512,0.126639742024357,0.0738117001828154,0.130837280066747,0.105488042355518,0.132224625251697,0.104949609939727,0.104528950888592],[0.206562894404712,0.15534991324465,0.164944050568036,0.273278155483299,0.147962845111234,0.144536652835408,0.131469979296066,null,null,0.233961915326308,0.169258508000902,0.0775798939629163,0.193340494092374,0.148660848630755,0.212954747116238,0.218317358892439,0.186910006293266,0.19016393442623,0.215022935779817,null,0.110299769408148,0.0323565323565324,0.139444173573866,0.113897596656217,null,0.257893838539,0.173645320197044,0.215686274509804,0.20784069695084,null,0.126428308145964,0.133495145631068,0.139740752450206,0.224641437705201,null,0.15819209039548,0.256308100929615,0.206092947851932,0.08390451429922,null,0.266775111834079,null,0.140493287542929,0.207290611890641,0.1794010959327,null,0.101467245298615,0.160121681415929,null,0.149834437086093,null]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State: No Health Ins.<\/th>\n <th>Asian: No Health Ins.<\/th>\n <th>NHPI: No Health Ins.<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\nDTWidget.formatPercentage(this, row, data, 4, 2);\nDTWidget.formatPercentage(this, row, data, 5, 2);\nDTWidget.formatPercentage(this, row, data, 6, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
</div>
<div id="asian-nhpi-combo-1" class="section level2">
<h2>Asian & NHPI Combo</h2>
<p>Nationally, about <strong>11.38%</strong> of Americans to not have health insurance. <div id="htmlwidget-76a7a54f3c583e7a609a" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-76a7a54f3c583e7a609a">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.123032911377481,0.171486047947581,0.140790959345124,0.137133746363839,0.141273235987296,0.116916903756043,0.0761535850770319,0.0789964333814439,0.0569563783163947,0.171814380470902,0.163493525667268,0.0568839427662957,0.139235279078395,0.107298012072262,0.121594895256798,0.0699457250926255,0.107091639989386,0.109628225529296,0.150162467974106,0.0963064258029972,0.0863176221496474,0.0345380224534112,0.0933782265969091,0.0665803496863657,0.15239171446969,0.116905851192315,0.148086544110215,0.0978774904477836,0.172036400477621,0.0903260896966289,0.112218078704009,0.157131134184384,0.0939961322488806,0.13868700960433,0.0853722248257486,0.0932597216303892,0.158420867715522,0.118870090041174,0.0844755917413858,0.0896833119767229,0.139818048781322,0.105223947494022,0.123642287036781,0.193942499070789,0.12237310959656,0.0566501788198054,0.109392960076031,0.11055693288446,0.111558933274802,0.0758317701248138,0.127915215416399],[0.145793944558358,0.185438772583883,0.110193489324727,0.141552695092518,0.105790624052959,0.111183112895036,0.0903878178166149,0.0980412477976992,0.0654698709905736,0.171381451390608,0.184563992597032,0.0471327068648473,0.125741992359683,0.110510584285305,0.13649406941971,0.100143211887901,0.110870107475571,0.125783642973692,0.20121918149968,0.149463414634146,0.100841701050672,0.0351601173853783,0.0957719993217935,0.0784301834021255,0.206337743370501,0.132181851378492,0.163111873825284,0.0979814881494504,0.141435333627403,0.10500849333402,0.11490654446218,0.117741575541174,0.121898389066724,0.129524436760791,0.130162594556995,0.0980551958201224,0.142843659549478,0.10217240968165,0.120405200874483,0.114420568873432,0.162755866200699,0.149560345498405,0.144006436041834,0.160282184483736,0.117558335551415,0.0636644665385579,0.124536798480342,0.0982029325721806,0.125832298837603,0.0982530426863165,0.0988310308182784],[0.149571798446525,0.146403972449143,0.148896428163001,0.243282256273595,0.123456457719815,0.115148568997995,0.128032668748499,0.159722222222222,0.087881591119334,0.207938320959452,0.132816958825927,0.0595418399480086,0.18277041470714,0.124570643462331,0.199212058924289,0.151547779273217,0.160135564499047,0.140450667250055,0.228138739618955,0.316430020283976,0.101928076256499,0.045584371072775,0.134586303737308,0.0801182557280118,0.168614357262103,0.196450478449333,0.159007352941176,0.177464788732394,0.166455107049166,0.0872662511130899,0.139299352482152,0.0952885124404447,0.119938709059567,0.145977585837676,0.22843137254902,0.127713088029809,0.206070287539936,0.14694532664003,0.106196551240712,0.0805921052631579,0.192355335338878,0.173,0.131428571428571,0.164824419692203,0.153242730088938,0.0644654088050314,0.0782222222222222,0.129214338263274,0.204778156996587,0.120511374318481,0.0764617691154423]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State: No Health Ins.<\/th>\n <th>Asian: No Health Ins.<\/th>\n <th>NHPI: No Health Ins.<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\nDTWidget.formatPercentage(this, row, data, 4, 2);\nDTWidget.formatPercentage(this, row, data, 5, 2);\nDTWidget.formatPercentage(this, row, data, 6, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script></p>
</div>
<div id="visualize-data-1" class="section level2">
<h2>Visualize Data</h2>
<div id="htmlwidget-b2f4269b064376aa8686" style="width:100%;height:500px;" class="highchart html-widget"></div>
<script type="application/json" data-for="htmlwidget-b2f4269b064376aa8686">{"x":{"hc_opts":{"title":{"text":"Health Insurance Coverage","align":"center"},"yAxis":{"title":{"text":null}},"credits":{"enabled":false},"exporting":{"enabled":false},"plotOptions":{"series":{"turboThreshold":0},"treemap":{"layoutAlgorithm":"squarified"},"bubble":{"minSize":5,"maxSize":25}},"annotationsOptions":{"enabledButtons":false},"tooltip":{"delayForDisplay":10,"pointFormat":"No Health Insurance\n<table>\n <tr>\n <th>{point.name}:<\/th>\n <td> {point.value:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>Asian Alone:<\/th>\n <td> {point.value2:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>NHPI Alone:<\/th>\n <td> {point.value3:.1f}%<\/td>\n <\/tr>\n<\/table>","useHTML":true,"headerFormat":""},"subtitle":{"text":"Source: 2011-2015 ACS using Asian/NHPI Alone","align":"center"},"chart":{"backgroundColor":"#ffffff"},"series":[{"mapData":{"title":"United States of America","version":"1.1.2","type":"FeatureCollection","copyright":"Copyright (c) 2015 Highsoft AS, Based on data from Natural Earth","copyrightShort":"Natural Earth","copyrightUrl":"http://www.naturalearthdata.com","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG:102004"}},"hc-transform":{"default":{"crs":"+proj=lcc +lat_1=33 +lat_2=45 +lat_0=39 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000151481324748,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-2361356.09818,"yoffset":1398996.77886},"us-all-hawaii":{"xpan":190,"ypan":417,"hitZone":{"type":"Polygon","coordinates":[[[1747,3920],[3651,2950],[3651,-999],[1747,-999],[1747,3920]]]},"crs":"+proj=aea +lat_1=8 +lat_2=18 +lat_0=13 +lon_0=-157 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000123090941806,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-338610.47557,"yoffset":1022754.31736},"us-all-alaska":{"rotation":-0.0174532925199,"xpan":5,"ypan":357,"hitZone":{"type":"Polygon","coordinates":[[[-999,5188],[-707,5188],[1747,3920],[1747,-999],[-999,-999],[-999,5188]]]},"crs":"+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs","scale":5.84397059179e-05,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-1566154.00853,"yoffset":1992671.14918}},"features":[{"type":"Feature","id":"US.MA","properties":{"labelrank":"0","hasc":"US.MA","woeid":"2347580","statefips":"25","fips":"US25","postalcode":"MA","name":"Massachusetts","country":"United States of America","region":"Northeast","longitude":"-71.99930000000001","woename":"Massachusetts","latitude":"42.3739","woelabel":"Massachusetts, US, United States","type":"State","code":"us-ma"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9430,7889],[9476,7878],[9436,7864],[9417,7844],[9430,7889]]],[[[9314,7915],[9312,7927],[9304,7921],[9278,7938],[9254,7990],[9177,7968],[8997,7925],[8860,7896],[8853,7901],[8856,8080],[8922,8096],[9005,8115],[9005,8115],[9222,8166],[9242,8201],[9300,8236],[9318,8197],[9357,8186],[9312,8147],[9299,8081],[9324,8091],[9365,8074],[9428,7985],[9483,7974],[9525,8007],[9501,8067],[9535,8028],[9549,7982],[9504,7965],[9420,7906],[9411,7955],[9371,7921],[9373,7898],[9339,7878],[9327,7915],[9314,7915]]]]}},{"type":"Feature","id":"US.WA","properties":{"labelrank":"0","hasc":"US.WA","woeid":"2347606","statefips":"53","fips":"US53","postalcode":"WA","name":"Washington","country":"United States of America","region":"West","longitude":"-120.361","woename":"Washington","latitude":"47.4865","woelabel":"Washington, US, United States","type":"State","code":"us-wa"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77,9797],[-56,9768],[-91,9757],[-86,9712],[-136,9751],[-111,9756],[-77,9797]]],[[[-52,9689],[-85,9658],[-66,9645],[-43,9568],[-77,9588],[-74,9635],[-89,9664],[-52,9690],[-60,9697],[-61,9737],[-31,9701],[-12,9731],[-9,9774],[-33,9788],[-46,9839],[-32,9851],[926,9593],[767,8925],[779,8870],[774,8822],[398,8914],[378,8905],[289,8922],[163,8905],[94,8923],[38,8914],[-10,8925],[-22,8950],[-113,8979],[-207,8965],[-283,9014],[-271,9096],[-280,9134],[-321,9167],[-357,9171],[-365,9207],[-400,9226],[-436,9219],[-460,9259],[-436,9333],[-441,9279],[-416,9297],[-401,9347],[-434,9357],[-429,9395],[-369,9396],[-424,9436],[-424,9523],[-410,9624],[-433,9678],[-428,9749],[-385,9790],[-313,9713],[-183,9655],[-161,9666],[-146,9623],[-100,9637],[-95,9567],[-135,9518],[-77,9566],[-112,9491],[-89,9426],[-154,9433],[-175,9394],[-167,9449],[-222,9394],[-157,9376],[-124,9418],[-82,9426],[-82,9476],[-66,9527],[-18,9570],[-37,9644],[-24,9661],[-52,9689]]]]}},{"type":"Feature","id":"US.CA","properties":{"labelrank":"0","hasc":"US.CA","woeid":"2347563","statefips":"6","fips":"US06","postalcode":"CA","name":"California","country":"United States of America","region":"West","longitude":"-119.591","woename":"California","latitude":"36.7496","woelabel":"California, US, United States","type":"State","code":"us-ca"},"geometry":{"type":"Polygon","coordinates":[[[-833,8186],[-50,7955],[-253,7203],[32,6779],[261,6430],[593,5936],[620,5788],[660,5730],[598,5702],[559,5661],[555,5605],[510,5537],[489,5536],[476,5452],[519,5416],[492,5355],[451,5357],[-76,5426],[-69,5467],[-95,5476],[-84,5583],[-110,5649],[-224,5792],[-276,5799],[-265,5822],[-284,5881],[-342,5885],[-417,5946],[-422,5975],[-484,6035],[-539,6046],[-588,6077],[-659,6091],[-686,6135],[-647,6273],[-691,6316],[-672,6333],[-720,6428],[-742,6442],[-793,6601],[-820,6637],[-816,6709],[-775,6726],[-761,6756],[-778,6807],[-821,6819],[-855,6888],[-842,6929],[-853,6979],[-833,7041],[-810,7042],[-816,6985],[-764,6931],[-772,6991],[-797,7030],[-787,7089],[-738,7083],[-782,7126],[-806,7122],[-833,7050],[-892,7126],[-903,7243],[-983,7395],[-967,7420],[-969,7507],[-943,7553],[-936,7629],[-964,7712],[-999,7766],[-993,7813],[-890,7943],[-849,8038],[-844,8118],[-860,8134],[-833,8186]]]}},{"type":"Feature","id":"US.OR","properties":{"labelrank":"0","hasc":"US.OR","woeid":"2347596","statefips":"41","fips":"US41","postalcode":"OR","name":"Oregon","country":"United States of America","region":"West","longitude":"-120.386","woename":"Oregon","latitude":"43.8333","woelabel":"Oregon, US, United States","type":"State","code":"us-or"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[-833,8186],[-851,8223],[-847,8281],[-817,8362],[-827,8415],[-793,8455],[-756,8527],[-714,8570],[-672,8648],[-594,8829],[-582,8877],[-494,9051],[-493,9108],[-468,9158],[-460,9216],[-396,9192],[-367,9202],[-359,9169],[-321,9167],[-280,9134],[-271,9096],[-283,9014],[-207,8965],[-113,8979],[-22,8950],[-10,8925],[38,8914],[94,8923],[163,8905],[289,8922],[378,8905],[398,8914],[774,8822],[785,8775],[821,8744],[823,8698],[776,8646],[718,8545],[624,8450],[615,8403],[662,8361],[616,8265],[510,7813],[-50,7955]]]}},{"type":"Feature","id":"US.WI","properties":{"labelrank":"0","hasc":"US.WI","woeid":"2347608","statefips":"55","fips":"US55","postalcode":"WI","name":"Wisconsin","country":"United States of America","region":"Midwest","longitude":"-89.5831","woename":"Wisconsin","latitude":"44.3709","woelabel":"Wisconsin, US, United States","type":"State","code":"us-wi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6206,8297],[6197,8237],[6159,8156],[6136,8180],[6161,8249],[6206,8297]]],[[[5575,7508],[5561,7544],[5494,7563],[5465,7670],[5479,7702],[5445,7758],[5431,7866],[5405,7892],[5360,7903],[5273,7994],[5217,8029],[5181,8035],[5136,8072],[5146,8117],[5144,8214],[5158,8253],[5117,8285],[5116,8322],[5147,8375],[5220,8422],[5214,8573],[5245,8603],[5303,8589],[5410,8635],[5449,8660],[5489,8656],[5481,8617],[5508,8583],[5554,8572],[5588,8553],[5611,8510],[5795,8473],[5849,8447],[5968,8437],[5993,8394],[6045,8372],[6042,8286],[6080,8287],[6071,8242],[6096,8224],[6058,8180],[6028,8078],[6049,8076],[6099,8156],[6129,8170],[6153,8151],[6124,8019],[6136,7996],[6101,7916],[6110,7860],[6082,7742],[6089,7679],[6116,7626],[6119,7543],[5780,7519],[5606,7509],[5575,7508]]]]}},{"type":"Feature","id":"US.ME","properties":{"labelrank":"0","hasc":"US.ME","woeid":"2347578","statefips":"23","fips":"US23","postalcode":"ME","name":"Maine","country":"United States of America","region":"Northeast","longitude":"-69.1973","woename":"Maine","latitude":"45.148","woelabel":"Maine, US, United States","type":"State","code":"us-me"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9623,8727],[9643,8763],[9665,8747],[9641,8690],[9623,8727]]],[[[9225,8399],[9079,8830],[9115,8824],[9130,8917],[9168,8971],[9177,9035],[9160,9062],[9160,9140],[9176,9161],[9166,9236],[9238,9459],[9272,9467],[9292,9423],[9319,9415],[9428,9491],[9519,9435],[9630,9097],[9697,9099],[9717,9017],[9747,8995],[9778,9009],[9851,8939],[9818,8875],[9789,8883],[9784,8851],[9706,8811],[9712,8773],[9690,8747],[9669,8782],[9611,8766],[9590,8707],[9615,8647],[9554,8716],[9552,8761],[9517,8719],[9529,8622],[9505,8581],[9483,8586],[9467,8544],[9433,8531],[9420,8493],[9387,8524],[9346,8471],[9362,8439],[9314,8347],[9298,8291],[9235,8354],[9225,8399]]]]}},{"type":"Feature","id":"US.MI","properties":{"labelrank":"0","hasc":"US.MI","woeid":"2347581","statefips":"26","fips":"US26","postalcode":"MI","name":"Michigan","country":"United States of America","region":"Midwest","longitude":"-84.9479","woename":"Michigan","latitude":"43.4343","woelabel":"Michigan, US, United States","type":"State","code":"us-mi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6802,8561],[6808,8523],[6764,8521],[6774,8565],[6802,8561]]],[[[5863,9010],[5834,8966],[5759,8913],[5758,8947],[5863,9010]]],[[[6976,7443],[6815,7415],[6718,7400],[6716,7416],[6323,7372],[6364,7423],[6399,7509],[6417,7630],[6409,7695],[6330,7861],[6345,7903],[6322,7979],[6361,8059],[6352,8141],[6381,8159],[6381,8204],[6423,8217],[6453,8283],[6469,8252],[6460,8196],[6479,8180],[6501,8221],[6497,8298],[6533,8342],[6567,8348],[6542,8410],[6593,8461],[6646,8436],[6627,8469],[6669,8467],[6654,8434],[6698,8433],[6726,8400],[6837,8377],[6863,8359],[6884,8307],[6860,8285],[6902,8213],[6903,8115],[6872,8094],[6868,8040],[6821,8014],[6824,7934],[6868,7920],[6900,7950],[6937,8030],[6993,8059],[7042,8027],[7097,7866],[7128,7802],[7124,7704],[7066,7697],[7061,7631],[7021,7590],[7008,7500],[6976,7443]]],[[[5874,8741],[5900,8700],[5901,8651],[5938,8693],[6017,8689],[6049,8673],[6107,8596],[6174,8609],[6192,8589],[6244,8596],[6318,8663],[6430,8674],[6485,8705],[6529,8713],[6518,8645],[6560,8631],[6591,8646],[6609,8627],[6633,8653],[6688,8665],[6692,8589],[6745,8536],[6723,8521],[6631,8516],[6606,8530],[6598,8476],[6541,8514],[6480,8529],[6444,8521],[6426,8490],[6320,8470],[6302,8429],[6244,8388],[6264,8448],[6227,8437],[6192,8395],[6185,8444],[6096,8224],[6071,8242],[6080,8287],[6042,8286],[6045,8372],[5993,8394],[5968,8437],[5849,8447],[5795,8473],[5611,8510],[5588,8553],[5554,8572],[5623,8604],[5661,8642],[5731,8656],[5776,8696],[5805,8702],[5860,8764],[5868,8750],[5893,8802],[5958,8837],[6017,8829],[5931,8757],[5903,8703],[5900,8738],[5874,8741]]]]}},{"type":"Feature","id":"US.NV","properties":{"labelrank":"0","hasc":"US.NV","woeid":"2347587","statefips":"32","fips":"US32","postalcode":"NV","name":"Nevada","country":"United States of America","region":"West","longitude":"-117.02","woename":"Nevada","latitude":"39.4299","woelabel":"Nevada, US, United States","type":"State","code":"us-nv"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[510,7813],[897,7727],[1073,7690],[929,6975],[818,6420],[777,6221],[752,6180],[669,6227],[631,6217],[631,6159],[611,6068],[614,5982],[593,5936],[261,6430],[32,6779],[-253,7203],[-50,7955]]]}},{"type":"Feature","id":"US.NM","properties":{"labelrank":"0","hasc":"US.NM","woeid":"2347590","statefips":"35","fips":"US35","postalcode":"NM","name":"New Mexico","country":"United States of America","region":"West","longitude":"-106.024","woename":"New Mexico","latitude":"34.5002","woelabel":"New Mexico, US, United States","type":"State","code":"us-nm"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[3091,6104],[3083,6007],[3081,5975],[3072,5970],[2976,4810],[2181,4887],[2208,4823],[1830,4873],[1815,4756],[1630,4782],[1736,5514],[1841,6242]]]}},{"type":"Feature","id":"US.CO","properties":{"labelrank":"0","hasc":"US.CO","woeid":"2347564","statefips":"8","fips":"US08","postalcode":"CO","name":"Colorado","country":"United States of America","region":"West","longitude":"-105.543","woename":"Colorado","latitude":"38.9998","woelabel":"Colorado, US, United States","type":"State","code":"us-co"},"geometry":{"type":"Polygon","coordinates":[[[3091,6104],[1841,6242],[1966,7108],[1990,7269],[2964,7155],[3357,7124],[3339,6866],[3329,6696],[3290,6089],[3091,6104]]]}},{"type":"Feature","id":"US.WY","properties":{"labelrank":"0","hasc":"US.WY","woeid":"2347609","statefips":"56","fips":"US56","postalcode":"WY","name":"Wyoming","country":"United States of America","region":"West","longitude":"-107.552","woename":"Wyoming","latitude":"42.9999","woelabel":"Wyoming, US, United States","type":"State","code":"us-wy"},"geometry":{"type":"Polygon","coordinates":[[[2964,7155],[1990,7269],[1600,7329],[1643,7585],[1677,7785],[1750,8226],[1772,8355],[3056,8191],[3019,7770],[3010,7672],[3002,7575],[2964,7155]]]}},{"type":"Feature","id":"US.KS","properties":{"labelrank":"0","hasc":"US.KS","woeid":"2347575","statefips":"20","fips":"US20","postalcode":"KS","name":"Kansas","country":"United States of America","region":"Midwest","longitude":"-98.3309","woename":"Kansas","latitude":"38.5","woelabel":"Kansas, US, United States","type":"State","code":"us-ks"},"geometry":{"type":"Polygon","coordinates":[[[3339,6866],[4682,6826],[4769,6780],[4726,6705],[4767,6667],[4781,6624],[4824,6600],[4833,6050],[3290,6089],[3329,6696],[3339,6866]]]}},{"type":"Feature","id":"US.NE","properties":{"labelrank":"0","hasc":"US.NE","woeid":"2347586","statefips":"31","fips":"US31","postalcode":"NE","name":"Nebraska","country":"United States of America","region":"Midwest","longitude":"-99.68550000000001","woename":"Nebraska","latitude":"41.5002","woelabel":"Nebraska, US, United States","type":"State","code":"us-ne"},"geometry":{"type":"Polygon","coordinates":[[[4682,6826],[3339,6866],[3357,7124],[2964,7155],[3002,7575],[3010,7672],[4071,7611],[4148,7558],[4194,7574],[4297,7577],[4330,7551],[4409,7521],[4453,7479],[4469,7474],[4478,7398],[4515,7341],[4533,7291],[4529,7228],[4559,7206],[4571,7165],[4579,7031],[4592,6986],[4592,6981],[4592,6981],[4591,6981],[4591,6981],[4619,6915],[4682,6826]]]}},{"type":"Feature","id":"US.OK","properties":{"labelrank":"0","hasc":"US.OK","woeid":"2347595","statefips":"40","fips":"US40","postalcode":"OK","name":"Oklahoma","country":"United States of America","region":"South","longitude":"-97.1309","woename":"Oklahoma","latitude":"35.452","woelabel":"Oklahoma, US, United States","type":"State","code":"us-ok"},"geometry":{"type":"Polygon","coordinates":[[[3290,6089],[4833,6050],[4833,6017],[4835,5920],[4877,5632],[4875,5180],[4790,5207],[4714,5260],[4685,5235],[4632,5257],[4595,5233],[4559,5242],[4474,5191],[4405,5248],[4360,5237],[4347,5258],[4312,5234],[4304,5199],[4283,5247],[4248,5227],[4181,5268],[4121,5246],[4093,5310],[4007,5296],[3908,5334],[3856,5341],[3842,5388],[3753,5388],[3686,5437],[3707,5936],[3081,5975],[3083,6007],[3091,6104],[3290,6089]]]}},{"type":"Feature","id":"US.MO","properties":{"labelrank":"0","hasc":"US.MO","woeid":"2347584","statefips":"29","fips":"US29","postalcode":"MO","name":"Missouri","country":"United States of America","region":"Midwest","longitude":"-92.446","woename":"Missouri","latitude":"38.5487","woelabel":"Missouri, US, United States","type":"State","code":"us-mo"},"geometry":{"type":"Polygon","coordinates":[[[4835,5920],[4833,6017],[4833,6050],[4824,6600],[4781,6624],[4767,6667],[4726,6705],[4769,6780],[4682,6826],[4619,6915],[4591,6981],[4591,6981],[4592,6981],[4846,6977],[5120,6985],[5389,7006],[5449,6947],[5449,6947],[5449,6947],[5436,6893],[5454,6813],[5475,6774],[5540,6711],[5588,6679],[5616,6596],[5642,6567],[5672,6592],[5735,6561],[5692,6420],[5752,6350],[5792,6336],[5873,6276],[5898,6211],[5886,6165],[5918,6121],[5975,6097],[5976,6033],[5956,5988],[5932,6005],[5921,5968],[5911,5955],[5907,5967],[5890,5980],[5893,5966],[5901,5936],[5869,5898],[5888,5872],[5868,5834],[5731,5821],[5790,5904],[5767,5957],[4835,5920]]]}},{"type":"Feature","id":"US.IL","properties":{"labelrank":"0","hasc":"US.IL","woeid":"2347572","statefips":"17","fips":"US17","postalcode":"IL","name":"Illinois","country":"United States of America","region":"Midwest","longitude":"-89.1991","woename":"Illinois","latitude":"39.946","woelabel":"Illinois, US, United States","type":"State","code":"us-il"},"geometry":{"type":"Polygon","coordinates":[[[6119,7543],[6121,7488],[6192,7351],[6247,6739],[6226,6674],[6254,6638],[6266,6585],[6244,6520],[6222,6503],[6194,6422],[6176,6404],[6179,6328],[6159,6283],[6171,6241],[6102,6218],[6105,6131],[6015,6162],[5987,6157],[5962,6117],[5975,6097],[5918,6121],[5886,6165],[5898,6211],[5873,6276],[5792,6336],[5752,6350],[5692,6420],[5735,6561],[5672,6592],[5642,6567],[5616,6596],[5588,6679],[5540,6711],[5475,6774],[5454,6813],[5436,6893],[5449,6947],[5449,6947],[5449,6947],[5458,7004],[5496,7020],[5535,7098],[5536,7132],[5509,7160],[5523,7224],[5579,7232],[5646,7276],[5671,7332],[5672,7411],[5625,7441],[5575,7508],[5575,7508],[5606,7509],[5848,7523],[6119,7543]]]}},{"type":"Feature","id":"US.IN","properties":{"labelrank":"0","hasc":"US.IN","woeid":"2347573","statefips":"18","fips":"US18","postalcode":"IN","name":"Indiana","country":"United States of America","region":"Midwest","longitude":"-86.1396","woename":"Indiana","latitude":"39.8874","woelabel":"Indiana, US, United States","type":"State","code":"us-in"},"geometry":{"type":"Polygon","coordinates":[[[6192,7351],[6239,7329],[6323,7372],[6716,7416],[6718,7400],[6732,7296],[6797,6730],[6792,6683],[6808,6651],[6737,6617],[6682,6619],[6693,6572],[6657,6540],[6652,6507],[6622,6498],[6608,6438],[6583,6411],[6531,6450],[6485,6413],[6485,6390],[6444,6379],[6426,6401],[6359,6356],[6303,6376],[6269,6350],[6209,6363],[6179,6328],[6176,6404],[6194,6422],[6222,6503],[6244,6520],[6266,6585],[6254,6638],[6226,6674],[6247,6739],[6192,7351]]]}},{"type":"Feature","id":"US.VT","properties":{"labelrank":"0","hasc":"US.VT","woeid":"2347604","statefips":"50","fips":"US50","postalcode":"VT","name":"Vermont","country":"United States of America","region":"Northeast","longitude":"-72.7317","woename":"Vermont","latitude":"44.0886","woelabel":"Vermont, US, United States","type":"State","code":"us-vt"},"geometry":{"type":"Polygon","coordinates":[[[8922,8096],[8856,8080],[8807,8284],[8772,8287],[8772,8328],[8740,8402],[8748,8453],[8739,8514],[8720,8537],[8695,8646],[8811,8677],[9024,8736],[9020,8661],[9045,8629],[9033,8585],[8978,8526],[8986,8490],[8981,8392],[8964,8320],[8979,8261],[8979,8148],[9005,8115],[9005,8115],[8922,8096]]]}},{"type":"Feature","id":"US.AR","properties":{"labelrank":"0","hasc":"US.AR","woeid":"2347562","statefips":"5","fips":"US05","postalcode":"AR","name":"Arkansas","country":"United States of America","region":"South","longitude":"-92.14279999999999","woename":"Arkansas","latitude":"34.7563","woelabel":"Arkansas, US, United States","type":"State","code":"us-ar"},"geometry":{"type":"Polygon","coordinates":[[[4975,5016],[4971,5157],[4910,5157],[4875,5180],[4877,5632],[4835,5920],[5767,5957],[5790,5904],[5731,5821],[5868,5834],[5871,5791],[5827,5763],[5835,5714],[5798,5670],[5802,5602],[5762,5567],[5770,5547],[5730,5520],[5706,5470],[5709,5414],[5635,5340],[5647,5309],[5609,5297],[5620,5250],[5583,5215],[5607,5162],[5598,5120],[5618,5077],[5605,5041],[5563,5038],[4975,5016]]]}},{"type":"Feature","id":"US.TX","properties":{"labelrank":"0","hasc":"US.TX","woeid":"2347602","statefips":"48","fips":"US48","postalcode":"TX","name":"Texas","country":"United States of America","region":"South","longitude":"-98.7607","woename":"Texas","latitude":"31.131","woelabel":"Texas, US, United States","type":"State","code":"us-tx"},"geometry":{"type":"MultiPolygon","coordinates":[[[[4875,5180],[4910,5157],[4971,5157],[4975,5016],[4980,4752],[5033,4679],[5031,4646],[5105,4506],[5093,4447],[5059,4380],[5065,4253],[5047,4228],[5018,4172],[5032,4146],[4989,4147],[4854,4084],[4875,4116],[4831,4102],[4842,4162],[4778,4141],[4769,4106],[4839,4052],[4789,4023],[4801,4063],[4739,3976],[4638,3901],[4557,3881],[4544,3857],[4451,3804],[4448,3787],[4381,3749],[4308,3672],[4340,3735],[4307,3756],[4261,3721],[4306,3712],[4263,3655],[4221,3658],[4249,3617],[4213,3527],[4195,3545],[4141,3510],[4206,3511],[4178,3442],[4232,3206],[4272,3164],[4203,3135],[4114,3192],[4013,3198],[3979,3230],[3915,3245],[3878,3279],[3810,3292],[3795,3375],[3727,3467],[3715,3534],[3721,3603],[3677,3628],[3595,3762],[3548,3801],[3525,3881],[3477,3970],[3469,4021],[3393,4097],[3411,4119],[3365,4132],[3310,4204],[3150,4220],[3103,4248],[3082,4218],[3018,4214],[2959,4096],[2967,4083],[2896,4024],[2861,4031],[2754,4113],[2695,4134],[2651,4187],[2595,4230],[2567,4305],[2573,4370],[2512,4503],[2437,4557],[2309,4714],[2275,4731],[2239,4806],[2208,4823],[2181,4887],[2976,4810],[3072,5970],[3081,5975],[3707,5936],[3686,5437],[3753,5388],[3842,5388],[3856,5341],[3908,5334],[4007,5296],[4093,5310],[4121,5246],[4181,5268],[4248,5227],[4283,5247],[4304,5199],[4312,5234],[4347,5258],[4360,5237],[4405,5248],[4474,5191],[4559,5242],[4595,5233],[4632,5257],[4685,5235],[4714,5260],[4790,5207],[4875,5180]]],[[[4269,3610],[4220,3493],[4219,3420],[4245,3297],[4214,3394],[4222,3530],[4269,3610]]]]}},{"type":"Feature","id":"US.RI","properties":{"labelrank":"0","hasc":"US.RI","woeid":"2347598","statefips":"44","fips":"US44","postalcode":"RI","name":"Rhode Island","country":"United States of America","region":"Northeast","longitude":"-71.5082","woename":"Rhode Island","latitude":"41.6242","woelabel":"Rhode Island, US, United States","type":"State","code":"us-ri"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9339,7878],[9325,7871],[9314,7915],[9327,7915],[9339,7878]]],[[[9177,7968],[9254,7990],[9278,7938],[9304,7921],[9320,7866],[9285,7851],[9279,7822],[9216,7790],[9212,7845],[9177,7968]]]]}},{"type":"Feature","id":"US.AL","properties":{"labelrank":"0","hasc":"US.AL","woeid":"2347559","statefips":"1","fips":"US01","postalcode":"AL","name":"Alabama","country":"United States of America","region":"South","longitude":"-86.7184","woename":"Alabama","latitude":"32.8551","woelabel":"Alabama, US, United States","type":"State","code":"us-al"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6440,4378],[6291,4361],[6336,4375],[6317,4398],[6267,4399],[6216,4788],[6236,5574],[6215,5600],[6213,5603],[6762,5652],[6912,5135],[6947,5053],[6998,4970],[6970,4930],[6958,4846],[6990,4774],[6983,4704],[7015,4637],[6436,4574],[6431,4541],[6487,4486],[6487,4443]]]}},{"type":"Feature","id":"US.MS","properties":{"labelrank":"0","hasc":"US.MS","woeid":"2347583","statefips":"28","fips":"US28","postalcode":"MS","name":"Mississippi","country":"United States of America","region":"South","longitude":"-89.71890000000001","woename":"Mississippi","latitude":"32.8657","woelabel":"Mississippi, US, United States","type":"State","code":"us-ms"},"geometry":{"type":"Polygon","coordinates":[[[6267,4399],[6164,4396],[6059,4360],[6017,4328],[5936,4451],[5955,4536],[5523,4510],[5540,4526],[5522,4581],[5545,4585],[5545,4642],[5565,4662],[5584,4738],[5636,4781],[5670,4868],[5629,4895],[5611,4977],[5627,5018],[5605,5041],[5618,5077],[5598,5120],[5607,5162],[5583,5215],[5620,5250],[5609,5297],[5647,5309],[5635,5340],[5709,5414],[5706,5470],[5730,5520],[5770,5547],[5762,5567],[6122,5592],[6215,5600],[6236,5574],[6216,4788],[6267,4399]]]}},{"type":"Feature","id":"US.NC","properties":{"labelrank":"0","hasc":"US.NC","woeid":"2347592","statefips":"37","fips":"US37","postalcode":"NC","name":"North Carolina","country":"United States of America","region":"South","longitude":"-78.866","woename":"North Carolina","latitude":"35.6152","woelabel":"North Carolina, US, United States","type":"State","code":"us-nc"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8716,6394],[8720,6381],[8694,6389],[8694,6389],[8704,6391],[8705,6390],[8709,6392],[8712,6393],[8716,6394]]],[[[8727,6396],[8756,6332],[8852,6203],[8782,6278],[8722,6395],[8724,6396],[8727,6396]]],[[[7532,6183],[7623,6187],[7858,6219],[8691,6388],[8768,6281],[8670,6318],[8707,6291],[8620,6230],[8584,6234],[8581,6204],[8719,6244],[8742,6161],[8737,6222],[8760,6252],[8795,6220],[8797,6153],[8772,6164],[8750,6091],[8709,6073],[8638,6097],[8638,6070],[8551,6078],[8664,6053],[8635,6009],[8661,6003],[8610,5957],[8551,5988],[8590,5949],[8631,5940],[8676,5955],[8686,5995],[8721,5956],[8670,5890],[8565,5865],[8469,5764],[8443,5714],[8432,5616],[8368,5624],[8302,5600],[8029,5790],[7791,5756],[7782,5790],[7714,5830],[7457,5802],[7290,5724],[7210,5711],[7034,5685],[7038,5756],[7073,5762],[7085,5807],[7131,5847],[7188,5859],[7269,5928],[7298,5973],[7352,6010],[7365,5989],[7437,6050],[7464,6038],[7490,6093],[7523,6123],[7532,6183]]]]}},{"type":"Feature","id":"US.VA","properties":{"labelrank":"0","hasc":"US.VA","woeid":"2347605","statefips":"51","fips":"US51","postalcode":"VA","name":"Virginia","country":"United States of America","region":"South","longitude":"-78.2431","woename":"Virginia","latitude":"37.7403","woelabel":"Virginia, US, United States","type":"State","code":"us-va"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8722,6395],[8696,6432],[8704,6391],[8694,6389],[8694,6389],[8686,6398],[8691,6388],[7858,6219],[7623,6187],[7532,6183],[7472,6170],[7116,6120],[7221,6173],[7268,6217],[7309,6294],[7363,6332],[7431,6411],[7470,6351],[7530,6341],[7567,6378],[7595,6360],[7649,6382],[7664,6419],[7690,6412],[7773,6459],[7767,6505],[7840,6674],[7857,6759],[7932,6729],[7974,6848],[7998,6837],[8048,6900],[8072,6952],[8076,7028],[8188,6969],[8198,7020],[8256,7009],[8251,6984],[8341,6945],[8347,6939],[8353,6939],[8367,6892],[8334,6870],[8323,6802],[8347,6786],[8385,6812],[8429,6763],[8484,6768],[8507,6740],[8571,6721],[8572,6647],[8536,6648],[8499,6683],[8431,6711],[8532,6636],[8597,6606],[8561,6578],[8558,6548],[8577,6545],[8611,6494],[8586,6478],[8526,6534],[8449,6533],[8518,6510],[8580,6459],[8619,6482],[8679,6482],[8727,6396],[8724,6396],[8722,6395]],[[8558,6548],[8552,6548],[8552,6548],[8552,6548],[8484,6605],[8532,6551],[8552,6548],[8552,6548],[8552,6548],[8557,6544],[8558,6548]]],[[[8709,6392],[8713,6400],[8716,6394],[8712,6393],[8709,6392]]],[[[8765,6797],[8756,6760],[8761,6796],[8765,6797]]],[[[8688,6764],[8691,6772],[8739,6789],[8726,6737],[8674,6599],[8696,6561],[8678,6528],[8652,6583],[8652,6652],[8688,6764]]]]}},{"type":"Feature","id":"US.IA","properties":{"labelrank":"0","hasc":"US.IA","woeid":"2347574","statefips":"19","fips":"US19","postalcode":"IA","name":"Iowa","country":"United States of America","region":"Midwest","longitude":"-93.3891","woename":"Iowa","latitude":"42.0423","woelabel":"Iowa, US, United States","type":"State","code":"us-ia"},"geometry":{"type":"Polygon","coordinates":[[[5575,7508],[5625,7441],[5672,7411],[5671,7332],[5646,7276],[5579,7232],[5523,7224],[5509,7160],[5536,7132],[5535,7098],[5496,7020],[5458,7004],[5449,6947],[5449,6947],[5449,6947],[5389,7006],[5120,6985],[4846,6977],[4592,6981],[4591,6981],[4579,7031],[4571,7165],[4559,7206],[4529,7228],[4533,7291],[4515,7341],[4478,7398],[4469,7474],[4453,7479],[4423,7540],[4459,7636],[4438,7663],[4433,7734],[4459,7735],[5137,7745],[5445,7758],[5479,7702],[5465,7670],[5494,7563],[5561,7544],[5577,7513],[5575,7508],[5575,7508]]]}},{"type":"Feature","id":"US.MD","properties":{"labelrank":"0","hasc":"US.MD","woeid":"2347579","statefips":"24","fips":"US24","postalcode":"MD","name":"Maryland","country":"United States of America","region":"South","longitude":"-77.0454","woename":"Maryland","latitude":"39.3874","woelabel":"Maryland, US, United States","type":"State","code":"us-md"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8761,6796],[8769,6819],[8765,6797],[8761,6796]]],[[[8779,6915],[8779,6884],[8777,6914],[8777,6914],[8779,6915]]],[[[8739,6789],[8691,6772],[8688,6764],[8647,6746],[8650,6806],[8590,6833],[8592,6815],[8525,6862],[8581,6899],[8555,6926],[8511,6936],[8544,6974],[8512,6986],[8496,7036],[8530,7108],[8537,7165],[8497,7093],[8472,7099],[8469,7056],[8432,7052],[8471,7014],[8458,6959],[8483,6868],[8513,6820],[8462,6849],[8543,6778],[8548,6753],[8491,6782],[8433,6785],[8382,6834],[8354,6797],[8335,6827],[8370,6891],[8367,6916],[8385,6943],[8341,6945],[8251,6984],[8256,7009],[8198,7020],[8162,7087],[8101,7099],[8046,7067],[8043,7043],[8000,7038],[7977,7057],[7949,7003],[7928,7007],[7857,6922],[7835,7053],[8176,7119],[8559,7201],[8650,6887],[8771,6913],[8770,6856],[8753,6848],[8739,6789]]]]}},{"type":"Feature","id":"US.DE","properties":{"labelrank":"0","hasc":"US.DE","woeid":"2347566","statefips":"10","fips":"US10","postalcode":"DE","name":"Delaware","country":"United States of America","region":"South","longitude":"-75.41119999999999","woename":"Delaware","latitude":"38.8657","woelabel":"Delaware, US, United States","type":"State","code":"us-de"},"geometry":{"type":"Polygon","coordinates":[[[8777,6914],[8771,6915],[8771,6913],[8650,6887],[8559,7201],[8589,7239],[8625,7239],[8601,7183],[8613,7145],[8652,7114],[8675,7051],[8735,6995],[8751,6999],[8779,6915],[8777,6914],[8777,6914]]]}},{"type":"Feature","id":"US.PA","properties":{"labelrank":"0","hasc":"US.PA","woeid":"2347597","statefips":"42","fips":"US42","postalcode":"PA","name":"Pennsylvania","country":"United States of America","region":"Northeast","longitude":"-77.60939999999999","woename":"Pennsylvania","latitude":"40.8601","woelabel":"Pennsylvania, US, United States","type":"State","code":"us-pa"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8632,7530],[8615,7490],[8627,7443],[8646,7444],[8739,7361],[8691,7310],[8673,7276],[8625,7239],[8589,7239],[8559,7201],[8176,7119],[7835,7053],[7630,7017],[7589,7253],[7589,7253],[7530,7595],[7556,7610],[7662,7693],[7674,7625],[8514,7797],[8573,7765],[8588,7712],[8673,7663],[8673,7663],[8611,7549]]]}},{"type":"Feature","id":"US.NJ","properties":{"labelrank":"0","hasc":"US.NJ","woeid":"2347589","statefips":"34","fips":"US34","postalcode":"NJ","name":"New Jersey","country":"United States of America","region":"Northeast","longitude":"-74.4653","woename":"New Jersey","latitude":"40.0449","woelabel":"New Jersey, US, United States","type":"State","code":"us-nj"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8673,7663],[8759,7635],[8846,7608],[8840,7532],[8810,7504],[8805,7466],[8866,7456],[8875,7438],[8886,7281],[8853,7228],[8849,7172],[8812,7122],[8784,7047],[8766,7040],[8769,7097],[8716,7095],[8623,7151],[8610,7186],[8624,7231],[8676,7269],[8691,7310],[8739,7361],[8646,7444],[8627,7443],[8615,7490],[8632,7530],[8611,7549]]]}},{"type":"Feature","id":"US.NY","properties":{"labelrank":"0","hasc":"US.NY","woeid":"2347591","statefips":"36","fips":"US36","postalcode":"NY","name":"New York","country":"United States of America","region":"Northeast","longitude":"-75.32420000000001","woename":"New York","latitude":"43.1988","woelabel":"New York, US, United States","type":"State","code":"us-ny"},"geometry":{"type":"Polygon","coordinates":[[[8673,7663],[8588,7712],[8573,7765],[8514,7797],[7674,7625],[7662,7693],[7763,7795],[7803,7872],[7754,7932],[7747,7976],[7812,8010],[7918,8040],[7988,8041],[8031,8026],[8061,8043],[8133,8055],[8180,8080],[8224,8141],[8264,8164],[8243,8232],[8257,8274],[8225,8259],[8202,8296],[8230,8345],[8280,8379],[8297,8437],[8358,8526],[8422,8581],[8453,8585],[8695,8646],[8720,8537],[8739,8514],[8748,8453],[8740,8402],[8772,8328],[8772,8287],[8807,8284],[8856,8080],[8853,7901],[8860,7896],[8896,7702],[8912,7685],[8874,7645],[8896,7623],[8881,7575],[8930,7617],[8982,7620],[9002,7641],[9094,7671],[9134,7722],[9173,7697],[9177,7721],[9184,7702],[9231,7730],[9141,7649],[9083,7619],[9032,7570],[8936,7519],[8857,7498],[8812,7468],[8814,7503],[8840,7506],[8858,7554],[8843,7544],[8846,7608],[8759,7635],[8695,7656],[8673,7663],[8673,7663]]]}},{"type":"Feature","id":"US.ID","properties":{"labelrank":"0","hasc":"US.ID","woeid":"2347571","statefips":"16","fips":"US16","postalcode":"ID","name":"Idaho","country":"United States of America","region":"West","longitude":"-114.133","woename":"Idaho","latitude":"43.7825","woelabel":"Idaho, US, United States","type":"State","code":"us-id"},"geometry":{"type":"Polygon","coordinates":[[[926,9593],[1093,9555],[1036,9301],[1076,9210],[1061,9142],[1117,9085],[1172,8979],[1170,8959],[1219,8896],[1258,8897],[1253,8859],[1219,8796],[1204,8727],[1211,8698],[1177,8675],[1167,8620],[1200,8590],[1278,8630],[1303,8596],[1303,8522],[1338,8434],[1326,8419],[1347,8377],[1374,8375],[1391,8331],[1392,8280],[1415,8254],[1451,8281],[1508,8261],[1536,8282],[1614,8258],[1671,8261],[1686,8296],[1713,8295],[1750,8226],[1677,7785],[1643,7585],[1393,7629],[1073,7690],[897,7727],[510,7813],[616,8265],[662,8361],[615,8403],[624,8450],[718,8545],[776,8646],[823,8698],[821,8744],[785,8775],[774,8822],[779,8870],[767,8925],[926,9593]]]}},{"type":"Feature","id":"US.SD","properties":{"labelrank":"0","hasc":"US.SD","woeid":"2347600","statefips":"46","fips":"US46","postalcode":"SD","name":"South Dakota","country":"United States of America","region":"Midwest","longitude":"-100.255","woename":"South Dakota","latitude":"44.4711","woelabel":"South Dakota, US, United States","type":"State","code":"us-sd"},"geometry":{"type":"Polygon","coordinates":[[[3010,7672],[3019,7770],[3056,8191],[3059,8191],[3080,8436],[4231,8374],[4444,8372],[4429,8325],[4387,8283],[4419,8232],[4462,8203],[4459,7735],[4433,7734],[4438,7663],[4459,7636],[4423,7540],[4453,7479],[4409,7521],[4330,7551],[4297,7577],[4194,7574],[4148,7558],[4071,7611],[3010,7672]]]}},{"type":"Feature","id":"US.CT","properties":{"labelrank":"0","hasc":"US.CT","woeid":"2347565","statefips":"9","fips":"US09","postalcode":"CT","name":"Connecticut","country":"United States of America","region":"Northeast","longitude":"-72.7594","woename":"Connecticut","latitude":"41.6486","woelabel":"Connecticut, US, United States","type":"State","code":"us-ct"},"geometry":{"type":"Polygon","coordinates":[[[9216,7790],[9204,7796],[9095,7743],[9023,7721],[8972,7689],[8896,7623],[8874,7645],[8912,7685],[8896,7702],[8860,7896],[8997,7925],[9177,7968],[9212,7845],[9216,7790]]]}},{"type":"Feature","id":"US.NH","properties":{"labelrank":"0","hasc":"US.NH","woeid":"2347588","statefips":"33","fips":"US33","postalcode":"NH","name":"New Hampshire","country":"United States of America","region":"Northeast","longitude":"-71.6301","woename":"New Hampshire","latitude":"43.5993","woelabel":"New Hampshire, US, United States","type":"State","code":"us-nh"},"geometry":{"type":"Polygon","coordinates":[[[9298,8291],[9306,8288],[9300,8236],[9242,8201],[9222,8166],[9005,8115],[9005,8115],[8979,8148],[8979,8261],[8964,8320],[8981,8392],[8986,8490],[8978,8526],[9033,8585],[9045,8629],[9020,8661],[9024,8736],[9036,8814],[9079,8830],[9225,8399],[9235,8354],[9298,8291]]]}},{"type":"Feature","id":"US.KY","properties":{"labelrank":"0","hasc":"US.KY","woeid":"2347576","statefips":"21","fips":"US21","postalcode":"KY","name":"Kentucky","country":"United States of America","region":"South","longitude":"-85.5729","woename":"Kentucky","latitude":"37.3994","woelabel":"Kentucky, US, United States","type":"State","code":"us-ky"},"geometry":{"type":"MultiPolygon","coordinates":[[[[5893,5966],[5890,5980],[5907,5967],[5893,5966]]],[[[5921,5968],[5932,6005],[5956,5988],[5976,6033],[5975,6097],[5962,6117],[5987,6157],[6015,6162],[6105,6131],[6102,6218],[6171,6241],[6159,6283],[6179,6328],[6209,6363],[6269,6350],[6303,6376],[6359,6356],[6426,6401],[6444,6379],[6485,6390],[6485,6413],[6531,6450],[6583,6411],[6608,6438],[6622,6498],[6652,6507],[6657,6540],[6693,6572],[6682,6619],[6737,6617],[6808,6651],[6792,6683],[6797,6730],[6873,6741],[6900,6725],[6933,6672],[7001,6669],[7036,6641],[7069,6664],[7119,6643],[7198,6692],[7216,6653],[7270,6617],[7270,6617],[7270,6617],[7272,6548],[7358,6439],[7431,6411],[7363,6332],[7309,6294],[7268,6217],[7221,6173],[7116,6120],[7104,6113],[6814,6086],[6751,6077],[6516,6061],[6250,6032],[6200,6040],[6210,5991],[5921,5968]]],[[[7270,6617],[7271,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]]}},{"type":"Feature","id":"US.OH","properties":{"labelrank":"0","hasc":"US.OH","woeid":"2347594","statefips":"39","fips":"US39","postalcode":"OH","name":"Ohio","country":"United States of America","region":"Midwest","longitude":"-82.67189999999999","woename":"Ohio","latitude":"40.0924","woelabel":"Ohio, US, United States","type":"State","code":"us-oh"},"geometry":{"type":"Polygon","coordinates":[[[6718,7400],[6815,7415],[6976,7443],[7095,7408],[7082,7394],[7173,7383],[7258,7426],[7329,7440],[7383,7503],[7530,7595],[7589,7253],[7561,7233],[7587,7158],[7558,7018],[7564,6981],[7504,6911],[7454,6903],[7419,6863],[7399,6809],[7416,6775],[7391,6755],[7354,6783],[7333,6723],[7346,6679],[7321,6631],[7271,6617],[7270,6617],[7216,6653],[7198,6692],[7119,6643],[7069,6664],[7036,6641],[7001,6669],[6933,6672],[6900,6725],[6873,6741],[6797,6730],[6732,7296],[6718,7400]]]}},{"type":"Feature","id":"US.TN","properties":{"labelrank":"0","hasc":"US.TN","woeid":"2347601","statefips":"47","fips":"US47","postalcode":"TN","name":"Tennessee","country":"United States of America","region":"South","longitude":"-86.3415","woename":"Tennessee","latitude":"35.7514","woelabel":"Tennessee, US, United States","type":"State","code":"us-tn"},"geometry":{"type":"Polygon","coordinates":[[[6215,5600],[6122,5592],[5762,5567],[5802,5602],[5798,5670],[5835,5714],[5827,5763],[5871,5791],[5868,5834],[5888,5872],[5869,5898],[5901,5936],[5893,5966],[5907,5967],[5911,5955],[5921,5968],[6210,5991],[6200,6040],[6250,6032],[6516,6061],[6751,6077],[6814,6086],[7104,6113],[7116,6120],[7472,6170],[7532,6183],[7523,6123],[7490,6093],[7464,6038],[7437,6050],[7365,5989],[7352,6010],[7298,5973],[7269,5928],[7188,5859],[7131,5847],[7085,5807],[7073,5762],[7038,5756],[7034,5685],[6918,5671],[6762,5652],[6213,5603],[6215,5600]]]}},{"type":"Feature","id":"US.WV","properties":{"labelrank":"0","hasc":"US.WV","woeid":"2347607","statefips":"54","fips":"US54","postalcode":"WV","name":"West Virginia","country":"United States of America","region":"South","longitude":"-80.7128","woename":"West Virginia","latitude":"38.6422","woelabel":"West Virginia, US, United States","type":"State","code":"us-wv"},"geometry":{"type":"Polygon","coordinates":[[[7270,6617],[7271,6617],[7321,6631],[7346,6679],[7333,6723],[7354,6783],[7391,6755],[7416,6775],[7399,6809],[7419,6863],[7454,6903],[7504,6911],[7564,6981],[7558,7018],[7587,7158],[7561,7233],[7589,7253],[7630,7017],[7835,7053],[7857,6922],[7928,7007],[7949,7003],[7977,7057],[8000,7038],[8043,7043],[8046,7067],[8101,7099],[8162,7087],[8198,7020],[8188,6969],[8076,7028],[8072,6952],[8048,6900],[7998,6837],[7974,6848],[7932,6729],[7857,6759],[7840,6674],[7767,6505],[7773,6459],[7690,6412],[7664,6419],[7649,6382],[7595,6360],[7567,6378],[7530,6341],[7470,6351],[7431,6411],[7358,6439],[7272,6548],[7270,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]}},{"type":"Feature","id":"US.DC","properties":{"labelrank":"9","hasc":"US.DC","woeid":"2347567","statefips":"11","fips":"US11","postalcode":"DC","name":"District of Columbia","country":"United States of America","region":"South","longitude":"-77.01130000000001","woename":"District of Columbia","latitude":"38.8922","woelabel":"District of Columbia, US, United States","type":"Federal District","code":"us-dc"},"geometry":{"type":"Polygon","coordinates":[[[8367,6916],[8366,6929],[8353,6939],[8347,6939],[8341,6945],[8385,6943],[8367,6916]]]}},{"type":"Feature","id":"US.LA","properties":{"labelrank":"0","hasc":"US.LA","woeid":"2347577","statefips":"22","fips":"US22","postalcode":"LA","name":"Louisiana","country":"United States of America","region":"South","longitude":"-91.9991","woename":"Louisiana","latitude":"30.5274","woelabel":"Louisiana, US, United States","type":"State","code":"us-la"},"geometry":{"type":"Polygon","coordinates":[[[6017,4328],[5915,4340],[5856,4368],[5812,4302],[5834,4283],[5904,4280],[5937,4313],[5992,4313],[5957,4259],[6001,4245],[6035,4298],[6067,4259],[5982,4181],[6027,4123],[6107,4114],[6148,4081],[6125,4035],[6070,4042],[6042,4077],[5966,4094],[5980,4115],[5902,4141],[5913,4064],[5876,4028],[5860,4066],[5811,4082],[5780,4036],[5724,4031],[5620,4068],[5631,4121],[5569,4128],[5532,4184],[5493,4173],[5494,4203],[5430,4175],[5437,4145],[5478,4154],[5526,4139],[5500,4112],[5431,4136],[5399,4121],[5305,4135],[5186,4176],[5128,4173],[5042,4153],[5047,4228],[5065,4253],[5059,4380],[5093,4447],[5105,4506],[5031,4646],[5033,4679],[4980,4752],[4975,5016],[5563,5038],[5605,5041],[5627,5018],[5611,4977],[5629,4895],[5670,4868],[5636,4781],[5584,4738],[5565,4662],[5545,4642],[5545,4585],[5522,4581],[5540,4526],[5523,4510],[5955,4536],[5936,4451],[6017,4328]]]}},{"type":"Feature","id":"US.FL","properties":{"labelrank":"0","hasc":"US.FL","woeid":"2347568","statefips":"12","fips":"US12","postalcode":"FL","name":"Florida","country":"United States of America","region":"South","longitude":"-81.6228","woename":"Florida","latitude":"28.1568","woelabel":"Florida, US, United States","type":"State","code":"us-fl"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6487,4486],[6431,4541],[6436,4574],[7015,4637],[7055,4568],[7649,4609],[7670,4559],[7699,4566],[7687,4660],[7713,4686],[7808,4673],[7822,4672],[7849,4570],[7908,4430],[8008,4269],[8125,4130],[8113,4109],[8144,4012],[8198,3936],[8297,3758],[8321,3651],[8331,3476],[8302,3361],[8313,3273],[8270,3209],[8291,3273],[8273,3290],[8230,3255],[8194,3260],[8141,3234],[8115,3258],[8115,3303],[8070,3379],[7979,3429],[7953,3420],[7907,3543],[7846,3536],[7839,3654],[7796,3674],[7819,3634],[7779,3640],[7675,3779],[7722,3884],[7712,3915],[7671,3899],[7670,3851],[7622,3872],[7618,3966],[7635,4045],[7626,4157],[7576,4229],[7525,4222],[7473,4277],[7425,4302],[7349,4395],[7265,4433],[7186,4403],[7198,4370],[7162,4370],[7148,4336],[7067,4277],[6979,4284],[6986,4316],[6958,4349],[6892,4391],[6798,4429],[6694,4444],[6468,4388],[6505,4431],[6487,4443]]]}},{"type":"Feature","id":"US.GA","properties":{"labelrank":"0","hasc":"US.GA","woeid":"2347569","statefips":"13","fips":"US13","postalcode":"GA","name":"Georgia","country":"United States of America","region":"South","longitude":"-83.4078","woename":"Georgia","latitude":"32.8547","woelabel":"Georgia, US, United States","type":"State","code":"us-ga"},"geometry":{"type":"Polygon","coordinates":[[[7713,4686],[7687,4660],[7699,4566],[7670,4559],[7649,4609],[7055,4568],[7015,4637],[6983,4704],[6990,4774],[6958,4846],[6970,4930],[6998,4970],[6947,5053],[6912,5135],[6762,5652],[6918,5671],[7034,5685],[7210,5711],[7290,5724],[7249,5641],[7323,5596],[7364,5593],[7401,5526],[7444,5475],[7523,5430],[7538,5402],[7600,5369],[7606,5340],[7651,5293],[7708,5272],[7750,5169],[7800,5140],[7844,5042],[7887,5035],[7901,5029],[7811,4893],[7836,4826],[7798,4798],[7817,4730],[7808,4673],[7713,4686]]]}},{"type":"Feature","id":"US.SC","properties":{"labelrank":"0","hasc":"US.SC","woeid":"2347599","statefips":"45","fips":"US45","postalcode":"SC","name":"South Carolina","country":"United States of America","region":"South","longitude":"-80.6471","woename":"South Carolina","latitude":"33.8578","woelabel":"South Carolina, US, United States","type":"State","code":"us-sc"},"geometry":{"type":"Polygon","coordinates":[[[8302,5600],[8236,5523],[8205,5458],[8206,5396],[8173,5348],[8140,5346],[8131,5311],[8056,5219],[7989,5173],[7913,5166],[7971,5149],[7887,5035],[7844,5042],[7800,5140],[7750,5169],[7708,5272],[7651,5293],[7606,5340],[7600,5369],[7538,5402],[7523,5430],[7444,5475],[7401,5526],[7364,5593],[7323,5596],[7249,5641],[7290,5724],[7457,5802],[7714,5830],[7782,5790],[7791,5756],[8029,5790],[8302,5600]]]}},{"type":"Feature","id":"US.MN","properties":{"labelrank":"0","hasc":"US.MN","woeid":"2347582","statefips":"27","fips":"US27","postalcode":"MN","name":"Minnesota","country":"United States of America","region":"Midwest","longitude":"-93.364","woename":"Minnesota","latitude":"46.0592","woelabel":"Minnesota, US, United States","type":"State","code":"us-mn"},"geometry":{"type":"Polygon","coordinates":[[[4333,9174],[4688,9173],[4690,9272],[4748,9253],[4770,9125],[4791,9104],[4854,9085],[4916,9083],[4938,9052],[4984,9060],[5024,9084],[5073,9082],[5132,9063],[5181,8985],[5194,9006],[5240,9014],[5304,8955],[5351,8941],[5438,8996],[5463,8964],[5570,8974],[5607,8949],[5668,8950],[5592,8895],[5514,8864],[5432,8802],[5349,8700],[5245,8603],[5214,8573],[5220,8422],[5147,8375],[5116,8322],[5117,8285],[5158,8253],[5144,8214],[5146,8117],[5136,8072],[5181,8035],[5217,8029],[5273,7994],[5360,7903],[5405,7892],[5431,7866],[5445,7758],[5137,7745],[4459,7735],[4462,8203],[4419,8232],[4387,8283],[4429,8325],[4444,8372],[4436,8472],[4402,8555],[4409,8628],[4397,8650],[4394,8777],[4347,8957],[4343,9053],[4353,9083],[4333,9174]]]}},{"type":"Feature","id":"US.MT","properties":{"labelrank":"0","hasc":"US.MT","woeid":"2347585","statefips":"30","fips":"US30","postalcode":"MT","name":"Montana","country":"United States of America","region":"West","longitude":"-110.044","woename":"Montana","latitude":"46.9965","woelabel":"Montana, US, United States","type":"State","code":"us-mt"},"geometry":{"type":"Polygon","coordinates":[[[1093,9555],[1689,9433],[3150,9234],[3084,8486],[3080,8436],[3059,8191],[3056,8191],[1772,8355],[1750,8226],[1713,8295],[1686,8296],[1671,8261],[1614,8258],[1536,8282],[1508,8261],[1451,8281],[1415,8254],[1392,8280],[1391,8331],[1374,8375],[1347,8377],[1326,8419],[1338,8434],[1303,8522],[1303,8596],[1278,8630],[1200,8590],[1167,8620],[1177,8675],[1211,8698],[1204,8727],[1219,8796],[1253,8859],[1258,8897],[1219,8896],[1170,8959],[1172,8979],[1117,9085],[1061,9142],[1076,9210],[1036,9301],[1093,9555]]]}},{"type":"Feature","id":"US.ND","properties":{"labelrank":"0","hasc":"US.ND","woeid":"2347593","statefips":"38","fips":"US38","postalcode":"ND","name":"North Dakota","country":"United States of America","region":"Midwest","longitude":"-100.302","woename":"North Dakota","latitude":"47.4675","woelabel":"North Dakota, US, United States","type":"State","code":"us-nd"},"geometry":{"type":"Polygon","coordinates":[[[3080,8436],[3084,8486],[3150,9234],[3468,9209],[4333,9174],[4353,9083],[4343,9053],[4347,8957],[4394,8777],[4397,8650],[4409,8628],[4402,8555],[4436,8472],[4444,8372],[4231,8374],[3080,8436]]]}},{"type":"Feature","id":"US.AZ","properties":{"labelrank":"0","hasc":"US.AZ","woeid":"2347561","statefips":"4","fips":"US04","postalcode":"AZ","name":"Arizona","country":"United States of America","region":"West","longitude":"-111.935","woename":"Arizona","latitude":"34.3046","woelabel":"Arizona, US, United States","type":"State","code":"us-az"},"geometry":{"type":"Polygon","coordinates":[[[1630,4782],[1196,4850],[1092,4906],[418,5307],[451,5357],[492,5355],[519,5416],[476,5452],[489,5536],[510,5537],[555,5605],[559,5661],[598,5702],[660,5730],[620,5788],[593,5936],[614,5982],[611,6068],[631,6159],[631,6217],[669,6227],[752,6180],[777,6221],[818,6420],[1488,6297],[1841,6242],[1736,5514],[1630,4782]]]}},{"type":"Feature","id":"US.UT","properties":{"labelrank":"0","hasc":"US.UT","woeid":"2347603","statefips":"49","fips":"US49","postalcode":"UT","name":"Utah","country":"United States of America","region":"West","longitude":"-111.544","woename":"Utah","latitude":"39.5007","woelabel":"Utah, US, United States","type":"State","code":"us-ut"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[1488,6297],[818,6420],[929,6975],[1073,7690],[1393,7629],[1643,7585],[1600,7329],[1990,7269],[1966,7108],[1841,6242]]]}},{"type":"Feature","id":"US.HI","properties":{"labelrank":"0","hasc":"US.HI","woeid":"2347570","statefips":"15","fips":"US15","postalcode":"HI","name":"Hawaii","country":"United States of America","region":"West","longitude":"-157.999","woename":"Hawaii","latitude":"21.4919","woelabel":"Hawaii, US, United States","type":"State","code":"us-hi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[2871.1,2945.9],[2875.2,2942.7],[2879.9,2943.9],[2887,2943.5],[2908.4,2936],[2926.2,2927],[2959.3,2906.2],[2969.8,2895.8],[2975.6,2888.1],[2975.6,2868.8],[2976.2,2860.2],[2981.8,2860.4],[2989.5,2864.1],[2995.3,2860.2],[2998,2855.8],[2997.4,2846.7],[3000.1,2841.1],[3003.5,2836],[3013.7,2826.7],[3024.4,2822.1],[3028.7,2818.5],[3031,2814.1],[3030.4,2808.4],[3019,2794.3],[3010.1,2790.9],[2997.5,2778.6],[2988.9,2776],[2988.6,2773.6],[2981.4,2771.8],[2975.3,2767.2],[2953.3,2760.6],[2944.8,2762.6],[2939.9,2762.7],[2935.5,2761.3],[2924.6,2753.9],[2920.9,2749.4],[2913.7,2747.3],[2906.4,2742.2],[2896.2,2736.4],[2893.2,2735.4],[2884.5,2727],[2883,2723.6],[2883.3,2715.9],[2873.3,2705.7],[2870.1,2696.8],[2867.2,2693.6],[2858.8,2686.4],[2857,2687.4],[2857.1,2692],[2852.9,2695.4],[2844.7,2699.6],[2830,2708.8],[2817.8,2712.1],[2815.1,2719.8],[2812.5,2720.6],[2810.9,2726.2],[2809.3,2735.1],[2811.5,2745.8],[2816,2776.4],[2815.6,2781.7],[2812.9,2786.6],[2805.6,2807.3],[2801.6,2814.3],[2802.1,2818.9],[2799.7,2823.2],[2796.3,2833.9],[2792.8,2839.1],[2789.8,2841.4],[2785.4,2846.6],[2780.6,2859.9],[2784.8,2870.8],[2795.1,2879.5],[2796.2,2883.5],[2799,2885.8],[2807.4,2888.9],[2813.4,2898.4],[2817.9,2906.3],[2822.3,2911.4],[2825.4,2911.5],[2827.7,2920.9],[2826.3,2924.9],[2822.9,2928.1],[2815.9,2938.7],[2813,2947.9],[2812.4,2962.2],[2816.2,2969.6],[2818.8,2972],[2826,2972],[2844.7,2968],[2850,2958],[2857.7,2955],[2862.8,2952.2],[2866.3,2948],[2871.1,2945.9]]],[[[2685.2,3028],[2683.1,3024.1],[2677.4,3024.1],[2672.1,3025],[2662.7,3023],[2656.2,3022.3],[2651.9,3026.6],[2654.3,3029.7],[2658.6,3033.4],[2670.2,3040.4],[2675.5,3042.3],[2679.6,3041.9],[2684.7,3036.2],[2682.1,3030],[2685.2,3028]]],[[[2609.3,3070.6],[2599.6,3070.1],[2595.6,3075.8],[2594.6,3080.7],[2594.3,3089.5],[2593.6,3094],[2590.2,3096],[2581.9,3099.3],[2579.4,3103.3],[2581,3107.7],[2585.7,3110.1],[2594,3111.1],[2613.5,3108.3],[2622.3,3100.4],[2628.7,3093.1],[2631.3,3086.9],[2630,3083.4],[2625.7,3076.7],[2616.7,3072.6],[2609.3,3070.6]]],[[[2673.9,3132.2],[2675.6,3130.2],[2683.4,3127.1],[2684.3,3124.4],[2686.7,3123.7],[2687.2,3118.4],[2690,3115.9],[2695.5,3106.3],[2699,3106.6],[2701.3,3109.2],[2705.1,3109.1],[2716.1,3110.5],[2722.5,3115.1],[2725.7,3116.2],[2732.1,3116.5],[2743.2,3114.2],[2746.4,3112.2],[2747.4,3109.8],[2752.3,3104.5],[2758.6,3099.6],[2758.8,3097.7],[2762.9,3098.7],[2765.5,3096.6],[2767.9,3092.2],[2774.8,3091.2],[2781.6,3088],[2791.4,3084.8],[2795.9,3075.7],[2794.9,3067.4],[2791.3,3060.7],[2786.3,3059.3],[2782.2,3053.3],[2776.8,3053.2],[2766,3047.7],[2754.9,3048.2],[2751.2,3048],[2731.5,3038.5],[2721.5,3040.8],[2718.9,3040.1],[2710.5,3039.7],[2704.9,3044.9],[2701.6,3049.9],[2703.3,3051.3],[2703.4,3055.1],[2701.8,3068.9],[2700.2,3072.7],[2700.3,3077],[2699,3080.5],[2694.8,3083.7],[2688.7,3082.3],[2687.7,3079.4],[2685.2,3078.9],[2679.4,3082.6],[2675,3083.4],[2670.7,3086.1],[2667.9,3085.8],[2660.5,3094.3],[2655,3101.5],[2654.7,3106.1],[2652.7,3108.6],[2654.7,3118.8],[2656.5,3123.8],[2658.6,3127.1],[2661.1,3127.3],[2664.7,3132],[2668.7,3131.6],[2672.3,3133.2],[2673.9,3132.2]]],[[[2542.4,3172.8],[2550.3,3172.5],[2552.8,3171.9],[2554.4,3169.4],[2557.4,3169.4],[2586.4,3165],[2594.1,3164.7],[2596.9,3170.6],[2598.9,3171.1],[2601.5,3167.6],[2602.5,3163.6],[2612.6,3161],[2622.6,3161.3],[2627,3161.9],[2631.9,3163.6],[2637.2,3163.5],[2642.1,3162.2],[2644.1,3162.6],[2646.1,3160.1],[2650.7,3159.2],[2646.9,3152.3],[2640.8,3146.4],[2633.3,3142.2],[2625.8,3139.1],[2618.1,3137.5],[2610.3,3138.3],[2602.5,3139.8],[2587.1,3143.9],[2577.6,3147.2],[2554.7,3145.6],[2547.6,3144.5],[2537.6,3144.7],[2533.7,3146.2],[2531.4,3149.3],[2531.3,3153.2],[2535.1,3159.1],[2538.7,3160.4],[2541.9,3164.2],[2542.9,3168.2],[2540.2,3172.9],[2542.4,3172.8]]],[[[2414.1,3252.1],[2415.3,3248.5],[2417.5,3247.3],[2418.6,3243.6],[2422.1,3243.3],[2425.5,3238.6],[2425.5,3233.8],[2422.8,3232.6],[2424.3,3223.3],[2428.6,3221.7],[2432,3216.6],[2435,3215.5],[2437.4,3213.2],[2440.6,3217.4],[2437.6,3219.4],[2437.9,3221.8],[2440.1,3222.8],[2448,3221.2],[2445.1,3218.3],[2444.8,3211.6],[2448.1,3209.6],[2451.4,3205.2],[2450.5,3202.8],[2453.3,3197.1],[2461.8,3192],[2463,3190.8],[2453.8,3181.6],[2451.7,3180.9],[2451.1,3184.2],[2449.4,3185.6],[2439.8,3183.8],[2433.5,3180],[2429,3180.6],[2426.4,3184.7],[2416.6,3189.1],[2413.7,3194.2],[2413.7,3196.2],[2409.6,3193],[2411.6,3190.7],[2403.3,3190.2],[2404.6,3191.8],[2399.9,3193],[2399.1,3199.7],[2405.5,3202.8],[2406.3,3204.6],[2400.6,3208.2],[2398.9,3204.7],[2394.5,3208.7],[2395.9,3202.7],[2394.8,3202],[2388.7,3207.1],[2390.1,3203.7],[2397.6,3196.7],[2396.6,3193.5],[2393,3192],[2373.9,3188.4],[2369.7,3190.8],[2368,3197.9],[2365.9,3203.5],[2361.4,3209.6],[2357.7,3211.5],[2356.8,3217.1],[2355.5,3220.1],[2349.9,3224.5],[2347.5,3228.2],[2347.2,3238.6],[2345.9,3240.5],[2337.4,3247.6],[2345.9,3249.6],[2354.3,3250],[2368.8,3249.7],[2370.5,3253.5],[2374.1,3255.5],[2379.9,3260.1],[2379.6,3261.3],[2382.9,3267.5],[2390.2,3273.8],[2396.5,3275.6],[2400.5,3274.5],[2406.2,3268.8],[2409.8,3262],[2408.9,3258.2],[2414.1,3252.1]]],[[[1955.8,3294.7],[1953.2,3293.9],[1948.4,3296.6],[1946,3304.1],[1946.6,3308.8],[1948.8,3313.7],[1956.7,3321.5],[1963,3326.1],[1971.1,3330.6],[1973.3,3335.9],[1973.1,3339.8],[1976.7,3341.3],[1980.1,3341.2],[1983.8,3339.7],[1985.5,3336],[1981.3,3331.1],[1979.8,3326.6],[1981.2,3321],[1978.5,3317.4],[1972.1,3314.3],[1968.3,3313.2],[1961.2,3308.2],[1959.7,3305],[1955.8,3294.7]]],[[[2117.8,3386.1],[2120.7,3384.6],[2123.8,3384.8],[2127.6,3382.7],[2129.1,3379.5],[2132.9,3376.7],[2134.9,3369.7],[2136.6,3368.7],[2136.1,3360.5],[2134.2,3358],[2131.3,3350.1],[2128.4,3348.5],[2128,3342.6],[2128.8,3334.9],[2128,3329.3],[2123,3328.3],[2125.2,3324.9],[2121.7,3323.7],[2118.3,3320.9],[2116.9,3318.4],[2109.4,3313],[2107.3,3310.8],[2098.5,3314],[2089,3314.5],[2078.6,3316.4],[2076.9,3318],[2074,3315.9],[2073.1,3317.6],[2068.2,3320.6],[2065.1,3326.1],[2062.8,3326.7],[2060,3329.4],[2056.1,3330],[2050.6,3332.5],[2043.4,3334.4],[2041.2,3340.1],[2038.1,3343],[2038.3,3352.8],[2040.3,3353.5],[2048.5,3363],[2049.2,3368.3],[2052.4,3371.8],[2062.1,3374.2],[2067.8,3377.5],[2071.4,3380.6],[2076.1,3382.7],[2077.8,3384.8],[2086,3386.8],[2088.1,3384.2],[2095.7,3382.1],[2095.7,3385.2],[2099.3,3386.6],[2107.5,3385.9],[2111.6,3384.7],[2115.5,3387.5],[2117.8,3386.1]]]]}},{"type":"Feature","id":"US.AK","properties":{"labelrank":"0","hasc":"US.AK","woeid":"2347560","statefips":"2","fips":"US02","postalcode":"AK","name":"Alaska","country":"United States of America","region":"West","longitude":"-151.604","woename":"Alaska","latitude":"65.3609","woelabel":"Alaska, US, United States","type":"State","code":"us-ak"},"geometry":{"type":"MultiPolygon","coordinates":[[[[322,4275],[321,4280],[339,4292],[360,4283],[392,4281],[424,4297],[443,4318],[478,4297],[476,4285],[459,4279],[461,4263],[472,4263],[490,4288],[507,4272],[503,4256],[519,4248],[528,4258],[548,4257],[582,4240],[564,4217],[594,4212],[584,4202],[611,4198],[655,4200],[684,4194],[704,4174],[712,4178],[723,4165],[746,4156],[788,4155],[808,4136],[832,4134],[851,4144],[877,4147],[901,4136],[913,4120],[929,4117],[943,4100],[957,4101],[989,3159],[1039,3148],[1057,3163],[1084,3166],[1081,3138],[1107,3121],[1113,3108],[1167,3060],[1180,3028],[1208,3055],[1220,3056],[1229,3102],[1271,3127],[1297,3104],[1295,3091],[1335,3059],[1347,3039],[1367,3031],[1397,3002],[1477,2890],[1491,2875],[1490,2858],[1504,2853],[1511,2833],[1523,2836],[1613,2802],[1622,2783],[1617,2766],[1636,2722],[1622,2680],[1606,2663],[1592,2664],[1577,2702],[1585,2718],[1577,2755],[1555,2778],[1526,2764],[1520,2723],[1499,2746],[1510,2753],[1513,2796],[1473,2829],[1468,2844],[1424,2880],[1406,2878],[1414,2903],[1397,2917],[1390,2938],[1366,2963],[1364,2998],[1355,2976],[1348,2979],[1354,2974],[1334,2977],[1331,2984],[1344,2982],[1324,2991],[1283,3075],[1286,3041],[1310,2985],[1307,2971],[1288,2985],[1264,2982],[1266,2998],[1249,3031],[1245,3018],[1199,3046],[1202,3028],[1224,3026],[1254,2995],[1255,2977],[1229,2976],[1225,2963],[1169,2999],[1134,3041],[1085,3062],[1050,3083],[1069,3102],[1060,3119],[1025,3098],[969,3113],[977,3128],[953,3122],[899,3136],[842,3125],[826,3141],[792,3157],[802,3194],[788,3179],[783,3158],[761,3173],[742,3174],[759,3196],[727,3195],[706,3205],[716,3212],[705,3227],[679,3222],[658,3229],[636,3221],[637,3247],[620,3199],[631,3213],[642,3184],[628,3167],[614,3132],[576,3140],[552,3130],[545,3108],[537,3114],[509,3089],[521,3115],[493,3078],[478,3071],[455,3077],[433,3070],[426,3086],[455,3099],[483,3126],[457,3115],[438,3133],[464,3170],[478,3204],[473,3223],[491,3228],[524,3249],[543,3235],[554,3240],[588,3228],[544,3260],[549,3268],[527,3271],[524,3284],[490,3256],[469,3252],[424,3205],[428,3196],[407,3182],[408,3170],[377,3133],[343,3131],[339,3114],[317,3109],[309,3075],[334,3075],[352,3048],[305,3020],[308,3008],[287,2998],[271,2977],[246,2981],[222,2955],[212,2964],[200,2941],[186,2947],[152,2925],[163,2924],[146,2893],[133,2901],[107,2879],[96,2891],[89,2869],[73,2877],[24,2852],[40,2842],[7,2817],[-44,2808],[-61,2821],[-118,2794],[-130,2803],[-155,2792],[-167,2799],[-155,2816],[-167,2823],[-200,2781],[-223,2772],[-230,2808],[-252,2775],[-262,2795],[-286,2772],[-278,2800],[-223,2823],[-171,2853],[-115,2850],[-113,2838],[-84,2825],[-99,2845],[-80,2870],[-38,2892],[12,2907],[27,2896],[31,2922],[57,2946],[97,2964],[126,3051],[154,3072],[156,3089],[95,3074],[79,3099],[90,3123],[60,3099],[61,3072],[44,3066],[28,3121],[8,3111],[-6,3123],[-7,3147],[-37,3132],[-62,3132],[-69,3120],[-112,3131],[-85,3135],[-82,3162],[-87,3191],[-63,3208],[-76,3277],[-72,3305],[-89,3269],[-149,3267],[-172,3278],[-167,3295],[-184,3332],[-198,3342],[-212,3370],[-166,3383],[-134,3368],[-125,3345],[-109,3358],[-131,3376],[-161,3385],[-185,3401],[-173,3407],[-186,3433],[-191,3419],[-205,3460],[-194,3469],[-211,3484],[-189,3485],[-198,3504],[-175,3498],[-170,3526],[-130,3555],[-118,3553],[-108,3582],[-85,3606],[-61,3612],[-46,3602],[-34,3577],[-22,3576],[7,3591],[28,3609],[31,3600],[76,3594],[100,3613],[106,3664],[92,3688],[125,3701],[117,3734],[102,3721],[73,3725],[45,3711],[20,3709],[8,3729],[-28,3742],[-59,3740],[-101,3771],[-108,3789],[-98,3804],[-111,3837],[-95,3829],[-73,3837],[-119,3868],[-138,3897],[-124,3909],[-95,3914],[-87,3908],[-68,3921],[-2,3935],[36,3937],[67,3929],[47,3893],[52,3877],[111,3858],[119,3845],[140,3868],[162,3859],[147,3882],[128,3880],[135,3893],[119,3943],[132,3945],[139,3923],[133,3914],[145,3887],[163,3891],[175,3870],[196,3867],[201,3879],[179,3900],[152,3894],[142,3915],[154,3949],[129,3950],[86,3976],[89,4000],[86,4032],[55,4092],[40,4106],[27,4135],[45,4151],[57,4180],[76,4171],[124,4160],[156,4170],[182,4190],[189,4216],[201,4233],[224,4253],[229,4246],[253,4268],[256,4258],[287,4258],[317,4277],[322,4275]],[[322,4275],[323,4272],[323,4272],[323,4272],[311,4248],[326,4263],[323,4272],[323,4272],[323,4272],[324,4274],[322,4275]]],[[[-905,2721],[-922,2724],[-904,2733],[-898,2724],[-905,2721]]],[[[-739,2715],[-724,2712],[-729,2702],[-734,2709],[-739,2715]]],[[[-645,2693],[-651,2700],[-684,2693],[-643,2725],[-634,2718],[-623,2738],[-597,2740],[-595,2719],[-626,2714],[-645,2693]]],[[[-439,2748],[-458,2742],[-469,2755],[-457,2762],[-439,2748]]],[[[-268,2722],[-267,2733],[-255,2724],[-252,2715],[-268,2722]]],[[[-303,2804],[-293,2800],[-290,2768],[-309,2757],[-338,2767],[-359,2754],[-385,2761],[-386,2779],[-369,2783],[-354,2800],[-335,2796],[-303,2804]]],[[[-59,2737],[-58,2733],[-70,2740],[-62,2746],[-59,2737]]],[[[1485,2651],[1482,2635],[1455,2672],[1458,2688],[1473,2659],[1485,2651]]],[[[1568,2687],[1567,2665],[1547,2678],[1548,2705],[1568,2687]]],[[[-81,2759],[-83,2747],[-107,2735],[-88,2750],[-81,2759]]],[[[-100,2783],[-114,2781],[-119,2759],[-135,2762],[-131,2784],[-100,2783]]],[[[1530,2716],[1542,2706],[1538,2690],[1528,2711],[1530,2716]]],[[[1427,2708],[1429,2706],[1439,2711],[1430,2683],[1427,2708]]],[[[1439,2743],[1430,2731],[1420,2735],[1421,2742],[1439,2743]]],[[[1555,2775],[1573,2753],[1578,2721],[1569,2699],[1529,2721],[1537,2731],[1531,2760],[1555,2775]]],[[[1408,2747],[1414,2765],[1435,2776],[1437,2763],[1408,2747]]],[[[1480,2788],[1503,2783],[1494,2762],[1468,2778],[1475,2803],[1480,2788]]],[[[1467,2811],[1469,2795],[1445,2798],[1451,2810],[1467,2811]]],[[[1495,2807],[1510,2793],[1504,2784],[1485,2797],[1482,2819],[1495,2807]]],[[[253,2834],[251,2826],[235,2816],[239,2829],[253,2834]]],[[[276,2825],[279,2820],[259,2824],[263,2832],[276,2825]]],[[[1448,2845],[1470,2828],[1458,2816],[1449,2816],[1448,2845]]],[[[333,2880],[345,2878],[321,2864],[319,2872],[333,2880]]],[[[1295,2870],[1295,2846],[1283,2843],[1288,2862],[1295,2870]]],[[[1246,2943],[1241,2926],[1234,2942],[1237,2951],[1246,2943]]],[[[345,2973],[360,2960],[353,2961],[333,2971],[345,2973]]],[[[370,2989],[380,3007],[393,2992],[407,2995],[413,2978],[404,2970],[365,2959],[347,2974],[353,2990],[370,2989]]],[[[389,3006],[380,3014],[397,3021],[396,3012],[389,3006]]],[[[-42,3112],[-58,3105],[-53,3120],[-31,3126],[-42,3112]]],[[[643,3141],[641,3133],[628,3129],[639,3150],[643,3141]]],[[[683,3167],[692,3162],[662,3126],[639,3113],[651,3133],[678,3156],[683,3167]]],[[[-250,3366],[-233,3350],[-243,3328],[-239,3312],[-272,3312],[-294,3323],[-315,3350],[-321,3371],[-293,3362],[-286,3369],[-250,3366]]],[[[712,3177],[732,3173],[708,3154],[714,3166],[712,3177]]],[[[655,3184],[659,3177],[651,3159],[646,3171],[655,3184]]],[[[-553,3496],[-557,3490],[-570,3515],[-566,3524],[-553,3496]]],[[[735,3177],[725,3175],[725,3181],[752,3187],[735,3177]]],[[[-478,2741],[-509,2724],[-476,2727],[-492,2716],[-574,2704],[-597,2711],[-551,2713],[-526,2758],[-501,2752],[-507,2737],[-487,2749],[-478,2741]]],[[[1452,2689],[1461,2728],[1438,2724],[1443,2751],[1435,2778],[1419,2778],[1414,2794],[1439,2796],[1449,2769],[1468,2766],[1516,2700],[1532,2652],[1522,2641],[1495,2679],[1475,2669],[1476,2693],[1452,2689]]],[[[1292,2882],[1302,2902],[1330,2883],[1354,2825],[1358,2769],[1323,2816],[1325,2832],[1311,2830],[1320,2852],[1308,2856],[1308,2872],[1292,2882]]],[[[362,2955],[355,2938],[381,2954],[386,2936],[380,2918],[395,2917],[382,2900],[349,2913],[366,2899],[363,2889],[337,2894],[303,2868],[278,2838],[275,2849],[298,2883],[281,2883],[271,2862],[256,2873],[259,2892],[247,2904],[253,2919],[284,2939],[295,2933],[298,2909],[306,2934],[302,2950],[318,2956],[321,2936],[329,2963],[348,2946],[340,2965],[362,2955]]],[[[1277,2920],[1294,2891],[1278,2884],[1270,2906],[1243,2925],[1247,2941],[1271,2972],[1321,2953],[1323,2931],[1299,2928],[1309,2919],[1325,2926],[1333,2899],[1320,2896],[1277,2920]]],[[[1355,2884],[1341,2912],[1326,2962],[1314,2989],[1331,2969],[1358,2968],[1379,2937],[1376,2926],[1357,2961],[1361,2939],[1379,2919],[1383,2888],[1350,2853],[1347,2875],[1355,2884]]],[[[-347,3767],[-339,3759],[-322,3764],[-307,3758],[-307,3734],[-290,3713],[-256,3692],[-266,3681],[-286,3692],[-315,3679],[-313,3698],[-337,3738],[-353,3750],[-371,3746],[-381,3757],[-379,3773],[-362,3796],[-362,3776],[-347,3767]]],[[[1402,2834],[1394,2792],[1400,2779],[1385,2761],[1377,2790],[1389,2804],[1373,2811],[1364,2838],[1379,2842],[1395,2828],[1402,2835],[1401,2839],[1383,2863],[1396,2866],[1441,2858],[1445,2825],[1422,2845],[1441,2817],[1439,2809],[1410,2805],[1402,2834]]]]}}]},"data":[{"State":"Alabama","State: No Health Ins.":0.123032911377481,"Asian: No Health Ins.":0.159489955978343,"NHPI: No Health Ins.":0.206562894404712,"value":12.3032911377481,"na.omit":true,"value2":15.9489955978343,"value3":20.6562894404712,"STATE":1,"STUSAB":"AL","STATENS":1779775,"code":"AL"},{"State":"Alaska","State: No Health Ins.":0.171486047947581,"Asian: No Health Ins.":0.205778050971677,"NHPI: No Health Ins.":0.15534991324465,"value":17.1486047947581,"na.omit":true,"value2":20.5778050971677,"value3":15.534991324465,"STATE":2,"STUSAB":"AK","STATENS":1785533,"code":"AK"},{"State":"Arizona","State: No Health Ins.":0.140790959345124,"Asian: No Health Ins.":0.115581639238464,"NHPI: No Health Ins.":0.164944050568036,"value":14.0790959345124,"na.omit":true,"value2":11.5581639238464,"value3":16.4944050568036,"STATE":4,"STUSAB":"AZ","STATENS":1779777,"code":"AZ"},{"State":"Arkansas","State: No Health Ins.":0.137133746363839,"Asian: No Health Ins.":0.151086118092015,"NHPI: No Health Ins.":0.273278155483299,"value":13.7133746363839,"na.omit":true,"value2":15.1086118092015,"value3":27.3278155483299,"STATE":5,"STUSAB":"AR","STATENS":68085,"code":"AR"},{"State":"California","State: No Health Ins.":0.141273235987296,"Asian: No Health Ins.":0.10960667640685,"NHPI: No Health Ins.":0.147962845111234,"value":14.1273235987296,"na.omit":true,"value2":10.960667640685,"value3":14.7962845111234,"STATE":6,"STUSAB":"CA","STATENS":1779778,"code":"CA"},{"State":"Colorado","State: No Health Ins.":0.116916903756043,"Asian: No Health Ins.":0.12215061973815,"NHPI: No Health Ins.":0.144536652835408,"value":11.6916903756043,"na.omit":true,"value2":12.215061973815,"value3":14.4536652835408,"STATE":8,"STUSAB":"CO","STATENS":1779779,"code":"CO"},{"State":"Connecticut","State: No Health Ins.":0.0761535850770319,"Asian: No Health Ins.":0.0959801369908606,"NHPI: No Health Ins.":0.131469979296066,"value":7.61535850770319,"na.omit":true,"value2":9.59801369908606,"value3":13.1469979296066,"STATE":9,"STUSAB":"CT","STATENS":1779780,"code":"CT"},{"State":"Delaware","State: No Health Ins.":0.0789964333814439,"Asian: No Health Ins.":0.10305036228643,"NHPI: No Health Ins.":null,"value":7.89964333814439,"na.omit":true,"value2":10.305036228643,"value3":null,"STATE":10,"STUSAB":"DE","STATENS":1779781,"code":"DE"},{"State":"District of Columbia","State: No Health Ins.":0.0569563783163947,"Asian: No Health Ins.":0.0750211327134404,"NHPI: No Health Ins.":null,"value":5.69563783163947,"na.omit":true,"value2":7.50211327134404,"value3":null,"STATE":11,"STUSAB":"DC","STATENS":1702382,"code":"DC"},{"State":"Florida","State: No Health Ins.":0.171814380470902,"Asian: No Health Ins.":0.17987016830765,"NHPI: No Health Ins.":0.233961915326308,"value":17.1814380470902,"na.omit":true,"value2":17.987016830765,"value3":23.3961915326308,"STATE":12,"STUSAB":"FL","STATENS":294478,"code":"FL"},{"State":"Georgia","State: No Health Ins.":0.163493525667268,"Asian: No Health Ins.":0.192408190810297,"NHPI: No Health Ins.":0.169258508000902,"value":16.3493525667268,"na.omit":true,"value2":19.2408190810297,"value3":16.9258508000902,"STATE":13,"STUSAB":"GA","STATENS":1705317,"code":"GA"},{"State":"Hawaii","State: No Health Ins.":0.0568839427662957,"Asian: No Health Ins.":0.0481418177794904,"NHPI: No Health Ins.":0.0775798939629163,"value":5.68839427662957,"na.omit":true,"value2":4.81418177794904,"value3":7.75798939629163,"STATE":15,"STUSAB":"HI","STATENS":1779782,"code":"HI"},{"State":"Idaho","State: No Health Ins.":0.139235279078395,"Asian: No Health Ins.":0.135988118444259,"NHPI: No Health Ins.":0.193340494092374,"value":13.9235279078395,"na.omit":true,"value2":13.5988118444259,"value3":19.3340494092374,"STATE":16,"STUSAB":"ID","STATENS":1779783,"code":"ID"},{"State":"Illinois","State: No Health Ins.":0.107298012072262,"Asian: No Health Ins.":0.11651304716748,"NHPI: No Health Ins.":0.148660848630755,"value":10.7298012072262,"na.omit":true,"value2":11.651304716748,"value3":14.8660848630755,"STATE":17,"STUSAB":"IL","STATENS":1779784,"code":"IL"},{"State":"Indiana","State: No Health Ins.":0.121594895256798,"Asian: No Health Ins.":0.148400210671846,"NHPI: No Health Ins.":0.212954747116238,"value":12.1594895256798,"na.omit":true,"value2":14.8400210671846,"value3":21.2954747116238,"STATE":18,"STUSAB":"IN","STATENS":448508,"code":"IN"},{"State":"Iowa","State: No Health Ins.":0.0699457250926255,"Asian: No Health Ins.":0.10470020850908,"NHPI: No Health Ins.":0.218317358892439,"value":6.99457250926255,"na.omit":true,"value2":10.470020850908,"value3":21.8317358892439,"STATE":19,"STUSAB":"IA","STATENS":1779785,"code":"IA"},{"State":"Kansas","State: No Health Ins.":0.107091639989386,"Asian: No Health Ins.":0.120698633978288,"NHPI: No Health Ins.":0.186910006293266,"value":10.7091639989386,"na.omit":true,"value2":12.0698633978288,"value3":18.6910006293266,"STATE":20,"STUSAB":"KS","STATENS":481813,"code":"KS"},{"State":"Kentucky","State: No Health Ins.":0.109628225529296,"Asian: No Health Ins.":0.138632970394377,"NHPI: No Health Ins.":0.19016393442623,"value":10.9628225529296,"na.omit":true,"value2":13.8632970394377,"value3":19.016393442623,"STATE":21,"STUSAB":"KY","STATENS":1779786,"code":"KY"},{"State":"Louisiana","State: No Health Ins.":0.150162467974106,"Asian: No Health Ins.":0.218545614352558,"NHPI: No Health Ins.":0.215022935779817,"value":15.0162467974106,"na.omit":true,"value2":21.8545614352558,"value3":21.5022935779817,"STATE":22,"STUSAB":"LA","STATENS":1629543,"code":"LA"},{"State":"Maine","State: No Health Ins.":0.0963064258029972,"Asian: No Health Ins.":0.153402854006586,"NHPI: No Health Ins.":null,"value":9.63064258029972,"na.omit":true,"value2":15.3402854006586,"value3":null,"STATE":23,"STUSAB":"ME","STATENS":1779787,"code":"ME"},{"State":"Maryland","State: No Health Ins.":0.0863176221496474,"Asian: No Health Ins.":0.107997469600056,"NHPI: No Health Ins.":0.110299769408148,"value":8.63176221496474,"na.omit":true,"value2":10.7997469600056,"value3":11.0299769408148,"STATE":24,"STUSAB":"MD","STATENS":1714934,"code":"MD"},{"State":"Massachusetts","State: No Health Ins.":0.0345380224534112,"Asian: No Health Ins.":0.0364955831936138,"NHPI: No Health Ins.":0.0323565323565324,"value":3.45380224534112,"na.omit":true,"value2":3.64955831936138,"value3":3.23565323565324,"STATE":25,"STUSAB":"MA","STATENS":606926,"code":"MA"},{"State":"Michigan","State: No Health Ins.":0.0933782265969091,"Asian: No Health Ins.":0.0994509938390551,"NHPI: No Health Ins.":0.139444173573866,"value":9.33782265969091,"na.omit":true,"value2":9.94509938390551,"value3":13.9444173573866,"STATE":26,"STUSAB":"MI","STATENS":1779789,"code":"MI"},{"State":"Minnesota","State: No Health Ins.":0.0665803496863657,"Asian: No Health Ins.":0.0836240995961194,"NHPI: No Health Ins.":0.113897596656217,"value":6.65803496863657,"na.omit":true,"value2":8.36240995961194,"value3":11.3897596656217,"STATE":27,"STUSAB":"MN","STATENS":662849,"code":"MN"},{"State":"Mississippi","State: No Health Ins.":0.15239171446969,"Asian: No Health Ins.":0.222245845292513,"NHPI: No Health Ins.":null,"value":15.239171446969,"na.omit":true,"value2":22.2245845292513,"value3":null,"STATE":28,"STUSAB":"MS","STATENS":1779790,"code":"MS"},{"State":"Missouri","State: No Health Ins.":0.116905851192315,"Asian: No Health Ins.":0.141182572614108,"NHPI: No Health Ins.":0.257893838539,"value":11.6905851192315,"na.omit":true,"value2":14.1182572614108,"value3":25.7893838539,"STATE":29,"STUSAB":"MO","STATENS":1779791,"code":"MO"},{"State":"Montana","State: No Health Ins.":0.148086544110215,"Asian: No Health Ins.":0.179418407679277,"NHPI: No Health Ins.":0.173645320197044,"value":14.8086544110215,"na.omit":true,"value2":17.9418407679277,"value3":17.3645320197044,"STATE":30,"STUSAB":"MT","STATENS":767982,"code":"MT"},{"State":"Nebraska","State: No Health Ins.":0.0978774904477836,"Asian: No Health Ins.":0.102820986026892,"NHPI: No Health Ins.":0.215686274509804,"value":9.78774904477836,"na.omit":true,"value2":10.2820986026892,"value3":21.5686274509804,"STATE":31,"STUSAB":"NE","STATENS":1779792,"code":"NE"},{"State":"Nevada","State: No Health Ins.":0.172036400477621,"Asian: No Health Ins.":0.147471732713332,"NHPI: No Health Ins.":0.20784069695084,"value":17.2036400477621,"na.omit":true,"value2":14.7471732713332,"value3":20.784069695084,"STATE":32,"STUSAB":"NV","STATENS":1779793,"code":"NV"},{"State":"New Hampshire","State: No Health Ins.":0.0903260896966289,"Asian: No Health Ins.":0.115430068031556,"NHPI: No Health Ins.":null,"value":9.03260896966289,"na.omit":true,"value2":11.5430068031556,"value3":null,"STATE":33,"STUSAB":"NH","STATENS":1779794,"code":"NH"},{"State":"New Jersey","State: No Health Ins.":0.112218078704009,"Asian: No Health Ins.":0.116918495204135,"NHPI: No Health Ins.":0.126428308145964,"value":11.2218078704009,"na.omit":true,"value2":11.6918495204135,"value3":12.6428308145964,"STATE":34,"STUSAB":"NJ","STATENS":1779795,"code":"NJ"},{"State":"New Mexico","State: No Health Ins.":0.157131134184384,"Asian: No Health Ins.":0.126773520150019,"NHPI: No Health Ins.":0.133495145631068,"value":15.7131134184384,"na.omit":true,"value2":12.6773520150019,"value3":13.3495145631068,"STATE":35,"STUSAB":"NM","STATENS":897535,"code":"NM"},{"State":"New York","State: No Health Ins.":0.0939961322488806,"Asian: No Health Ins.":0.126957605857617,"NHPI: No Health Ins.":0.139740752450206,"value":9.39961322488806,"na.omit":true,"value2":12.6957605857617,"value3":13.9740752450206,"STATE":36,"STUSAB":"NY","STATENS":1779796,"code":"NY"},{"State":"North Carolina","State: No Health Ins.":0.13868700960433,"Asian: No Health Ins.":0.138565907476836,"NHPI: No Health Ins.":0.224641437705201,"value":13.868700960433,"na.omit":true,"value2":13.8565907476836,"value3":22.4641437705201,"STATE":37,"STUSAB":"NC","STATENS":1027616,"code":"NC"},{"State":"North Dakota","State: No Health Ins.":0.0853722248257486,"Asian: No Health Ins.":0.136177939173854,"NHPI: No Health Ins.":null,"value":8.53722248257486,"na.omit":true,"value2":13.6177939173854,"value3":null,"STATE":38,"STUSAB":"ND","STATENS":1779797,"code":"ND"},{"State":"Ohio","State: No Health Ins.":0.0932597216303892,"Asian: No Health Ins.":0.10241553513358,"NHPI: No Health Ins.":0.15819209039548,"value":9.32597216303892,"na.omit":true,"value2":10.241553513358,"value3":15.819209039548,"STATE":39,"STUSAB":"OH","STATENS":1085497,"code":"OH"},{"State":"Oklahoma","State: No Health Ins.":0.158420867715522,"Asian: No Health Ins.":0.149741474072767,"NHPI: No Health Ins.":0.256308100929615,"value":15.8420867715522,"na.omit":true,"value2":14.9741474072767,"value3":25.6308100929615,"STATE":40,"STUSAB":"OK","STATENS":1102857,"code":"OK"},{"State":"Oregon","State: No Health Ins.":0.118870090041174,"Asian: No Health Ins.":0.110450133976077,"NHPI: No Health Ins.":0.206092947851932,"value":11.8870090041174,"na.omit":true,"value2":11.0450133976077,"value3":20.6092947851932,"STATE":41,"STUSAB":"OR","STATENS":1155107,"code":"OR"},{"State":"Pennsylvania","State: No Health Ins.":0.0844755917413858,"Asian: No Health Ins.":0.126649818184606,"NHPI: No Health Ins.":0.08390451429922,"value":8.44755917413858,"na.omit":true,"value2":12.6649818184606,"value3":8.390451429922,"STATE":42,"STUSAB":"PA","STATENS":1779798,"code":"PA"},{"State":"Rhode Island","State: No Health Ins.":0.0896833119767229,"Asian: No Health Ins.":0.120689147400972,"NHPI: No Health Ins.":null,"value":8.96833119767229,"na.omit":true,"value2":12.0689147400972,"value3":null,"STATE":44,"STUSAB":"RI","STATENS":1219835,"code":"RI"},{"State":"South Carolina","State: No Health Ins.":0.139818048781322,"Asian: No Health Ins.":0.180165666084049,"NHPI: No Health Ins.":0.266775111834079,"value":13.9818048781322,"na.omit":true,"value2":18.0165666084049,"value3":26.6775111834079,"STATE":45,"STUSAB":"SC","STATENS":1779799,"code":"SC"},{"State":"South Dakota","State: No Health Ins.":0.105223947494022,"Asian: No Health Ins.":0.168336474556096,"NHPI: No Health Ins.":null,"value":10.5223947494022,"na.omit":true,"value2":16.8336474556096,"value3":null,"STATE":46,"STUSAB":"SD","STATENS":1785534,"code":"SD"},{"State":"Tennessee","State: No Health Ins.":0.123642287036781,"Asian: No Health Ins.":0.152613877743687,"NHPI: No Health Ins.":0.140493287542929,"value":12.3642287036781,"na.omit":true,"value2":15.2613877743687,"value3":14.0493287542929,"STATE":47,"STUSAB":"TN","STATENS":1325873,"code":"TN"},{"State":"Texas","State: No Health Ins.":0.193942499070789,"Asian: No Health Ins.":0.166905096984512,"NHPI: No Health Ins.":0.207290611890641,"value":19.3942499070789,"na.omit":true,"value2":16.6905096984512,"value3":20.7290611890641,"STATE":48,"STUSAB":"TX","STATENS":1779801,"code":"TX"},{"State":"Utah","State: No Health Ins.":0.12237310959656,"Asian: No Health Ins.":0.126639742024357,"NHPI: No Health Ins.":0.1794010959327,"value":12.237310959656,"na.omit":true,"value2":12.6639742024357,"value3":17.94010959327,"STATE":49,"STUSAB":"UT","STATENS":1455989,"code":"UT"},{"State":"Vermont","State: No Health Ins.":0.0566501788198054,"Asian: No Health Ins.":0.0738117001828154,"NHPI: No Health Ins.":null,"value":5.66501788198054,"na.omit":true,"value2":7.38117001828154,"value3":null,"STATE":50,"STUSAB":"VT","STATENS":1779802,"code":"VT"},{"State":"Virginia","State: No Health Ins.":0.109392960076031,"Asian: No Health Ins.":0.130837280066747,"NHPI: No Health Ins.":0.101467245298615,"value":10.9392960076031,"na.omit":true,"value2":13.0837280066747,"value3":10.1467245298615,"STATE":51,"STUSAB":"VA","STATENS":1779803,"code":"VA"},{"State":"Washington","State: No Health Ins.":0.11055693288446,"Asian: No Health Ins.":0.105488042355518,"NHPI: No Health Ins.":0.160121681415929,"value":11.055693288446,"na.omit":true,"value2":10.5488042355518,"value3":16.0121681415929,"STATE":53,"STUSAB":"WA","STATENS":1779804,"code":"WA"},{"State":"West Virginia","State: No Health Ins.":0.111558933274802,"Asian: No Health Ins.":0.132224625251697,"NHPI: No Health Ins.":null,"value":11.1558933274802,"na.omit":true,"value2":13.2224625251697,"value3":null,"STATE":54,"STUSAB":"WV","STATENS":1779805,"code":"WV"},{"State":"Wisconsin","State: No Health Ins.":0.0758317701248138,"Asian: No Health Ins.":0.104949609939727,"NHPI: No Health Ins.":0.149834437086093,"value":7.58317701248138,"na.omit":true,"value2":10.4949609939727,"value3":14.9834437086093,"STATE":55,"STUSAB":"WI","STATENS":1779806,"code":"WI"},{"State":"Wyoming","State: No Health Ins.":0.127915215416399,"Asian: No Health Ins.":0.104528950888592,"NHPI: No Health Ins.":null,"value":12.7915215416399,"na.omit":true,"value2":10.4528950888592,"value3":null,"STATE":56,"STUSAB":"WY","STATENS":1779807,"code":"WY"}],"joinBy":["postalcode","code"],"name":"Insurance"}],"colorAxis":{"min":0,"stops":[[0,"#440154"],[0.111111111111111,"#3C2060"],[0.222222222222222,"#34406C"],[0.333333333333333,"#2C6079"],[0.444444444444444,"#248085"],[0.555555555555556,"#399980"],[0.666666666666667,"#6AAD69"],[0.777777777777778,"#9BC052"],[0.888888888888889,"#CCD33B"],[1,"#FDE725"]],"labels":{"format":"{value}%"},"showInLegend":true},"legend":{"title":{"text":"Statewide Percentage","fontStyle":"italic"},"align":"center","verticalAlign":"bottom","layout":"horizontal","padding":5}},"theme":{"colors":["#FF2700","#008FD5","#77AB43","#636464","#C4C4C4"],"chart":{"backgroundColor":"#F0F0F0","plotBorderColor":"#606063","style":{"fontFamily":"Roboto","color":"#3C3C3C"}},"title":{"align":"left","style":{"fontWeight":"bold"}},"subtitle":{"align":"left"},"xAxis":{"gridLineWidth":1,"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"yAxis":{"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"tooltip":{"backgroundColor":"rgba(0, 0, 0, 0.85)","style":{"color":"#F0F0F0"}},"legend":{"itemStyle":{"color":"#3C3C3C"},"itemHiddenStyle":{"color":"#606063"}},"credits":{"style":{"color":"#666"}},"labels":{"style":{"color":"#D7D7D8"}},"legendBackgroundColor":"rgba(0, 0, 0, 0.5)","background2":"#505053","dataLabelsColor":"#B0B0B3","textColor":"#C0C0C0","contrastTextColor":"#F0F0F3","maskColor":"rgba(255,255,255,0.3)"},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","drillUpText":"Back to {series.name}","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"thousandsSep":",","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"map","fonts":["Roboto","Unica+One"],"debug":false},"evals":[],"jsHooks":[]}</script>
</div>
</div>
<div id="poverty" class="section level1 tabset tabset-fade tabset-pills">
<h1>Poverty</h1>
<p>These tables use the 2011-2015 5YR data from the American Community Survey.</p>
<div id="asian-nhpi-alone-2" class="section level2">
<h2>Asian & NHPI Alone</h2>
<p>Nationally, about <strong>14.84%</strong> of Americans live below the poverty line.</p>
<div id="htmlwidget-64071e05a642c74b60ef" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-64071e05a642c74b60ef">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.188320383644997,0.101864236866429,0.181954862421572,0.192739626882117,0.162827706397256,0.126695897221896,0.105173451749676,0.120240447592194,0.179955355614219,0.16538769499477,0.183723957718206,0.112442981991622,0.154743406062825,0.143274380703056,0.153588432818301,0.124928577968133,0.13570209043983,0.189021811463034,0.197615699444737,0.139370845132596,0.0996341826578604,0.11572690117137,0.167063038458689,0.11267099767298,0.225376740582134,0.156226223168477,0.152117519183136,0.127295059168257,0.154515834414572,0.0887093506388258,0.108243932661142,0.210092397184095,0.156853353526716,0.173827919153257,0.114562730269537,0.157733459306738,0.167104034909484,0.164894443242079,0.134772633061136,0.142308242595873,0.179215859840382,0.141149691860372,0.176294674913146,0.17252262510988,0.123113516572132,0.115056204423232,0.115111918631877,0.132616072563754,0.179878328595116,0.129581821749949,0.114903818105638],[0.139564880901195,0.113148479427549,0.136386833375861,0.135506825809382,0.118705966231513,0.11964698689492,0.0775887589240842,0.0600446563273188,0.149772025975222,0.124955481053333,0.136692143563214,0.0695800809288829,0.155572246737396,0.119504084927275,0.206973826519576,0.19095485708608,0.153475746166858,0.158319781194559,0.180633876357561,0.146138386448464,0.0799490188397528,0.146081348556148,0.145307190742952,0.164240873624372,0.144530830138655,0.171518489378442,0.174165457184325,0.192258311251946,0.10081264277422,0.10149084481206,0.0674430775633225,0.126810176125245,0.180848179365689,0.134747374860677,0.217632766400555,0.129054909360147,0.152672498922099,0.161109154240539,0.160944846926234,0.167801511053073,0.142584321577083,0.21116627824501,0.124221359573892,0.115630514939377,0.178268251273345,0.151675702316412,0.0805523210200761,0.119756553242609,0.201340214126165,0.178180674761132,0.192037470725995],[0.167637271214642,0.146984053616825,0.288290620415912,0.38039448316773,0.170788306067452,0.146314781895255,0.11395101171459,null,null,0.224321796071094,0.310250569476082,0.235367354005054,0.268019220501869,0.129917657822507,0.274685816876122,0.221238938053097,0.248558616271621,0.307764705882353,0.241954022988506,null,0.0864495375954966,0.224171539961014,0.188689217758985,0.211093161012386,null,0.206588881262869,0.137662337662338,0.131393298059965,0.264541832669323,null,0.216353677621283,0.273105745212323,0.237299035369775,0.178020134228188,null,0.252803261977574,0.233245149911817,0.335709389993146,0.235163204747774,null,0.226126498553121,null,0.266193707587909,0.152524627611479,0.222636670940669,null,0.0921266233766234,0.185414691669172,null,0.199321458863444,null]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State: Below Poverty<\/th>\n <th>Asian: Below Poverty<\/th>\n <th>NHPI: Below Poverty<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script>
</div>
<div id="asian-nhpi-combo-2" class="section level2">
<h2>Asian & NHPI Combo</h2>
<p>Nationally, about <strong>14.84%</strong> of Americans live below the poverty line. <div id="htmlwidget-9675c84668ea3f1e54d4" style="width:100%;height:auto;" class="datatables html-widget"></div>
<script type="application/json" data-for="htmlwidget-9675c84668ea3f1e54d4">{"x":{"filter":"none","extensions":["Buttons","FixedColumns","Scroller"],"data":[["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],[0.188320383644997,0.101864236866429,0.181954862421572,0.192739626882117,0.162827706397256,0.126695897221896,0.105173451749676,0.120240447592194,0.179955355614219,0.16538769499477,0.183723957718206,0.112442981991622,0.154743406062825,0.143274380703056,0.153588432818301,0.124928577968133,0.13570209043983,0.189021811463034,0.197615699444737,0.139370845132596,0.0996341826578604,0.11572690117137,0.167063038458689,0.11267099767298,0.225376740582134,0.156226223168477,0.152117519183136,0.127295059168257,0.154515834414572,0.0887093506388258,0.108243932661142,0.210092397184095,0.156853353526716,0.173827919153257,0.114562730269537,0.157733459306738,0.167104034909484,0.164894443242079,0.134772633061136,0.142308242595873,0.179215859840382,0.141149691860372,0.176294674913146,0.17252262510988,0.123113516572132,0.115056204423232,0.115111918631877,0.132616072563754,0.179878328595116,0.129581821749949,0.114903818105638],[0.14445076989807,0.10674086931625,0.139299103248269,0.140492170022371,0.118498301992266,0.116278615707522,0.0800172856753845,0.0651581814372512,0.135079376180152,0.125436289894411,0.1374937976232,0.0864166178961562,0.177846043723344,0.119221174627338,0.196490535165176,0.179122215088721,0.152481642041936,0.163508384113087,0.179949880172027,0.152688172043011,0.0778426405257554,0.141536248280293,0.15206112273207,0.158457505518764,0.144621016240086,0.169124056873178,0.177855419682223,0.185090933023276,0.102978123318427,0.0981017748940962,0.0684290037211587,0.14313536746435,0.176997025111455,0.13277803292834,0.215689746768195,0.133384376854315,0.156910647508224,0.155598581442978,0.157960643188103,0.168611987381703,0.14861875113341,0.186116860372552,0.133702989392478,0.117403550366187,0.174096304289183,0.176225423575247,0.0821795551711059,0.118573506395663,0.196510613550451,0.176157736923403,0.160075839653304],[0.187412024934647,0.141564576827608,0.24381435377286,0.394628329432743,0.156807804772146,0.161464004839685,0.140806731007176,0.129558541266795,0.0684371807967314,0.192825241319695,0.260530679933665,0.181724690213268,0.198466593647317,0.143661531242668,0.21269053527118,0.230940456316082,0.203192407247627,0.323339995558517,0.211476626267623,0.302874743326489,0.0884101873667676,0.202741702741703,0.223945547868779,0.267411995769754,0.194961664841183,0.220296196566813,0.318483412322275,0.172053542278812,0.199694302131393,0.123339658444023,0.22617220801364,0.222341857335128,0.216395252553133,0.235139549747887,0.256539235412475,0.230182926829268,0.23153075114466,0.250471797022437,0.2395977555928,0.26409666283084,0.206051873198847,0.125248508946322,0.201986358741175,0.159481292517007,0.200776875346819,0.156363636363636,0.088484308358266,0.161431767337808,0.343441466854725,0.219698453103583,0.0195618153364632]],"container":"<table class=\"display\">\n <thead>\n <tr>\n <th>State<\/th>\n <th>State: Below Poverty<\/th>\n <th>Asian: Below Poverty<\/th>\n <th>NHPI: Below Poverty<\/th>\n <\/tr>\n <\/thead>\n<\/table>","options":{"dom":"Brt","buttons":["copy","csv","excel"],"scrollX":true,"fixedColumns":{"leftColumns":1},"lengthMenu":[25,50,100],"pageLength":50,"columnDefs":[{"className":"dt-right","targets":[1,2,3]}],"order":[],"autoWidth":false,"orderClasses":false,"rowCallback":"function(row, data) {\nDTWidget.formatPercentage(this, row, data, 1, 2);\nDTWidget.formatPercentage(this, row, data, 2, 2);\nDTWidget.formatPercentage(this, row, data, 3, 2);\n}"}},"evals":["options.rowCallback"],"jsHooks":[]}</script></p>
</div>
<div id="visualize-data-2" class="section level2">
<h2>Visualize Data</h2>
<div id="htmlwidget-5009dae4b0ec6f50713e" style="width:100%;height:500px;" class="highchart html-widget"></div>
<script type="application/json" data-for="htmlwidget-5009dae4b0ec6f50713e">{"x":{"hc_opts":{"title":{"text":"Poverty","align":"center"},"yAxis":{"title":{"text":null}},"credits":{"enabled":false},"exporting":{"enabled":false},"plotOptions":{"series":{"turboThreshold":0},"treemap":{"layoutAlgorithm":"squarified"},"bubble":{"minSize":5,"maxSize":25}},"annotationsOptions":{"enabledButtons":false},"tooltip":{"delayForDisplay":10,"pointFormat":"Below Poverty\n<table>\n <tr>\n <th>{point.name}:<\/th>\n <td> {point.value:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>Asian Alone:<\/th>\n <td> {point.value2:.1f}%<\/td>\n <\/tr>\n <tr>\n <th>NHPI Alone:<\/th>\n <td> {point.value3:.1f}%<\/td>\n <\/tr>\n<\/table>","useHTML":true,"headerFormat":""},"subtitle":{"text":"Source: 2011-2015 ACS using Asian/NHPI Alone","align":"center"},"chart":{"backgroundColor":"#ffffff"},"series":[{"mapData":{"title":"United States of America","version":"1.1.2","type":"FeatureCollection","copyright":"Copyright (c) 2015 Highsoft AS, Based on data from Natural Earth","copyrightShort":"Natural Earth","copyrightUrl":"http://www.naturalearthdata.com","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG:102004"}},"hc-transform":{"default":{"crs":"+proj=lcc +lat_1=33 +lat_2=45 +lat_0=39 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000151481324748,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-2361356.09818,"yoffset":1398996.77886},"us-all-hawaii":{"xpan":190,"ypan":417,"hitZone":{"type":"Polygon","coordinates":[[[1747,3920],[3651,2950],[3651,-999],[1747,-999],[1747,3920]]]},"crs":"+proj=aea +lat_1=8 +lat_2=18 +lat_0=13 +lon_0=-157 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs","scale":0.000123090941806,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-338610.47557,"yoffset":1022754.31736},"us-all-alaska":{"rotation":-0.0174532925199,"xpan":5,"ypan":357,"hitZone":{"type":"Polygon","coordinates":[[[-999,5188],[-707,5188],[1747,3920],[1747,-999],[-999,-999],[-999,5188]]]},"crs":"+proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs","scale":5.84397059179e-05,"jsonres":15.5,"jsonmarginX":-999,"jsonmarginY":9851,"xoffset":-1566154.00853,"yoffset":1992671.14918}},"features":[{"type":"Feature","id":"US.MA","properties":{"labelrank":"0","hasc":"US.MA","woeid":"2347580","statefips":"25","fips":"US25","postalcode":"MA","name":"Massachusetts","country":"United States of America","region":"Northeast","longitude":"-71.99930000000001","woename":"Massachusetts","latitude":"42.3739","woelabel":"Massachusetts, US, United States","type":"State","code":"us-ma"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9430,7889],[9476,7878],[9436,7864],[9417,7844],[9430,7889]]],[[[9314,7915],[9312,7927],[9304,7921],[9278,7938],[9254,7990],[9177,7968],[8997,7925],[8860,7896],[8853,7901],[8856,8080],[8922,8096],[9005,8115],[9005,8115],[9222,8166],[9242,8201],[9300,8236],[9318,8197],[9357,8186],[9312,8147],[9299,8081],[9324,8091],[9365,8074],[9428,7985],[9483,7974],[9525,8007],[9501,8067],[9535,8028],[9549,7982],[9504,7965],[9420,7906],[9411,7955],[9371,7921],[9373,7898],[9339,7878],[9327,7915],[9314,7915]]]]}},{"type":"Feature","id":"US.WA","properties":{"labelrank":"0","hasc":"US.WA","woeid":"2347606","statefips":"53","fips":"US53","postalcode":"WA","name":"Washington","country":"United States of America","region":"West","longitude":"-120.361","woename":"Washington","latitude":"47.4865","woelabel":"Washington, US, United States","type":"State","code":"us-wa"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-77,9797],[-56,9768],[-91,9757],[-86,9712],[-136,9751],[-111,9756],[-77,9797]]],[[[-52,9689],[-85,9658],[-66,9645],[-43,9568],[-77,9588],[-74,9635],[-89,9664],[-52,9690],[-60,9697],[-61,9737],[-31,9701],[-12,9731],[-9,9774],[-33,9788],[-46,9839],[-32,9851],[926,9593],[767,8925],[779,8870],[774,8822],[398,8914],[378,8905],[289,8922],[163,8905],[94,8923],[38,8914],[-10,8925],[-22,8950],[-113,8979],[-207,8965],[-283,9014],[-271,9096],[-280,9134],[-321,9167],[-357,9171],[-365,9207],[-400,9226],[-436,9219],[-460,9259],[-436,9333],[-441,9279],[-416,9297],[-401,9347],[-434,9357],[-429,9395],[-369,9396],[-424,9436],[-424,9523],[-410,9624],[-433,9678],[-428,9749],[-385,9790],[-313,9713],[-183,9655],[-161,9666],[-146,9623],[-100,9637],[-95,9567],[-135,9518],[-77,9566],[-112,9491],[-89,9426],[-154,9433],[-175,9394],[-167,9449],[-222,9394],[-157,9376],[-124,9418],[-82,9426],[-82,9476],[-66,9527],[-18,9570],[-37,9644],[-24,9661],[-52,9689]]]]}},{"type":"Feature","id":"US.CA","properties":{"labelrank":"0","hasc":"US.CA","woeid":"2347563","statefips":"6","fips":"US06","postalcode":"CA","name":"California","country":"United States of America","region":"West","longitude":"-119.591","woename":"California","latitude":"36.7496","woelabel":"California, US, United States","type":"State","code":"us-ca"},"geometry":{"type":"Polygon","coordinates":[[[-833,8186],[-50,7955],[-253,7203],[32,6779],[261,6430],[593,5936],[620,5788],[660,5730],[598,5702],[559,5661],[555,5605],[510,5537],[489,5536],[476,5452],[519,5416],[492,5355],[451,5357],[-76,5426],[-69,5467],[-95,5476],[-84,5583],[-110,5649],[-224,5792],[-276,5799],[-265,5822],[-284,5881],[-342,5885],[-417,5946],[-422,5975],[-484,6035],[-539,6046],[-588,6077],[-659,6091],[-686,6135],[-647,6273],[-691,6316],[-672,6333],[-720,6428],[-742,6442],[-793,6601],[-820,6637],[-816,6709],[-775,6726],[-761,6756],[-778,6807],[-821,6819],[-855,6888],[-842,6929],[-853,6979],[-833,7041],[-810,7042],[-816,6985],[-764,6931],[-772,6991],[-797,7030],[-787,7089],[-738,7083],[-782,7126],[-806,7122],[-833,7050],[-892,7126],[-903,7243],[-983,7395],[-967,7420],[-969,7507],[-943,7553],[-936,7629],[-964,7712],[-999,7766],[-993,7813],[-890,7943],[-849,8038],[-844,8118],[-860,8134],[-833,8186]]]}},{"type":"Feature","id":"US.OR","properties":{"labelrank":"0","hasc":"US.OR","woeid":"2347596","statefips":"41","fips":"US41","postalcode":"OR","name":"Oregon","country":"United States of America","region":"West","longitude":"-120.386","woename":"Oregon","latitude":"43.8333","woelabel":"Oregon, US, United States","type":"State","code":"us-or"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[-833,8186],[-851,8223],[-847,8281],[-817,8362],[-827,8415],[-793,8455],[-756,8527],[-714,8570],[-672,8648],[-594,8829],[-582,8877],[-494,9051],[-493,9108],[-468,9158],[-460,9216],[-396,9192],[-367,9202],[-359,9169],[-321,9167],[-280,9134],[-271,9096],[-283,9014],[-207,8965],[-113,8979],[-22,8950],[-10,8925],[38,8914],[94,8923],[163,8905],[289,8922],[378,8905],[398,8914],[774,8822],[785,8775],[821,8744],[823,8698],[776,8646],[718,8545],[624,8450],[615,8403],[662,8361],[616,8265],[510,7813],[-50,7955]]]}},{"type":"Feature","id":"US.WI","properties":{"labelrank":"0","hasc":"US.WI","woeid":"2347608","statefips":"55","fips":"US55","postalcode":"WI","name":"Wisconsin","country":"United States of America","region":"Midwest","longitude":"-89.5831","woename":"Wisconsin","latitude":"44.3709","woelabel":"Wisconsin, US, United States","type":"State","code":"us-wi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6206,8297],[6197,8237],[6159,8156],[6136,8180],[6161,8249],[6206,8297]]],[[[5575,7508],[5561,7544],[5494,7563],[5465,7670],[5479,7702],[5445,7758],[5431,7866],[5405,7892],[5360,7903],[5273,7994],[5217,8029],[5181,8035],[5136,8072],[5146,8117],[5144,8214],[5158,8253],[5117,8285],[5116,8322],[5147,8375],[5220,8422],[5214,8573],[5245,8603],[5303,8589],[5410,8635],[5449,8660],[5489,8656],[5481,8617],[5508,8583],[5554,8572],[5588,8553],[5611,8510],[5795,8473],[5849,8447],[5968,8437],[5993,8394],[6045,8372],[6042,8286],[6080,8287],[6071,8242],[6096,8224],[6058,8180],[6028,8078],[6049,8076],[6099,8156],[6129,8170],[6153,8151],[6124,8019],[6136,7996],[6101,7916],[6110,7860],[6082,7742],[6089,7679],[6116,7626],[6119,7543],[5780,7519],[5606,7509],[5575,7508]]]]}},{"type":"Feature","id":"US.ME","properties":{"labelrank":"0","hasc":"US.ME","woeid":"2347578","statefips":"23","fips":"US23","postalcode":"ME","name":"Maine","country":"United States of America","region":"Northeast","longitude":"-69.1973","woename":"Maine","latitude":"45.148","woelabel":"Maine, US, United States","type":"State","code":"us-me"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9623,8727],[9643,8763],[9665,8747],[9641,8690],[9623,8727]]],[[[9225,8399],[9079,8830],[9115,8824],[9130,8917],[9168,8971],[9177,9035],[9160,9062],[9160,9140],[9176,9161],[9166,9236],[9238,9459],[9272,9467],[9292,9423],[9319,9415],[9428,9491],[9519,9435],[9630,9097],[9697,9099],[9717,9017],[9747,8995],[9778,9009],[9851,8939],[9818,8875],[9789,8883],[9784,8851],[9706,8811],[9712,8773],[9690,8747],[9669,8782],[9611,8766],[9590,8707],[9615,8647],[9554,8716],[9552,8761],[9517,8719],[9529,8622],[9505,8581],[9483,8586],[9467,8544],[9433,8531],[9420,8493],[9387,8524],[9346,8471],[9362,8439],[9314,8347],[9298,8291],[9235,8354],[9225,8399]]]]}},{"type":"Feature","id":"US.MI","properties":{"labelrank":"0","hasc":"US.MI","woeid":"2347581","statefips":"26","fips":"US26","postalcode":"MI","name":"Michigan","country":"United States of America","region":"Midwest","longitude":"-84.9479","woename":"Michigan","latitude":"43.4343","woelabel":"Michigan, US, United States","type":"State","code":"us-mi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[6802,8561],[6808,8523],[6764,8521],[6774,8565],[6802,8561]]],[[[5863,9010],[5834,8966],[5759,8913],[5758,8947],[5863,9010]]],[[[6976,7443],[6815,7415],[6718,7400],[6716,7416],[6323,7372],[6364,7423],[6399,7509],[6417,7630],[6409,7695],[6330,7861],[6345,7903],[6322,7979],[6361,8059],[6352,8141],[6381,8159],[6381,8204],[6423,8217],[6453,8283],[6469,8252],[6460,8196],[6479,8180],[6501,8221],[6497,8298],[6533,8342],[6567,8348],[6542,8410],[6593,8461],[6646,8436],[6627,8469],[6669,8467],[6654,8434],[6698,8433],[6726,8400],[6837,8377],[6863,8359],[6884,8307],[6860,8285],[6902,8213],[6903,8115],[6872,8094],[6868,8040],[6821,8014],[6824,7934],[6868,7920],[6900,7950],[6937,8030],[6993,8059],[7042,8027],[7097,7866],[7128,7802],[7124,7704],[7066,7697],[7061,7631],[7021,7590],[7008,7500],[6976,7443]]],[[[5874,8741],[5900,8700],[5901,8651],[5938,8693],[6017,8689],[6049,8673],[6107,8596],[6174,8609],[6192,8589],[6244,8596],[6318,8663],[6430,8674],[6485,8705],[6529,8713],[6518,8645],[6560,8631],[6591,8646],[6609,8627],[6633,8653],[6688,8665],[6692,8589],[6745,8536],[6723,8521],[6631,8516],[6606,8530],[6598,8476],[6541,8514],[6480,8529],[6444,8521],[6426,8490],[6320,8470],[6302,8429],[6244,8388],[6264,8448],[6227,8437],[6192,8395],[6185,8444],[6096,8224],[6071,8242],[6080,8287],[6042,8286],[6045,8372],[5993,8394],[5968,8437],[5849,8447],[5795,8473],[5611,8510],[5588,8553],[5554,8572],[5623,8604],[5661,8642],[5731,8656],[5776,8696],[5805,8702],[5860,8764],[5868,8750],[5893,8802],[5958,8837],[6017,8829],[5931,8757],[5903,8703],[5900,8738],[5874,8741]]]]}},{"type":"Feature","id":"US.NV","properties":{"labelrank":"0","hasc":"US.NV","woeid":"2347587","statefips":"32","fips":"US32","postalcode":"NV","name":"Nevada","country":"United States of America","region":"West","longitude":"-117.02","woename":"Nevada","latitude":"39.4299","woelabel":"Nevada, US, United States","type":"State","code":"us-nv"},"geometry":{"type":"Polygon","coordinates":[[[-50,7955],[510,7813],[897,7727],[1073,7690],[929,6975],[818,6420],[777,6221],[752,6180],[669,6227],[631,6217],[631,6159],[611,6068],[614,5982],[593,5936],[261,6430],[32,6779],[-253,7203],[-50,7955]]]}},{"type":"Feature","id":"US.NM","properties":{"labelrank":"0","hasc":"US.NM","woeid":"2347590","statefips":"35","fips":"US35","postalcode":"NM","name":"New Mexico","country":"United States of America","region":"West","longitude":"-106.024","woename":"New Mexico","latitude":"34.5002","woelabel":"New Mexico, US, United States","type":"State","code":"us-nm"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[3091,6104],[3083,6007],[3081,5975],[3072,5970],[2976,4810],[2181,4887],[2208,4823],[1830,4873],[1815,4756],[1630,4782],[1736,5514],[1841,6242]]]}},{"type":"Feature","id":"US.CO","properties":{"labelrank":"0","hasc":"US.CO","woeid":"2347564","statefips":"8","fips":"US08","postalcode":"CO","name":"Colorado","country":"United States of America","region":"West","longitude":"-105.543","woename":"Colorado","latitude":"38.9998","woelabel":"Colorado, US, United States","type":"State","code":"us-co"},"geometry":{"type":"Polygon","coordinates":[[[3091,6104],[1841,6242],[1966,7108],[1990,7269],[2964,7155],[3357,7124],[3339,6866],[3329,6696],[3290,6089],[3091,6104]]]}},{"type":"Feature","id":"US.WY","properties":{"labelrank":"0","hasc":"US.WY","woeid":"2347609","statefips":"56","fips":"US56","postalcode":"WY","name":"Wyoming","country":"United States of America","region":"West","longitude":"-107.552","woename":"Wyoming","latitude":"42.9999","woelabel":"Wyoming, US, United States","type":"State","code":"us-wy"},"geometry":{"type":"Polygon","coordinates":[[[2964,7155],[1990,7269],[1600,7329],[1643,7585],[1677,7785],[1750,8226],[1772,8355],[3056,8191],[3019,7770],[3010,7672],[3002,7575],[2964,7155]]]}},{"type":"Feature","id":"US.KS","properties":{"labelrank":"0","hasc":"US.KS","woeid":"2347575","statefips":"20","fips":"US20","postalcode":"KS","name":"Kansas","country":"United States of America","region":"Midwest","longitude":"-98.3309","woename":"Kansas","latitude":"38.5","woelabel":"Kansas, US, United States","type":"State","code":"us-ks"},"geometry":{"type":"Polygon","coordinates":[[[3339,6866],[4682,6826],[4769,6780],[4726,6705],[4767,6667],[4781,6624],[4824,6600],[4833,6050],[3290,6089],[3329,6696],[3339,6866]]]}},{"type":"Feature","id":"US.NE","properties":{"labelrank":"0","hasc":"US.NE","woeid":"2347586","statefips":"31","fips":"US31","postalcode":"NE","name":"Nebraska","country":"United States of America","region":"Midwest","longitude":"-99.68550000000001","woename":"Nebraska","latitude":"41.5002","woelabel":"Nebraska, US, United States","type":"State","code":"us-ne"},"geometry":{"type":"Polygon","coordinates":[[[4682,6826],[3339,6866],[3357,7124],[2964,7155],[3002,7575],[3010,7672],[4071,7611],[4148,7558],[4194,7574],[4297,7577],[4330,7551],[4409,7521],[4453,7479],[4469,7474],[4478,7398],[4515,7341],[4533,7291],[4529,7228],[4559,7206],[4571,7165],[4579,7031],[4592,6986],[4592,6981],[4592,6981],[4591,6981],[4591,6981],[4619,6915],[4682,6826]]]}},{"type":"Feature","id":"US.OK","properties":{"labelrank":"0","hasc":"US.OK","woeid":"2347595","statefips":"40","fips":"US40","postalcode":"OK","name":"Oklahoma","country":"United States of America","region":"South","longitude":"-97.1309","woename":"Oklahoma","latitude":"35.452","woelabel":"Oklahoma, US, United States","type":"State","code":"us-ok"},"geometry":{"type":"Polygon","coordinates":[[[3290,6089],[4833,6050],[4833,6017],[4835,5920],[4877,5632],[4875,5180],[4790,5207],[4714,5260],[4685,5235],[4632,5257],[4595,5233],[4559,5242],[4474,5191],[4405,5248],[4360,5237],[4347,5258],[4312,5234],[4304,5199],[4283,5247],[4248,5227],[4181,5268],[4121,5246],[4093,5310],[4007,5296],[3908,5334],[3856,5341],[3842,5388],[3753,5388],[3686,5437],[3707,5936],[3081,5975],[3083,6007],[3091,6104],[3290,6089]]]}},{"type":"Feature","id":"US.MO","properties":{"labelrank":"0","hasc":"US.MO","woeid":"2347584","statefips":"29","fips":"US29","postalcode":"MO","name":"Missouri","country":"United States of America","region":"Midwest","longitude":"-92.446","woename":"Missouri","latitude":"38.5487","woelabel":"Missouri, US, United States","type":"State","code":"us-mo"},"geometry":{"type":"Polygon","coordinates":[[[4835,5920],[4833,6017],[4833,6050],[4824,6600],[4781,6624],[4767,6667],[4726,6705],[4769,6780],[4682,6826],[4619,6915],[4591,6981],[4591,6981],[4592,6981],[4846,6977],[5120,6985],[5389,7006],[5449,6947],[5449,6947],[5449,6947],[5436,6893],[5454,6813],[5475,6774],[5540,6711],[5588,6679],[5616,6596],[5642,6567],[5672,6592],[5735,6561],[5692,6420],[5752,6350],[5792,6336],[5873,6276],[5898,6211],[5886,6165],[5918,6121],[5975,6097],[5976,6033],[5956,5988],[5932,6005],[5921,5968],[5911,5955],[5907,5967],[5890,5980],[5893,5966],[5901,5936],[5869,5898],[5888,5872],[5868,5834],[5731,5821],[5790,5904],[5767,5957],[4835,5920]]]}},{"type":"Feature","id":"US.IL","properties":{"labelrank":"0","hasc":"US.IL","woeid":"2347572","statefips":"17","fips":"US17","postalcode":"IL","name":"Illinois","country":"United States of America","region":"Midwest","longitude":"-89.1991","woename":"Illinois","latitude":"39.946","woelabel":"Illinois, US, United States","type":"State","code":"us-il"},"geometry":{"type":"Polygon","coordinates":[[[6119,7543],[6121,7488],[6192,7351],[6247,6739],[6226,6674],[6254,6638],[6266,6585],[6244,6520],[6222,6503],[6194,6422],[6176,6404],[6179,6328],[6159,6283],[6171,6241],[6102,6218],[6105,6131],[6015,6162],[5987,6157],[5962,6117],[5975,6097],[5918,6121],[5886,6165],[5898,6211],[5873,6276],[5792,6336],[5752,6350],[5692,6420],[5735,6561],[5672,6592],[5642,6567],[5616,6596],[5588,6679],[5540,6711],[5475,6774],[5454,6813],[5436,6893],[5449,6947],[5449,6947],[5449,6947],[5458,7004],[5496,7020],[5535,7098],[5536,7132],[5509,7160],[5523,7224],[5579,7232],[5646,7276],[5671,7332],[5672,7411],[5625,7441],[5575,7508],[5575,7508],[5606,7509],[5848,7523],[6119,7543]]]}},{"type":"Feature","id":"US.IN","properties":{"labelrank":"0","hasc":"US.IN","woeid":"2347573","statefips":"18","fips":"US18","postalcode":"IN","name":"Indiana","country":"United States of America","region":"Midwest","longitude":"-86.1396","woename":"Indiana","latitude":"39.8874","woelabel":"Indiana, US, United States","type":"State","code":"us-in"},"geometry":{"type":"Polygon","coordinates":[[[6192,7351],[6239,7329],[6323,7372],[6716,7416],[6718,7400],[6732,7296],[6797,6730],[6792,6683],[6808,6651],[6737,6617],[6682,6619],[6693,6572],[6657,6540],[6652,6507],[6622,6498],[6608,6438],[6583,6411],[6531,6450],[6485,6413],[6485,6390],[6444,6379],[6426,6401],[6359,6356],[6303,6376],[6269,6350],[6209,6363],[6179,6328],[6176,6404],[6194,6422],[6222,6503],[6244,6520],[6266,6585],[6254,6638],[6226,6674],[6247,6739],[6192,7351]]]}},{"type":"Feature","id":"US.VT","properties":{"labelrank":"0","hasc":"US.VT","woeid":"2347604","statefips":"50","fips":"US50","postalcode":"VT","name":"Vermont","country":"United States of America","region":"Northeast","longitude":"-72.7317","woename":"Vermont","latitude":"44.0886","woelabel":"Vermont, US, United States","type":"State","code":"us-vt"},"geometry":{"type":"Polygon","coordinates":[[[8922,8096],[8856,8080],[8807,8284],[8772,8287],[8772,8328],[8740,8402],[8748,8453],[8739,8514],[8720,8537],[8695,8646],[8811,8677],[9024,8736],[9020,8661],[9045,8629],[9033,8585],[8978,8526],[8986,8490],[8981,8392],[8964,8320],[8979,8261],[8979,8148],[9005,8115],[9005,8115],[8922,8096]]]}},{"type":"Feature","id":"US.AR","properties":{"labelrank":"0","hasc":"US.AR","woeid":"2347562","statefips":"5","fips":"US05","postalcode":"AR","name":"Arkansas","country":"United States of America","region":"South","longitude":"-92.14279999999999","woename":"Arkansas","latitude":"34.7563","woelabel":"Arkansas, US, United States","type":"State","code":"us-ar"},"geometry":{"type":"Polygon","coordinates":[[[4975,5016],[4971,5157],[4910,5157],[4875,5180],[4877,5632],[4835,5920],[5767,5957],[5790,5904],[5731,5821],[5868,5834],[5871,5791],[5827,5763],[5835,5714],[5798,5670],[5802,5602],[5762,5567],[5770,5547],[5730,5520],[5706,5470],[5709,5414],[5635,5340],[5647,5309],[5609,5297],[5620,5250],[5583,5215],[5607,5162],[5598,5120],[5618,5077],[5605,5041],[5563,5038],[4975,5016]]]}},{"type":"Feature","id":"US.TX","properties":{"labelrank":"0","hasc":"US.TX","woeid":"2347602","statefips":"48","fips":"US48","postalcode":"TX","name":"Texas","country":"United States of America","region":"South","longitude":"-98.7607","woename":"Texas","latitude":"31.131","woelabel":"Texas, US, United States","type":"State","code":"us-tx"},"geometry":{"type":"MultiPolygon","coordinates":[[[[4875,5180],[4910,5157],[4971,5157],[4975,5016],[4980,4752],[5033,4679],[5031,4646],[5105,4506],[5093,4447],[5059,4380],[5065,4253],[5047,4228],[5018,4172],[5032,4146],[4989,4147],[4854,4084],[4875,4116],[4831,4102],[4842,4162],[4778,4141],[4769,4106],[4839,4052],[4789,4023],[4801,4063],[4739,3976],[4638,3901],[4557,3881],[4544,3857],[4451,3804],[4448,3787],[4381,3749],[4308,3672],[4340,3735],[4307,3756],[4261,3721],[4306,3712],[4263,3655],[4221,3658],[4249,3617],[4213,3527],[4195,3545],[4141,3510],[4206,3511],[4178,3442],[4232,3206],[4272,3164],[4203,3135],[4114,3192],[4013,3198],[3979,3230],[3915,3245],[3878,3279],[3810,3292],[3795,3375],[3727,3467],[3715,3534],[3721,3603],[3677,3628],[3595,3762],[3548,3801],[3525,3881],[3477,3970],[3469,4021],[3393,4097],[3411,4119],[3365,4132],[3310,4204],[3150,4220],[3103,4248],[3082,4218],[3018,4214],[2959,4096],[2967,4083],[2896,4024],[2861,4031],[2754,4113],[2695,4134],[2651,4187],[2595,4230],[2567,4305],[2573,4370],[2512,4503],[2437,4557],[2309,4714],[2275,4731],[2239,4806],[2208,4823],[2181,4887],[2976,4810],[3072,5970],[3081,5975],[3707,5936],[3686,5437],[3753,5388],[3842,5388],[3856,5341],[3908,5334],[4007,5296],[4093,5310],[4121,5246],[4181,5268],[4248,5227],[4283,5247],[4304,5199],[4312,5234],[4347,5258],[4360,5237],[4405,5248],[4474,5191],[4559,5242],[4595,5233],[4632,5257],[4685,5235],[4714,5260],[4790,5207],[4875,5180]]],[[[4269,3610],[4220,3493],[4219,3420],[4245,3297],[4214,3394],[4222,3530],[4269,3610]]]]}},{"type":"Feature","id":"US.RI","properties":{"labelrank":"0","hasc":"US.RI","woeid":"2347598","statefips":"44","fips":"US44","postalcode":"RI","name":"Rhode Island","country":"United States of America","region":"Northeast","longitude":"-71.5082","woename":"Rhode Island","latitude":"41.6242","woelabel":"Rhode Island, US, United States","type":"State","code":"us-ri"},"geometry":{"type":"MultiPolygon","coordinates":[[[[9339,7878],[9325,7871],[9314,7915],[9327,7915],[9339,7878]]],[[[9177,7968],[9254,7990],[9278,7938],[9304,7921],[9320,7866],[9285,7851],[9279,7822],[9216,7790],[9212,7845],[9177,7968]]]]}},{"type":"Feature","id":"US.AL","properties":{"labelrank":"0","hasc":"US.AL","woeid":"2347559","statefips":"1","fips":"US01","postalcode":"AL","name":"Alabama","country":"United States of America","region":"South","longitude":"-86.7184","woename":"Alabama","latitude":"32.8551","woelabel":"Alabama, US, United States","type":"State","code":"us-al"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6440,4378],[6291,4361],[6336,4375],[6317,4398],[6267,4399],[6216,4788],[6236,5574],[6215,5600],[6213,5603],[6762,5652],[6912,5135],[6947,5053],[6998,4970],[6970,4930],[6958,4846],[6990,4774],[6983,4704],[7015,4637],[6436,4574],[6431,4541],[6487,4486],[6487,4443]]]}},{"type":"Feature","id":"US.MS","properties":{"labelrank":"0","hasc":"US.MS","woeid":"2347583","statefips":"28","fips":"US28","postalcode":"MS","name":"Mississippi","country":"United States of America","region":"South","longitude":"-89.71890000000001","woename":"Mississippi","latitude":"32.8657","woelabel":"Mississippi, US, United States","type":"State","code":"us-ms"},"geometry":{"type":"Polygon","coordinates":[[[6267,4399],[6164,4396],[6059,4360],[6017,4328],[5936,4451],[5955,4536],[5523,4510],[5540,4526],[5522,4581],[5545,4585],[5545,4642],[5565,4662],[5584,4738],[5636,4781],[5670,4868],[5629,4895],[5611,4977],[5627,5018],[5605,5041],[5618,5077],[5598,5120],[5607,5162],[5583,5215],[5620,5250],[5609,5297],[5647,5309],[5635,5340],[5709,5414],[5706,5470],[5730,5520],[5770,5547],[5762,5567],[6122,5592],[6215,5600],[6236,5574],[6216,4788],[6267,4399]]]}},{"type":"Feature","id":"US.NC","properties":{"labelrank":"0","hasc":"US.NC","woeid":"2347592","statefips":"37","fips":"US37","postalcode":"NC","name":"North Carolina","country":"United States of America","region":"South","longitude":"-78.866","woename":"North Carolina","latitude":"35.6152","woelabel":"North Carolina, US, United States","type":"State","code":"us-nc"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8716,6394],[8720,6381],[8694,6389],[8694,6389],[8704,6391],[8705,6390],[8709,6392],[8712,6393],[8716,6394]]],[[[8727,6396],[8756,6332],[8852,6203],[8782,6278],[8722,6395],[8724,6396],[8727,6396]]],[[[7532,6183],[7623,6187],[7858,6219],[8691,6388],[8768,6281],[8670,6318],[8707,6291],[8620,6230],[8584,6234],[8581,6204],[8719,6244],[8742,6161],[8737,6222],[8760,6252],[8795,6220],[8797,6153],[8772,6164],[8750,6091],[8709,6073],[8638,6097],[8638,6070],[8551,6078],[8664,6053],[8635,6009],[8661,6003],[8610,5957],[8551,5988],[8590,5949],[8631,5940],[8676,5955],[8686,5995],[8721,5956],[8670,5890],[8565,5865],[8469,5764],[8443,5714],[8432,5616],[8368,5624],[8302,5600],[8029,5790],[7791,5756],[7782,5790],[7714,5830],[7457,5802],[7290,5724],[7210,5711],[7034,5685],[7038,5756],[7073,5762],[7085,5807],[7131,5847],[7188,5859],[7269,5928],[7298,5973],[7352,6010],[7365,5989],[7437,6050],[7464,6038],[7490,6093],[7523,6123],[7532,6183]]]]}},{"type":"Feature","id":"US.VA","properties":{"labelrank":"0","hasc":"US.VA","woeid":"2347605","statefips":"51","fips":"US51","postalcode":"VA","name":"Virginia","country":"United States of America","region":"South","longitude":"-78.2431","woename":"Virginia","latitude":"37.7403","woelabel":"Virginia, US, United States","type":"State","code":"us-va"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8722,6395],[8696,6432],[8704,6391],[8694,6389],[8694,6389],[8686,6398],[8691,6388],[7858,6219],[7623,6187],[7532,6183],[7472,6170],[7116,6120],[7221,6173],[7268,6217],[7309,6294],[7363,6332],[7431,6411],[7470,6351],[7530,6341],[7567,6378],[7595,6360],[7649,6382],[7664,6419],[7690,6412],[7773,6459],[7767,6505],[7840,6674],[7857,6759],[7932,6729],[7974,6848],[7998,6837],[8048,6900],[8072,6952],[8076,7028],[8188,6969],[8198,7020],[8256,7009],[8251,6984],[8341,6945],[8347,6939],[8353,6939],[8367,6892],[8334,6870],[8323,6802],[8347,6786],[8385,6812],[8429,6763],[8484,6768],[8507,6740],[8571,6721],[8572,6647],[8536,6648],[8499,6683],[8431,6711],[8532,6636],[8597,6606],[8561,6578],[8558,6548],[8577,6545],[8611,6494],[8586,6478],[8526,6534],[8449,6533],[8518,6510],[8580,6459],[8619,6482],[8679,6482],[8727,6396],[8724,6396],[8722,6395]],[[8558,6548],[8552,6548],[8552,6548],[8552,6548],[8484,6605],[8532,6551],[8552,6548],[8552,6548],[8552,6548],[8557,6544],[8558,6548]]],[[[8709,6392],[8713,6400],[8716,6394],[8712,6393],[8709,6392]]],[[[8765,6797],[8756,6760],[8761,6796],[8765,6797]]],[[[8688,6764],[8691,6772],[8739,6789],[8726,6737],[8674,6599],[8696,6561],[8678,6528],[8652,6583],[8652,6652],[8688,6764]]]]}},{"type":"Feature","id":"US.IA","properties":{"labelrank":"0","hasc":"US.IA","woeid":"2347574","statefips":"19","fips":"US19","postalcode":"IA","name":"Iowa","country":"United States of America","region":"Midwest","longitude":"-93.3891","woename":"Iowa","latitude":"42.0423","woelabel":"Iowa, US, United States","type":"State","code":"us-ia"},"geometry":{"type":"Polygon","coordinates":[[[5575,7508],[5625,7441],[5672,7411],[5671,7332],[5646,7276],[5579,7232],[5523,7224],[5509,7160],[5536,7132],[5535,7098],[5496,7020],[5458,7004],[5449,6947],[5449,6947],[5449,6947],[5389,7006],[5120,6985],[4846,6977],[4592,6981],[4591,6981],[4579,7031],[4571,7165],[4559,7206],[4529,7228],[4533,7291],[4515,7341],[4478,7398],[4469,7474],[4453,7479],[4423,7540],[4459,7636],[4438,7663],[4433,7734],[4459,7735],[5137,7745],[5445,7758],[5479,7702],[5465,7670],[5494,7563],[5561,7544],[5577,7513],[5575,7508],[5575,7508]]]}},{"type":"Feature","id":"US.MD","properties":{"labelrank":"0","hasc":"US.MD","woeid":"2347579","statefips":"24","fips":"US24","postalcode":"MD","name":"Maryland","country":"United States of America","region":"South","longitude":"-77.0454","woename":"Maryland","latitude":"39.3874","woelabel":"Maryland, US, United States","type":"State","code":"us-md"},"geometry":{"type":"MultiPolygon","coordinates":[[[[8761,6796],[8769,6819],[8765,6797],[8761,6796]]],[[[8779,6915],[8779,6884],[8777,6914],[8777,6914],[8779,6915]]],[[[8739,6789],[8691,6772],[8688,6764],[8647,6746],[8650,6806],[8590,6833],[8592,6815],[8525,6862],[8581,6899],[8555,6926],[8511,6936],[8544,6974],[8512,6986],[8496,7036],[8530,7108],[8537,7165],[8497,7093],[8472,7099],[8469,7056],[8432,7052],[8471,7014],[8458,6959],[8483,6868],[8513,6820],[8462,6849],[8543,6778],[8548,6753],[8491,6782],[8433,6785],[8382,6834],[8354,6797],[8335,6827],[8370,6891],[8367,6916],[8385,6943],[8341,6945],[8251,6984],[8256,7009],[8198,7020],[8162,7087],[8101,7099],[8046,7067],[8043,7043],[8000,7038],[7977,7057],[7949,7003],[7928,7007],[7857,6922],[7835,7053],[8176,7119],[8559,7201],[8650,6887],[8771,6913],[8770,6856],[8753,6848],[8739,6789]]]]}},{"type":"Feature","id":"US.DE","properties":{"labelrank":"0","hasc":"US.DE","woeid":"2347566","statefips":"10","fips":"US10","postalcode":"DE","name":"Delaware","country":"United States of America","region":"South","longitude":"-75.41119999999999","woename":"Delaware","latitude":"38.8657","woelabel":"Delaware, US, United States","type":"State","code":"us-de"},"geometry":{"type":"Polygon","coordinates":[[[8777,6914],[8771,6915],[8771,6913],[8650,6887],[8559,7201],[8589,7239],[8625,7239],[8601,7183],[8613,7145],[8652,7114],[8675,7051],[8735,6995],[8751,6999],[8779,6915],[8777,6914],[8777,6914]]]}},{"type":"Feature","id":"US.PA","properties":{"labelrank":"0","hasc":"US.PA","woeid":"2347597","statefips":"42","fips":"US42","postalcode":"PA","name":"Pennsylvania","country":"United States of America","region":"Northeast","longitude":"-77.60939999999999","woename":"Pennsylvania","latitude":"40.8601","woelabel":"Pennsylvania, US, United States","type":"State","code":"us-pa"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8632,7530],[8615,7490],[8627,7443],[8646,7444],[8739,7361],[8691,7310],[8673,7276],[8625,7239],[8589,7239],[8559,7201],[8176,7119],[7835,7053],[7630,7017],[7589,7253],[7589,7253],[7530,7595],[7556,7610],[7662,7693],[7674,7625],[8514,7797],[8573,7765],[8588,7712],[8673,7663],[8673,7663],[8611,7549]]]}},{"type":"Feature","id":"US.NJ","properties":{"labelrank":"0","hasc":"US.NJ","woeid":"2347589","statefips":"34","fips":"US34","postalcode":"NJ","name":"New Jersey","country":"United States of America","region":"Northeast","longitude":"-74.4653","woename":"New Jersey","latitude":"40.0449","woelabel":"New Jersey, US, United States","type":"State","code":"us-nj"},"geometry":{"type":"Polygon","coordinates":[[[8611,7549],[8673,7663],[8759,7635],[8846,7608],[8840,7532],[8810,7504],[8805,7466],[8866,7456],[8875,7438],[8886,7281],[8853,7228],[8849,7172],[8812,7122],[8784,7047],[8766,7040],[8769,7097],[8716,7095],[8623,7151],[8610,7186],[8624,7231],[8676,7269],[8691,7310],[8739,7361],[8646,7444],[8627,7443],[8615,7490],[8632,7530],[8611,7549]]]}},{"type":"Feature","id":"US.NY","properties":{"labelrank":"0","hasc":"US.NY","woeid":"2347591","statefips":"36","fips":"US36","postalcode":"NY","name":"New York","country":"United States of America","region":"Northeast","longitude":"-75.32420000000001","woename":"New York","latitude":"43.1988","woelabel":"New York, US, United States","type":"State","code":"us-ny"},"geometry":{"type":"Polygon","coordinates":[[[8673,7663],[8588,7712],[8573,7765],[8514,7797],[7674,7625],[7662,7693],[7763,7795],[7803,7872],[7754,7932],[7747,7976],[7812,8010],[7918,8040],[7988,8041],[8031,8026],[8061,8043],[8133,8055],[8180,8080],[8224,8141],[8264,8164],[8243,8232],[8257,8274],[8225,8259],[8202,8296],[8230,8345],[8280,8379],[8297,8437],[8358,8526],[8422,8581],[8453,8585],[8695,8646],[8720,8537],[8739,8514],[8748,8453],[8740,8402],[8772,8328],[8772,8287],[8807,8284],[8856,8080],[8853,7901],[8860,7896],[8896,7702],[8912,7685],[8874,7645],[8896,7623],[8881,7575],[8930,7617],[8982,7620],[9002,7641],[9094,7671],[9134,7722],[9173,7697],[9177,7721],[9184,7702],[9231,7730],[9141,7649],[9083,7619],[9032,7570],[8936,7519],[8857,7498],[8812,7468],[8814,7503],[8840,7506],[8858,7554],[8843,7544],[8846,7608],[8759,7635],[8695,7656],[8673,7663],[8673,7663]]]}},{"type":"Feature","id":"US.ID","properties":{"labelrank":"0","hasc":"US.ID","woeid":"2347571","statefips":"16","fips":"US16","postalcode":"ID","name":"Idaho","country":"United States of America","region":"West","longitude":"-114.133","woename":"Idaho","latitude":"43.7825","woelabel":"Idaho, US, United States","type":"State","code":"us-id"},"geometry":{"type":"Polygon","coordinates":[[[926,9593],[1093,9555],[1036,9301],[1076,9210],[1061,9142],[1117,9085],[1172,8979],[1170,8959],[1219,8896],[1258,8897],[1253,8859],[1219,8796],[1204,8727],[1211,8698],[1177,8675],[1167,8620],[1200,8590],[1278,8630],[1303,8596],[1303,8522],[1338,8434],[1326,8419],[1347,8377],[1374,8375],[1391,8331],[1392,8280],[1415,8254],[1451,8281],[1508,8261],[1536,8282],[1614,8258],[1671,8261],[1686,8296],[1713,8295],[1750,8226],[1677,7785],[1643,7585],[1393,7629],[1073,7690],[897,7727],[510,7813],[616,8265],[662,8361],[615,8403],[624,8450],[718,8545],[776,8646],[823,8698],[821,8744],[785,8775],[774,8822],[779,8870],[767,8925],[926,9593]]]}},{"type":"Feature","id":"US.SD","properties":{"labelrank":"0","hasc":"US.SD","woeid":"2347600","statefips":"46","fips":"US46","postalcode":"SD","name":"South Dakota","country":"United States of America","region":"Midwest","longitude":"-100.255","woename":"South Dakota","latitude":"44.4711","woelabel":"South Dakota, US, United States","type":"State","code":"us-sd"},"geometry":{"type":"Polygon","coordinates":[[[3010,7672],[3019,7770],[3056,8191],[3059,8191],[3080,8436],[4231,8374],[4444,8372],[4429,8325],[4387,8283],[4419,8232],[4462,8203],[4459,7735],[4433,7734],[4438,7663],[4459,7636],[4423,7540],[4453,7479],[4409,7521],[4330,7551],[4297,7577],[4194,7574],[4148,7558],[4071,7611],[3010,7672]]]}},{"type":"Feature","id":"US.CT","properties":{"labelrank":"0","hasc":"US.CT","woeid":"2347565","statefips":"9","fips":"US09","postalcode":"CT","name":"Connecticut","country":"United States of America","region":"Northeast","longitude":"-72.7594","woename":"Connecticut","latitude":"41.6486","woelabel":"Connecticut, US, United States","type":"State","code":"us-ct"},"geometry":{"type":"Polygon","coordinates":[[[9216,7790],[9204,7796],[9095,7743],[9023,7721],[8972,7689],[8896,7623],[8874,7645],[8912,7685],[8896,7702],[8860,7896],[8997,7925],[9177,7968],[9212,7845],[9216,7790]]]}},{"type":"Feature","id":"US.NH","properties":{"labelrank":"0","hasc":"US.NH","woeid":"2347588","statefips":"33","fips":"US33","postalcode":"NH","name":"New Hampshire","country":"United States of America","region":"Northeast","longitude":"-71.6301","woename":"New Hampshire","latitude":"43.5993","woelabel":"New Hampshire, US, United States","type":"State","code":"us-nh"},"geometry":{"type":"Polygon","coordinates":[[[9298,8291],[9306,8288],[9300,8236],[9242,8201],[9222,8166],[9005,8115],[9005,8115],[8979,8148],[8979,8261],[8964,8320],[8981,8392],[8986,8490],[8978,8526],[9033,8585],[9045,8629],[9020,8661],[9024,8736],[9036,8814],[9079,8830],[9225,8399],[9235,8354],[9298,8291]]]}},{"type":"Feature","id":"US.KY","properties":{"labelrank":"0","hasc":"US.KY","woeid":"2347576","statefips":"21","fips":"US21","postalcode":"KY","name":"Kentucky","country":"United States of America","region":"South","longitude":"-85.5729","woename":"Kentucky","latitude":"37.3994","woelabel":"Kentucky, US, United States","type":"State","code":"us-ky"},"geometry":{"type":"MultiPolygon","coordinates":[[[[5893,5966],[5890,5980],[5907,5967],[5893,5966]]],[[[5921,5968],[5932,6005],[5956,5988],[5976,6033],[5975,6097],[5962,6117],[5987,6157],[6015,6162],[6105,6131],[6102,6218],[6171,6241],[6159,6283],[6179,6328],[6209,6363],[6269,6350],[6303,6376],[6359,6356],[6426,6401],[6444,6379],[6485,6390],[6485,6413],[6531,6450],[6583,6411],[6608,6438],[6622,6498],[6652,6507],[6657,6540],[6693,6572],[6682,6619],[6737,6617],[6808,6651],[6792,6683],[6797,6730],[6873,6741],[6900,6725],[6933,6672],[7001,6669],[7036,6641],[7069,6664],[7119,6643],[7198,6692],[7216,6653],[7270,6617],[7270,6617],[7270,6617],[7272,6548],[7358,6439],[7431,6411],[7363,6332],[7309,6294],[7268,6217],[7221,6173],[7116,6120],[7104,6113],[6814,6086],[6751,6077],[6516,6061],[6250,6032],[6200,6040],[6210,5991],[5921,5968]]],[[[7270,6617],[7271,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]]}},{"type":"Feature","id":"US.OH","properties":{"labelrank":"0","hasc":"US.OH","woeid":"2347594","statefips":"39","fips":"US39","postalcode":"OH","name":"Ohio","country":"United States of America","region":"Midwest","longitude":"-82.67189999999999","woename":"Ohio","latitude":"40.0924","woelabel":"Ohio, US, United States","type":"State","code":"us-oh"},"geometry":{"type":"Polygon","coordinates":[[[6718,7400],[6815,7415],[6976,7443],[7095,7408],[7082,7394],[7173,7383],[7258,7426],[7329,7440],[7383,7503],[7530,7595],[7589,7253],[7561,7233],[7587,7158],[7558,7018],[7564,6981],[7504,6911],[7454,6903],[7419,6863],[7399,6809],[7416,6775],[7391,6755],[7354,6783],[7333,6723],[7346,6679],[7321,6631],[7271,6617],[7270,6617],[7216,6653],[7198,6692],[7119,6643],[7069,6664],[7036,6641],[7001,6669],[6933,6672],[6900,6725],[6873,6741],[6797,6730],[6732,7296],[6718,7400]]]}},{"type":"Feature","id":"US.TN","properties":{"labelrank":"0","hasc":"US.TN","woeid":"2347601","statefips":"47","fips":"US47","postalcode":"TN","name":"Tennessee","country":"United States of America","region":"South","longitude":"-86.3415","woename":"Tennessee","latitude":"35.7514","woelabel":"Tennessee, US, United States","type":"State","code":"us-tn"},"geometry":{"type":"Polygon","coordinates":[[[6215,5600],[6122,5592],[5762,5567],[5802,5602],[5798,5670],[5835,5714],[5827,5763],[5871,5791],[5868,5834],[5888,5872],[5869,5898],[5901,5936],[5893,5966],[5907,5967],[5911,5955],[5921,5968],[6210,5991],[6200,6040],[6250,6032],[6516,6061],[6751,6077],[6814,6086],[7104,6113],[7116,6120],[7472,6170],[7532,6183],[7523,6123],[7490,6093],[7464,6038],[7437,6050],[7365,5989],[7352,6010],[7298,5973],[7269,5928],[7188,5859],[7131,5847],[7085,5807],[7073,5762],[7038,5756],[7034,5685],[6918,5671],[6762,5652],[6213,5603],[6215,5600]]]}},{"type":"Feature","id":"US.WV","properties":{"labelrank":"0","hasc":"US.WV","woeid":"2347607","statefips":"54","fips":"US54","postalcode":"WV","name":"West Virginia","country":"United States of America","region":"South","longitude":"-80.7128","woename":"West Virginia","latitude":"38.6422","woelabel":"West Virginia, US, United States","type":"State","code":"us-wv"},"geometry":{"type":"Polygon","coordinates":[[[7270,6617],[7271,6617],[7321,6631],[7346,6679],[7333,6723],[7354,6783],[7391,6755],[7416,6775],[7399,6809],[7419,6863],[7454,6903],[7504,6911],[7564,6981],[7558,7018],[7587,7158],[7561,7233],[7589,7253],[7630,7017],[7835,7053],[7857,6922],[7928,7007],[7949,7003],[7977,7057],[8000,7038],[8043,7043],[8046,7067],[8101,7099],[8162,7087],[8198,7020],[8188,6969],[8076,7028],[8072,6952],[8048,6900],[7998,6837],[7974,6848],[7932,6729],[7857,6759],[7840,6674],[7767,6505],[7773,6459],[7690,6412],[7664,6419],[7649,6382],[7595,6360],[7567,6378],[7530,6341],[7470,6351],[7431,6411],[7358,6439],[7272,6548],[7270,6617],[7270,6617],[7270,6617],[7270,6617],[7270,6617]]]}},{"type":"Feature","id":"US.DC","properties":{"labelrank":"9","hasc":"US.DC","woeid":"2347567","statefips":"11","fips":"US11","postalcode":"DC","name":"District of Columbia","country":"United States of America","region":"South","longitude":"-77.01130000000001","woename":"District of Columbia","latitude":"38.8922","woelabel":"District of Columbia, US, United States","type":"Federal District","code":"us-dc"},"geometry":{"type":"Polygon","coordinates":[[[8367,6916],[8366,6929],[8353,6939],[8347,6939],[8341,6945],[8385,6943],[8367,6916]]]}},{"type":"Feature","id":"US.LA","properties":{"labelrank":"0","hasc":"US.LA","woeid":"2347577","statefips":"22","fips":"US22","postalcode":"LA","name":"Louisiana","country":"United States of America","region":"South","longitude":"-91.9991","woename":"Louisiana","latitude":"30.5274","woelabel":"Louisiana, US, United States","type":"State","code":"us-la"},"geometry":{"type":"Polygon","coordinates":[[[6017,4328],[5915,4340],[5856,4368],[5812,4302],[5834,4283],[5904,4280],[5937,4313],[5992,4313],[5957,4259],[6001,4245],[6035,4298],[6067,4259],[5982,4181],[6027,4123],[6107,4114],[6148,4081],[6125,4035],[6070,4042],[6042,4077],[5966,4094],[5980,4115],[5902,4141],[5913,4064],[5876,4028],[5860,4066],[5811,4082],[5780,4036],[5724,4031],[5620,4068],[5631,4121],[5569,4128],[5532,4184],[5493,4173],[5494,4203],[5430,4175],[5437,4145],[5478,4154],[5526,4139],[5500,4112],[5431,4136],[5399,4121],[5305,4135],[5186,4176],[5128,4173],[5042,4153],[5047,4228],[5065,4253],[5059,4380],[5093,4447],[5105,4506],[5031,4646],[5033,4679],[4980,4752],[4975,5016],[5563,5038],[5605,5041],[5627,5018],[5611,4977],[5629,4895],[5670,4868],[5636,4781],[5584,4738],[5565,4662],[5545,4642],[5545,4585],[5522,4581],[5540,4526],[5523,4510],[5955,4536],[5936,4451],[6017,4328]]]}},{"type":"Feature","id":"US.FL","properties":{"labelrank":"0","hasc":"US.FL","woeid":"2347568","statefips":"12","fips":"US12","postalcode":"FL","name":"Florida","country":"United States of America","region":"South","longitude":"-81.6228","woename":"Florida","latitude":"28.1568","woelabel":"Florida, US, United States","type":"State","code":"us-fl"},"geometry":{"type":"Polygon","coordinates":[[[6487,4443],[6487,4486],[6431,4541],[6436,4574],[7015,4637],[7055,4568],[7649,4609],[7670,4559],[7699,4566],[7687,4660],[7713,4686],[7808,4673],[7822,4672],[7849,4570],[7908,4430],[8008,4269],[8125,4130],[8113,4109],[8144,4012],[8198,3936],[8297,3758],[8321,3651],[8331,3476],[8302,3361],[8313,3273],[8270,3209],[8291,3273],[8273,3290],[8230,3255],[8194,3260],[8141,3234],[8115,3258],[8115,3303],[8070,3379],[7979,3429],[7953,3420],[7907,3543],[7846,3536],[7839,3654],[7796,3674],[7819,3634],[7779,3640],[7675,3779],[7722,3884],[7712,3915],[7671,3899],[7670,3851],[7622,3872],[7618,3966],[7635,4045],[7626,4157],[7576,4229],[7525,4222],[7473,4277],[7425,4302],[7349,4395],[7265,4433],[7186,4403],[7198,4370],[7162,4370],[7148,4336],[7067,4277],[6979,4284],[6986,4316],[6958,4349],[6892,4391],[6798,4429],[6694,4444],[6468,4388],[6505,4431],[6487,4443]]]}},{"type":"Feature","id":"US.GA","properties":{"labelrank":"0","hasc":"US.GA","woeid":"2347569","statefips":"13","fips":"US13","postalcode":"GA","name":"Georgia","country":"United States of America","region":"South","longitude":"-83.4078","woename":"Georgia","latitude":"32.8547","woelabel":"Georgia, US, United States","type":"State","code":"us-ga"},"geometry":{"type":"Polygon","coordinates":[[[7713,4686],[7687,4660],[7699,4566],[7670,4559],[7649,4609],[7055,4568],[7015,4637],[6983,4704],[6990,4774],[6958,4846],[6970,4930],[6998,4970],[6947,5053],[6912,5135],[6762,5652],[6918,5671],[7034,5685],[7210,5711],[7290,5724],[7249,5641],[7323,5596],[7364,5593],[7401,5526],[7444,5475],[7523,5430],[7538,5402],[7600,5369],[7606,5340],[7651,5293],[7708,5272],[7750,5169],[7800,5140],[7844,5042],[7887,5035],[7901,5029],[7811,4893],[7836,4826],[7798,4798],[7817,4730],[7808,4673],[7713,4686]]]}},{"type":"Feature","id":"US.SC","properties":{"labelrank":"0","hasc":"US.SC","woeid":"2347599","statefips":"45","fips":"US45","postalcode":"SC","name":"South Carolina","country":"United States of America","region":"South","longitude":"-80.6471","woename":"South Carolina","latitude":"33.8578","woelabel":"South Carolina, US, United States","type":"State","code":"us-sc"},"geometry":{"type":"Polygon","coordinates":[[[8302,5600],[8236,5523],[8205,5458],[8206,5396],[8173,5348],[8140,5346],[8131,5311],[8056,5219],[7989,5173],[7913,5166],[7971,5149],[7887,5035],[7844,5042],[7800,5140],[7750,5169],[7708,5272],[7651,5293],[7606,5340],[7600,5369],[7538,5402],[7523,5430],[7444,5475],[7401,5526],[7364,5593],[7323,5596],[7249,5641],[7290,5724],[7457,5802],[7714,5830],[7782,5790],[7791,5756],[8029,5790],[8302,5600]]]}},{"type":"Feature","id":"US.MN","properties":{"labelrank":"0","hasc":"US.MN","woeid":"2347582","statefips":"27","fips":"US27","postalcode":"MN","name":"Minnesota","country":"United States of America","region":"Midwest","longitude":"-93.364","woename":"Minnesota","latitude":"46.0592","woelabel":"Minnesota, US, United States","type":"State","code":"us-mn"},"geometry":{"type":"Polygon","coordinates":[[[4333,9174],[4688,9173],[4690,9272],[4748,9253],[4770,9125],[4791,9104],[4854,9085],[4916,9083],[4938,9052],[4984,9060],[5024,9084],[5073,9082],[5132,9063],[5181,8985],[5194,9006],[5240,9014],[5304,8955],[5351,8941],[5438,8996],[5463,8964],[5570,8974],[5607,8949],[5668,8950],[5592,8895],[5514,8864],[5432,8802],[5349,8700],[5245,8603],[5214,8573],[5220,8422],[5147,8375],[5116,8322],[5117,8285],[5158,8253],[5144,8214],[5146,8117],[5136,8072],[5181,8035],[5217,8029],[5273,7994],[5360,7903],[5405,7892],[5431,7866],[5445,7758],[5137,7745],[4459,7735],[4462,8203],[4419,8232],[4387,8283],[4429,8325],[4444,8372],[4436,8472],[4402,8555],[4409,8628],[4397,8650],[4394,8777],[4347,8957],[4343,9053],[4353,9083],[4333,9174]]]}},{"type":"Feature","id":"US.MT","properties":{"labelrank":"0","hasc":"US.MT","woeid":"2347585","statefips":"30","fips":"US30","postalcode":"MT","name":"Montana","country":"United States of America","region":"West","longitude":"-110.044","woename":"Montana","latitude":"46.9965","woelabel":"Montana, US, United States","type":"State","code":"us-mt"},"geometry":{"type":"Polygon","coordinates":[[[1093,9555],[1689,9433],[3150,9234],[3084,8486],[3080,8436],[3059,8191],[3056,8191],[1772,8355],[1750,8226],[1713,8295],[1686,8296],[1671,8261],[1614,8258],[1536,8282],[1508,8261],[1451,8281],[1415,8254],[1392,8280],[1391,8331],[1374,8375],[1347,8377],[1326,8419],[1338,8434],[1303,8522],[1303,8596],[1278,8630],[1200,8590],[1167,8620],[1177,8675],[1211,8698],[1204,8727],[1219,8796],[1253,8859],[1258,8897],[1219,8896],[1170,8959],[1172,8979],[1117,9085],[1061,9142],[1076,9210],[1036,9301],[1093,9555]]]}},{"type":"Feature","id":"US.ND","properties":{"labelrank":"0","hasc":"US.ND","woeid":"2347593","statefips":"38","fips":"US38","postalcode":"ND","name":"North Dakota","country":"United States of America","region":"Midwest","longitude":"-100.302","woename":"North Dakota","latitude":"47.4675","woelabel":"North Dakota, US, United States","type":"State","code":"us-nd"},"geometry":{"type":"Polygon","coordinates":[[[3080,8436],[3084,8486],[3150,9234],[3468,9209],[4333,9174],[4353,9083],[4343,9053],[4347,8957],[4394,8777],[4397,8650],[4409,8628],[4402,8555],[4436,8472],[4444,8372],[4231,8374],[3080,8436]]]}},{"type":"Feature","id":"US.AZ","properties":{"labelrank":"0","hasc":"US.AZ","woeid":"2347561","statefips":"4","fips":"US04","postalcode":"AZ","name":"Arizona","country":"United States of America","region":"West","longitude":"-111.935","woename":"Arizona","latitude":"34.3046","woelabel":"Arizona, US, United States","type":"State","code":"us-az"},"geometry":{"type":"Polygon","coordinates":[[[1630,4782],[1196,4850],[1092,4906],[418,5307],[451,5357],[492,5355],[519,5416],[476,5452],[489,5536],[510,5537],[555,5605],[559,5661],[598,5702],[660,5730],[620,5788],[593,5936],[614,5982],[611,6068],[631,6159],[631,6217],[669,6227],[752,6180],[777,6221],[818,6420],[1488,6297],[1841,6242],[1736,5514],[1630,4782]]]}},{"type":"Feature","id":"US.UT","properties":{"labelrank":"0","hasc":"US.UT","woeid":"2347603","statefips":"49","fips":"US49","postalcode":"UT","name":"Utah","country":"United States of America","region":"West","longitude":"-111.544","woename":"Utah","latitude":"39.5007","woelabel":"Utah, US, United States","type":"State","code":"us-ut"},"geometry":{"type":"Polygon","coordinates":[[[1841,6242],[1488,6297],[818,6420],[929,6975],[1073,7690],[1393,7629],[1643,7585],[1600,7329],[1990,7269],[1966,7108],[1841,6242]]]}},{"type":"Feature","id":"US.HI","properties":{"labelrank":"0","hasc":"US.HI","woeid":"2347570","statefips":"15","fips":"US15","postalcode":"HI","name":"Hawaii","country":"United States of America","region":"West","longitude":"-157.999","woename":"Hawaii","latitude":"21.4919","woelabel":"Hawaii, US, United States","type":"State","code":"us-hi"},"geometry":{"type":"MultiPolygon","coordinates":[[[[2871.1,2945.9],[2875.2,2942.7],[2879.9,2943.9],[2887,2943.5],[2908.4,2936],[2926.2,2927],[2959.3,2906.2],[2969.8,2895.8],[2975.6,2888.1],[2975.6,2868.8],[2976.2,2860.2],[2981.8,2860.4],[2989.5,2864.1],[2995.3,2860.2],[2998,2855.8],[2997.4,2846.7],[3000.1,2841.1],[3003.5,2836],[3013.7,2826.7],[3024.4,2822.1],[3028.7,2818.5],[3031,2814.1],[3030.4,2808.4],[3019,2794.3],[3010.1,2790.9],[2997.5,2778.6],[2988.9,2776],[2988.6,2773.6],[2981.4,2771.8],[2975.3,2767.2],[2953.3,2760.6],[2944.8,2762.6],[2939.9,2762.7],[2935.5,2761.3],[2924.6,2753.9],[2920.9,2749.4],[2913.7,2747.3],[2906.4,2742.2],[2896.2,2736.4],[2893.2,2735.4],[2884.5,2727],[2883,2723.6],[2883.3,2715.9],[2873.3,2705.7],[2870.1,2696.8],[2867.2,2693.6],[2858.8,2686.4],[2857,2687.4],[2857.1,2692],[2852.9,2695.4],[2844.7,2699.6],[2830,2708.8],[2817.8,2712.1],[2815.1,2719.8],[2812.5,2720.6],[2810.9,2726.2],[2809.3,2735.1],[2811.5,2745.8],[2816,2776.4],[2815.6,2781.7],[2812.9,2786.6],[2805.6,2807.3],[2801.6,2814.3],[2802.1,2818.9],[2799.7,2823.2],[2796.3,2833.9],[2792.8,2839.1],[2789.8,2841.4],[2785.4,2846.6],[2780.6,2859.9],[2784.8,2870.8],[2795.1,2879.5],[2796.2,2883.5],[2799,2885.8],[2807.4,2888.9],[2813.4,2898.4],[2817.9,2906.3],[2822.3,2911.4],[2825.4,2911.5],[2827.7,2920.9],[2826.3,2924.9],[2822.9,2928.1],[2815.9,2938.7],[2813,2947.9],[2812.4,2962.2],[2816.2,2969.6],[2818.8,2972],[2826,2972],[2844.7,2968],[2850,2958],[2857.7,2955],[2862.8,2952.2],[2866.3,2948],[2871.1,2945.9]]],[[[2685.2,3028],[2683.1,3024.1],[2677.4,3024.1],[2672.1,3025],[2662.7,3023],[2656.2,3022.3],[2651.9,3026.6],[2654.3,3029.7],[2658.6,3033.4],[2670.2,3040.4],[2675.5,3042.3],[2679.6,3041.9],[2684.7,3036.2],[2682.1,3030],[2685.2,3028]]],[[[2609.3,3070.6],[2599.6,3070.1],[2595.6,3075.8],[2594.6,3080.7],[2594.3,3089.5],[2593.6,3094],[2590.2,3096],[2581.9,3099.3],[2579.4,3103.3],[2581,3107.7],[2585.7,3110.1],[2594,3111.1],[2613.5,3108.3],[2622.3,3100.4],[2628.7,3093.1],[2631.3,3086.9],[2630,3083.4],[2625.7,3076.7],[2616.7,3072.6],[2609.3,3070.6]]],[[[2673.9,3132.2],[2675.6,3130.2],[2683.4,3127.1],[2684.3,3124.4],[2686.7,3123.7],[2687.2,3118.4],[2690,3115.9],[2695.5,3106.3],[2699,3106.6],[2701.3,3109.2],[2705.1,3109.1],[2716.1,3110.5],[2722.5,3115.1],[2725.7,3116.2],[2732.1,3116.5],[2743.2,3114.2],[2746.4,3112.2],[2747.4,3109.8],[2752.3,3104.5],[2758.6,3099.6],[2758.8,3097.7],[2762.9,3098.7],[2765.5,3096.6],[2767.9,3092.2],[2774.8,3091.2],[2781.6,3088],[2791.4,3084.8],[2795.9,3075.7],[2794.9,3067.4],[2791.3,3060.7],[2786.3,3059.3],[2782.2,3053.3],[2776.8,3053.2],[2766,3047.7],[2754.9,3048.2],[2751.2,3048],[2731.5,3038.5],[2721.5,3040.8],[2718.9,3040.1],[2710.5,3039.7],[2704.9,3044.9],[2701.6,3049.9],[2703.3,3051.3],[2703.4,3055.1],[2701.8,3068.9],[2700.2,3072.7],[2700.3,3077],[2699,3080.5],[2694.8,3083.7],[2688.7,3082.3],[2687.7,3079.4],[2685.2,3078.9],[2679.4,3082.6],[2675,3083.4],[2670.7,3086.1],[2667.9,3085.8],[2660.5,3094.3],[2655,3101.5],[2654.7,3106.1],[2652.7,3108.6],[2654.7,3118.8],[2656.5,3123.8],[2658.6,3127.1],[2661.1,3127.3],[2664.7,3132],[2668.7,3131.6],[2672.3,3133.2],[2673.9,3132.2]]],[[[2542.4,3172.8],[2550.3,3172.5],[2552.8,3171.9],[2554.4,3169.4],[2557.4,3169.4],[2586.4,3165],[2594.1,3164.7],[2596.9,3170.6],[2598.9,3171.1],[2601.5,3167.6],[2602.5,3163.6],[2612.6,3161],[2622.6,3161.3],[2627,3161.9],[2631.9,3163.6],[2637.2,3163.5],[2642.1,3162.2],[2644.1,3162.6],[2646.1,3160.1],[2650.7,3159.2],[2646.9,3152.3],[2640.8,3146.4],[2633.3,3142.2],[2625.8,3139.1],[2618.1,3137.5],[2610.3,3138.3],[2602.5,3139.8],[2587.1,3143.9],[2577.6,3147.2],[2554.7,3145.6],[2547.6,3144.5],[2537.6,3144.7],[2533.7,3146.2],[2531.4,3149.3],[2531.3,3153.2],[2535.1,3159.1],[2538.7,3160.4],[2541.9,3164.2],[2542.9,3168.2],[2540.2,3172.9],[2542.4,3172.8]]],[[[2414.1,3252.1],[2415.3,3248.5],[2417.5,3247.3],[2418.6,3243.6],[2422.1,3243.3],[2425.5,3238.6],[2425.5,3233.8],[2422.8,3232.6],[2424.3,3223.3],[2428.6,3221.7],[2432,3216.6],[2435,3215.5],[2437.4,3213.2],[2440.6,3217.4],[2437.6,3219.4],[2437.9,3221.8],[2440.1,3222.8],[2448,3221.2],[2445.1,3218.3],[2444.8,3211.6],[2448.1,3209.6],[2451.4,3205.2],[2450.5,3202.8],[2453.3,3197.1],[2461.8,3192],[2463,3190.8],[2453.8,3181.6],[2451.7,3180.9],[2451.1,3184.2],[2449.4,3185.6],[2439.8,3183.8],[2433.5,3180],[2429,3180.6],[2426.4,3184.7],[2416.6,3189.1],[2413.7,3194.2],[2413.7,3196.2],[2409.6,3193],[2411.6,3190.7],[2403.3,3190.2],[2404.6,3191.8],[2399.9,3193],[2399.1,3199.7],[2405.5,3202.8],[2406.3,3204.6],[2400.6,3208.2],[2398.9,3204.7],[2394.5,3208.7],[2395.9,3202.7],[2394.8,3202],[2388.7,3207.1],[2390.1,3203.7],[2397.6,3196.7],[2396.6,3193.5],[2393,3192],[2373.9,3188.4],[2369.7,3190.8],[2368,3197.9],[2365.9,3203.5],[2361.4,3209.6],[2357.7,3211.5],[2356.8,3217.1],[2355.5,3220.1],[2349.9,3224.5],[2347.5,3228.2],[2347.2,3238.6],[2345.9,3240.5],[2337.4,3247.6],[2345.9,3249.6],[2354.3,3250],[2368.8,3249.7],[2370.5,3253.5],[2374.1,3255.5],[2379.9,3260.1],[2379.6,3261.3],[2382.9,3267.5],[2390.2,3273.8],[2396.5,3275.6],[2400.5,3274.5],[2406.2,3268.8],[2409.8,3262],[2408.9,3258.2],[2414.1,3252.1]]],[[[1955.8,3294.7],[1953.2,3293.9],[1948.4,3296.6],[1946,3304.1],[1946.6,3308.8],[1948.8,3313.7],[1956.7,3321.5],[1963,3326.1],[1971.1,3330.6],[1973.3,3335.9],[1973.1,3339.8],[1976.7,3341.3],[1980.1,3341.2],[1983.8,3339.7],[1985.5,3336],[1981.3,3331.1],[1979.8,3326.6],[1981.2,3321],[1978.5,3317.4],[1972.1,3314.3],[1968.3,3313.2],[1961.2,3308.2],[1959.7,3305],[1955.8,3294.7]]],[[[2117.8,3386.1],[2120.7,3384.6],[2123.8,3384.8],[2127.6,3382.7],[2129.1,3379.5],[2132.9,3376.7],[2134.9,3369.7],[2136.6,3368.7],[2136.1,3360.5],[2134.2,3358],[2131.3,3350.1],[2128.4,3348.5],[2128,3342.6],[2128.8,3334.9],[2128,3329.3],[2123,3328.3],[2125.2,3324.9],[2121.7,3323.7],[2118.3,3320.9],[2116.9,3318.4],[2109.4,3313],[2107.3,3310.8],[2098.5,3314],[2089,3314.5],[2078.6,3316.4],[2076.9,3318],[2074,3315.9],[2073.1,3317.6],[2068.2,3320.6],[2065.1,3326.1],[2062.8,3326.7],[2060,3329.4],[2056.1,3330],[2050.6,3332.5],[2043.4,3334.4],[2041.2,3340.1],[2038.1,3343],[2038.3,3352.8],[2040.3,3353.5],[2048.5,3363],[2049.2,3368.3],[2052.4,3371.8],[2062.1,3374.2],[2067.8,3377.5],[2071.4,3380.6],[2076.1,3382.7],[2077.8,3384.8],[2086,3386.8],[2088.1,3384.2],[2095.7,3382.1],[2095.7,3385.2],[2099.3,3386.6],[2107.5,3385.9],[2111.6,3384.7],[2115.5,3387.5],[2117.8,3386.1]]]]}},{"type":"Feature","id":"US.AK","properties":{"labelrank":"0","hasc":"US.AK","woeid":"2347560","statefips":"2","fips":"US02","postalcode":"AK","name":"Alaska","country":"United States of America","region":"West","longitude":"-151.604","woename":"Alaska","latitude":"65.3609","woelabel":"Alaska, US, United States","type":"State","code":"us-ak"},"geometry":{"type":"MultiPolygon","coordinates":[[[[322,4275],[321,4280],[339,4292],[360,4283],[392,4281],[424,4297],[443,4318],[478,4297],[476,4285],[459,4279],[461,4263],[472,4263],[490,4288],[507,4272],[503,4256],[519,4248],[528,4258],[548,4257],[582,4240],[564,4217],[594,4212],[584,4202],[611,4198],[655,4200],[684,4194],[704,4174],[712,4178],[723,4165],[746,4156],[788,4155],[808,4136],[832,4134],[851,4144],[877,4147],[901,4136],[913,4120],[929,4117],[943,4100],[957,4101],[989,3159],[1039,3148],[1057,3163],[1084,3166],[1081,3138],[1107,3121],[1113,3108],[1167,3060],[1180,3028],[1208,3055],[1220,3056],[1229,3102],[1271,3127],[1297,3104],[1295,3091],[1335,3059],[1347,3039],[1367,3031],[1397,3002],[1477,2890],[1491,2875],[1490,2858],[1504,2853],[1511,2833],[1523,2836],[1613,2802],[1622,2783],[1617,2766],[1636,2722],[1622,2680],[1606,2663],[1592,2664],[1577,2702],[1585,2718],[1577,2755],[1555,2778],[1526,2764],[1520,2723],[1499,2746],[1510,2753],[1513,2796],[1473,2829],[1468,2844],[1424,2880],[1406,2878],[1414,2903],[1397,2917],[1390,2938],[1366,2963],[1364,2998],[1355,2976],[1348,2979],[1354,2974],[1334,2977],[1331,2984],[1344,2982],[1324,2991],[1283,3075],[1286,3041],[1310,2985],[1307,2971],[1288,2985],[1264,2982],[1266,2998],[1249,3031],[1245,3018],[1199,3046],[1202,3028],[1224,3026],[1254,2995],[1255,2977],[1229,2976],[1225,2963],[1169,2999],[1134,3041],[1085,3062],[1050,3083],[1069,3102],[1060,3119],[1025,3098],[969,3113],[977,3128],[953,3122],[899,3136],[842,3125],[826,3141],[792,3157],[802,3194],[788,3179],[783,3158],[761,3173],[742,3174],[759,3196],[727,3195],[706,3205],[716,3212],[705,3227],[679,3222],[658,3229],[636,3221],[637,3247],[620,3199],[631,3213],[642,3184],[628,3167],[614,3132],[576,3140],[552,3130],[545,3108],[537,3114],[509,3089],[521,3115],[493,3078],[478,3071],[455,3077],[433,3070],[426,3086],[455,3099],[483,3126],[457,3115],[438,3133],[464,3170],[478,3204],[473,3223],[491,3228],[524,3249],[543,3235],[554,3240],[588,3228],[544,3260],[549,3268],[527,3271],[524,3284],[490,3256],[469,3252],[424,3205],[428,3196],[407,3182],[408,3170],[377,3133],[343,3131],[339,3114],[317,3109],[309,3075],[334,3075],[352,3048],[305,3020],[308,3008],[287,2998],[271,2977],[246,2981],[222,2955],[212,2964],[200,2941],[186,2947],[152,2925],[163,2924],[146,2893],[133,2901],[107,2879],[96,2891],[89,2869],[73,2877],[24,2852],[40,2842],[7,2817],[-44,2808],[-61,2821],[-118,2794],[-130,2803],[-155,2792],[-167,2799],[-155,2816],[-167,2823],[-200,2781],[-223,2772],[-230,2808],[-252,2775],[-262,2795],[-286,2772],[-278,2800],[-223,2823],[-171,2853],[-115,2850],[-113,2838],[-84,2825],[-99,2845],[-80,2870],[-38,2892],[12,2907],[27,2896],[31,2922],[57,2946],[97,2964],[126,3051],[154,3072],[156,3089],[95,3074],[79,3099],[90,3123],[60,3099],[61,3072],[44,3066],[28,3121],[8,3111],[-6,3123],[-7,3147],[-37,3132],[-62,3132],[-69,3120],[-112,3131],[-85,3135],[-82,3162],[-87,3191],[-63,3208],[-76,3277],[-72,3305],[-89,3269],[-149,3267],[-172,3278],[-167,3295],[-184,3332],[-198,3342],[-212,3370],[-166,3383],[-134,3368],[-125,3345],[-109,3358],[-131,3376],[-161,3385],[-185,3401],[-173,3407],[-186,3433],[-191,3419],[-205,3460],[-194,3469],[-211,3484],[-189,3485],[-198,3504],[-175,3498],[-170,3526],[-130,3555],[-118,3553],[-108,3582],[-85,3606],[-61,3612],[-46,3602],[-34,3577],[-22,3576],[7,3591],[28,3609],[31,3600],[76,3594],[100,3613],[106,3664],[92,3688],[125,3701],[117,3734],[102,3721],[73,3725],[45,3711],[20,3709],[8,3729],[-28,3742],[-59,3740],[-101,3771],[-108,3789],[-98,3804],[-111,3837],[-95,3829],[-73,3837],[-119,3868],[-138,3897],[-124,3909],[-95,3914],[-87,3908],[-68,3921],[-2,3935],[36,3937],[67,3929],[47,3893],[52,3877],[111,3858],[119,3845],[140,3868],[162,3859],[147,3882],[128,3880],[135,3893],[119,3943],[132,3945],[139,3923],[133,3914],[145,3887],[163,3891],[175,3870],[196,3867],[201,3879],[179,3900],[152,3894],[142,3915],[154,3949],[129,3950],[86,3976],[89,4000],[86,4032],[55,4092],[40,4106],[27,4135],[45,4151],[57,4180],[76,4171],[124,4160],[156,4170],[182,4190],[189,4216],[201,4233],[224,4253],[229,4246],[253,4268],[256,4258],[287,4258],[317,4277],[322,4275]],[[322,4275],[323,4272],[323,4272],[323,4272],[311,4248],[326,4263],[323,4272],[323,4272],[323,4272],[324,4274],[322,4275]]],[[[-905,2721],[-922,2724],[-904,2733],[-898,2724],[-905,2721]]],[[[-739,2715],[-724,2712],[-729,2702],[-734,2709],[-739,2715]]],[[[-645,2693],[-651,2700],[-684,2693],[-643,2725],[-634,2718],[-623,2738],[-597,2740],[-595,2719],[-626,2714],[-645,2693]]],[[[-439,2748],[-458,2742],[-469,2755],[-457,2762],[-439,2748]]],[[[-268,2722],[-267,2733],[-255,2724],[-252,2715],[-268,2722]]],[[[-303,2804],[-293,2800],[-290,2768],[-309,2757],[-338,2767],[-359,2754],[-385,2761],[-386,2779],[-369,2783],[-354,2800],[-335,2796],[-303,2804]]],[[[-59,2737],[-58,2733],[-70,2740],[-62,2746],[-59,2737]]],[[[1485,2651],[1482,2635],[1455,2672],[1458,2688],[1473,2659],[1485,2651]]],[[[1568,2687],[1567,2665],[1547,2678],[1548,2705],[1568,2687]]],[[[-81,2759],[-83,2747],[-107,2735],[-88,2750],[-81,2759]]],[[[-100,2783],[-114,2781],[-119,2759],[-135,2762],[-131,2784],[-100,2783]]],[[[1530,2716],[1542,2706],[1538,2690],[1528,2711],[1530,2716]]],[[[1427,2708],[1429,2706],[1439,2711],[1430,2683],[1427,2708]]],[[[1439,2743],[1430,2731],[1420,2735],[1421,2742],[1439,2743]]],[[[1555,2775],[1573,2753],[1578,2721],[1569,2699],[1529,2721],[1537,2731],[1531,2760],[1555,2775]]],[[[1408,2747],[1414,2765],[1435,2776],[1437,2763],[1408,2747]]],[[[1480,2788],[1503,2783],[1494,2762],[1468,2778],[1475,2803],[1480,2788]]],[[[1467,2811],[1469,2795],[1445,2798],[1451,2810],[1467,2811]]],[[[1495,2807],[1510,2793],[1504,2784],[1485,2797],[1482,2819],[1495,2807]]],[[[253,2834],[251,2826],[235,2816],[239,2829],[253,2834]]],[[[276,2825],[279,2820],[259,2824],[263,2832],[276,2825]]],[[[1448,2845],[1470,2828],[1458,2816],[1449,2816],[1448,2845]]],[[[333,2880],[345,2878],[321,2864],[319,2872],[333,2880]]],[[[1295,2870],[1295,2846],[1283,2843],[1288,2862],[1295,2870]]],[[[1246,2943],[1241,2926],[1234,2942],[1237,2951],[1246,2943]]],[[[345,2973],[360,2960],[353,2961],[333,2971],[345,2973]]],[[[370,2989],[380,3007],[393,2992],[407,2995],[413,2978],[404,2970],[365,2959],[347,2974],[353,2990],[370,2989]]],[[[389,3006],[380,3014],[397,3021],[396,3012],[389,3006]]],[[[-42,3112],[-58,3105],[-53,3120],[-31,3126],[-42,3112]]],[[[643,3141],[641,3133],[628,3129],[639,3150],[643,3141]]],[[[683,3167],[692,3162],[662,3126],[639,3113],[651,3133],[678,3156],[683,3167]]],[[[-250,3366],[-233,3350],[-243,3328],[-239,3312],[-272,3312],[-294,3323],[-315,3350],[-321,3371],[-293,3362],[-286,3369],[-250,3366]]],[[[712,3177],[732,3173],[708,3154],[714,3166],[712,3177]]],[[[655,3184],[659,3177],[651,3159],[646,3171],[655,3184]]],[[[-553,3496],[-557,3490],[-570,3515],[-566,3524],[-553,3496]]],[[[735,3177],[725,3175],[725,3181],[752,3187],[735,3177]]],[[[-478,2741],[-509,2724],[-476,2727],[-492,2716],[-574,2704],[-597,2711],[-551,2713],[-526,2758],[-501,2752],[-507,2737],[-487,2749],[-478,2741]]],[[[1452,2689],[1461,2728],[1438,2724],[1443,2751],[1435,2778],[1419,2778],[1414,2794],[1439,2796],[1449,2769],[1468,2766],[1516,2700],[1532,2652],[1522,2641],[1495,2679],[1475,2669],[1476,2693],[1452,2689]]],[[[1292,2882],[1302,2902],[1330,2883],[1354,2825],[1358,2769],[1323,2816],[1325,2832],[1311,2830],[1320,2852],[1308,2856],[1308,2872],[1292,2882]]],[[[362,2955],[355,2938],[381,2954],[386,2936],[380,2918],[395,2917],[382,2900],[349,2913],[366,2899],[363,2889],[337,2894],[303,2868],[278,2838],[275,2849],[298,2883],[281,2883],[271,2862],[256,2873],[259,2892],[247,2904],[253,2919],[284,2939],[295,2933],[298,2909],[306,2934],[302,2950],[318,2956],[321,2936],[329,2963],[348,2946],[340,2965],[362,2955]]],[[[1277,2920],[1294,2891],[1278,2884],[1270,2906],[1243,2925],[1247,2941],[1271,2972],[1321,2953],[1323,2931],[1299,2928],[1309,2919],[1325,2926],[1333,2899],[1320,2896],[1277,2920]]],[[[1355,2884],[1341,2912],[1326,2962],[1314,2989],[1331,2969],[1358,2968],[1379,2937],[1376,2926],[1357,2961],[1361,2939],[1379,2919],[1383,2888],[1350,2853],[1347,2875],[1355,2884]]],[[[-347,3767],[-339,3759],[-322,3764],[-307,3758],[-307,3734],[-290,3713],[-256,3692],[-266,3681],[-286,3692],[-315,3679],[-313,3698],[-337,3738],[-353,3750],[-371,3746],[-381,3757],[-379,3773],[-362,3796],[-362,3776],[-347,3767]]],[[[1402,2834],[1394,2792],[1400,2779],[1385,2761],[1377,2790],[1389,2804],[1373,2811],[1364,2838],[1379,2842],[1395,2828],[1402,2835],[1401,2839],[1383,2863],[1396,2866],[1441,2858],[1445,2825],[1422,2845],[1441,2817],[1439,2809],[1410,2805],[1402,2834]]]]}}]},"data":[{"State":"Alabama","State: No Health Ins.":0.123032911377481,"Asian: No Health Ins.":0.159489955978343,"NHPI: No Health Ins.":0.206562894404712,"value":12.3032911377481,"na.omit":true,"value2":15.9489955978343,"value3":20.6562894404712,"STATE":1,"STUSAB":"AL","STATENS":1779775,"code":"AL"},{"State":"Alaska","State: No Health Ins.":0.171486047947581,"Asian: No Health Ins.":0.205778050971677,"NHPI: No Health Ins.":0.15534991324465,"value":17.1486047947581,"na.omit":true,"value2":20.5778050971677,"value3":15.534991324465,"STATE":2,"STUSAB":"AK","STATENS":1785533,"code":"AK"},{"State":"Arizona","State: No Health Ins.":0.140790959345124,"Asian: No Health Ins.":0.115581639238464,"NHPI: No Health Ins.":0.164944050568036,"value":14.0790959345124,"na.omit":true,"value2":11.5581639238464,"value3":16.4944050568036,"STATE":4,"STUSAB":"AZ","STATENS":1779777,"code":"AZ"},{"State":"Arkansas","State: No Health Ins.":0.137133746363839,"Asian: No Health Ins.":0.151086118092015,"NHPI: No Health Ins.":0.273278155483299,"value":13.7133746363839,"na.omit":true,"value2":15.1086118092015,"value3":27.3278155483299,"STATE":5,"STUSAB":"AR","STATENS":68085,"code":"AR"},{"State":"California","State: No Health Ins.":0.141273235987296,"Asian: No Health Ins.":0.10960667640685,"NHPI: No Health Ins.":0.147962845111234,"value":14.1273235987296,"na.omit":true,"value2":10.960667640685,"value3":14.7962845111234,"STATE":6,"STUSAB":"CA","STATENS":1779778,"code":"CA"},{"State":"Colorado","State: No Health Ins.":0.116916903756043,"Asian: No Health Ins.":0.12215061973815,"NHPI: No Health Ins.":0.144536652835408,"value":11.6916903756043,"na.omit":true,"value2":12.215061973815,"value3":14.4536652835408,"STATE":8,"STUSAB":"CO","STATENS":1779779,"code":"CO"},{"State":"Connecticut","State: No Health Ins.":0.0761535850770319,"Asian: No Health Ins.":0.0959801369908606,"NHPI: No Health Ins.":0.131469979296066,"value":7.61535850770319,"na.omit":true,"value2":9.59801369908606,"value3":13.1469979296066,"STATE":9,"STUSAB":"CT","STATENS":1779780,"code":"CT"},{"State":"Delaware","State: No Health Ins.":0.0789964333814439,"Asian: No Health Ins.":0.10305036228643,"NHPI: No Health Ins.":null,"value":7.89964333814439,"na.omit":true,"value2":10.305036228643,"value3":null,"STATE":10,"STUSAB":"DE","STATENS":1779781,"code":"DE"},{"State":"District of Columbia","State: No Health Ins.":0.0569563783163947,"Asian: No Health Ins.":0.0750211327134404,"NHPI: No Health Ins.":null,"value":5.69563783163947,"na.omit":true,"value2":7.50211327134404,"value3":null,"STATE":11,"STUSAB":"DC","STATENS":1702382,"code":"DC"},{"State":"Florida","State: No Health Ins.":0.171814380470902,"Asian: No Health Ins.":0.17987016830765,"NHPI: No Health Ins.":0.233961915326308,"value":17.1814380470902,"na.omit":true,"value2":17.987016830765,"value3":23.3961915326308,"STATE":12,"STUSAB":"FL","STATENS":294478,"code":"FL"},{"State":"Georgia","State: No Health Ins.":0.163493525667268,"Asian: No Health Ins.":0.192408190810297,"NHPI: No Health Ins.":0.169258508000902,"value":16.3493525667268,"na.omit":true,"value2":19.2408190810297,"value3":16.9258508000902,"STATE":13,"STUSAB":"GA","STATENS":1705317,"code":"GA"},{"State":"Hawaii","State: No Health Ins.":0.0568839427662957,"Asian: No Health Ins.":0.0481418177794904,"NHPI: No Health Ins.":0.0775798939629163,"value":5.68839427662957,"na.omit":true,"value2":4.81418177794904,"value3":7.75798939629163,"STATE":15,"STUSAB":"HI","STATENS":1779782,"code":"HI"},{"State":"Idaho","State: No Health Ins.":0.139235279078395,"Asian: No Health Ins.":0.135988118444259,"NHPI: No Health Ins.":0.193340494092374,"value":13.9235279078395,"na.omit":true,"value2":13.5988118444259,"value3":19.3340494092374,"STATE":16,"STUSAB":"ID","STATENS":1779783,"code":"ID"},{"State":"Illinois","State: No Health Ins.":0.107298012072262,"Asian: No Health Ins.":0.11651304716748,"NHPI: No Health Ins.":0.148660848630755,"value":10.7298012072262,"na.omit":true,"value2":11.651304716748,"value3":14.8660848630755,"STATE":17,"STUSAB":"IL","STATENS":1779784,"code":"IL"},{"State":"Indiana","State: No Health Ins.":0.121594895256798,"Asian: No Health Ins.":0.148400210671846,"NHPI: No Health Ins.":0.212954747116238,"value":12.1594895256798,"na.omit":true,"value2":14.8400210671846,"value3":21.2954747116238,"STATE":18,"STUSAB":"IN","STATENS":448508,"code":"IN"},{"State":"Iowa","State: No Health Ins.":0.0699457250926255,"Asian: No Health Ins.":0.10470020850908,"NHPI: No Health Ins.":0.218317358892439,"value":6.99457250926255,"na.omit":true,"value2":10.470020850908,"value3":21.8317358892439,"STATE":19,"STUSAB":"IA","STATENS":1779785,"code":"IA"},{"State":"Kansas","State: No Health Ins.":0.107091639989386,"Asian: No Health Ins.":0.120698633978288,"NHPI: No Health Ins.":0.186910006293266,"value":10.7091639989386,"na.omit":true,"value2":12.0698633978288,"value3":18.6910006293266,"STATE":20,"STUSAB":"KS","STATENS":481813,"code":"KS"},{"State":"Kentucky","State: No Health Ins.":0.109628225529296,"Asian: No Health Ins.":0.138632970394377,"NHPI: No Health Ins.":0.19016393442623,"value":10.9628225529296,"na.omit":true,"value2":13.8632970394377,"value3":19.016393442623,"STATE":21,"STUSAB":"KY","STATENS":1779786,"code":"KY"},{"State":"Louisiana","State: No Health Ins.":0.150162467974106,"Asian: No Health Ins.":0.218545614352558,"NHPI: No Health Ins.":0.215022935779817,"value":15.0162467974106,"na.omit":true,"value2":21.8545614352558,"value3":21.5022935779817,"STATE":22,"STUSAB":"LA","STATENS":1629543,"code":"LA"},{"State":"Maine","State: No Health Ins.":0.0963064258029972,"Asian: No Health Ins.":0.153402854006586,"NHPI: No Health Ins.":null,"value":9.63064258029972,"na.omit":true,"value2":15.3402854006586,"value3":null,"STATE":23,"STUSAB":"ME","STATENS":1779787,"code":"ME"},{"State":"Maryland","State: No Health Ins.":0.0863176221496474,"Asian: No Health Ins.":0.107997469600056,"NHPI: No Health Ins.":0.110299769408148,"value":8.63176221496474,"na.omit":true,"value2":10.7997469600056,"value3":11.0299769408148,"STATE":24,"STUSAB":"MD","STATENS":1714934,"code":"MD"},{"State":"Massachusetts","State: No Health Ins.":0.0345380224534112,"Asian: No Health Ins.":0.0364955831936138,"NHPI: No Health Ins.":0.0323565323565324,"value":3.45380224534112,"na.omit":true,"value2":3.64955831936138,"value3":3.23565323565324,"STATE":25,"STUSAB":"MA","STATENS":606926,"code":"MA"},{"State":"Michigan","State: No Health Ins.":0.0933782265969091,"Asian: No Health Ins.":0.0994509938390551,"NHPI: No Health Ins.":0.139444173573866,"value":9.33782265969091,"na.omit":true,"value2":9.94509938390551,"value3":13.9444173573866,"STATE":26,"STUSAB":"MI","STATENS":1779789,"code":"MI"},{"State":"Minnesota","State: No Health Ins.":0.0665803496863657,"Asian: No Health Ins.":0.0836240995961194,"NHPI: No Health Ins.":0.113897596656217,"value":6.65803496863657,"na.omit":true,"value2":8.36240995961194,"value3":11.3897596656217,"STATE":27,"STUSAB":"MN","STATENS":662849,"code":"MN"},{"State":"Mississippi","State: No Health Ins.":0.15239171446969,"Asian: No Health Ins.":0.222245845292513,"NHPI: No Health Ins.":null,"value":15.239171446969,"na.omit":true,"value2":22.2245845292513,"value3":null,"STATE":28,"STUSAB":"MS","STATENS":1779790,"code":"MS"},{"State":"Missouri","State: No Health Ins.":0.116905851192315,"Asian: No Health Ins.":0.141182572614108,"NHPI: No Health Ins.":0.257893838539,"value":11.6905851192315,"na.omit":true,"value2":14.1182572614108,"value3":25.7893838539,"STATE":29,"STUSAB":"MO","STATENS":1779791,"code":"MO"},{"State":"Montana","State: No Health Ins.":0.148086544110215,"Asian: No Health Ins.":0.179418407679277,"NHPI: No Health Ins.":0.173645320197044,"value":14.8086544110215,"na.omit":true,"value2":17.9418407679277,"value3":17.3645320197044,"STATE":30,"STUSAB":"MT","STATENS":767982,"code":"MT"},{"State":"Nebraska","State: No Health Ins.":0.0978774904477836,"Asian: No Health Ins.":0.102820986026892,"NHPI: No Health Ins.":0.215686274509804,"value":9.78774904477836,"na.omit":true,"value2":10.2820986026892,"value3":21.5686274509804,"STATE":31,"STUSAB":"NE","STATENS":1779792,"code":"NE"},{"State":"Nevada","State: No Health Ins.":0.172036400477621,"Asian: No Health Ins.":0.147471732713332,"NHPI: No Health Ins.":0.20784069695084,"value":17.2036400477621,"na.omit":true,"value2":14.7471732713332,"value3":20.784069695084,"STATE":32,"STUSAB":"NV","STATENS":1779793,"code":"NV"},{"State":"New Hampshire","State: No Health Ins.":0.0903260896966289,"Asian: No Health Ins.":0.115430068031556,"NHPI: No Health Ins.":null,"value":9.03260896966289,"na.omit":true,"value2":11.5430068031556,"value3":null,"STATE":33,"STUSAB":"NH","STATENS":1779794,"code":"NH"},{"State":"New Jersey","State: No Health Ins.":0.112218078704009,"Asian: No Health Ins.":0.116918495204135,"NHPI: No Health Ins.":0.126428308145964,"value":11.2218078704009,"na.omit":true,"value2":11.6918495204135,"value3":12.6428308145964,"STATE":34,"STUSAB":"NJ","STATENS":1779795,"code":"NJ"},{"State":"New Mexico","State: No Health Ins.":0.157131134184384,"Asian: No Health Ins.":0.126773520150019,"NHPI: No Health Ins.":0.133495145631068,"value":15.7131134184384,"na.omit":true,"value2":12.6773520150019,"value3":13.3495145631068,"STATE":35,"STUSAB":"NM","STATENS":897535,"code":"NM"},{"State":"New York","State: No Health Ins.":0.0939961322488806,"Asian: No Health Ins.":0.126957605857617,"NHPI: No Health Ins.":0.139740752450206,"value":9.39961322488806,"na.omit":true,"value2":12.6957605857617,"value3":13.9740752450206,"STATE":36,"STUSAB":"NY","STATENS":1779796,"code":"NY"},{"State":"North Carolina","State: No Health Ins.":0.13868700960433,"Asian: No Health Ins.":0.138565907476836,"NHPI: No Health Ins.":0.224641437705201,"value":13.868700960433,"na.omit":true,"value2":13.8565907476836,"value3":22.4641437705201,"STATE":37,"STUSAB":"NC","STATENS":1027616,"code":"NC"},{"State":"North Dakota","State: No Health Ins.":0.0853722248257486,"Asian: No Health Ins.":0.136177939173854,"NHPI: No Health Ins.":null,"value":8.53722248257486,"na.omit":true,"value2":13.6177939173854,"value3":null,"STATE":38,"STUSAB":"ND","STATENS":1779797,"code":"ND"},{"State":"Ohio","State: No Health Ins.":0.0932597216303892,"Asian: No Health Ins.":0.10241553513358,"NHPI: No Health Ins.":0.15819209039548,"value":9.32597216303892,"na.omit":true,"value2":10.241553513358,"value3":15.819209039548,"STATE":39,"STUSAB":"OH","STATENS":1085497,"code":"OH"},{"State":"Oklahoma","State: No Health Ins.":0.158420867715522,"Asian: No Health Ins.":0.149741474072767,"NHPI: No Health Ins.":0.256308100929615,"value":15.8420867715522,"na.omit":true,"value2":14.9741474072767,"value3":25.6308100929615,"STATE":40,"STUSAB":"OK","STATENS":1102857,"code":"OK"},{"State":"Oregon","State: No Health Ins.":0.118870090041174,"Asian: No Health Ins.":0.110450133976077,"NHPI: No Health Ins.":0.206092947851932,"value":11.8870090041174,"na.omit":true,"value2":11.0450133976077,"value3":20.6092947851932,"STATE":41,"STUSAB":"OR","STATENS":1155107,"code":"OR"},{"State":"Pennsylvania","State: No Health Ins.":0.0844755917413858,"Asian: No Health Ins.":0.126649818184606,"NHPI: No Health Ins.":0.08390451429922,"value":8.44755917413858,"na.omit":true,"value2":12.6649818184606,"value3":8.390451429922,"STATE":42,"STUSAB":"PA","STATENS":1779798,"code":"PA"},{"State":"Rhode Island","State: No Health Ins.":0.0896833119767229,"Asian: No Health Ins.":0.120689147400972,"NHPI: No Health Ins.":null,"value":8.96833119767229,"na.omit":true,"value2":12.0689147400972,"value3":null,"STATE":44,"STUSAB":"RI","STATENS":1219835,"code":"RI"},{"State":"South Carolina","State: No Health Ins.":0.139818048781322,"Asian: No Health Ins.":0.180165666084049,"NHPI: No Health Ins.":0.266775111834079,"value":13.9818048781322,"na.omit":true,"value2":18.0165666084049,"value3":26.6775111834079,"STATE":45,"STUSAB":"SC","STATENS":1779799,"code":"SC"},{"State":"South Dakota","State: No Health Ins.":0.105223947494022,"Asian: No Health Ins.":0.168336474556096,"NHPI: No Health Ins.":null,"value":10.5223947494022,"na.omit":true,"value2":16.8336474556096,"value3":null,"STATE":46,"STUSAB":"SD","STATENS":1785534,"code":"SD"},{"State":"Tennessee","State: No Health Ins.":0.123642287036781,"Asian: No Health Ins.":0.152613877743687,"NHPI: No Health Ins.":0.140493287542929,"value":12.3642287036781,"na.omit":true,"value2":15.2613877743687,"value3":14.0493287542929,"STATE":47,"STUSAB":"TN","STATENS":1325873,"code":"TN"},{"State":"Texas","State: No Health Ins.":0.193942499070789,"Asian: No Health Ins.":0.166905096984512,"NHPI: No Health Ins.":0.207290611890641,"value":19.3942499070789,"na.omit":true,"value2":16.6905096984512,"value3":20.7290611890641,"STATE":48,"STUSAB":"TX","STATENS":1779801,"code":"TX"},{"State":"Utah","State: No Health Ins.":0.12237310959656,"Asian: No Health Ins.":0.126639742024357,"NHPI: No Health Ins.":0.1794010959327,"value":12.237310959656,"na.omit":true,"value2":12.6639742024357,"value3":17.94010959327,"STATE":49,"STUSAB":"UT","STATENS":1455989,"code":"UT"},{"State":"Vermont","State: No Health Ins.":0.0566501788198054,"Asian: No Health Ins.":0.0738117001828154,"NHPI: No Health Ins.":null,"value":5.66501788198054,"na.omit":true,"value2":7.38117001828154,"value3":null,"STATE":50,"STUSAB":"VT","STATENS":1779802,"code":"VT"},{"State":"Virginia","State: No Health Ins.":0.109392960076031,"Asian: No Health Ins.":0.130837280066747,"NHPI: No Health Ins.":0.101467245298615,"value":10.9392960076031,"na.omit":true,"value2":13.0837280066747,"value3":10.1467245298615,"STATE":51,"STUSAB":"VA","STATENS":1779803,"code":"VA"},{"State":"Washington","State: No Health Ins.":0.11055693288446,"Asian: No Health Ins.":0.105488042355518,"NHPI: No Health Ins.":0.160121681415929,"value":11.055693288446,"na.omit":true,"value2":10.5488042355518,"value3":16.0121681415929,"STATE":53,"STUSAB":"WA","STATENS":1779804,"code":"WA"},{"State":"West Virginia","State: No Health Ins.":0.111558933274802,"Asian: No Health Ins.":0.132224625251697,"NHPI: No Health Ins.":null,"value":11.1558933274802,"na.omit":true,"value2":13.2224625251697,"value3":null,"STATE":54,"STUSAB":"WV","STATENS":1779805,"code":"WV"},{"State":"Wisconsin","State: No Health Ins.":0.0758317701248138,"Asian: No Health Ins.":0.104949609939727,"NHPI: No Health Ins.":0.149834437086093,"value":7.58317701248138,"na.omit":true,"value2":10.4949609939727,"value3":14.9834437086093,"STATE":55,"STUSAB":"WI","STATENS":1779806,"code":"WI"},{"State":"Wyoming","State: No Health Ins.":0.127915215416399,"Asian: No Health Ins.":0.104528950888592,"NHPI: No Health Ins.":null,"value":12.7915215416399,"na.omit":true,"value2":10.4528950888592,"value3":null,"STATE":56,"STUSAB":"WY","STATENS":1779807,"code":"WY"}],"joinBy":["postalcode","code"],"name":"Poverty"}],"colorAxis":{"min":0,"stops":[[0,"#440154"],[0.111111111111111,"#3C2060"],[0.222222222222222,"#34406C"],[0.333333333333333,"#2C6079"],[0.444444444444444,"#248085"],[0.555555555555556,"#399980"],[0.666666666666667,"#6AAD69"],[0.777777777777778,"#9BC052"],[0.888888888888889,"#CCD33B"],[1,"#FDE725"]],"labels":{"format":"{value}%"},"showInLegend":true},"legend":{"title":{"text":"Statewide Percentage","fontStyle":"italic"},"align":"center","verticalAlign":"bottom","layout":"horizontal","padding":5}},"theme":{"colors":["#FF2700","#008FD5","#77AB43","#636464","#C4C4C4"],"chart":{"backgroundColor":"#F0F0F0","plotBorderColor":"#606063","style":{"fontFamily":"Roboto","color":"#3C3C3C"}},"title":{"align":"left","style":{"fontWeight":"bold"}},"subtitle":{"align":"left"},"xAxis":{"gridLineWidth":1,"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"yAxis":{"gridLineColor":"#D7D7D8","labels":{"style":{"fontFamily":"Unica One, sans-serif","color":"#3C3C3C"}},"lineColor":"#D7D7D8","minorGridLineColor":"#505053","tickColor":"#D7D7D8","tickWidth":1,"title":{"style":{"color":"#A0A0A3"}}},"tooltip":{"backgroundColor":"rgba(0, 0, 0, 0.85)","style":{"color":"#F0F0F0"}},"legend":{"itemStyle":{"color":"#3C3C3C"},"itemHiddenStyle":{"color":"#606063"}},"credits":{"style":{"color":"#666"}},"labels":{"style":{"color":"#D7D7D8"}},"legendBackgroundColor":"rgba(0, 0, 0, 0.5)","background2":"#505053","dataLabelsColor":"#B0B0B3","textColor":"#C0C0C0","contrastTextColor":"#F0F0F3","maskColor":"rgba(255,255,255,0.3)"},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","drillUpText":"Back to {series.name}","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"thousandsSep":",","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"map","fonts":["Roboto","Unica+One"],"debug":false},"evals":[],"jsHooks":[]}</script>
</div>
</div>
<footer class="footer">
<div class="container">
<span class="text-muted">A Project of <a href="http://aapidata.com/">AAPI Data.</span>
</div>
</footer>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>