diff --git a/docs/user-guide/graph/w_g_migration.ipynb b/docs/user-guide/graph/w_g_migration.ipynb index 5f3a58e89..6111ff91f 100644 --- a/docs/user-guide/graph/w_g_migration.ipynb +++ b/docs/user-guide/graph/w_g_migration.ipynb @@ -262,7 +262,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_2addfe1d4b57a304ab6404f2f273b955 {\n", + " #map_2cd5e3118561f53e0de38f6355f66d71 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -292,14 +292,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_2addfe1d4b57a304ab6404f2f273b955" ></div>\n", + " <div class="folium-map" id="map_2cd5e3118561f53e0de38f6355f66d71" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_2addfe1d4b57a304ab6404f2f273b955 = L.map(\n", - " "map_2addfe1d4b57a304ab6404f2f273b955",\n", + " var map_2cd5e3118561f53e0de38f6355f66d71 = L.map(\n", + " "map_2cd5e3118561f53e0de38f6355f66d71",\n", " {\n", " center: [35.23582077026367, -79.89041519165039],\n", " crs: L.CRS.EPSG3857,\n", @@ -308,79 +308,79 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_2addfe1d4b57a304ab6404f2f273b955);\n", + " L.control.scale().addTo(map_2cd5e3118561f53e0de38f6355f66d71);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_66e89c2eefbfb89a79b562ce7574ef3d = L.tileLayer(\n", + " var tile_layer_6e66b17a2e4e63450a0178a2c1ce847c = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_66e89c2eefbfb89a79b562ce7574ef3d.addTo(map_2addfe1d4b57a304ab6404f2f273b955);\n", + " tile_layer_6e66b17a2e4e63450a0178a2c1ce847c.addTo(map_2cd5e3118561f53e0de38f6355f66d71);\n", " \n", " \n", - " map_2addfe1d4b57a304ab6404f2f273b955.fitBounds(\n", + " map_2cd5e3118561f53e0de38f6355f66d71.fitBounds(\n", " [[33.88199234008789, -84.3238525390625], [36.58964920043945, -75.45697784423828]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_styler(feature) {\n", + " function geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_highlighter(feature) {\n", + " function geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_pointToLayer(feature, latlng) {\n", + " function geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_styler(feature)\n", + " let style = geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_onEachFeature(feature, layer) {\n", + " function geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_77bde8e6d9e09619e4b364bc8dbb1f38.resetStyle(e.target);\n", + " geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_77bde8e6d9e09619e4b364bc8dbb1f38 = L.geoJson(null, {\n", - " onEachFeature: geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_onEachFeature,\n", + " var geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106 = L.geoJson(null, {\n", + " onEachFeature: geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_onEachFeature,\n", " \n", - " style: geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_styler,\n", - " pointToLayer: geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_pointToLayer,\n", + " style: geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_styler,\n", + " pointToLayer: geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_pointToLayer,\n", " });\n", "\n", - " function geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_add (data) {\n", - " geo_json_77bde8e6d9e09619e4b364bc8dbb1f38\n", + " function geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_add (data) {\n", + " geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106\n", " .addData(data);\n", " }\n", - " geo_json_77bde8e6d9e09619e4b364bc8dbb1f38_add({"bbox": [-84.3238525390625, 33.88199234008789, -75.45697784423828, 36.58964920043945], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.58964920043945], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.54084014892578, 36.27250671386719], [-81.56198120117188, 36.27359390258789], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.471778869628906], [-81.70279693603516, 36.51934051513672], [-81.66999816894531, 36.58964920043945], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612305], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.4050407409668], [-81.24069213867188, 36.379417419433594], [-81.2398910522461, 36.36536407470703], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.3531608581543], [-81.36569213867188, 36.33905029296875], [-81.35413360595703, 36.29971694946289], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317383], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470703, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470703], [-81.24069213867188, 36.379417419433594], [-81.2628402709961, 36.4050407409668], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612305], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975586], [-80.93354797363281, 36.498313903808594], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671875], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.0842514038086, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.4228515625], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.417625427246094], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470703]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.233882904052734, -80.43531036376953, 36.56521224975586], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991211], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.26827621459961], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939453], [-80.6966552734375, 36.259090423583984], [-80.72403717041016, 36.25847244262695], [-80.73436737060547, 36.2647590637207], [-80.7525634765625, 36.258296966552734], [-80.76629638671875, 36.261837005615234], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.233882904052734], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.354427337646484], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671875], [-80.96577453613281, 36.467220306396484], [-80.93354797363281, 36.498313903808594], [-80.9034423828125, 36.56521224975586], [-80.8381576538086, 36.563438415527344], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908203, 36.25708770751953], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852539], "geometry": {"coordinates": [[[[-76.00897216796875, 36.31959533691406], [-76.01734924316406, 36.337730407714844], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.35359191894531], [-76.09508514404297, 36.348915100097656], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.427085876464844], [-76.33025360107422, 36.55605697631836], [-76.12739562988281, 36.55716323852539], [-76.04595947265625, 36.55695343017578], [-76.03321075439453, 36.514373779296875], [-76.091064453125, 36.50356674194336], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623047], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425781], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.25945281982422], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.31959533691406]]], [[[-76.02716827392578, 36.55671691894531], [-75.99866485595703, 36.5566520690918], [-75.91191864013672, 36.54253005981445], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.4780158996582], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.55671691894531]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.22519302368164], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.16276550292969, -77.07530975341797, 36.5562858581543], "geometry": {"coordinates": [[[-77.21766662597656, 36.24098205566406], [-77.23461151123047, 36.214599609375], [-77.29861450195312, 36.21152877807617], [-77.29351043701172, 36.16286087036133], [-77.30947875976562, 36.16276550292969], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.203102111816406], [-77.37862396240234, 36.24008560180664], [-77.41346740722656, 36.25581741333008], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419922], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.31449508666992], [-77.580078125, 36.328269958496094], [-77.55968475341797, 36.375946044921875], [-77.56041717529297, 36.40635681152344], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988281], [-77.74940490722656, 36.47357177734375], [-77.90120697021484, 36.5098876953125], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.553916931152344], [-77.17735290527344, 36.5562858581543], [-77.1544189453125, 36.52625274658203], [-77.09213256835938, 36.50751876831055], [-77.07530975341797, 36.483516693115234], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.47071075439453], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.24098205566406]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.2302360534668, -76.7074966430664, 36.5562858581543], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.2302360534668], [-76.9947509765625, 36.23558044433594], [-77.13007354736328, 36.233463287353516], [-77.21766662597656, 36.24098205566406], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.47071075439453], [-77.0832748413086, 36.470096588134766], [-77.07530975341797, 36.483516693115234], [-77.09213256835938, 36.50751876831055], [-77.1544189453125, 36.52625274658203], [-77.17735290527344, 36.5562858581543], [-76.92413330078125, 36.55414581298828], [-76.9084243774414, 36.5042839050293], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.41923141479492], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.3924446105957], [-76.74134826660156, 36.31516647338867], [-76.7074966430664, 36.26613235473633], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.16972732543945, -75.95718383789062, 36.55605697631836], "geometry": {"coordinates": [[[-76.00897216796875, 36.31959533691406], [-75.95718383789062, 36.19377136230469], [-75.98133850097656, 36.16972732543945], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.324851989746094], [-76.21619415283203, 36.32784652709961], [-76.23853302001953, 36.361228942871094], [-76.26128387451172, 36.3637580871582], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.391845703125], [-76.32136535644531, 36.409645080566406], [-76.40596771240234, 36.44715881347656], [-76.49834442138672, 36.503902435302734], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569336], [-76.33025360107422, 36.55605697631836], [-76.16828918457031, 36.427085876464844], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.348915100097656], [-76.04395294189453, 36.35359191894531], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.337730407714844], [-76.00897216796875, 36.31959533691406]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248047], [-76.60424041748047, 36.31498336791992], [-76.6482162475586, 36.31531524658203], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.35832977294922], [-76.92407989501953, 36.3924446105957], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.41923141479492], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.5042839050293], [-76.92413330078125, 36.55414581298828], [-76.921630859375, 36.55415725708008], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.503902435302734], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.373897552490234], [-76.56250762939453, 36.34056854248047]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.55247497558594], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.5098876953125], [-77.91692352294922, 36.50063705444336], [-77.93013763427734, 36.35298538208008], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.21350860595703], [-78.13471984863281, 36.2365837097168], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672}, "type": "Feature"}, {"bbox": [-80.45301055908203, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908203, 36.25708770751953], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941406], [-80.02405548095703, 36.54502487182617], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100586, -79.14432525634766, 36.549781799316406], "geometry": {"coordinates": [[[-79.53050994873047, 36.24613571166992], [-79.51029968261719, 36.54765701293945], [-79.2170639038086, 36.549781799316406], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100586], [-79.25849914550781, 36.235687255859375], [-79.53050994873047, 36.24613571166992]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.23615646362305, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.24613571166992], [-79.53057861328125, 36.23615646362305], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.54502487182617], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293945], [-79.53050994873047, 36.24613571166992]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397461, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341797], [-78.78841400146484, 36.06218338012695], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237305], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658203, 36.52385711669922], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149414], [-78.54802703857422, 36.01412582397461], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341797]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100586], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.162174224853516, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658203, 36.52385711669922], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.225181579589844], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.162174224853516], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.5098876953125], "geometry": {"coordinates": [[[-77.33220672607422, 36.0679817199707], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.996063232421875], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.02638244628906], [-77.52513122558594, 36.03538513183594], [-77.53585815429688, 36.055572509765625], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.146602630615234], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.13581848144531], [-77.8868408203125, 36.144439697265625], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.177730560302734], [-77.9392318725586, 36.18754959106445], [-77.95586395263672, 36.18375015258789], [-77.97339630126953, 36.18904113769531], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208008], [-77.91692352294922, 36.50063705444336], [-77.90120697021484, 36.5098876953125], [-77.74940490722656, 36.47357177734375], [-77.6988754272461, 36.47895812988281], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.40635681152344], [-77.55968475341797, 36.375946044921875], [-77.580078125, 36.328269958496094], [-77.57195281982422, 36.31449508666992], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419922], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.25581741333008], [-77.37862396240234, 36.24008560180664], [-77.38903045654297, 36.203102111816406], [-77.33499145507812, 36.1828498840332], [-77.30947875976562, 36.16276550292969], [-77.29351043701172, 36.16286087036133], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.13068771362305], [-77.25749969482422, 36.118473052978516], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.08744430541992], [-77.33220672607422, 36.0679817199707]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.14768981933594, -76.11270904541016, 36.503902435302734], "geometry": {"coordinates": [[[-76.2989273071289, 36.214229583740234], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.373897552490234], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.503902435302734], [-76.40596771240234, 36.44715881347656], [-76.32136535644531, 36.409645080566406], [-76.30335998535156, 36.391845703125], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.3637580871582], [-76.23853302001953, 36.361228942871094], [-76.21619415283203, 36.32784652709961], [-76.1934814453125, 36.324851989746094], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.296607971191406], [-76.11270904541016, 36.17441940307617], [-76.14193725585938, 36.14768981933594], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.214229583740234]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.034934997558594], [-81.0840835571289, 36.02076721191406], [-81.12406158447266, 36.03128433227539], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442383], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.037567138671875], [-81.39814758300781, 36.05605697631836], [-81.42963409423828, 36.0656623840332], [-81.45443725585938, 36.08305740356445], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.111392974853516], [-81.49932098388672, 36.13603591918945], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317383], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946289], [-81.36569213867188, 36.33905029296875], [-81.36137390136719, 36.3531608581543], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470703], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.417625427246094], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.4228515625], [-81.09856414794922, 36.43115234375], [-81.0842514038086, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.354427337646484], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.233882904052734], [-80.87741088867188, 36.052406311035156], [-80.98895263671875, 36.053348541259766], [-81.02056884765625, 36.034934997558594]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205078, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205078], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.18147277832031], [-81.88519287109375, 36.188636779785156], [-81.89856719970703, 36.198856353759766], [-81.90656280517578, 36.221866607666016], [-81.89399719238281, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.329341888427734], [-81.70945739746094, 36.33372497558594], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.27359390258789], [-81.54084014892578, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918945], [-81.54610443115234, 36.111392974853516], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205078]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.373897552490234], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884766, 36.27772903442383], [-76.56250762939453, 36.34056854248047], [-76.4603500366211, 36.373897552490234], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.214229583740234], [-76.27550506591797, 36.11037063598633], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.00716781616211, -76.42042541503906, 36.34056854248047], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658203], [-76.60424041748047, 36.31498336791992], [-76.56250762939453, 36.34056854248047], [-76.57108306884766, 36.27772903442383], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.0586051940918], [-76.52301025390625, 36.00716781616211], [-76.59400177001953, 36.0101318359375], [-76.64901733398438, 36.06570816040039], [-76.63320922851562, 36.03711700439453], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.035526275634766], [-82.0777587890625, 36.10013961791992], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.26332092285156], [-81.9111557006836, 36.29075241088867], [-81.89399719238281, 36.26698303222656], [-81.90656280517578, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.188636779785156], [-81.8502426147461, 36.18147277832031], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205078], [-81.73226928710938, 36.058475494384766], [-81.80278778076172, 35.960330963134766], [-81.85987091064453, 35.970340728759766], [-81.88081359863281, 35.989524841308594], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.982513427734375], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.04326629638672, -80.44081115722656, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.04326629638672], [-80.6895751953125, 36.04547882080078], [-80.87741088867188, 36.052406311035156], [-80.87438201904297, 36.233882904052734], [-80.78269958496094, 36.24857711791992], [-80.76629638671875, 36.261837005615234], [-80.7525634765625, 36.258296966552734], [-80.73436737060547, 36.2647590637207], [-80.72403717041016, 36.25847244262695], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939453], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.26827621459961], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991211], [-80.45634460449219, 36.242557525634766], [-80.44081115722656, 36.219486236572266], [-80.44480895996094, 36.12330627441406], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.04326629638672]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493164, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493164], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397461], [-78.54585266113281, 36.06808853149414], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.162174224853516], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.225181579589844], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.2365837097168], [-78.10962677001953, 36.21350860595703], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493164]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.25708770751953], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.9901237487793], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617188, 35.98461151123047], [-80.41797637939453, 36.00863265991211], [-80.449951171875, 36.02983856201172], [-80.4648666381836, 36.050193786621094], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.04326629638672], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441406], [-80.44081115722656, 36.219486236572266], [-80.45634460449219, 36.242557525634766], [-80.45301055908203, 36.25708770751953], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.916812896728516], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.23615646362305], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.24613571166992], "geometry": {"coordinates": [[[-79.2461929321289, 35.8681526184082], [-79.23799133300781, 35.83724594116211], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.23615646362305], [-79.53050994873047, 36.24613571166992], [-79.25849914550781, 36.235687255859375], [-79.25977325439453, 36.04789352416992], [-79.27082061767578, 35.90460205078125], [-79.2461929321289, 35.8681526184082]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149414, -76.69376373291016, 36.24098205566406], "geometry": {"coordinates": [[[-76.78306579589844, 35.85923385620117], [-76.81053161621094, 35.881309509277344], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741211], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149414], [-76.9048080444336, 35.86791229248047], [-76.93609619140625, 35.89459991455078], [-76.99073028564453, 35.877838134765625], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955078], [-77.0341796875, 35.91433334350586], [-77.04088592529297, 35.9317512512207], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768555], [-77.18867492675781, 35.93124771118164], [-77.19589233398438, 35.93595504760742], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.0679817199707], [-77.30987548828125, 36.08744430541992], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.118473052978516], [-77.25591278076172, 36.13068771362305], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036133], [-77.29861450195312, 36.21152877807617], [-77.23461151123047, 36.214599609375], [-77.21766662597656, 36.24098205566406], [-77.13007354736328, 36.233463287353516], [-76.9947509765625, 36.23558044433594], [-76.9806900024414, 36.2302360534668], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515625], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.93662643432617], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.88307571411133], [-76.76126098632812, 35.86454391479492], [-76.78306579589844, 35.85923385620117]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.235687255859375], "geometry": {"coordinates": [[[-79.01813507080078, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.2461929321289, 35.8681526184082], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.04789352416992], [-79.25849914550781, 36.235687255859375], [-79.15927124023438, 36.23366928100586], [-78.95108032226562, 36.23383712768555], [-79.01813507080078, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884}, "type": "Feature"}, {"bbox": [-79.01813507080078, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.01813507080078, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237305], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.06218338012695], [-78.7491226196289, 36.06359100341797], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649414], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832031, 35.91447448730469], [-78.80829620361328, 35.919925689697266], [-78.82795715332031, 35.8602294921875], [-78.90571594238281, 35.86051559448242], [-79.01813507080078, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.72511291503906, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.72511291503906], [-78.20561981201172, 35.72539520263672], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493164], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769531], [-77.95586395263672, 36.18375015258789], [-77.9392318725586, 36.18754959106445], [-77.92240142822266, 36.177730560302734], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.144439697265625], [-77.8113021850586, 36.13581848144531], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.854496002197266], [-77.84492492675781, 35.835575103759766], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.72511291503906]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.14701461791992], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637695], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.900272369384766], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828125], [-82.19577026367188, 35.9473762512207], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.003875732421875], [-82.24061584472656, 35.98420333862305], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439453], [-82.34449768066406, 36.07024002075195], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.0753173828125], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.14701461791992], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.096256256103516], [-82.0777587890625, 36.10013961791992], [-82.06232452392578, 36.035526275634766], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.872474670410156], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637695]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.146602630615234], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748047, 35.73954772949219], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.854496002197266], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.146602630615234], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429688, 36.055572509765625], [-77.52513122558594, 36.03538513183594], [-77.46397399902344, 36.02638244628906], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.996063232421875], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074219], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279297], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.79505920410156], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.77993392944336], [-81.56025695800781, 35.775447845458984], [-81.59336853027344, 35.81312561035156], [-81.70182800292969, 35.868797302246094], [-81.74844360351562, 35.92075729370117], [-81.77347564697266, 35.922203063964844], [-81.77568817138672, 35.943946838378906], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.058475494384766], [-81.80622100830078, 36.10456085205078], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.111392974853516], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.08305740356445], [-81.42963409423828, 36.0656623840332], [-81.39814758300781, 36.05605697631836], [-81.38871002197266, 36.037567138671875], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.9892463684082], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.79505920410156]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057617], [-82.34185028076172, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131836], [-82.48709106445312, 35.904884338378906], [-82.48394775390625, 35.947608947753906], [-82.5069351196289, 35.97254180908203], [-82.4751968383789, 35.9931755065918], [-82.4084243774414, 36.0753173828125], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075195], [-82.34026336669922, 36.02539825439453], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862305], [-82.23210144042969, 36.003875732421875], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.9473762512207], [-82.18460845947266, 35.93487548828125], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.900272369384766], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637695], [-82.15459442138672, 35.798370361328125], [-82.16429138183594, 35.76052474975586], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.0679817199707], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.759090423583984], [-77.2645034790039, 35.782779693603516], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074219], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.0679817199707], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.93595504760742], [-77.18867492675781, 35.93124771118164], [-77.09001159667969, 35.92524337768555], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.9317512512207], [-77.0341796875, 35.91433334350586], [-77.0483169555664, 35.85749053955078], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.877838134765625], [-76.93609619140625, 35.89459991455078], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149414], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741211], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.881309509277344], [-76.78306579589844, 35.85923385620117], [-76.80667877197266, 35.81084060668945], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386719], [-76.83831024169922, 35.7054557800293], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260742, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.578857421875], [-78.99880981445312, 35.601322174072266], [-78.93888854980469, 35.761444091796875], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448242], [-78.82795715332031, 35.8602294921875], [-78.80829620361328, 35.919925689697266], [-78.76350402832031, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649414], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341797], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397461], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493164], [-78.4776382446289, 35.695613861083984], [-78.70321655273438, 35.51993942260742], [-78.92107391357422, 35.578857421875]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.673561096191406, -82.40581512451172, 36.05434036254883], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.947425842285156], [-82.80867004394531, 35.92087173461914], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.98750305175781], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.05172348022461], [-82.62804412841797, 36.05434036254883], [-82.60440063476562, 36.04298782348633], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760742], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908203], [-82.48394775390625, 35.947608947753906], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131836], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.684906005859375], [-82.84326934814453, 35.69172668457031], [-82.88111114501953, 35.673561096191406], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339844], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939453, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461914, -80.6895751953125, 36.053348541259766], "geometry": {"coordinates": [[[-80.72651672363281, 35.507568359375], [-80.77622985839844, 35.50680923461914], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064453, 35.54356384277344], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665039], [-81.05477905273438, 35.713401794433594], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700195], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413086], [-81.02056884765625, 36.034934997558594], [-80.98895263671875, 36.053348541259766], [-80.87741088867188, 36.052406311035156], [-80.6895751953125, 36.04547882080078], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.507568359375]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361328, -80.36170959472656, 36.050193786621094], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361328], [-80.48869323730469, 35.77561569213867], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560547], [-80.63494110107422, 35.84025955200195], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080078], [-80.49554443359375, 36.04326629638672], [-80.484130859375, 36.03832244873047], [-80.4648666381836, 36.050193786621094], [-80.449951171875, 36.02983856201172], [-80.41797637939453, 36.00863265991211], [-80.41159057617188, 35.98461151123047], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.85857009887695], [-80.38643646240234, 35.84541320800781], [-80.3954849243164, 35.83948516845703], [-80.41480255126953, 35.84486389160156], [-80.42607116699219, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.82247543334961], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933594], [-80.45677185058594, 35.74579620361328]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700195, -80.99534606933594, 36.034934997558594], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700195], [-81.12728118896484, 35.78896713256836], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.79505920410156], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.9892463684082], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442383], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227539], [-81.0840835571289, 36.02076721191406], [-81.02056884765625, 36.034934997558594], [-80.99534606933594, 35.97707748413086], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700195]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.50511932373047, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.50511932373047], [-80.20921325683594, 35.57451248168945], [-80.251220703125, 35.62480163574219], [-80.28578186035156, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361328], [-80.45064544677734, 35.76487731933594], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.82247543334961], [-80.44650268554688, 35.830684661865234], [-80.42607116699219, 35.83030700683594], [-80.41480255126953, 35.84486389160156], [-80.3954849243164, 35.83948516845703], [-80.38643646240234, 35.84541320800781], [-80.38650512695312, 35.85857009887695], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.9901237487793], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.916812896728516], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.55329895019531, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069336], [-81.97529602050781, 35.81827926635742], [-81.9329833984375, 35.827598571777344], [-81.90625762939453, 35.84799575805664], [-81.9062271118164, 35.89201354980469], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.982513427734375], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.989524841308594], [-81.85987091064453, 35.970340728759766], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.943946838378906], [-81.77347564697266, 35.922203063964844], [-81.74844360351562, 35.92075729370117], [-81.70182800292969, 35.868797302246094], [-81.59336853027344, 35.81312561035156], [-81.56025695800781, 35.775447845458984], [-81.45714569091797, 35.77993392944336], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.697509765625], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964844, 35.55329895019531], [-81.68431854248047, 35.56543731689453], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317383, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317383], [-76.63381958007812, 35.7030029296875], [-76.83831024169922, 35.7054557800293], [-76.82595825195312, 35.75688171386719], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668945], [-76.78306579589844, 35.85923385620117], [-76.76126098632812, 35.86454391479492], [-76.7417221069336, 35.88307571411133], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.40946960449219, 35.97746658325195], [-76.3714828491211, 35.932342529296875], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669922], [-76.40843200683594, 35.69911575317383]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.60438919067383], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.6116943359375], [-76.27344512939453, 35.68949890136719], [-76.40843200683594, 35.69911575317383], [-76.40869903564453, 35.78948211669922], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.932342529296875], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.962913513183594], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.75680160522461], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.519004821777344, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.5650634765625], [-81.84027099609375, 35.5372428894043], [-81.86215209960938, 35.530548095703125], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.54597473144531], [-82.03618621826172, 35.528587341308594], [-82.11675262451172, 35.519004821777344], [-82.17070770263672, 35.528465270996094], [-82.26800537109375, 35.5688591003418], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296875], [-82.28424072265625, 35.6389045715332], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975586], [-82.15459442138672, 35.798370361328125], [-82.11885070800781, 35.81853103637695], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.872474670410156], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980469], [-81.90625762939453, 35.84799575805664], [-81.9329833984375, 35.827598571777344], [-81.97529602050781, 35.81827926635742], [-81.985595703125, 35.79995346069336], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.916812896728516], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894531], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.916812896728516], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894531]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.8681526184082], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.83724594116211], [-79.2461929321289, 35.8681526184082], [-79.09536743164062, 35.85394287109375], [-79.01813507080078, 35.85786437988281], [-78.90571594238281, 35.86051559448242], [-78.9444351196289, 35.77011489868164], [-78.93888854980469, 35.761444091796875], [-78.99880981445312, 35.601322174072266], [-78.92107391357422, 35.578857421875], [-78.9744873046875, 35.517154693603516], [-79.03849792480469, 35.549461364746094], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.530277252197266], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.54270553588867], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814453, 35.52198028564453], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.854496002197266], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089844], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.709293365478516], [-78.18692779541016, 35.72511291503906], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.835575103759766], [-77.83014678955078, 35.854496002197266], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748047, 35.73954772949219], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.57599639892578], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975586, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975586], [-80.72651672363281, 35.507568359375], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.84025955200195], [-80.60755920410156, 35.82225799560547], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.77561569213867], [-80.45677185058594, 35.74579620361328], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035156, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.57451248168945], [-80.1819076538086, 35.50511932373047], [-80.2982406616211, 35.49489974975586]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254883], [-77.50456237792969, 35.484832763671875], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506836], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.525726318359375], [-77.56464385986328, 35.53194046020508], [-77.6341323852539, 35.587825775146484], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279297], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.782779693603516], [-77.26081848144531, 35.759090423583984], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.71446228027344], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003906], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883789], [-77.15205383300781, 35.6198844909668], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981445], [-77.10376739501953, 35.55018615722656], [-77.14739990234375, 35.54758834838867], [-77.17221069335938, 35.51912307739258], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.35011291503906], [-77.2938003540039, 35.37395095825195], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.329261779785156], [-77.4014892578125, 35.342769622802734], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254883]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.54356384277344, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064453, 35.54356384277344], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.697509765625], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.79505920410156], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256836], [-81.10888671875, 35.77190017700195], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.713401794433594], [-81.00357818603516, 35.69705581665039], [-80.9312744140625, 35.619590759277344], [-80.96143341064453, 35.54356384277344]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.418033599853516, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916992], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.43842315673828], [-82.61868286132812, 35.43767547607422], [-82.66898345947266, 35.45516586303711], [-82.71415710449219, 35.439151763916016], [-82.74388885498047, 35.418033599853516], [-82.7808837890625, 35.441688537597656], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.6131477355957], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.673561096191406], [-82.84326934814453, 35.69172668457031], [-82.80562591552734, 35.684906005859375], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076172, 35.76350784301758], [-82.32184600830078, 35.73984909057617], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.6389045715332], [-82.26534271240234, 35.61248779296875], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.5688591003418], [-82.17070770263672, 35.528465270996094], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.46815490722656], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493164], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.446414947509766], [-78.6887435913086, 35.50752639770508], [-78.70896911621094, 35.514102935791016], [-78.70321655273438, 35.51993942260742], [-78.4776382446289, 35.695613861083984], [-78.25454711914062, 35.81552505493164], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263672], [-78.18692779541016, 35.72511291503906], [-78.16180419921875, 35.709293365478516], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089844], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.428993225097656], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.339599609375], [-78.20903778076172, 35.339176177978516], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.418033599853516], [-82.83323669433594, 35.31557083129883], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.389930725097656], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.446327209472656], [-83.12823486328125, 35.45661544799805], [-83.14237213134766, 35.48439407348633], [-83.181396484375, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.582820892333984], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.700706481933594], [-83.24385070800781, 35.71821594238281], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.7626838684082], [-83.1181869506836, 35.76380920410156], [-83.0599594116211, 35.78257751464844], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339844], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.673561096191406], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.6131477355957], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.441688537597656], [-82.74388885498047, 35.418033599853516]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.18982696533203, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.22519302368164], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.22519302368164]]], [[[-75.89149475097656, 35.63126754760742], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569336], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.923519134521484], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.6651725769043], [-75.779052734375, 35.57868576049805], [-75.89149475097656, 35.63126754760742]]], [[[-75.49121856689453, 35.67049789428711], [-75.53362274169922, 35.768856048583984], [-75.45697784423828, 35.61739730834961], [-75.52629852294922, 35.2279167175293], [-75.7492904663086, 35.18982696533203], [-75.69156646728516, 35.234989166259766], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666992], [-75.49121856689453, 35.67049789428711]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722656], [-77.11939239501953, 35.58549880981445], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.6198844909668], [-77.1746826171875, 35.63541030883789], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003906], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.71446228027344], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.7054557800293], [-76.63381958007812, 35.7030029296875], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.635066986083984], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.52033615112305], [-76.62876892089844, 35.437896728515625], [-76.70537567138672, 35.41193389892578], [-77.10376739501953, 35.55018615722656]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.51912307739258], [-77.14739990234375, 35.54758834838867], [-77.10376739501953, 35.55018615722656], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.272220611572266, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.31934356689453], [-83.4246826171875, 35.3153190612793], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.272220611572266], [-83.6900863647461, 35.28778076171875], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.33403396606445], [-83.59888458251953, 35.36236572265625], [-83.58038330078125, 35.401084899902344], [-83.58671569824219, 35.42768859863281], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341797], [-83.9300765991211, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.51058578491211], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.564971923828125], [-83.61386108398438, 35.571739196777344], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.5972785949707], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734375], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.582820892333984], [-83.15702056884766, 35.55166244506836], [-83.181396484375, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.31934356689453]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.401798248291016], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.587825775146484], [-77.56464385986328, 35.53194046020508], [-77.54957580566406, 35.525726318359375], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506836], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.484832763671875], [-77.47388458251953, 35.42152786254883], [-77.49467468261719, 35.40744400024414], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.366485595703125], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623047], [-77.69841766357422, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991211], [-79.28472900390625, 35.39280700683594], [-79.3031997680664, 35.40880584716797], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.444820404052734], [-79.36248779296875, 35.47041320800781], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814453, 35.52198028564453], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.54270553588867], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.530277252197266], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.549461364746094], [-78.9744873046875, 35.517154693603516], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.18828201293945], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546875], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.2582778930664, 35.39335632324219], [-82.27872467041016, 35.43564224243164], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.46815490722656], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.528465270996094], [-82.11675262451172, 35.519004821777344], [-82.03618621826172, 35.528587341308594], [-82.00160217285156, 35.54597473144531], [-81.96704864501953, 35.52158737182617], [-81.86215209960938, 35.530548095703125], [-81.84027099609375, 35.5372428894043], [-81.83189392089844, 35.5650634765625], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689453], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.254173278808594], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.1831169128418], [-81.97144317626953, 35.18828201293945]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.182289123535156], [-78.16517639160156, 35.19321823120117], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.339176177978516], [-78.17745971679688, 35.339599609375], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.428993225097656], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.57599639892578], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.401798248291016], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.342350006103516], [-77.83657836914062, 35.1717414855957], [-77.8876724243164, 35.154964447021484], [-77.89415740966797, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.164024353027344], [-78.00215911865234, 35.18647766113281], [-78.03650665283203, 35.185691833496094], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.182289123535156]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.578857421875], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794922], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.22993469238281], [-78.91258239746094, 35.22246551513672], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.213043212890625], [-79.16909790039062, 35.23590087890625], [-79.2166519165039, 35.26527786254883], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.517154693603516], [-78.92107391357422, 35.578857421875], [-78.70321655273438, 35.51993942260742], [-78.70896911621094, 35.514102935791016], [-78.6887435913086, 35.50752639770508], [-78.62317657470703, 35.446414947509766], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.28657531738281], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.1628532409668, -81.3114242553711, 35.56543731689453], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.1628532409668], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.254173278808594], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689453], [-81.64390563964844, 35.55329895019531], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.5464973449707], [-81.5155029296875, 35.52142333984375], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.327301025390625], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.27510452270508], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984375], [-81.5069580078125, 35.5464973449707], [-81.52364349365234, 35.56126022338867], [-80.96143341064453, 35.54356384277344], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.45112991333008], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290039, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290039], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540039], [-83.14820098876953, 35.09138107299805], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.139217376708984], [-83.21793365478516, 35.158992767333984], [-83.22003936767578, 35.22252655029297], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.221771240234375], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.31934356689453], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.181396484375, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.45661544799805], [-83.08771514892578, 35.446327209472656], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.389930725097656], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.2279052734375], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211914], [-82.9820785522461, 35.127506256103516], [-83.05208587646484, 35.0634765625], [-83.04385375976562, 35.040069580078125], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290039]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.037357330322266, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790039], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894531], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.47041320800781], [-79.33109283447266, 35.444820404052734], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.40880584716797], [-79.28472900390625, 35.39280700683594], [-79.26432037353516, 35.34457015991211], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254883], [-79.16909790039062, 35.23590087890625], [-79.14683532714844, 35.213043212890625], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.17680740356445], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.17354965209961], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.037357330322266], [-79.49506378173828, 35.06250762939453], [-79.55290222167969, 35.06410598754883], [-79.5741958618164, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.14903259277344], [-81.00727844238281, 35.16324996948242], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.34867477416992], [-80.93775939941406, 35.364925384521484], [-80.98292541503906, 35.36909484863281], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.45112991333008], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461914], [-80.77538299560547, 35.47957229614258], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734375], [-80.6594467163086, 35.26467514038086], [-80.53964233398438, 35.20581817626953], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.0281982421875], [-80.84016418457031, 35.002017974853516], [-80.89471435546875, 35.05973434448242], [-80.92779541015625, 35.10124969482422], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484375], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.507568359375], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.20581817626953], [-80.6594467163086, 35.26467514038086], [-80.68998718261719, 35.34075927734375], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614258], [-80.77622985839844, 35.50680923461914], [-80.72651672363281, 35.507568359375], [-80.2982406616211, 35.49489974975586], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.210609436035156], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.13658142089844, -79.60746765136719, 35.50593566894531], "geometry": {"coordinates": [[[-80.0714111328125, 35.15074157714844], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.366371154785156], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.464359283447266], [-80.16207122802734, 35.4747428894043], [-80.1819076538086, 35.50511932373047], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894531], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790039], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663086], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207031], [-79.83631896972656, 35.17380142211914], [-79.90946197509766, 35.15571975708008], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.137142181396484], [-80.06517791748047, 35.13658142089844], [-80.0714111328125, 35.15074157714844]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.50511932373047], "geometry": {"coordinates": [[[-80.0714111328125, 35.15074157714844], [-80.11027526855469, 35.1938362121582], [-80.1316146850586, 35.17111587524414], [-80.1546859741211, 35.176082611083984], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.1678581237793], [-80.21988677978516, 35.159183502197266], [-80.24758911132812, 35.204524993896484], [-80.26109313964844, 35.20404052734375], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.17391586303711], [-80.34872436523438, 35.17067337036133], [-80.3729476928711, 35.17786407470703], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.16859436035156], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.18291091918945], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.210609436035156], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975586], [-80.1819076538086, 35.50511932373047], [-80.16207122802734, 35.4747428894043], [-80.1163101196289, 35.464359283447266], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.366371154785156], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.15074157714844]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916992], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.1849479675293], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.267578125], [-82.60810089111328, 35.29306411743164], [-82.74388885498047, 35.418033599853516], [-82.71415710449219, 35.439151763916016], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607422], [-82.56393432617188, 35.43842315673828], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916992], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243164], [-82.2582778930664, 35.39335632324219], [-82.31555938720703, 35.30961608886719], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.18272399902344], [-82.38961029052734, 35.2082405090332], [-82.43791961669922, 35.169559478759766], [-82.46674346923828, 35.173500061035156], [-82.5246353149414, 35.15456008911133], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504}, "type": "Feature"}, {"bbox": [-84.0308609008789, 35.21538162231445, -83.58038330078125, 35.46202850341797], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582031], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.248661041259766], [-83.83686065673828, 35.24674987792969], [-83.9216537475586, 35.21896743774414], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.23250198364258], [-84.00389099121094, 35.262088775634766], [-84.0308609008789, 35.29252243041992], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.372859954833984], [-84.01264953613281, 35.407623291015625], [-83.95470428466797, 35.45545959472656], [-83.9300765991211, 35.44901657104492], [-83.87989044189453, 35.46202850341797], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863281], [-83.58038330078125, 35.401084899902344], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.33403396606445], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171875], [-83.67919158935547, 35.272220611572266], [-83.69563293457031, 35.25080871582031]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918}, "type": "Feature"}, {"bbox": [-77.83657836914062, 35.00083541870117, -77.38616180419922, 35.42152786254883], "geometry": {"coordinates": [[[-77.83657836914062, 35.1717414855957], [-77.83006286621094, 35.342350006103516], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357422, 35.36981964111328], [-77.6844711303711, 35.34593963623047], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.366485595703125], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.49467468261719, 35.40744400024414], [-77.47388458251953, 35.42152786254883], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.342769622802734], [-77.38616180419922, 35.329261779785156], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.25983810424805], [-77.4740982055664, 35.22719192504883], [-77.52831268310547, 35.23969650268555], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.14488220214844], [-77.59949493408203, 35.07086944580078], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211914], [-77.7641372680664, 35.12861251831055], [-77.83657836914062, 35.1717414855957]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.418033599853516], "geometry": {"coordinates": [[[-82.8876953125, 35.05537033081055], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.040069580078125], [-83.05208587646484, 35.0634765625], [-82.9820785522461, 35.127506256103516], [-82.99058532714844, 35.15817642211914], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.2279052734375], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.31557083129883], [-82.74388885498047, 35.418033599853516], [-82.60810089111328, 35.29306411743164], [-82.61061096191406, 35.267578125], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.1849479675293], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487305], [-82.68605041503906, 35.121463775634766], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.09123229980469], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.05537033081055]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.14903259277344, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.27510452270508], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.327301025390625], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.36909484863281], [-80.93775939941406, 35.364925384521484], [-80.92627716064453, 35.34867477416992], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948242], [-81.02396392822266, 35.14903259277344], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277344, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.1931266784668], [-82.27832794189453, 35.19500732421875], [-82.32077026367188, 35.18418884277344], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886719], [-82.2582778930664, 35.39335632324219], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546875], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.18828201293945], [-82.21017456054688, 35.1931266784668]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.31934356689453], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290039], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.035762786865234], [-83.56204223632812, 35.05594253540039], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793945], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.21443557739258], [-83.69563293457031, 35.25080871582031], [-83.67919158935547, 35.272220611572266], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.3153190612793], [-83.33181762695312, 35.31934356689453], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.221771240234375], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.22252655029297], [-83.21793365478516, 35.158992767333984], [-83.1934814453125, 35.139217376708984], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.09138107299805], [-83.14505767822266, 35.08328628540039], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290039]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.55375289916992, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.720985412597656], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.677154541015625], [-78.25680541992188, 34.55375289916992], [-78.27461242675781, 34.581275939941406], [-78.30590057373047, 34.6053581237793], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.6358528137207], [-78.32234191894531, 34.645572662353516], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444336], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.855106353759766], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.9434700012207], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.071468353271484], [-78.65815734863281, 35.09362030029297], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490234, 35.189727783203125], [-78.6327133178711, 35.19729995727539], [-78.63528442382812, 35.21095275878906], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.28657531738281], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.19321823120117], [-78.16319274902344, 35.182289123535156], [-78.17028045654297, 35.09748458862305], [-78.15524291992188, 35.06819152832031], [-78.14298248291016, 34.90132522583008], [-78.19544982910156, 34.74362564086914], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.71134567260742], [-78.11376953125, 34.720985412597656]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604492, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.07003402709961], [-76.94422912597656, 35.09972381591797], [-76.9898910522461, 35.15404510498047], [-76.97233581542969, 35.15677261352539], [-76.96660614013672, 35.187965393066406], [-76.94743347167969, 35.21699142456055], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.2487678527832], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.1385612487793], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604492], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.07003402709961]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041992], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618164], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.240989685058594], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.0308609008789, 35.29252243041992], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.23250198364258], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774414], [-83.83686065673828, 35.24674987792969], [-83.79187774658203, 35.248661041259766], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582031], [-83.69669342041016, 35.21443557739258], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.14806365966797], [-83.8538818359375, 35.12579345703125], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.989009857177734], [-84.2910385131836, 35.21054458618164]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.827423095703125, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.855106353759766], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.8962631225586, 34.830902099609375], [-78.91255187988281, 34.827423095703125], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805664], [-79.03360748291016, 34.95382308959961], [-79.09431457519531, 35.03785705566406], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.17680740356445], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513672], [-78.88601684570312, 35.22993469238281], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794922], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.21095275878906], [-78.6327133178711, 35.19729995727539], [-78.64522552490234, 35.189727783203125], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863281, 35.09362030029297], [-78.66641235351562, 35.071468353271484], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.9434700012207], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.855106353759766]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.23969650268555], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777344], [-77.07313537597656, 34.8154411315918], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425781, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.83550262451172], [-77.22299194335938, 34.8845100402832], [-77.2854232788086, 34.9264030456543], [-77.33513641357422, 34.93254089355469], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.96672439575195], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.07086944580078], [-77.5330581665039, 35.14488220214844], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.23969650268555], [-77.4740982055664, 35.22719192504883], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535156], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173828], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.024261474609375], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923}, "type": "Feature"}, {"bbox": [-80.84016418457031, 34.814762115478516, -80.2751235961914, 35.20581817626953], "geometry": {"coordinates": [[[-80.84016418457031, 35.002017974853516], [-80.7972183227539, 35.0281982421875], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.20581817626953], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.18291091918945], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.16859436035156], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.17786407470703], [-80.34872436523438, 35.17067337036133], [-80.32567596435547, 35.17391586303711], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.81522750854492], [-80.80006408691406, 34.81611251831055], [-80.78565216064453, 34.94063949584961], [-80.84016418457031, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734375], [-80.24758911132812, 35.204524993896484], [-80.21988677978516, 35.159183502197266], [-80.19010162353516, 35.1678581237793], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.176082611083984], [-80.1316146850586, 35.17111587524414], [-80.11027526855469, 35.1938362121582], [-80.0714111328125, 35.15074157714844], [-80.06517791748047, 35.13658142089844], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326172], [-79.94491577148438, 35.11533737182617], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.106693267822266], [-79.90843200683594, 35.07899475097656], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.967716217041016], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279297], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680664, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.835609436035156], [-79.36067962646484, 34.94470977783203], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.037357330322266], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.17354965209961], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.17680740356445], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566406], [-79.03360748291016, 34.95382308959961], [-79.18185424804688, 34.83188247680664], [-79.34030151367188, 34.835609436035156]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.7030029296875], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.635066986083984], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.7030029296875], [-76.40843200683594, 35.69911575317383], [-76.27344512939453, 35.68949890136719], [-76.2976303100586, 35.6116943359375], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.60438919067383], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569336], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760742], [-76.052978515625, 35.41460418701172], [-76.1816177368164, 35.34153366088867], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.450199127197266], [-76.45843505859375, 35.504425048828125], [-76.44652557373047, 35.550865173339844], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449219], [-75.76370239257812, 35.192283630371094], [-75.81153869628906, 35.16402053833008], [-75.90394592285156, 35.13249206542969], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.71100616455078, -77.65526580810547, 35.18647766113281], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.71100616455078], [-77.9393081665039, 34.71940612792969], [-77.98915100097656, 34.71709442138672], [-78.01736450195312, 34.72893142700195], [-78.11376953125, 34.720985412597656], [-78.13581848144531, 34.71134567260742], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086914], [-78.14298248291016, 34.90132522583008], [-78.15524291992188, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.182289123535156], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.185691833496094], [-78.00215911865234, 35.18647766113281], [-77.96392822265625, 35.164024353027344], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966797, 35.14418029785156], [-77.8876724243164, 35.154964447021484], [-77.83657836914062, 35.1717414855957], [-77.7641372680664, 35.12861251831055], [-77.75160217285156, 35.09567642211914], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.96672439575195], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.80525588989258, -79.45536041259766, 35.17380142211914], "geometry": {"coordinates": [[[-79.68595886230469, 34.80525588989258], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279297], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.967716217041016], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.07899475097656], [-79.9151382446289, 35.106693267822266], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.11533737182617], [-79.97528076171875, 35.09673309326172], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.13658142089844], [-80.01068115234375, 35.137142181396484], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708008], [-79.83631896972656, 35.17380142211914], [-79.75984191894531, 35.16731262207031], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663086], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.5741958618164, 35.073265075683594], [-79.55290222167969, 35.06410598754883], [-79.49506378173828, 35.06250762939453], [-79.45536041259766, 35.037357330322266], [-79.54710388183594, 35.00006103515625], [-79.57304382324219, 34.97836685180664], [-79.58052062988281, 34.94478988647461], [-79.56558990478516, 34.907501220703125], [-79.6219253540039, 34.849571228027344], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663086], [-79.68595886230469, 34.80525588989258]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.14806365966797], "geometry": {"coordinates": [[[-83.93799591064453, 34.9893913269043], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703125], [-83.7553939819336, 35.14806365966797], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793945], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540039], [-83.55323791503906, 35.035762786865234], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.9893913269043]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.21699142456055], [-76.96660614013672, 35.187965393066406], [-76.97233581542969, 35.15677261352539], [-76.9898910522461, 35.15404510498047], [-76.94422912597656, 35.09972381591797], [-76.94324493408203, 35.07003402709961], [-77.04788208007812, 35.09215545654297], [-77.10467529296875, 35.08798599243164], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173828], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535156], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.22719192504883], [-77.42964935302734, 35.25983810424805], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.329261779785156], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825195], [-77.26419067382812, 35.35011291503906], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.84827423095703], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.024261474609375], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.052886962890625], [-76.9131088256836, 34.93647003173828], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.037357330322266], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.80525588989258], [-79.66014862060547, 34.81789779663086], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.849571228027344], [-79.56558990478516, 34.907501220703125], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180664], [-79.54710388183594, 35.00006103515625], [-79.45536041259766, 35.037357330322266], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783203], [-79.34030151367188, 34.835609436035156], [-79.34445190429688, 34.808837890625], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.457008361816406, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.457008361816406], [-77.57633209228516, 34.46934509277344], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.96672439575195], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355469], [-77.2854232788086, 34.9264030456543], [-77.22299194335938, 34.8845100402832], [-77.20626831054688, 34.83550262451172], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425781, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.684913635253906], [-77.15660095214844, 34.66063690185547], [-77.53863525390625, 34.457008361816406]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.95382308959961], "geometry": {"coordinates": [[[-78.86450958251953, 34.477195739746094], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.44938278198242], [-78.9753646850586, 34.399166107177734], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635742], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.808837890625], [-79.34030151367188, 34.835609436035156], [-79.18185424804688, 34.83188247680664], [-79.03360748291016, 34.95382308959961], [-78.948486328125, 34.90268325805664], [-78.92862701416016, 34.879798889160156], [-78.91255187988281, 34.827423095703125], [-78.8962631225586, 34.830902099609375], [-78.84170532226562, 34.73500061035156], [-78.8033218383789, 34.68510437011719], [-78.85260009765625, 34.56658172607422], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.477195739746094]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123}, "type": "Feature"}, {"bbox": [-77.16426086425781, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425781, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.8154411315918], [-77.05746459960938, 34.81504821777344], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.84827423095703], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600586], [-76.52977752685547, 34.97463607788086], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.94624710083008], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.975955963134766], [-76.31471252441406, 34.948814392089844], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.698917388916016], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646484, 34.58782958984375], [-76.55514526367188, 34.610660552978516], [-76.53775024414062, 34.613922119140625], [-76.48448181152344, 34.6976318359375], [-76.43229675292969, 34.760684967041016], [-76.37467956542969, 34.812870025634766], [-76.28770446777344, 34.877010345458984], [-76.4692611694336, 34.69328308105469], [-76.54427337646484, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963}, "type": "Feature"}, {"bbox": [-78.8962631225586, 34.36442184448242, -78.169677734375, 34.855106353759766], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.36442184448242], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211914], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229492], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.459197998046875], [-78.86450958251953, 34.477195739746094], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607422], [-78.8033218383789, 34.68510437011719], [-78.84170532226562, 34.73500061035156], [-78.8962631225586, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.855106353759766], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444336], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.645572662353516], [-78.30970001220703, 34.6358528137207], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.6053581237793], [-78.27461242675781, 34.581275939941406], [-78.25680541992188, 34.55375289916992], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.72893142700195], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383789], [-78.13024139404297, 34.3641242980957], [-78.15478515625, 34.36224365234375], [-78.18461608886719, 34.34817123413086], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.55375289916992], [-78.1567611694336, 34.677154541015625], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.720985412597656], [-78.01736450195312, 34.72893142700195], [-77.98915100097656, 34.71709442138672], [-77.9393081665039, 34.71940612792969], [-77.92667388916016, 34.71100616455078], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.46934509277344], [-77.53863525390625, 34.457008361816406], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496094], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.387969970703125], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.37568664550781], [-77.99445343017578, 34.3623161315918], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383789]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291016, -78.15478515625, 34.477195739746094], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291016], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.399166107177734], [-78.95073699951172, 34.44938278198242], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.477195739746094], [-78.83635711669922, 34.459197998046875], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229492], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211914], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.36442184448242], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413086], [-78.15478515625, 34.36224365234375], [-78.26106262207031, 34.21526336669922], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.18672180175781], [-78.42543029785156, 34.138065338134766], [-78.49274444580078, 34.158504486083984], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.03060531616211], [-78.6302719116211, 34.01020050048828], [-78.63471984863281, 33.97797775268555], [-78.65571594238281, 33.948673248291016]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.387969970703125], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675781], [-77.98314666748047, 34.261680603027344], [-78.0002212524414, 34.26788330078125], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383789], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.3623161315918], [-77.97907257080078, 34.37568664550781], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.387969970703125], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.06917953491211], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008789, -77.95852661132812, 34.3641242980957], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291016], [-78.63471984863281, 33.97797775268555], [-78.6302719116211, 34.01020050048828], [-78.58778381347656, 34.03060531616211], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.158504486083984], [-78.42543029785156, 34.138065338134766], [-78.36112213134766, 34.18672180175781], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669922], [-78.15478515625, 34.36224365234375], [-78.13024139404297, 34.3641242980957], [-78.02592468261719, 34.32876968383789], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078125], [-77.98314666748047, 34.261680603027344], [-77.97528076171875, 34.24336242675781], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.91429138183594], [-78.57971954345703, 33.88199234008789], [-78.65571594238281, 33.948673248291016]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106_add({"bbox": [-84.3238525390625, 33.88199234008789, -75.45697784423828, 36.58964920043945], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.58964920043945], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.54084014892578, 36.27250671386719], [-81.56198120117188, 36.27359390258789], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.471778869628906], [-81.70279693603516, 36.51934051513672], [-81.66999816894531, 36.58964920043945], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612305], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.4050407409668], [-81.24069213867188, 36.379417419433594], [-81.2398910522461, 36.36536407470703], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.3531608581543], [-81.36569213867188, 36.33905029296875], [-81.35413360595703, 36.29971694946289], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317383], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470703, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470703], [-81.24069213867188, 36.379417419433594], [-81.2628402709961, 36.4050407409668], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612305], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975586], [-80.93354797363281, 36.498313903808594], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671875], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.0842514038086, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.4228515625], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.417625427246094], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470703]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.233882904052734, -80.43531036376953, 36.56521224975586], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991211], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.26827621459961], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939453], [-80.6966552734375, 36.259090423583984], [-80.72403717041016, 36.25847244262695], [-80.73436737060547, 36.2647590637207], [-80.7525634765625, 36.258296966552734], [-80.76629638671875, 36.261837005615234], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.233882904052734], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.354427337646484], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671875], [-80.96577453613281, 36.467220306396484], [-80.93354797363281, 36.498313903808594], [-80.9034423828125, 36.56521224975586], [-80.8381576538086, 36.563438415527344], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908203, 36.25708770751953], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852539], "geometry": {"coordinates": [[[[-76.00897216796875, 36.31959533691406], [-76.01734924316406, 36.337730407714844], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.35359191894531], [-76.09508514404297, 36.348915100097656], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.427085876464844], [-76.33025360107422, 36.55605697631836], [-76.12739562988281, 36.55716323852539], [-76.04595947265625, 36.55695343017578], [-76.03321075439453, 36.514373779296875], [-76.091064453125, 36.50356674194336], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623047], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425781], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.25945281982422], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.31959533691406]]], [[[-76.02716827392578, 36.55671691894531], [-75.99866485595703, 36.5566520690918], [-75.91191864013672, 36.54253005981445], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.4780158996582], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.55671691894531]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.22519302368164], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.16276550292969, -77.07530975341797, 36.5562858581543], "geometry": {"coordinates": [[[-77.21766662597656, 36.24098205566406], [-77.23461151123047, 36.214599609375], [-77.29861450195312, 36.21152877807617], [-77.29351043701172, 36.16286087036133], [-77.30947875976562, 36.16276550292969], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.203102111816406], [-77.37862396240234, 36.24008560180664], [-77.41346740722656, 36.25581741333008], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419922], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.31449508666992], [-77.580078125, 36.328269958496094], [-77.55968475341797, 36.375946044921875], [-77.56041717529297, 36.40635681152344], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988281], [-77.74940490722656, 36.47357177734375], [-77.90120697021484, 36.5098876953125], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.553916931152344], [-77.17735290527344, 36.5562858581543], [-77.1544189453125, 36.52625274658203], [-77.09213256835938, 36.50751876831055], [-77.07530975341797, 36.483516693115234], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.47071075439453], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.24098205566406]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.2302360534668, -76.7074966430664, 36.5562858581543], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.2302360534668], [-76.9947509765625, 36.23558044433594], [-77.13007354736328, 36.233463287353516], [-77.21766662597656, 36.24098205566406], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.47071075439453], [-77.0832748413086, 36.470096588134766], [-77.07530975341797, 36.483516693115234], [-77.09213256835938, 36.50751876831055], [-77.1544189453125, 36.52625274658203], [-77.17735290527344, 36.5562858581543], [-76.92413330078125, 36.55414581298828], [-76.9084243774414, 36.5042839050293], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.41923141479492], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.3924446105957], [-76.74134826660156, 36.31516647338867], [-76.7074966430664, 36.26613235473633], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.16972732543945, -75.95718383789062, 36.55605697631836], "geometry": {"coordinates": [[[-76.00897216796875, 36.31959533691406], [-75.95718383789062, 36.19377136230469], [-75.98133850097656, 36.16972732543945], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.324851989746094], [-76.21619415283203, 36.32784652709961], [-76.23853302001953, 36.361228942871094], [-76.26128387451172, 36.3637580871582], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.391845703125], [-76.32136535644531, 36.409645080566406], [-76.40596771240234, 36.44715881347656], [-76.49834442138672, 36.503902435302734], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569336], [-76.33025360107422, 36.55605697631836], [-76.16828918457031, 36.427085876464844], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.348915100097656], [-76.04395294189453, 36.35359191894531], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.337730407714844], [-76.00897216796875, 36.31959533691406]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248047], [-76.60424041748047, 36.31498336791992], [-76.6482162475586, 36.31531524658203], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.35832977294922], [-76.92407989501953, 36.3924446105957], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.41923141479492], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.5042839050293], [-76.92413330078125, 36.55414581298828], [-76.921630859375, 36.55415725708008], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.503902435302734], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.373897552490234], [-76.56250762939453, 36.34056854248047]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.55247497558594], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.5098876953125], [-77.91692352294922, 36.50063705444336], [-77.93013763427734, 36.35298538208008], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.21350860595703], [-78.13471984863281, 36.2365837097168], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672}, "type": "Feature"}, {"bbox": [-80.45301055908203, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908203, 36.25708770751953], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941406], [-80.02405548095703, 36.54502487182617], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100586, -79.14432525634766, 36.549781799316406], "geometry": {"coordinates": [[[-79.53050994873047, 36.24613571166992], [-79.51029968261719, 36.54765701293945], [-79.2170639038086, 36.549781799316406], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100586], [-79.25849914550781, 36.235687255859375], [-79.53050994873047, 36.24613571166992]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.23615646362305, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.24613571166992], [-79.53057861328125, 36.23615646362305], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.54502487182617], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293945], [-79.53050994873047, 36.24613571166992]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397461, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341797], [-78.78841400146484, 36.06218338012695], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237305], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658203, 36.52385711669922], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149414], [-78.54802703857422, 36.01412582397461], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341797]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100586], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.162174224853516, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658203, 36.52385711669922], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.225181579589844], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.162174224853516], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.5098876953125], "geometry": {"coordinates": [[[-77.33220672607422, 36.0679817199707], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.996063232421875], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.02638244628906], [-77.52513122558594, 36.03538513183594], [-77.53585815429688, 36.055572509765625], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.146602630615234], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.13581848144531], [-77.8868408203125, 36.144439697265625], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.177730560302734], [-77.9392318725586, 36.18754959106445], [-77.95586395263672, 36.18375015258789], [-77.97339630126953, 36.18904113769531], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208008], [-77.91692352294922, 36.50063705444336], [-77.90120697021484, 36.5098876953125], [-77.74940490722656, 36.47357177734375], [-77.6988754272461, 36.47895812988281], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.40635681152344], [-77.55968475341797, 36.375946044921875], [-77.580078125, 36.328269958496094], [-77.57195281982422, 36.31449508666992], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419922], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.25581741333008], [-77.37862396240234, 36.24008560180664], [-77.38903045654297, 36.203102111816406], [-77.33499145507812, 36.1828498840332], [-77.30947875976562, 36.16276550292969], [-77.29351043701172, 36.16286087036133], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.13068771362305], [-77.25749969482422, 36.118473052978516], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.08744430541992], [-77.33220672607422, 36.0679817199707]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.14768981933594, -76.11270904541016, 36.503902435302734], "geometry": {"coordinates": [[[-76.2989273071289, 36.214229583740234], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.373897552490234], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.503902435302734], [-76.40596771240234, 36.44715881347656], [-76.32136535644531, 36.409645080566406], [-76.30335998535156, 36.391845703125], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.3637580871582], [-76.23853302001953, 36.361228942871094], [-76.21619415283203, 36.32784652709961], [-76.1934814453125, 36.324851989746094], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.296607971191406], [-76.11270904541016, 36.17441940307617], [-76.14193725585938, 36.14768981933594], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.214229583740234]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.034934997558594], [-81.0840835571289, 36.02076721191406], [-81.12406158447266, 36.03128433227539], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442383], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.037567138671875], [-81.39814758300781, 36.05605697631836], [-81.42963409423828, 36.0656623840332], [-81.45443725585938, 36.08305740356445], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.111392974853516], [-81.49932098388672, 36.13603591918945], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317383], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946289], [-81.36569213867188, 36.33905029296875], [-81.36137390136719, 36.3531608581543], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470703], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.417625427246094], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.4228515625], [-81.09856414794922, 36.43115234375], [-81.0842514038086, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.354427337646484], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.233882904052734], [-80.87741088867188, 36.052406311035156], [-80.98895263671875, 36.053348541259766], [-81.02056884765625, 36.034934997558594]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205078, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205078], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.18147277832031], [-81.88519287109375, 36.188636779785156], [-81.89856719970703, 36.198856353759766], [-81.90656280517578, 36.221866607666016], [-81.89399719238281, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.329341888427734], [-81.70945739746094, 36.33372497558594], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.27359390258789], [-81.54084014892578, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918945], [-81.54610443115234, 36.111392974853516], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205078]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.373897552490234], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884766, 36.27772903442383], [-76.56250762939453, 36.34056854248047], [-76.4603500366211, 36.373897552490234], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.214229583740234], [-76.27550506591797, 36.11037063598633], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.00716781616211, -76.42042541503906, 36.34056854248047], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658203], [-76.60424041748047, 36.31498336791992], [-76.56250762939453, 36.34056854248047], [-76.57108306884766, 36.27772903442383], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.0586051940918], [-76.52301025390625, 36.00716781616211], [-76.59400177001953, 36.0101318359375], [-76.64901733398438, 36.06570816040039], [-76.63320922851562, 36.03711700439453], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.035526275634766], [-82.0777587890625, 36.10013961791992], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.26332092285156], [-81.9111557006836, 36.29075241088867], [-81.89399719238281, 36.26698303222656], [-81.90656280517578, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.188636779785156], [-81.8502426147461, 36.18147277832031], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205078], [-81.73226928710938, 36.058475494384766], [-81.80278778076172, 35.960330963134766], [-81.85987091064453, 35.970340728759766], [-81.88081359863281, 35.989524841308594], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.982513427734375], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.04326629638672, -80.44081115722656, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.04326629638672], [-80.6895751953125, 36.04547882080078], [-80.87741088867188, 36.052406311035156], [-80.87438201904297, 36.233882904052734], [-80.78269958496094, 36.24857711791992], [-80.76629638671875, 36.261837005615234], [-80.7525634765625, 36.258296966552734], [-80.73436737060547, 36.2647590637207], [-80.72403717041016, 36.25847244262695], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939453], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.26827621459961], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991211], [-80.45634460449219, 36.242557525634766], [-80.44081115722656, 36.219486236572266], [-80.44480895996094, 36.12330627441406], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.04326629638672]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493164, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493164], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397461], [-78.54585266113281, 36.06808853149414], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.162174224853516], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.225181579589844], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.2365837097168], [-78.10962677001953, 36.21350860595703], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493164]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.25708770751953], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.9901237487793], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617188, 35.98461151123047], [-80.41797637939453, 36.00863265991211], [-80.449951171875, 36.02983856201172], [-80.4648666381836, 36.050193786621094], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.04326629638672], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441406], [-80.44081115722656, 36.219486236572266], [-80.45634460449219, 36.242557525634766], [-80.45301055908203, 36.25708770751953], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.916812896728516], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.23615646362305], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.24613571166992], "geometry": {"coordinates": [[[-79.2461929321289, 35.8681526184082], [-79.23799133300781, 35.83724594116211], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.23615646362305], [-79.53050994873047, 36.24613571166992], [-79.25849914550781, 36.235687255859375], [-79.25977325439453, 36.04789352416992], [-79.27082061767578, 35.90460205078125], [-79.2461929321289, 35.8681526184082]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149414, -76.69376373291016, 36.24098205566406], "geometry": {"coordinates": [[[-76.78306579589844, 35.85923385620117], [-76.81053161621094, 35.881309509277344], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741211], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149414], [-76.9048080444336, 35.86791229248047], [-76.93609619140625, 35.89459991455078], [-76.99073028564453, 35.877838134765625], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955078], [-77.0341796875, 35.91433334350586], [-77.04088592529297, 35.9317512512207], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768555], [-77.18867492675781, 35.93124771118164], [-77.19589233398438, 35.93595504760742], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.0679817199707], [-77.30987548828125, 36.08744430541992], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.118473052978516], [-77.25591278076172, 36.13068771362305], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036133], [-77.29861450195312, 36.21152877807617], [-77.23461151123047, 36.214599609375], [-77.21766662597656, 36.24098205566406], [-77.13007354736328, 36.233463287353516], [-76.9947509765625, 36.23558044433594], [-76.9806900024414, 36.2302360534668], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515625], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.93662643432617], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.88307571411133], [-76.76126098632812, 35.86454391479492], [-76.78306579589844, 35.85923385620117]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.235687255859375], "geometry": {"coordinates": [[[-79.01813507080078, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.2461929321289, 35.8681526184082], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.04789352416992], [-79.25849914550781, 36.235687255859375], [-79.15927124023438, 36.23366928100586], [-78.95108032226562, 36.23383712768555], [-79.01813507080078, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884}, "type": "Feature"}, {"bbox": [-79.01813507080078, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.01813507080078, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237305], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.06218338012695], [-78.7491226196289, 36.06359100341797], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649414], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832031, 35.91447448730469], [-78.80829620361328, 35.919925689697266], [-78.82795715332031, 35.8602294921875], [-78.90571594238281, 35.86051559448242], [-79.01813507080078, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.72511291503906, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.72511291503906], [-78.20561981201172, 35.72539520263672], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493164], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769531], [-77.95586395263672, 36.18375015258789], [-77.9392318725586, 36.18754959106445], [-77.92240142822266, 36.177730560302734], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.144439697265625], [-77.8113021850586, 36.13581848144531], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.854496002197266], [-77.84492492675781, 35.835575103759766], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.72511291503906]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.14701461791992], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637695], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.900272369384766], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828125], [-82.19577026367188, 35.9473762512207], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.003875732421875], [-82.24061584472656, 35.98420333862305], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439453], [-82.34449768066406, 36.07024002075195], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.0753173828125], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.14701461791992], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.096256256103516], [-82.0777587890625, 36.10013961791992], [-82.06232452392578, 36.035526275634766], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.872474670410156], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637695]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.146602630615234], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748047, 35.73954772949219], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.854496002197266], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.146602630615234], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429688, 36.055572509765625], [-77.52513122558594, 36.03538513183594], [-77.46397399902344, 36.02638244628906], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.996063232421875], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074219], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279297], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.79505920410156], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.77993392944336], [-81.56025695800781, 35.775447845458984], [-81.59336853027344, 35.81312561035156], [-81.70182800292969, 35.868797302246094], [-81.74844360351562, 35.92075729370117], [-81.77347564697266, 35.922203063964844], [-81.77568817138672, 35.943946838378906], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.058475494384766], [-81.80622100830078, 36.10456085205078], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.111392974853516], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.08305740356445], [-81.42963409423828, 36.0656623840332], [-81.39814758300781, 36.05605697631836], [-81.38871002197266, 36.037567138671875], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.9892463684082], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.79505920410156]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057617], [-82.34185028076172, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131836], [-82.48709106445312, 35.904884338378906], [-82.48394775390625, 35.947608947753906], [-82.5069351196289, 35.97254180908203], [-82.4751968383789, 35.9931755065918], [-82.4084243774414, 36.0753173828125], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075195], [-82.34026336669922, 36.02539825439453], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862305], [-82.23210144042969, 36.003875732421875], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.9473762512207], [-82.18460845947266, 35.93487548828125], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.900272369384766], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637695], [-82.15459442138672, 35.798370361328125], [-82.16429138183594, 35.76052474975586], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.0679817199707], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.759090423583984], [-77.2645034790039, 35.782779693603516], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074219], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.0679817199707], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.93595504760742], [-77.18867492675781, 35.93124771118164], [-77.09001159667969, 35.92524337768555], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.9317512512207], [-77.0341796875, 35.91433334350586], [-77.0483169555664, 35.85749053955078], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.877838134765625], [-76.93609619140625, 35.89459991455078], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149414], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741211], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.881309509277344], [-76.78306579589844, 35.85923385620117], [-76.80667877197266, 35.81084060668945], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386719], [-76.83831024169922, 35.7054557800293], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260742, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.578857421875], [-78.99880981445312, 35.601322174072266], [-78.93888854980469, 35.761444091796875], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448242], [-78.82795715332031, 35.8602294921875], [-78.80829620361328, 35.919925689697266], [-78.76350402832031, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649414], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341797], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397461], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493164], [-78.4776382446289, 35.695613861083984], [-78.70321655273438, 35.51993942260742], [-78.92107391357422, 35.578857421875]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.673561096191406, -82.40581512451172, 36.05434036254883], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.947425842285156], [-82.80867004394531, 35.92087173461914], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.98750305175781], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.05172348022461], [-82.62804412841797, 36.05434036254883], [-82.60440063476562, 36.04298782348633], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760742], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908203], [-82.48394775390625, 35.947608947753906], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131836], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.684906005859375], [-82.84326934814453, 35.69172668457031], [-82.88111114501953, 35.673561096191406], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339844], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939453, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461914, -80.6895751953125, 36.053348541259766], "geometry": {"coordinates": [[[-80.72651672363281, 35.507568359375], [-80.77622985839844, 35.50680923461914], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064453, 35.54356384277344], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665039], [-81.05477905273438, 35.713401794433594], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700195], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413086], [-81.02056884765625, 36.034934997558594], [-80.98895263671875, 36.053348541259766], [-80.87741088867188, 36.052406311035156], [-80.6895751953125, 36.04547882080078], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.507568359375]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361328, -80.36170959472656, 36.050193786621094], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361328], [-80.48869323730469, 35.77561569213867], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560547], [-80.63494110107422, 35.84025955200195], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080078], [-80.49554443359375, 36.04326629638672], [-80.484130859375, 36.03832244873047], [-80.4648666381836, 36.050193786621094], [-80.449951171875, 36.02983856201172], [-80.41797637939453, 36.00863265991211], [-80.41159057617188, 35.98461151123047], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.85857009887695], [-80.38643646240234, 35.84541320800781], [-80.3954849243164, 35.83948516845703], [-80.41480255126953, 35.84486389160156], [-80.42607116699219, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.82247543334961], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933594], [-80.45677185058594, 35.74579620361328]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700195, -80.99534606933594, 36.034934997558594], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700195], [-81.12728118896484, 35.78896713256836], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.79505920410156], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.9892463684082], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442383], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227539], [-81.0840835571289, 36.02076721191406], [-81.02056884765625, 36.034934997558594], [-80.99534606933594, 35.97707748413086], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700195]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.50511932373047, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.50511932373047], [-80.20921325683594, 35.57451248168945], [-80.251220703125, 35.62480163574219], [-80.28578186035156, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361328], [-80.45064544677734, 35.76487731933594], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.82247543334961], [-80.44650268554688, 35.830684661865234], [-80.42607116699219, 35.83030700683594], [-80.41480255126953, 35.84486389160156], [-80.3954849243164, 35.83948516845703], [-80.38643646240234, 35.84541320800781], [-80.38650512695312, 35.85857009887695], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.9901237487793], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.916812896728516], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.55329895019531, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069336], [-81.97529602050781, 35.81827926635742], [-81.9329833984375, 35.827598571777344], [-81.90625762939453, 35.84799575805664], [-81.9062271118164, 35.89201354980469], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.982513427734375], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.989524841308594], [-81.85987091064453, 35.970340728759766], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.943946838378906], [-81.77347564697266, 35.922203063964844], [-81.74844360351562, 35.92075729370117], [-81.70182800292969, 35.868797302246094], [-81.59336853027344, 35.81312561035156], [-81.56025695800781, 35.775447845458984], [-81.45714569091797, 35.77993392944336], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.697509765625], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964844, 35.55329895019531], [-81.68431854248047, 35.56543731689453], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317383, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317383], [-76.63381958007812, 35.7030029296875], [-76.83831024169922, 35.7054557800293], [-76.82595825195312, 35.75688171386719], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668945], [-76.78306579589844, 35.85923385620117], [-76.76126098632812, 35.86454391479492], [-76.7417221069336, 35.88307571411133], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.40946960449219, 35.97746658325195], [-76.3714828491211, 35.932342529296875], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669922], [-76.40843200683594, 35.69911575317383]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.60438919067383], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.6116943359375], [-76.27344512939453, 35.68949890136719], [-76.40843200683594, 35.69911575317383], [-76.40869903564453, 35.78948211669922], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.932342529296875], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.962913513183594], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.75680160522461], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.519004821777344, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.5650634765625], [-81.84027099609375, 35.5372428894043], [-81.86215209960938, 35.530548095703125], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.54597473144531], [-82.03618621826172, 35.528587341308594], [-82.11675262451172, 35.519004821777344], [-82.17070770263672, 35.528465270996094], [-82.26800537109375, 35.5688591003418], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296875], [-82.28424072265625, 35.6389045715332], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975586], [-82.15459442138672, 35.798370361328125], [-82.11885070800781, 35.81853103637695], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.872474670410156], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980469], [-81.90625762939453, 35.84799575805664], [-81.9329833984375, 35.827598571777344], [-81.97529602050781, 35.81827926635742], [-81.985595703125, 35.79995346069336], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.916812896728516], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894531], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.916812896728516], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894531]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.8681526184082], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.83724594116211], [-79.2461929321289, 35.8681526184082], [-79.09536743164062, 35.85394287109375], [-79.01813507080078, 35.85786437988281], [-78.90571594238281, 35.86051559448242], [-78.9444351196289, 35.77011489868164], [-78.93888854980469, 35.761444091796875], [-78.99880981445312, 35.601322174072266], [-78.92107391357422, 35.578857421875], [-78.9744873046875, 35.517154693603516], [-79.03849792480469, 35.549461364746094], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.530277252197266], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.54270553588867], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814453, 35.52198028564453], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.854496002197266], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089844], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.709293365478516], [-78.18692779541016, 35.72511291503906], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.835575103759766], [-77.83014678955078, 35.854496002197266], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748047, 35.73954772949219], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.57599639892578], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975586, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975586], [-80.72651672363281, 35.507568359375], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.84025955200195], [-80.60755920410156, 35.82225799560547], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.77561569213867], [-80.45677185058594, 35.74579620361328], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035156, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.57451248168945], [-80.1819076538086, 35.50511932373047], [-80.2982406616211, 35.49489974975586]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254883], [-77.50456237792969, 35.484832763671875], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506836], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.525726318359375], [-77.56464385986328, 35.53194046020508], [-77.6341323852539, 35.587825775146484], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279297], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.782779693603516], [-77.26081848144531, 35.759090423583984], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.71446228027344], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003906], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883789], [-77.15205383300781, 35.6198844909668], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981445], [-77.10376739501953, 35.55018615722656], [-77.14739990234375, 35.54758834838867], [-77.17221069335938, 35.51912307739258], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.35011291503906], [-77.2938003540039, 35.37395095825195], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.329261779785156], [-77.4014892578125, 35.342769622802734], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254883]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.54356384277344, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064453, 35.54356384277344], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.697509765625], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.79505920410156], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256836], [-81.10888671875, 35.77190017700195], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.713401794433594], [-81.00357818603516, 35.69705581665039], [-80.9312744140625, 35.619590759277344], [-80.96143341064453, 35.54356384277344]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.418033599853516, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916992], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.43842315673828], [-82.61868286132812, 35.43767547607422], [-82.66898345947266, 35.45516586303711], [-82.71415710449219, 35.439151763916016], [-82.74388885498047, 35.418033599853516], [-82.7808837890625, 35.441688537597656], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.6131477355957], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.673561096191406], [-82.84326934814453, 35.69172668457031], [-82.80562591552734, 35.684906005859375], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076172, 35.76350784301758], [-82.32184600830078, 35.73984909057617], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.6389045715332], [-82.26534271240234, 35.61248779296875], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.5688591003418], [-82.17070770263672, 35.528465270996094], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.46815490722656], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493164], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.446414947509766], [-78.6887435913086, 35.50752639770508], [-78.70896911621094, 35.514102935791016], [-78.70321655273438, 35.51993942260742], [-78.4776382446289, 35.695613861083984], [-78.25454711914062, 35.81552505493164], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263672], [-78.18692779541016, 35.72511291503906], [-78.16180419921875, 35.709293365478516], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089844], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.428993225097656], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.339599609375], [-78.20903778076172, 35.339176177978516], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.418033599853516], [-82.83323669433594, 35.31557083129883], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.389930725097656], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.446327209472656], [-83.12823486328125, 35.45661544799805], [-83.14237213134766, 35.48439407348633], [-83.181396484375, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.582820892333984], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.700706481933594], [-83.24385070800781, 35.71821594238281], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.7626838684082], [-83.1181869506836, 35.76380920410156], [-83.0599594116211, 35.78257751464844], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339844], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.673561096191406], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.6131477355957], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.441688537597656], [-82.74388885498047, 35.418033599853516]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.18982696533203, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.22519302368164], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.22519302368164]]], [[[-75.89149475097656, 35.63126754760742], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569336], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.923519134521484], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.6651725769043], [-75.779052734375, 35.57868576049805], [-75.89149475097656, 35.63126754760742]]], [[[-75.49121856689453, 35.67049789428711], [-75.53362274169922, 35.768856048583984], [-75.45697784423828, 35.61739730834961], [-75.52629852294922, 35.2279167175293], [-75.7492904663086, 35.18982696533203], [-75.69156646728516, 35.234989166259766], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666992], [-75.49121856689453, 35.67049789428711]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722656], [-77.11939239501953, 35.58549880981445], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.6198844909668], [-77.1746826171875, 35.63541030883789], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003906], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.71446228027344], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.7054557800293], [-76.63381958007812, 35.7030029296875], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.635066986083984], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.52033615112305], [-76.62876892089844, 35.437896728515625], [-76.70537567138672, 35.41193389892578], [-77.10376739501953, 35.55018615722656]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.51912307739258], [-77.14739990234375, 35.54758834838867], [-77.10376739501953, 35.55018615722656], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.272220611572266, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.31934356689453], [-83.4246826171875, 35.3153190612793], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.272220611572266], [-83.6900863647461, 35.28778076171875], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.33403396606445], [-83.59888458251953, 35.36236572265625], [-83.58038330078125, 35.401084899902344], [-83.58671569824219, 35.42768859863281], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341797], [-83.9300765991211, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.51058578491211], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.564971923828125], [-83.61386108398438, 35.571739196777344], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.5972785949707], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734375], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.582820892333984], [-83.15702056884766, 35.55166244506836], [-83.181396484375, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.31934356689453]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.401798248291016], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.587825775146484], [-77.56464385986328, 35.53194046020508], [-77.54957580566406, 35.525726318359375], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506836], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.484832763671875], [-77.47388458251953, 35.42152786254883], [-77.49467468261719, 35.40744400024414], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.366485595703125], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623047], [-77.69841766357422, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991211], [-79.28472900390625, 35.39280700683594], [-79.3031997680664, 35.40880584716797], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.444820404052734], [-79.36248779296875, 35.47041320800781], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814453, 35.52198028564453], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.54270553588867], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.530277252197266], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.549461364746094], [-78.9744873046875, 35.517154693603516], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.18828201293945], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546875], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.2582778930664, 35.39335632324219], [-82.27872467041016, 35.43564224243164], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.46815490722656], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.528465270996094], [-82.11675262451172, 35.519004821777344], [-82.03618621826172, 35.528587341308594], [-82.00160217285156, 35.54597473144531], [-81.96704864501953, 35.52158737182617], [-81.86215209960938, 35.530548095703125], [-81.84027099609375, 35.5372428894043], [-81.83189392089844, 35.5650634765625], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689453], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.254173278808594], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.1831169128418], [-81.97144317626953, 35.18828201293945]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.182289123535156], [-78.16517639160156, 35.19321823120117], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.339176177978516], [-78.17745971679688, 35.339599609375], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.428993225097656], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.57599639892578], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.401798248291016], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.342350006103516], [-77.83657836914062, 35.1717414855957], [-77.8876724243164, 35.154964447021484], [-77.89415740966797, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.164024353027344], [-78.00215911865234, 35.18647766113281], [-78.03650665283203, 35.185691833496094], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.182289123535156]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.578857421875], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794922], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.22993469238281], [-78.91258239746094, 35.22246551513672], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.213043212890625], [-79.16909790039062, 35.23590087890625], [-79.2166519165039, 35.26527786254883], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.517154693603516], [-78.92107391357422, 35.578857421875], [-78.70321655273438, 35.51993942260742], [-78.70896911621094, 35.514102935791016], [-78.6887435913086, 35.50752639770508], [-78.62317657470703, 35.446414947509766], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.28657531738281], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.1628532409668, -81.3114242553711, 35.56543731689453], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.1628532409668], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.254173278808594], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689453], [-81.64390563964844, 35.55329895019531], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.5464973449707], [-81.5155029296875, 35.52142333984375], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.327301025390625], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.27510452270508], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984375], [-81.5069580078125, 35.5464973449707], [-81.52364349365234, 35.56126022338867], [-80.96143341064453, 35.54356384277344], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.45112991333008], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290039, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290039], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540039], [-83.14820098876953, 35.09138107299805], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.139217376708984], [-83.21793365478516, 35.158992767333984], [-83.22003936767578, 35.22252655029297], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.221771240234375], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.31934356689453], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.181396484375, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.45661544799805], [-83.08771514892578, 35.446327209472656], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.389930725097656], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.2279052734375], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211914], [-82.9820785522461, 35.127506256103516], [-83.05208587646484, 35.0634765625], [-83.04385375976562, 35.040069580078125], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290039]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.037357330322266, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790039], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894531], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.47041320800781], [-79.33109283447266, 35.444820404052734], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.40880584716797], [-79.28472900390625, 35.39280700683594], [-79.26432037353516, 35.34457015991211], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254883], [-79.16909790039062, 35.23590087890625], [-79.14683532714844, 35.213043212890625], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.17680740356445], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.17354965209961], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.037357330322266], [-79.49506378173828, 35.06250762939453], [-79.55290222167969, 35.06410598754883], [-79.5741958618164, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.14903259277344], [-81.00727844238281, 35.16324996948242], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.34867477416992], [-80.93775939941406, 35.364925384521484], [-80.98292541503906, 35.36909484863281], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.45112991333008], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461914], [-80.77538299560547, 35.47957229614258], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734375], [-80.6594467163086, 35.26467514038086], [-80.53964233398438, 35.20581817626953], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.0281982421875], [-80.84016418457031, 35.002017974853516], [-80.89471435546875, 35.05973434448242], [-80.92779541015625, 35.10124969482422], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484375], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.507568359375], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.20581817626953], [-80.6594467163086, 35.26467514038086], [-80.68998718261719, 35.34075927734375], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614258], [-80.77622985839844, 35.50680923461914], [-80.72651672363281, 35.507568359375], [-80.2982406616211, 35.49489974975586], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.210609436035156], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.13658142089844, -79.60746765136719, 35.50593566894531], "geometry": {"coordinates": [[[-80.0714111328125, 35.15074157714844], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.366371154785156], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.464359283447266], [-80.16207122802734, 35.4747428894043], [-80.1819076538086, 35.50511932373047], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894531], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790039], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663086], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207031], [-79.83631896972656, 35.17380142211914], [-79.90946197509766, 35.15571975708008], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.137142181396484], [-80.06517791748047, 35.13658142089844], [-80.0714111328125, 35.15074157714844]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.50511932373047], "geometry": {"coordinates": [[[-80.0714111328125, 35.15074157714844], [-80.11027526855469, 35.1938362121582], [-80.1316146850586, 35.17111587524414], [-80.1546859741211, 35.176082611083984], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.1678581237793], [-80.21988677978516, 35.159183502197266], [-80.24758911132812, 35.204524993896484], [-80.26109313964844, 35.20404052734375], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.17391586303711], [-80.34872436523438, 35.17067337036133], [-80.3729476928711, 35.17786407470703], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.16859436035156], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.18291091918945], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.210609436035156], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975586], [-80.1819076538086, 35.50511932373047], [-80.16207122802734, 35.4747428894043], [-80.1163101196289, 35.464359283447266], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.366371154785156], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.15074157714844]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916992], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.1849479675293], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.267578125], [-82.60810089111328, 35.29306411743164], [-82.74388885498047, 35.418033599853516], [-82.71415710449219, 35.439151763916016], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607422], [-82.56393432617188, 35.43842315673828], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916992], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243164], [-82.2582778930664, 35.39335632324219], [-82.31555938720703, 35.30961608886719], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.18272399902344], [-82.38961029052734, 35.2082405090332], [-82.43791961669922, 35.169559478759766], [-82.46674346923828, 35.173500061035156], [-82.5246353149414, 35.15456008911133], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504}, "type": "Feature"}, {"bbox": [-84.0308609008789, 35.21538162231445, -83.58038330078125, 35.46202850341797], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582031], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.248661041259766], [-83.83686065673828, 35.24674987792969], [-83.9216537475586, 35.21896743774414], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.23250198364258], [-84.00389099121094, 35.262088775634766], [-84.0308609008789, 35.29252243041992], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.372859954833984], [-84.01264953613281, 35.407623291015625], [-83.95470428466797, 35.45545959472656], [-83.9300765991211, 35.44901657104492], [-83.87989044189453, 35.46202850341797], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863281], [-83.58038330078125, 35.401084899902344], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.33403396606445], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171875], [-83.67919158935547, 35.272220611572266], [-83.69563293457031, 35.25080871582031]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918}, "type": "Feature"}, {"bbox": [-77.83657836914062, 35.00083541870117, -77.38616180419922, 35.42152786254883], "geometry": {"coordinates": [[[-77.83657836914062, 35.1717414855957], [-77.83006286621094, 35.342350006103516], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357422, 35.36981964111328], [-77.6844711303711, 35.34593963623047], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.366485595703125], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.49467468261719, 35.40744400024414], [-77.47388458251953, 35.42152786254883], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.342769622802734], [-77.38616180419922, 35.329261779785156], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.25983810424805], [-77.4740982055664, 35.22719192504883], [-77.52831268310547, 35.23969650268555], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.14488220214844], [-77.59949493408203, 35.07086944580078], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211914], [-77.7641372680664, 35.12861251831055], [-77.83657836914062, 35.1717414855957]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.418033599853516], "geometry": {"coordinates": [[[-82.8876953125, 35.05537033081055], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.040069580078125], [-83.05208587646484, 35.0634765625], [-82.9820785522461, 35.127506256103516], [-82.99058532714844, 35.15817642211914], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.2279052734375], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.31557083129883], [-82.74388885498047, 35.418033599853516], [-82.60810089111328, 35.29306411743164], [-82.61061096191406, 35.267578125], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.1849479675293], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487305], [-82.68605041503906, 35.121463775634766], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.09123229980469], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.05537033081055]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.14903259277344, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.27510452270508], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.327301025390625], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.36909484863281], [-80.93775939941406, 35.364925384521484], [-80.92627716064453, 35.34867477416992], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948242], [-81.02396392822266, 35.14903259277344], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277344, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.1931266784668], [-82.27832794189453, 35.19500732421875], [-82.32077026367188, 35.18418884277344], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886719], [-82.2582778930664, 35.39335632324219], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546875], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.18828201293945], [-82.21017456054688, 35.1931266784668]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.31934356689453], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290039], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.035762786865234], [-83.56204223632812, 35.05594253540039], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793945], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.21443557739258], [-83.69563293457031, 35.25080871582031], [-83.67919158935547, 35.272220611572266], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.3153190612793], [-83.33181762695312, 35.31934356689453], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.221771240234375], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.22252655029297], [-83.21793365478516, 35.158992767333984], [-83.1934814453125, 35.139217376708984], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.09138107299805], [-83.14505767822266, 35.08328628540039], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290039]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.55375289916992, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.720985412597656], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.677154541015625], [-78.25680541992188, 34.55375289916992], [-78.27461242675781, 34.581275939941406], [-78.30590057373047, 34.6053581237793], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.6358528137207], [-78.32234191894531, 34.645572662353516], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444336], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.855106353759766], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.9434700012207], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.071468353271484], [-78.65815734863281, 35.09362030029297], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490234, 35.189727783203125], [-78.6327133178711, 35.19729995727539], [-78.63528442382812, 35.21095275878906], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.28657531738281], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.19321823120117], [-78.16319274902344, 35.182289123535156], [-78.17028045654297, 35.09748458862305], [-78.15524291992188, 35.06819152832031], [-78.14298248291016, 34.90132522583008], [-78.19544982910156, 34.74362564086914], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.71134567260742], [-78.11376953125, 34.720985412597656]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604492, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.07003402709961], [-76.94422912597656, 35.09972381591797], [-76.9898910522461, 35.15404510498047], [-76.97233581542969, 35.15677261352539], [-76.96660614013672, 35.187965393066406], [-76.94743347167969, 35.21699142456055], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.2487678527832], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.1385612487793], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604492], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.07003402709961]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041992], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618164], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.240989685058594], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.0308609008789, 35.29252243041992], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.23250198364258], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774414], [-83.83686065673828, 35.24674987792969], [-83.79187774658203, 35.248661041259766], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582031], [-83.69669342041016, 35.21443557739258], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.14806365966797], [-83.8538818359375, 35.12579345703125], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.989009857177734], [-84.2910385131836, 35.21054458618164]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.827423095703125, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.855106353759766], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.8962631225586, 34.830902099609375], [-78.91255187988281, 34.827423095703125], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805664], [-79.03360748291016, 34.95382308959961], [-79.09431457519531, 35.03785705566406], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.17680740356445], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513672], [-78.88601684570312, 35.22993469238281], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794922], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.21095275878906], [-78.6327133178711, 35.19729995727539], [-78.64522552490234, 35.189727783203125], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863281, 35.09362030029297], [-78.66641235351562, 35.071468353271484], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.9434700012207], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.855106353759766]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.23969650268555], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777344], [-77.07313537597656, 34.8154411315918], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425781, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.83550262451172], [-77.22299194335938, 34.8845100402832], [-77.2854232788086, 34.9264030456543], [-77.33513641357422, 34.93254089355469], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.96672439575195], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.07086944580078], [-77.5330581665039, 35.14488220214844], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.23969650268555], [-77.4740982055664, 35.22719192504883], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535156], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173828], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.024261474609375], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923}, "type": "Feature"}, {"bbox": [-80.84016418457031, 34.814762115478516, -80.2751235961914, 35.20581817626953], "geometry": {"coordinates": [[[-80.84016418457031, 35.002017974853516], [-80.7972183227539, 35.0281982421875], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.20581817626953], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.18291091918945], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.16859436035156], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.17786407470703], [-80.34872436523438, 35.17067337036133], [-80.32567596435547, 35.17391586303711], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.81522750854492], [-80.80006408691406, 34.81611251831055], [-80.78565216064453, 34.94063949584961], [-80.84016418457031, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734375], [-80.24758911132812, 35.204524993896484], [-80.21988677978516, 35.159183502197266], [-80.19010162353516, 35.1678581237793], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.176082611083984], [-80.1316146850586, 35.17111587524414], [-80.11027526855469, 35.1938362121582], [-80.0714111328125, 35.15074157714844], [-80.06517791748047, 35.13658142089844], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326172], [-79.94491577148438, 35.11533737182617], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.106693267822266], [-79.90843200683594, 35.07899475097656], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.967716217041016], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279297], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680664, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.835609436035156], [-79.36067962646484, 34.94470977783203], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.037357330322266], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.17354965209961], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.17680740356445], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566406], [-79.03360748291016, 34.95382308959961], [-79.18185424804688, 34.83188247680664], [-79.34030151367188, 34.835609436035156]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.7030029296875], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.635066986083984], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.7030029296875], [-76.40843200683594, 35.69911575317383], [-76.27344512939453, 35.68949890136719], [-76.2976303100586, 35.6116943359375], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.60438919067383], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569336], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760742], [-76.052978515625, 35.41460418701172], [-76.1816177368164, 35.34153366088867], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.450199127197266], [-76.45843505859375, 35.504425048828125], [-76.44652557373047, 35.550865173339844], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449219], [-75.76370239257812, 35.192283630371094], [-75.81153869628906, 35.16402053833008], [-75.90394592285156, 35.13249206542969], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.71100616455078, -77.65526580810547, 35.18647766113281], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.71100616455078], [-77.9393081665039, 34.71940612792969], [-77.98915100097656, 34.71709442138672], [-78.01736450195312, 34.72893142700195], [-78.11376953125, 34.720985412597656], [-78.13581848144531, 34.71134567260742], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086914], [-78.14298248291016, 34.90132522583008], [-78.15524291992188, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.182289123535156], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.185691833496094], [-78.00215911865234, 35.18647766113281], [-77.96392822265625, 35.164024353027344], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966797, 35.14418029785156], [-77.8876724243164, 35.154964447021484], [-77.83657836914062, 35.1717414855957], [-77.7641372680664, 35.12861251831055], [-77.75160217285156, 35.09567642211914], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.96672439575195], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.80525588989258, -79.45536041259766, 35.17380142211914], "geometry": {"coordinates": [[[-79.68595886230469, 34.80525588989258], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279297], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.967716217041016], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.07899475097656], [-79.9151382446289, 35.106693267822266], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.11533737182617], [-79.97528076171875, 35.09673309326172], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.13658142089844], [-80.01068115234375, 35.137142181396484], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708008], [-79.83631896972656, 35.17380142211914], [-79.75984191894531, 35.16731262207031], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663086], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.5741958618164, 35.073265075683594], [-79.55290222167969, 35.06410598754883], [-79.49506378173828, 35.06250762939453], [-79.45536041259766, 35.037357330322266], [-79.54710388183594, 35.00006103515625], [-79.57304382324219, 34.97836685180664], [-79.58052062988281, 34.94478988647461], [-79.56558990478516, 34.907501220703125], [-79.6219253540039, 34.849571228027344], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663086], [-79.68595886230469, 34.80525588989258]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.14806365966797], "geometry": {"coordinates": [[[-83.93799591064453, 34.9893913269043], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703125], [-83.7553939819336, 35.14806365966797], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793945], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540039], [-83.55323791503906, 35.035762786865234], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.9893913269043]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.21699142456055], [-76.96660614013672, 35.187965393066406], [-76.97233581542969, 35.15677261352539], [-76.9898910522461, 35.15404510498047], [-76.94422912597656, 35.09972381591797], [-76.94324493408203, 35.07003402709961], [-77.04788208007812, 35.09215545654297], [-77.10467529296875, 35.08798599243164], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173828], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535156], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.22719192504883], [-77.42964935302734, 35.25983810424805], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.329261779785156], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825195], [-77.26419067382812, 35.35011291503906], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.84827423095703], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.024261474609375], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.052886962890625], [-76.9131088256836, 34.93647003173828], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.037357330322266], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.80525588989258], [-79.66014862060547, 34.81789779663086], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.849571228027344], [-79.56558990478516, 34.907501220703125], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180664], [-79.54710388183594, 35.00006103515625], [-79.45536041259766, 35.037357330322266], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783203], [-79.34030151367188, 34.835609436035156], [-79.34445190429688, 34.808837890625], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.457008361816406, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.457008361816406], [-77.57633209228516, 34.46934509277344], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.96672439575195], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355469], [-77.2854232788086, 34.9264030456543], [-77.22299194335938, 34.8845100402832], [-77.20626831054688, 34.83550262451172], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425781, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.684913635253906], [-77.15660095214844, 34.66063690185547], [-77.53863525390625, 34.457008361816406]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.95382308959961], "geometry": {"coordinates": [[[-78.86450958251953, 34.477195739746094], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.44938278198242], [-78.9753646850586, 34.399166107177734], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635742], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.808837890625], [-79.34030151367188, 34.835609436035156], [-79.18185424804688, 34.83188247680664], [-79.03360748291016, 34.95382308959961], [-78.948486328125, 34.90268325805664], [-78.92862701416016, 34.879798889160156], [-78.91255187988281, 34.827423095703125], [-78.8962631225586, 34.830902099609375], [-78.84170532226562, 34.73500061035156], [-78.8033218383789, 34.68510437011719], [-78.85260009765625, 34.56658172607422], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.477195739746094]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123}, "type": "Feature"}, {"bbox": [-77.16426086425781, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425781, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.8154411315918], [-77.05746459960938, 34.81504821777344], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.84827423095703], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600586], [-76.52977752685547, 34.97463607788086], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.94624710083008], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.975955963134766], [-76.31471252441406, 34.948814392089844], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.698917388916016], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646484, 34.58782958984375], [-76.55514526367188, 34.610660552978516], [-76.53775024414062, 34.613922119140625], [-76.48448181152344, 34.6976318359375], [-76.43229675292969, 34.760684967041016], [-76.37467956542969, 34.812870025634766], [-76.28770446777344, 34.877010345458984], [-76.4692611694336, 34.69328308105469], [-76.54427337646484, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963}, "type": "Feature"}, {"bbox": [-78.8962631225586, 34.36442184448242, -78.169677734375, 34.855106353759766], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.36442184448242], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211914], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229492], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.459197998046875], [-78.86450958251953, 34.477195739746094], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607422], [-78.8033218383789, 34.68510437011719], [-78.84170532226562, 34.73500061035156], [-78.8962631225586, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.855106353759766], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444336], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.645572662353516], [-78.30970001220703, 34.6358528137207], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.6053581237793], [-78.27461242675781, 34.581275939941406], [-78.25680541992188, 34.55375289916992], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.72893142700195], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383789], [-78.13024139404297, 34.3641242980957], [-78.15478515625, 34.36224365234375], [-78.18461608886719, 34.34817123413086], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.55375289916992], [-78.1567611694336, 34.677154541015625], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.720985412597656], [-78.01736450195312, 34.72893142700195], [-77.98915100097656, 34.71709442138672], [-77.9393081665039, 34.71940612792969], [-77.92667388916016, 34.71100616455078], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.46934509277344], [-77.53863525390625, 34.457008361816406], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496094], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.387969970703125], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.37568664550781], [-77.99445343017578, 34.3623161315918], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383789]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291016, -78.15478515625, 34.477195739746094], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291016], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.399166107177734], [-78.95073699951172, 34.44938278198242], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.477195739746094], [-78.83635711669922, 34.459197998046875], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229492], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211914], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.36442184448242], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413086], [-78.15478515625, 34.36224365234375], [-78.26106262207031, 34.21526336669922], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.18672180175781], [-78.42543029785156, 34.138065338134766], [-78.49274444580078, 34.158504486083984], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.03060531616211], [-78.6302719116211, 34.01020050048828], [-78.63471984863281, 33.97797775268555], [-78.65571594238281, 33.948673248291016]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.387969970703125], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675781], [-77.98314666748047, 34.261680603027344], [-78.0002212524414, 34.26788330078125], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383789], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.3623161315918], [-77.97907257080078, 34.37568664550781], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.387969970703125], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.06917953491211], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008789, -77.95852661132812, 34.3641242980957], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291016], [-78.63471984863281, 33.97797775268555], [-78.6302719116211, 34.01020050048828], [-78.58778381347656, 34.03060531616211], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.158504486083984], [-78.42543029785156, 34.138065338134766], [-78.36112213134766, 34.18672180175781], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669922], [-78.15478515625, 34.36224365234375], [-78.13024139404297, 34.3641242980957], [-78.02592468261719, 34.32876968383789], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078125], [-77.98314666748047, 34.261680603027344], [-77.97528076171875, 34.24336242675781], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.91429138183594], [-78.57971954345703, 33.88199234008789], [-78.65571594238281, 33.948673248291016]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_77bde8e6d9e09619e4b364bc8dbb1f38.bindTooltip(\n", + " geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -404,13 +404,13 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_77bde8e6d9e09619e4b364bc8dbb1f38.addTo(map_2addfe1d4b57a304ab6404f2f273b955);\n", + " geo_json_e70a3f6a0aa8d0ad995d5b52d3f8c106.addTo(map_2cd5e3118561f53e0de38f6355f66d71);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 8, @@ -441,14 +441,14 @@ "name": "stderr", "output_type": "stream", "text": [ - "/tmp/ipykernel_610334/4235704840.py:1: FutureWarning: `use_index` defaults to False but will default to True in future. Set True/False directly to control this behavior and silence this warning\n", + "/tmp/ipykernel_616347/4235704840.py:1: FutureWarning: `use_index` defaults to False but will default to True in future. Set True/False directly to control this behavior and silence this warning\n", " w_queen = weights.Queen.from_dataframe(gdf)\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 9, @@ -1096,7 +1096,7 @@ "id": "ea43bd1a-9525-4b5a-8d24-22fc37db423d", "metadata": {}, "source": [ - "So in this case our equality check above happened to be comparing the values for the same $i,j$ observations, but this is not gaurenteed to always be the case. Handling the proper alignment of the ids and the weights was a key motivation for developing the `Graph`." + "So in this case our equality check above happened to be comparing the values for the same $i,j$ observations, but this is not guaranteed to always be the case. Handling the proper alignment of the ids and the weights was a key motivation for developing the `Graph`." ] }, { @@ -1522,7 +1522,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_e8b165cdb2d984516488241737a96de1 {\n", + " #map_4e4cc50555d29d4cafe90d8dcbfd79b9 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -1584,14 +1584,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_e8b165cdb2d984516488241737a96de1" ></div>\n", + " <div class="folium-map" id="map_4e4cc50555d29d4cafe90d8dcbfd79b9" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_e8b165cdb2d984516488241737a96de1 = L.map(\n", - " "map_e8b165cdb2d984516488241737a96de1",\n", + " var map_4e4cc50555d29d4cafe90d8dcbfd79b9 = L.map(\n", + " "map_4e4cc50555d29d4cafe90d8dcbfd79b9",\n", " {\n", " center: [35.235820770263665, -79.89041519165039],\n", " crs: L.CRS.EPSG3857,\n", @@ -1600,79 +1600,79 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_e8b165cdb2d984516488241737a96de1);\n", + " L.control.scale().addTo(map_4e4cc50555d29d4cafe90d8dcbfd79b9);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_e6b111a52ff725fcff2bddb1753d6693 = L.tileLayer(\n", + " var tile_layer_19357033389877fc2230916b2dbb30ed = L.tileLayer(\n", " "https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors \\u0026copy; \\u003ca href=\\"https://carto.com/attributions\\"\\u003eCARTO\\u003c/a\\u003e", "detectRetina": false, "maxNativeZoom": 20, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_e6b111a52ff725fcff2bddb1753d6693.addTo(map_e8b165cdb2d984516488241737a96de1);\n", + " tile_layer_19357033389877fc2230916b2dbb30ed.addTo(map_4e4cc50555d29d4cafe90d8dcbfd79b9);\n", " \n", " \n", - " map_e8b165cdb2d984516488241737a96de1.fitBounds(\n", + " map_4e4cc50555d29d4cafe90d8dcbfd79b9.fitBounds(\n", " [[33.88199234008788, -84.3238525390625], [36.589649200439446, -75.45697784423828]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_71727e0933e912a9e57f71ebdc342c8f_styler(feature) {\n", + " function geo_json_e05a8ca41ab613d20be5e827a7c55cce_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_71727e0933e912a9e57f71ebdc342c8f_highlighter(feature) {\n", + " function geo_json_e05a8ca41ab613d20be5e827a7c55cce_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_71727e0933e912a9e57f71ebdc342c8f_pointToLayer(feature, latlng) {\n", + " function geo_json_e05a8ca41ab613d20be5e827a7c55cce_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_71727e0933e912a9e57f71ebdc342c8f_styler(feature)\n", + " let style = geo_json_e05a8ca41ab613d20be5e827a7c55cce_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_71727e0933e912a9e57f71ebdc342c8f_onEachFeature(feature, layer) {\n", + " function geo_json_e05a8ca41ab613d20be5e827a7c55cce_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_71727e0933e912a9e57f71ebdc342c8f.resetStyle(e.target);\n", + " geo_json_e05a8ca41ab613d20be5e827a7c55cce.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_71727e0933e912a9e57f71ebdc342c8f_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_e05a8ca41ab613d20be5e827a7c55cce_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_71727e0933e912a9e57f71ebdc342c8f = L.geoJson(null, {\n", - " onEachFeature: geo_json_71727e0933e912a9e57f71ebdc342c8f_onEachFeature,\n", + " var geo_json_e05a8ca41ab613d20be5e827a7c55cce = L.geoJson(null, {\n", + " onEachFeature: geo_json_e05a8ca41ab613d20be5e827a7c55cce_onEachFeature,\n", " \n", - " style: geo_json_71727e0933e912a9e57f71ebdc342c8f_styler,\n", - " pointToLayer: geo_json_71727e0933e912a9e57f71ebdc342c8f_pointToLayer,\n", + " style: geo_json_e05a8ca41ab613d20be5e827a7c55cce_styler,\n", + " pointToLayer: geo_json_e05a8ca41ab613d20be5e827a7c55cce_pointToLayer,\n", " });\n", "\n", - " function geo_json_71727e0933e912a9e57f71ebdc342c8f_add (data) {\n", - " geo_json_71727e0933e912a9e57f71ebdc342c8f\n", + " function geo_json_e05a8ca41ab613d20be5e827a7c55cce_add (data) {\n", + " geo_json_e05a8ca41ab613d20be5e827a7c55cce\n", " .addData(data);\n", " }\n", - " geo_json_71727e0933e912a9e57f71ebdc342c8f_add({"bbox": [-84.3238525390625, 33.88199234008788, -75.45697784423828, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.23388290405273, -80.43531036376953, 36.56521224975587], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991212], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.2682762145996], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939452], [-80.6966552734375, 36.259090423583984], [-80.72403717041017, 36.25847244262694], [-80.73436737060547, 36.26475906372071], [-80.7525634765625, 36.25829696655273], [-80.76629638671876, 36.26183700561523], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.23388290405273], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.35442733764648], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671876], [-80.96577453613281, 36.467220306396484], [-80.93354797363283, 36.49831390380859], [-80.9034423828125, 36.56521224975587], [-80.8381576538086, 36.56343841552734], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908205, 36.257087707519524], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852538], "geometry": {"coordinates": [[[[-76.00897216796875, 36.319595336914055], [-76.01734924316406, 36.33773040771483], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.353591918945305], [-76.09508514404297, 36.34891510009766], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.42708587646483], [-76.33025360107422, 36.55605697631837], [-76.12739562988281, 36.55716323852538], [-76.04595947265625, 36.556953430175774], [-76.03321075439453, 36.51437377929687], [-76.091064453125, 36.50356674194335], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623046], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425782], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.259452819824205], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.319595336914055]]], [[[-76.02716827392578, 36.5567169189453], [-75.99866485595703, 36.55665206909179], [-75.91191864013672, 36.542530059814446], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.478015899658196], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.5567169189453]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.225193023681626], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.162765502929695, -77.07530975341798, 36.55628585815428], "geometry": {"coordinates": [[[-77.21766662597656, 36.240982055664055], [-77.23461151123047, 36.21459960937501], [-77.29861450195312, 36.21152877807615], [-77.29351043701172, 36.16286087036132], [-77.30947875976564, 36.162765502929695], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.2031021118164], [-77.37862396240234, 36.24008560180665], [-77.41346740722656, 36.255817413330064], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419921], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.314495086669915], [-77.580078125, 36.32826995849609], [-77.55968475341797, 36.37594604492188], [-77.56041717529297, 36.406356811523445], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988282], [-77.74940490722656, 36.47357177734376], [-77.90120697021484, 36.50988769531249], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.55391693115235], [-77.17735290527344, 36.55628585815428], [-77.1544189453125, 36.526252746582024], [-77.09213256835938, 36.50751876831054], [-77.07530975341798, 36.48351669311524], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.470710754394524], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.240982055664055]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.23023605346679, -76.7074966430664, 36.55628585815428], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.23023605346679], [-76.99475097656251, 36.23558044433594], [-77.13007354736328, 36.23346328735351], [-77.21766662597656, 36.240982055664055], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.470710754394524], [-77.0832748413086, 36.470096588134766], [-77.07530975341798, 36.48351669311524], [-77.09213256835938, 36.50751876831054], [-77.1544189453125, 36.526252746582024], [-77.17735290527344, 36.55628585815428], [-76.92413330078125, 36.554145812988274], [-76.9084243774414, 36.50428390502929], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.419231414794915], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.392444610595696], [-76.74134826660156, 36.315166473388665], [-76.7074966430664, 36.26613235473632], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.169727325439446, -75.95718383789062, 36.55605697631837], "geometry": {"coordinates": [[[-76.00897216796875, 36.319595336914055], [-75.95718383789062, 36.19377136230468], [-75.98133850097656, 36.169727325439446], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.3248519897461], [-76.21619415283203, 36.3278465270996], [-76.23853302001953, 36.36122894287108], [-76.26128387451172, 36.363758087158196], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.39184570312499], [-76.32136535644531, 36.4096450805664], [-76.40596771240234, 36.44715881347657], [-76.49834442138672, 36.50390243530274], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569335], [-76.33025360107422, 36.55605697631837], [-76.16828918457031, 36.42708587646483], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.34891510009766], [-76.04395294189453, 36.353591918945305], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.33773040771483], [-76.00897216796875, 36.319595336914055]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248046], [-76.60424041748048, 36.31498336791992], [-76.6482162475586, 36.31531524658204], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.358329772949226], [-76.92407989501953, 36.392444610595696], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.419231414794915], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.50428390502929], [-76.92413330078125, 36.554145812988274], [-76.921630859375, 36.55415725708007], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.50390243530274], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.37389755249023], [-76.56250762939453, 36.34056854248046]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.552474975585945], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.50988769531249], [-77.91692352294922, 36.50063705444335], [-77.93013763427734, 36.35298538208006], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.213508605957024], [-78.13471984863281, 36.23658370971679], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672}, "type": "Feature"}, {"bbox": [-80.45301055908205, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908205, 36.257087707519524], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941405], [-80.02405548095703, 36.545024871826165], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100587, -79.14432525634766, 36.5497817993164], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.51029968261719, 36.54765701293946], [-79.2170639038086, 36.5497817993164], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100587], [-79.25849914550781, 36.23568725585937], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.236156463623054, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.53057861328125, 36.236156463623054], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.545024871826165], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293946], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397462, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341796], [-78.78841400146484, 36.062183380126946], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237303], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658205, 36.523857116699205], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149415], [-78.54802703857422, 36.01412582397462], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341796]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100587], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.16217422485351, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658205, 36.523857116699205], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.22518157958984], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.16217422485351], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.50988769531249], "geometry": {"coordinates": [[[-77.33220672607422, 36.067981719970696], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.99606323242188], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.026382446289055], [-77.52513122558594, 36.035385131835945], [-77.53585815429689, 36.05557250976563], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.14660263061524], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.135818481445305], [-77.8868408203125, 36.14443969726563], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.17773056030273], [-77.9392318725586, 36.187549591064446], [-77.95586395263672, 36.1837501525879], [-77.97339630126953, 36.18904113769532], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208006], [-77.91692352294922, 36.50063705444335], [-77.90120697021484, 36.50988769531249], [-77.74940490722656, 36.47357177734376], [-77.6988754272461, 36.47895812988282], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.406356811523445], [-77.55968475341797, 36.37594604492188], [-77.580078125, 36.32826995849609], [-77.57195281982422, 36.314495086669915], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419921], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.255817413330064], [-77.37862396240234, 36.24008560180665], [-77.38903045654297, 36.2031021118164], [-77.33499145507812, 36.1828498840332], [-77.30947875976564, 36.162765502929695], [-77.29351043701172, 36.16286087036132], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.130687713623054], [-77.25749969482422, 36.11847305297853], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.087444305419915], [-77.33220672607422, 36.067981719970696]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.147689819335945, -76.11270904541017, 36.50390243530274], "geometry": {"coordinates": [[[-76.2989273071289, 36.21422958374023], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.37389755249023], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.50390243530274], [-76.40596771240234, 36.44715881347657], [-76.32136535644531, 36.4096450805664], [-76.30335998535156, 36.39184570312499], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.363758087158196], [-76.23853302001953, 36.36122894287108], [-76.21619415283203, 36.3278465270996], [-76.1934814453125, 36.3248519897461], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.29660797119139], [-76.11270904541017, 36.174419403076165], [-76.14193725585938, 36.147689819335945], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.21422958374023]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.37389755249023], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884767, 36.277729034423835], [-76.56250762939453, 36.34056854248046], [-76.4603500366211, 36.37389755249023], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.21422958374023], [-76.27550506591797, 36.110370635986314], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.0071678161621, -76.42042541503906, 36.34056854248046], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658204], [-76.60424041748048, 36.31498336791992], [-76.56250762939453, 36.34056854248046], [-76.57108306884767, 36.277729034423835], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.058605194091804], [-76.52301025390625, 36.0071678161621], [-76.59400177001953, 36.01013183593749], [-76.64901733398439, 36.06570816040039], [-76.63320922851562, 36.03711700439454], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.03552627563477], [-82.0777587890625, 36.10013961791991], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.263320922851555], [-81.9111557006836, 36.29075241088867], [-81.89399719238283, 36.26698303222656], [-81.9065628051758, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.18863677978517], [-81.8502426147461, 36.181472778320305], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205079], [-81.73226928710938, 36.05847549438477], [-81.80278778076172, 35.960330963134766], [-81.85987091064455, 35.97034072875976], [-81.88081359863281, 35.9895248413086], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.98251342773438], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.043266296386726, -80.44081115722658, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.043266296386726], [-80.6895751953125, 36.04547882080079], [-80.87741088867188, 36.05240631103516], [-80.87438201904297, 36.23388290405273], [-80.78269958496094, 36.24857711791992], [-80.76629638671876, 36.26183700561523], [-80.7525634765625, 36.25829696655273], [-80.73436737060547, 36.26475906372071], [-80.72403717041017, 36.25847244262694], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939452], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.2682762145996], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991212], [-80.45634460449219, 36.242557525634766], [-80.44081115722658, 36.21948623657227], [-80.44480895996094, 36.12330627441407], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.043266296386726]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493163, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493163], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397462], [-78.54585266113281, 36.06808853149415], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.16217422485351], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.22518157958984], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.23658370971679], [-78.10962677001953, 36.213508605957024], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493163]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.257087707519524], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.99012374877929], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617189, 35.98461151123046], [-80.41797637939453, 36.0086326599121], [-80.449951171875, 36.029838562011726], [-80.46486663818361, 36.0501937866211], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.043266296386726], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441407], [-80.44081115722658, 36.21948623657227], [-80.45634460449219, 36.242557525634766], [-80.45301055908205, 36.257087707519524], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.91681289672851], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.236156463623054], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.246135711669915], "geometry": {"coordinates": [[[-79.24619293212892, 35.86815261840819], [-79.23799133300781, 35.837245941162095], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.236156463623054], [-79.53050994873047, 36.246135711669915], [-79.25849914550781, 36.23568725585937], [-79.25977325439453, 36.047893524169915], [-79.27082061767578, 35.90460205078125], [-79.24619293212892, 35.86815261840819]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149415, -76.69376373291016, 36.240982055664055], "geometry": {"coordinates": [[[-76.78306579589844, 35.859233856201165], [-76.81053161621094, 35.88130950927734], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741212], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149415], [-76.9048080444336, 35.86791229248047], [-76.93609619140626, 35.894599914550774], [-76.99073028564453, 35.87783813476563], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955077], [-77.0341796875, 35.91433334350585], [-77.04088592529297, 35.931751251220696], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768554], [-77.18867492675781, 35.93124771118165], [-77.19589233398438, 35.935955047607415], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.067981719970696], [-77.30987548828125, 36.087444305419915], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.11847305297853], [-77.25591278076172, 36.130687713623054], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036132], [-77.29861450195312, 36.21152877807615], [-77.23461151123047, 36.21459960937501], [-77.21766662597656, 36.240982055664055], [-77.13007354736328, 36.23346328735351], [-76.99475097656251, 36.23558044433594], [-76.9806900024414, 36.23023605346679], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515624], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.936626434326165], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.883075714111335], [-76.76126098632812, 35.864543914794915], [-76.78306579589844, 35.859233856201165]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.23568725585937], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.24619293212892, 35.86815261840819], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.047893524169915], [-79.25849914550781, 36.23568725585937], [-79.15927124023438, 36.23366928100587], [-78.95108032226562, 36.23383712768555], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884}, "type": "Feature"}, {"bbox": [-79.0181350708008, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237303], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.062183380126946], [-78.7491226196289, 36.06359100341796], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649413], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832033, 35.91447448730469], [-78.80829620361328, 35.91992568969726], [-78.82795715332031, 35.86022949218751], [-78.90571594238281, 35.86051559448241], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.725112915039055, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.725112915039055], [-78.20561981201172, 35.72539520263671], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493163], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769532], [-77.95586395263672, 36.1837501525879], [-77.9392318725586, 36.187549591064446], [-77.92240142822266, 36.17773056030273], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.14443969726563], [-77.8113021850586, 36.135818481445305], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.85449600219727], [-77.84492492675781, 35.83557510375976], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.725112915039055]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.147014617919915], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637696], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.90027236938476], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828124], [-82.19577026367188, 35.94737625122071], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.00387573242188], [-82.24061584472656, 35.98420333862304], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439454], [-82.34449768066406, 36.07024002075196], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.075317382812486], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.147014617919915], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.09625625610351], [-82.0777587890625, 36.10013961791991], [-82.06232452392578, 36.03552627563477], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.87247467041016], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637696]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.14660263061524], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748048, 35.73954772949217], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.85449600219727], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.14660263061524], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429689, 36.05557250976563], [-77.52513122558594, 36.035385131835945], [-77.46397399902344, 36.026382446289055], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.99606323242188], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074218], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279296], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.795059204101555], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.779933929443345], [-81.56025695800781, 35.77544784545898], [-81.59336853027344, 35.81312561035157], [-81.70182800292969, 35.86879730224609], [-81.74844360351562, 35.92075729370118], [-81.77347564697266, 35.92220306396484], [-81.77568817138672, 35.94394683837891], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.05847549438477], [-81.80622100830078, 36.10456085205079], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.11139297485351], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.083057403564446], [-81.42963409423828, 36.06566238403319], [-81.39814758300781, 36.05605697631835], [-81.38871002197266, 36.03756713867187], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.989246368408196], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.795059204101555]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057618], [-82.34185028076173, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131837], [-82.48709106445312, 35.904884338378906], [-82.48394775390626, 35.9476089477539], [-82.5069351196289, 35.97254180908204], [-82.4751968383789, 35.993175506591804], [-82.4084243774414, 36.075317382812486], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075196], [-82.34026336669922, 36.02539825439454], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862304], [-82.23210144042969, 36.00387573242188], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.94737625122071], [-82.18460845947266, 35.93487548828124], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.90027236938476], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637696], [-82.15459442138672, 35.79837036132813], [-82.16429138183594, 35.76052474975587], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.067981719970696], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.75909042358398], [-77.2645034790039, 35.78277969360351], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074218], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.067981719970696], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.935955047607415], [-77.18867492675781, 35.93124771118165], [-77.09001159667969, 35.92524337768554], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.931751251220696], [-77.0341796875, 35.91433334350585], [-77.0483169555664, 35.85749053955077], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.87783813476563], [-76.93609619140626, 35.894599914550774], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149415], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741212], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.88130950927734], [-76.78306579589844, 35.859233856201165], [-76.80667877197266, 35.81084060668946], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386718], [-76.83831024169922, 35.70545578002929], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260741, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.57885742187499], [-78.99880981445312, 35.60132217407225], [-78.9388885498047, 35.76144409179687], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448241], [-78.82795715332031, 35.86022949218751], [-78.80829620361328, 35.91992568969726], [-78.76350402832033, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649413], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341796], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397462], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493163], [-78.4776382446289, 35.69561386108399], [-78.70321655273438, 35.51993942260741], [-78.92107391357422, 35.57885742187499]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.6735610961914, -82.40581512451172, 36.05434036254882], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.94742584228515], [-82.80867004394531, 35.920871734619126], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.987503051757805], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.0517234802246], [-82.62804412841797, 36.05434036254882], [-82.60440063476562, 36.04298782348632], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760743], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908204], [-82.48394775390626, 35.9476089477539], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131837], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.68490600585937], [-82.84326934814453, 35.69172668457032], [-82.88111114501953, 35.6735610961914], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339843], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939455, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461913, -80.6895751953125, 36.05334854125976], "geometry": {"coordinates": [[[-80.72651672363281, 35.50756835937499], [-80.77622985839844, 35.50680923461913], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064455, 35.543563842773445], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665038], [-81.05477905273438, 35.71340179443359], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700196], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413087], [-81.02056884765625, 36.0349349975586], [-80.98895263671875, 36.05334854125976], [-80.87741088867188, 36.05240631103516], [-80.6895751953125, 36.04547882080079], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.50756835937499]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361329, -80.36170959472656, 36.0501937866211], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361329], [-80.48869323730469, 35.775615692138665], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560546], [-80.63494110107422, 35.840259552001946], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080079], [-80.49554443359375, 36.043266296386726], [-80.484130859375, 36.03832244873047], [-80.46486663818361, 36.0501937866211], [-80.449951171875, 36.029838562011726], [-80.41797637939453, 36.0086326599121], [-80.41159057617189, 35.98461151123046], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.858570098876946], [-80.38643646240234, 35.845413208007805], [-80.3954849243164, 35.83948516845702], [-80.41480255126953, 35.84486389160155], [-80.4260711669922, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.822475433349595], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933595], [-80.45677185058594, 35.74579620361329]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700196, -80.99534606933594, 36.0349349975586], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700196], [-81.12728118896484, 35.78896713256835], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.795059204101555], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.989246368408196], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442382], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227538], [-81.0840835571289, 36.02076721191407], [-81.02056884765625, 36.0349349975586], [-80.99534606933594, 35.97707748413087], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700196]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.505119323730455, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.505119323730455], [-80.20921325683594, 35.574512481689446], [-80.251220703125, 35.62480163574219], [-80.28578186035158, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361329], [-80.45064544677734, 35.76487731933595], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.822475433349595], [-80.44650268554688, 35.830684661865234], [-80.4260711669922, 35.83030700683594], [-80.41480255126953, 35.84486389160155], [-80.3954849243164, 35.83948516845702], [-80.38643646240234, 35.845413208007805], [-80.38650512695312, 35.858570098876946], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.99012374877929], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.91681289672851], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.5532989501953, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069335], [-81.97529602050781, 35.818279266357415], [-81.9329833984375, 35.82759857177734], [-81.90625762939453, 35.847995758056626], [-81.9062271118164, 35.89201354980468], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.98251342773438], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.9895248413086], [-81.85987091064455, 35.97034072875976], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.94394683837891], [-81.77347564697266, 35.92220306396484], [-81.74844360351562, 35.92075729370118], [-81.70182800292969, 35.86879730224609], [-81.59336853027344, 35.81312561035157], [-81.56025695800781, 35.77544784545898], [-81.45714569091797, 35.779933929443345], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.69750976562499], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964845, 35.5532989501953], [-81.68431854248047, 35.56543731689454], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317382, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317382], [-76.63381958007812, 35.70300292968751], [-76.83831024169922, 35.70545578002929], [-76.82595825195312, 35.75688171386718], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668946], [-76.78306579589844, 35.859233856201165], [-76.76126098632812, 35.864543914794915], [-76.7417221069336, 35.883075714111335], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.4094696044922, 35.97746658325195], [-76.3714828491211, 35.93234252929687], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669921], [-76.40843200683594, 35.69911575317382]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.604389190673835], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.61169433593749], [-76.27344512939453, 35.689498901367195], [-76.40843200683594, 35.69911575317382], [-76.40869903564453, 35.78948211669921], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.93234252929687], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.96291351318359], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.756801605224595], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.51900482177735, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.56506347656249], [-81.84027099609375, 35.537242889404304], [-81.86215209960939, 35.53054809570312], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.545974731445305], [-82.03618621826172, 35.52858734130858], [-82.11675262451172, 35.51900482177735], [-82.17070770263672, 35.52846527099609], [-82.26800537109375, 35.56885910034179], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296876], [-82.28424072265625, 35.638904571533196], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975587], [-82.15459442138672, 35.79837036132813], [-82.11885070800781, 35.81853103637696], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.87247467041016], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980468], [-81.90625762939453, 35.847995758056626], [-81.9329833984375, 35.82759857177734], [-81.97529602050781, 35.818279266357415], [-81.985595703125, 35.79995346069335], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.91681289672851], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894532], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.91681289672851], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894532]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.86815261840819], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.837245941162095], [-79.24619293212892, 35.86815261840819], [-79.09536743164062, 35.85394287109375], [-79.0181350708008, 35.85786437988281], [-78.90571594238281, 35.86051559448241], [-78.9444351196289, 35.77011489868164], [-78.9388885498047, 35.76144409179687], [-78.99880981445312, 35.60132217407225], [-78.92107391357422, 35.57885742187499], [-78.9744873046875, 35.51715469360351], [-79.03849792480469, 35.54946136474609], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.53027725219726], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.542705535888665], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814455, 35.521980285644524], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.85449600219727], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089843], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.70929336547852], [-78.18692779541016, 35.725112915039055], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.83557510375976], [-77.83014678955078, 35.85449600219727], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748048, 35.73954772949217], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.575996398925774], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975585, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975585], [-80.72651672363281, 35.50756835937499], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.840259552001946], [-80.60755920410156, 35.82225799560546], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.775615692138665], [-80.45677185058594, 35.74579620361329], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035158, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.574512481689446], [-80.1819076538086, 35.505119323730455], [-80.2982406616211, 35.49489974975585]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254882], [-77.50456237792969, 35.48483276367187], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506837], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.52572631835937], [-77.56464385986328, 35.531940460205085], [-77.6341323852539, 35.58782577514648], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279296], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.78277969360351], [-77.26081848144531, 35.75909042358398], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.714462280273445], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003907], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883788], [-77.15205383300781, 35.619884490966804], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981446], [-77.10376739501953, 35.55018615722657], [-77.14739990234375, 35.547588348388665], [-77.17221069335938, 35.519123077392585], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.350112915039055], [-77.2938003540039, 35.37395095825196], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.32926177978516], [-77.4014892578125, 35.34276962280273], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254882]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.543563842773445, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064455, 35.543563842773445], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.69750976562499], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.795059204101555], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256835], [-81.10888671875, 35.77190017700196], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.71340179443359], [-81.00357818603516, 35.69705581665038], [-80.9312744140625, 35.619590759277344], [-80.96143341064455, 35.543563842773445]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.41803359985351, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916991], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.438423156738274], [-82.61868286132812, 35.43767547607421], [-82.66898345947266, 35.45516586303711], [-82.7141571044922, 35.43915176391602], [-82.74388885498047, 35.41803359985351], [-82.7808837890625, 35.44168853759765], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.61314773559569], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.6735610961914], [-82.84326934814453, 35.69172668457032], [-82.80562591552734, 35.68490600585937], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076173, 35.76350784301758], [-82.32184600830078, 35.73984909057618], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.638904571533196], [-82.26534271240234, 35.61248779296876], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.56885910034179], [-82.17070770263672, 35.52846527099609], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.468154907226555], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493163], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.44641494750976], [-78.6887435913086, 35.507526397705085], [-78.70896911621094, 35.51410293579101], [-78.70321655273438, 35.51993942260741], [-78.4776382446289, 35.69561386108399], [-78.25454711914062, 35.81552505493163], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263671], [-78.18692779541016, 35.725112915039055], [-78.16180419921875, 35.70929336547852], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089843], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.42899322509765], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.33959960937501], [-78.20903778076172, 35.3391761779785], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.41803359985351], [-82.83323669433594, 35.315570831298814], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.38993072509765], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.44632720947266], [-83.12823486328125, 35.456615447998054], [-83.14237213134766, 35.48439407348633], [-83.18139648437501, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.58282089233399], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.7007064819336], [-83.24385070800781, 35.718215942382805], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.762683868408196], [-83.1181869506836, 35.763809204101555], [-83.0599594116211, 35.782577514648445], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339843], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.6735610961914], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.61314773559569], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.44168853759765], [-82.74388885498047, 35.41803359985351]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.189826965332024, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.225193023681626], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.225193023681626]]], [[[-75.89149475097656, 35.63126754760743], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569335], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.92351913452148], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.66517257690429], [-75.779052734375, 35.57868576049804], [-75.89149475097656, 35.63126754760743]]], [[[-75.49121856689453, 35.6704978942871], [-75.53362274169922, 35.76885604858398], [-75.45697784423828, 35.6173973083496], [-75.52629852294922, 35.227916717529304], [-75.7492904663086, 35.189826965332024], [-75.69156646728516, 35.23498916625976], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666993], [-75.49121856689453, 35.6704978942871]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722657], [-77.11939239501953, 35.58549880981446], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.619884490966804], [-77.1746826171875, 35.63541030883788], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003907], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.714462280273445], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.70545578002929], [-76.63381958007812, 35.70300292968751], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.63506698608398], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.520336151123054], [-76.62876892089844, 35.43789672851562], [-76.70537567138672, 35.411933898925774], [-77.10376739501953, 35.55018615722657]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.519123077392585], [-77.14739990234375, 35.547588348388665], [-77.10376739501953, 35.55018615722657], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.27222061157226, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.319343566894524], [-83.4246826171875, 35.31531906127929], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.27222061157226], [-83.6900863647461, 35.28778076171874], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.334033966064446], [-83.59888458251953, 35.36236572265625], [-83.58038330078126, 35.40108489990235], [-83.58671569824219, 35.42768859863282], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341796], [-83.93007659912111, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.5105857849121], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.56497192382813], [-83.61386108398438, 35.57173919677735], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.597278594970696], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734374], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.58282089233399], [-83.15702056884766, 35.55166244506836], [-83.18139648437501, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.319343566894524]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.40179824829101], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.58782577514648], [-77.56464385986328, 35.531940460205085], [-77.54957580566406, 35.52572631835937], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506837], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.48483276367187], [-77.47388458251953, 35.42152786254882], [-77.4946746826172, 35.40744400024413], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.36648559570312], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623048], [-77.69841766357423, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991212], [-79.28472900390626, 35.39280700683594], [-79.3031997680664, 35.408805847167976], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.44482040405272], [-79.36248779296875, 35.470413208007805], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814455, 35.521980285644524], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.542705535888665], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.53027725219726], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.54946136474609], [-78.9744873046875, 35.51715469360351], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.188282012939446], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546874999], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.25827789306642, 35.39335632324217], [-82.27872467041016, 35.43564224243163], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.468154907226555], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.52846527099609], [-82.11675262451172, 35.51900482177735], [-82.03618621826172, 35.52858734130858], [-82.00160217285156, 35.545974731445305], [-81.96704864501953, 35.52158737182617], [-81.86215209960939, 35.53054809570312], [-81.84027099609375, 35.537242889404304], [-81.83189392089844, 35.56506347656249], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689454], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.25417327880859], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.18311691284181], [-81.97144317626953, 35.188282012939446]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.18228912353516], [-78.16517639160156, 35.193218231201165], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.3391761779785], [-78.17745971679688, 35.33959960937501], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.42899322509765], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.575996398925774], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.40179824829101], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.34235000610351], [-77.83657836914064, 35.171741485595696], [-77.8876724243164, 35.15496444702148], [-77.89415740966798, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.16402435302734], [-78.00215911865234, 35.186477661132805], [-78.03650665283203, 35.18569183349609], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.18228912353516]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.57885742187499], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794921], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.229934692382805], [-78.91258239746094, 35.22246551513671], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.21304321289062], [-79.16909790039064, 35.23590087890626], [-79.2166519165039, 35.26527786254882], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.51715469360351], [-78.92107391357422, 35.57885742187499], [-78.70321655273438, 35.51993942260741], [-78.70896911621094, 35.51410293579101], [-78.6887435913086, 35.507526397705085], [-78.62317657470703, 35.44641494750976], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.286575317382805], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.16285324096679, -81.3114242553711, 35.56543731689454], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.16285324096679], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.25417327880859], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689454], [-81.64390563964845, 35.5532989501953], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.54649734497071], [-81.5155029296875, 35.52142333984376], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.32730102539063], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.275104522705064], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984376], [-81.5069580078125, 35.54649734497071], [-81.52364349365234, 35.56126022338867], [-80.96143341064455, 35.543563842773445], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.451129913330085], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290038, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540038], [-83.14820098876953, 35.091381072998054], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.13921737670899], [-83.21793365478516, 35.15899276733398], [-83.22003936767578, 35.222526550292976], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.22177124023437], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.319343566894524], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.18139648437501, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.456615447998054], [-83.08771514892578, 35.44632720947266], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.38993072509765], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.22790527343751], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211913], [-82.9820785522461, 35.12750625610351], [-83.05208587646484, 35.06347656249999], [-83.04385375976562, 35.04006958007812], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.03735733032227, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790038], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894532], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.470413208007805], [-79.33109283447266, 35.44482040405272], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.408805847167976], [-79.28472900390626, 35.39280700683594], [-79.26432037353516, 35.34457015991212], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254882], [-79.16909790039064, 35.23590087890626], [-79.14683532714844, 35.21304321289062], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.176807403564446], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.1735496520996], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.03735733032227], [-79.49506378173828, 35.062507629394524], [-79.55290222167969, 35.06410598754882], [-79.57419586181642, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.149032592773445], [-81.00727844238281, 35.16324996948243], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.348674774169915], [-80.93775939941406, 35.36492538452149], [-80.98292541503906, 35.369094848632805], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.451129913330085], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461913], [-80.77538299560547, 35.47957229614257], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734376], [-80.6594467163086, 35.26467514038087], [-80.53964233398438, 35.205818176269524], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.028198242187514], [-80.84016418457033, 35.002017974853516], [-80.89471435546875, 35.05973434448241], [-80.92779541015625, 35.10124969482421], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484374], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.50756835937499], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.205818176269524], [-80.6594467163086, 35.26467514038087], [-80.68998718261719, 35.34075927734376], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614257], [-80.77622985839844, 35.50680923461913], [-80.72651672363281, 35.50756835937499], [-80.2982406616211, 35.49489974975585], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.21060943603516], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.136581420898445, -79.60746765136719, 35.50593566894532], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.36637115478515], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.46435928344726], [-80.16207122802734, 35.47474288940429], [-80.1819076538086, 35.505119323730455], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894532], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790038], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663087], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207032], [-79.83631896972656, 35.17380142211913], [-79.90946197509766, 35.15571975708007], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.13714218139649], [-80.06517791748047, 35.136581420898445], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.505119323730455], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.11027526855469, 35.193836212158196], [-80.1316146850586, 35.17111587524413], [-80.1546859741211, 35.17608261108398], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.167858123779304], [-80.21988677978516, 35.15918350219726], [-80.24758911132814, 35.204524993896484], [-80.26109313964844, 35.20404052734374], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.173915863037124], [-80.34872436523438, 35.17067337036132], [-80.3729476928711, 35.177864074707024], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.168594360351555], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.182910919189446], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.21060943603516], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975585], [-80.1819076538086, 35.505119323730455], [-80.16207122802734, 35.47474288940429], [-80.1163101196289, 35.46435928344726], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.36637115478515], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916991], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.18494796752929], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.26757812500001], [-82.60810089111328, 35.29306411743165], [-82.74388885498047, 35.41803359985351], [-82.7141571044922, 35.43915176391602], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607421], [-82.56393432617188, 35.438423156738274], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916991], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243163], [-82.25827789306642, 35.39335632324217], [-82.31555938720703, 35.30961608886718], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.182723999023445], [-82.38961029052734, 35.208240509033196], [-82.43791961669922, 35.16955947875977], [-82.46674346923828, 35.173500061035156], [-82.52463531494142, 35.15456008911132], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504}, "type": "Feature"}, {"bbox": [-84.03086090087892, 35.21538162231445, -83.58038330078126, 35.46202850341796], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582032], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.24866104125976], [-83.83686065673828, 35.24674987792968], [-83.9216537475586, 35.21896743774413], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.232501983642585], [-84.00389099121094, 35.262088775634766], [-84.03086090087892, 35.29252243041993], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.37285995483398], [-84.01264953613281, 35.40762329101562], [-83.95470428466797, 35.45545959472656], [-83.93007659912111, 35.44901657104492], [-83.87989044189453, 35.46202850341796], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863282], [-83.58038330078126, 35.40108489990235], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.334033966064446], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171874], [-83.67919158935547, 35.27222061157226], [-83.69563293457031, 35.25080871582032]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918}, "type": "Feature"}, {"bbox": [-77.83657836914064, 35.00083541870117, -77.38616180419922, 35.42152786254882], "geometry": {"coordinates": [[[-77.83657836914064, 35.171741485595696], [-77.83006286621094, 35.34235000610351], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357423, 35.36981964111328], [-77.6844711303711, 35.34593963623048], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.36648559570312], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.4946746826172, 35.40744400024413], [-77.47388458251953, 35.42152786254882], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.34276962280273], [-77.38616180419922, 35.32926177978516], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.259838104248054], [-77.4740982055664, 35.227191925048814], [-77.52831268310547, 35.239696502685554], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.144882202148445], [-77.59949493408203, 35.070869445800774], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211913], [-77.7641372680664, 35.12861251831054], [-77.83657836914064, 35.171741485595696]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.41803359985351], "geometry": {"coordinates": [[[-82.8876953125, 35.055370330810554], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.04006958007812], [-83.05208587646484, 35.06347656249999], [-82.9820785522461, 35.12750625610351], [-82.99058532714844, 35.15817642211913], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.22790527343751], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.315570831298814], [-82.74388885498047, 35.41803359985351], [-82.60810089111328, 35.29306411743165], [-82.61061096191406, 35.26757812500001], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.18494796752929], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487304], [-82.68605041503906, 35.12146377563476], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.091232299804695], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.055370330810554]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.149032592773445, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.275104522705064], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.32730102539063], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.369094848632805], [-80.93775939941406, 35.36492538452149], [-80.92627716064453, 35.348674774169915], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948243], [-81.02396392822266, 35.149032592773445], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277343, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.193126678466804], [-82.27832794189453, 35.19500732421874], [-82.32077026367188, 35.18418884277343], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886718], [-82.25827789306642, 35.39335632324217], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546874999], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.188282012939446], [-82.21017456054688, 35.193126678466804]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.319343566894524], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.03576278686523], [-83.56204223632812, 35.05594253540038], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793946], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.214435577392585], [-83.69563293457031, 35.25080871582032], [-83.67919158935547, 35.27222061157226], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.31531906127929], [-83.33181762695312, 35.319343566894524], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.22177124023437], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.222526550292976], [-83.21793365478516, 35.15899276733398], [-83.1934814453125, 35.13921737670899], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.091381072998054], [-83.14505767822266, 35.08328628540038], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.553752899169915, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.72098541259764], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.67715454101562], [-78.25680541992188, 34.553752899169915], [-78.27461242675781, 34.58127593994141], [-78.30590057373047, 34.60535812377929], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.635852813720696], [-78.32234191894531, 34.64557266235351], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444335], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.85510635375977], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.943470001220696], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.07146835327148], [-78.65815734863283, 35.09362030029296], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490236, 35.18972778320312], [-78.6327133178711, 35.1972999572754], [-78.63528442382812, 35.210952758789055], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.286575317382805], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.193218231201165], [-78.16319274902344, 35.18228912353516], [-78.17028045654297, 35.09748458862305], [-78.15524291992189, 35.06819152832031], [-78.14298248291016, 34.90132522583007], [-78.19544982910156, 34.74362564086913], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.711345672607415], [-78.11376953125, 34.72098541259764]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604491, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.0700340270996], [-76.94422912597658, 35.09972381591797], [-76.9898910522461, 35.15404510498046], [-76.97233581542969, 35.15677261352538], [-76.96660614013672, 35.18796539306641], [-76.94743347167969, 35.216991424560554], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.248767852783196], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.13856124877929], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604491], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.0700340270996]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041993], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618163], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.24098968505859], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.03086090087892, 35.29252243041993], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.232501983642585], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774413], [-83.83686065673828, 35.24674987792968], [-83.79187774658203, 35.24866104125976], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582032], [-83.69669342041016, 35.214435577392585], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.148063659667976], [-83.8538818359375, 35.12579345703126], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.98900985717773], [-84.2910385131836, 35.21054458618163]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.82742309570313, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.85510635375977], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.89626312255861, 34.830902099609375], [-78.91255187988283, 34.82742309570313], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805663], [-79.03360748291016, 34.9538230895996], [-79.09431457519531, 35.03785705566407], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.176807403564446], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513671], [-78.88601684570312, 35.229934692382805], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794921], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.210952758789055], [-78.6327133178711, 35.1972999572754], [-78.64522552490236, 35.18972778320312], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863283, 35.09362030029296], [-78.66641235351562, 35.07146835327148], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.943470001220696], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.85510635375977]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.239696502685554], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777343], [-77.07313537597656, 34.815441131591804], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425783, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.835502624511726], [-77.22299194335938, 34.884510040283196], [-77.28542327880861, 34.92640304565429], [-77.33513641357422, 34.93254089355468], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.966724395751946], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.070869445800774], [-77.5330581665039, 35.144882202148445], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.239696502685554], [-77.4740982055664, 35.227191925048814], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535157], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173829], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.02426147460937], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923}, "type": "Feature"}, {"bbox": [-80.84016418457033, 34.814762115478516, -80.2751235961914, 35.205818176269524], "geometry": {"coordinates": [[[-80.84016418457033, 35.002017974853516], [-80.7972183227539, 35.028198242187514], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.205818176269524], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.182910919189446], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.168594360351555], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.177864074707024], [-80.34872436523438, 35.17067337036132], [-80.32567596435547, 35.173915863037124], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.815227508544915], [-80.80006408691406, 34.81611251831054], [-80.78565216064453, 34.94063949584961], [-80.84016418457033, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734374], [-80.24758911132814, 35.204524993896484], [-80.21988677978516, 35.15918350219726], [-80.19010162353516, 35.167858123779304], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.17608261108398], [-80.1316146850586, 35.17111587524413], [-80.11027526855469, 35.193836212158196], [-80.0714111328125, 35.150741577148445], [-80.06517791748047, 35.136581420898445], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326171], [-79.94491577148438, 35.115337371826165], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.10669326782227], [-79.90843200683594, 35.078994750976555], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.96771621704102], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279296], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680663, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.83560943603514], [-79.36067962646484, 34.94470977783204], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.03735733032227], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.1735496520996], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.176807403564446], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566407], [-79.03360748291016, 34.9538230895996], [-79.18185424804688, 34.83188247680663], [-79.34030151367188, 34.83560943603514]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.70300292968751], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.63506698608398], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.70300292968751], [-76.40843200683594, 35.69911575317382], [-76.27344512939453, 35.689498901367195], [-76.2976303100586, 35.61169433593749], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.604389190673835], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569335], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760743], [-76.05297851562501, 35.41460418701171], [-76.1816177368164, 35.341533660888665], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.45019912719727], [-76.45843505859375, 35.50442504882813], [-76.44652557373047, 35.55086517333984], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449218], [-75.76370239257812, 35.1922836303711], [-75.81153869628906, 35.16402053833007], [-75.90394592285156, 35.132492065429695], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.711006164550774, -77.65526580810547, 35.186477661132805], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.711006164550774], [-77.9393081665039, 34.719406127929695], [-77.98915100097656, 34.717094421386726], [-78.01736450195312, 34.728931427001946], [-78.11376953125, 34.72098541259764], [-78.13581848144531, 34.711345672607415], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086913], [-78.14298248291016, 34.90132522583007], [-78.15524291992189, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.18228912353516], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.18569183349609], [-78.00215911865234, 35.186477661132805], [-77.96392822265625, 35.16402435302734], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966798, 35.14418029785156], [-77.8876724243164, 35.15496444702148], [-77.83657836914064, 35.171741485595696], [-77.7641372680664, 35.12861251831054], [-77.75160217285156, 35.09567642211913], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.966724395751946], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.805255889892564, -79.45536041259766, 35.17380142211913], "geometry": {"coordinates": [[[-79.68595886230469, 34.805255889892564], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279296], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.96771621704102], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.078994750976555], [-79.9151382446289, 35.10669326782227], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.115337371826165], [-79.97528076171875, 35.09673309326171], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.136581420898445], [-80.01068115234375, 35.13714218139649], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708007], [-79.83631896972656, 35.17380142211913], [-79.75984191894531, 35.16731262207032], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663087], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.57419586181642, 35.073265075683594], [-79.55290222167969, 35.06410598754882], [-79.49506378173828, 35.062507629394524], [-79.45536041259766, 35.03735733032227], [-79.54710388183594, 35.00006103515624], [-79.57304382324219, 34.97836685180665], [-79.58052062988281, 34.94478988647461], [-79.56558990478517, 34.90750122070313], [-79.6219253540039, 34.84957122802734], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663085], [-79.68595886230469, 34.805255889892564]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.148063659667976], "geometry": {"coordinates": [[[-83.93799591064453, 34.98939132690429], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703126], [-83.7553939819336, 35.148063659667976], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793946], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540038], [-83.55323791503906, 35.03576278686523], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.98939132690429]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.216991424560554], [-76.96660614013672, 35.18796539306641], [-76.97233581542969, 35.15677261352538], [-76.9898910522461, 35.15404510498046], [-76.94422912597658, 35.09972381591797], [-76.94324493408203, 35.0700340270996], [-77.04788208007812, 35.092155456542976], [-77.10467529296875, 35.08798599243163], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173829], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535157], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.227191925048814], [-77.42964935302734, 35.259838104248054], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.32926177978516], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825196], [-77.26419067382812, 35.350112915039055], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.848274230957024], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.02426147460937], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.05288696289063], [-76.9131088256836, 34.93647003173829], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.03735733032227], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.805255889892564], [-79.66014862060547, 34.81789779663085], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.84957122802734], [-79.56558990478517, 34.90750122070313], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180665], [-79.54710388183594, 35.00006103515624], [-79.45536041259766, 35.03735733032227], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783204], [-79.34030151367188, 34.83560943603514], [-79.34445190429688, 34.80883789062501], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.45700836181641, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.45700836181641], [-77.57633209228516, 34.469345092773445], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.966724395751946], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355468], [-77.28542327880861, 34.92640304565429], [-77.22299194335938, 34.884510040283196], [-77.20626831054688, 34.835502624511726], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425783, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.6849136352539], [-77.15660095214845, 34.660636901855476], [-77.53863525390625, 34.45700836181641]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.9538230895996], "geometry": {"coordinates": [[[-78.86450958251953, 34.47719573974609], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.449382781982415], [-78.9753646850586, 34.39916610717773], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635743], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.80883789062501], [-79.34030151367188, 34.83560943603514], [-79.18185424804688, 34.83188247680663], [-79.03360748291016, 34.9538230895996], [-78.948486328125, 34.90268325805663], [-78.92862701416016, 34.879798889160156], [-78.91255187988283, 34.82742309570313], [-78.89626312255861, 34.830902099609375], [-78.84170532226562, 34.735000610351555], [-78.8033218383789, 34.68510437011718], [-78.85260009765625, 34.56658172607421], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.47719573974609]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123}, "type": "Feature"}, {"bbox": [-77.16426086425783, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425783, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.815441131591804], [-77.05746459960938, 34.81504821777343], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.848274230957024], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600585], [-76.52977752685547, 34.97463607788085], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.946247100830085], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.97595596313477], [-76.31471252441406, 34.94881439208984], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.69891738891602], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646486, 34.58782958984375], [-76.55514526367188, 34.61066055297852], [-76.53775024414062, 34.61392211914062], [-76.48448181152344, 34.69763183593751], [-76.43229675292969, 34.76068496704101], [-76.37467956542969, 34.81287002563477], [-76.28770446777344, 34.87701034545899], [-76.4692611694336, 34.693283081054695], [-76.54427337646486, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963}, "type": "Feature"}, {"bbox": [-78.89626312255861, 34.364421844482415, -78.169677734375, 34.85510635375977], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.364421844482415], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211915], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229493], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.45919799804686], [-78.86450958251953, 34.47719573974609], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607421], [-78.8033218383789, 34.68510437011718], [-78.84170532226562, 34.735000610351555], [-78.89626312255861, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.85510635375977], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444335], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.64557266235351], [-78.30970001220703, 34.635852813720696], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.60535812377929], [-78.27461242675781, 34.58127593994141], [-78.25680541992188, 34.553752899169915], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.728931427001946], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383788], [-78.13024139404297, 34.36412429809569], [-78.15478515625, 34.36224365234376], [-78.18461608886719, 34.34817123413085], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.553752899169915], [-78.1567611694336, 34.67715454101562], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.72098541259764], [-78.01736450195312, 34.728931427001946], [-77.98915100097656, 34.717094421386726], [-77.9393081665039, 34.719406127929695], [-77.92667388916016, 34.711006164550774], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.469345092773445], [-77.53863525390625, 34.45700836181641], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496095], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.38796997070313], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.375686645507805], [-77.99445343017578, 34.362316131591804], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383788]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291, -78.15478515625, 34.47719573974609], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.39916610717773], [-78.95073699951172, 34.449382781982415], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.47719573974609], [-78.83635711669922, 34.45919799804686], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229493], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211915], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.364421844482415], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413085], [-78.15478515625, 34.36224365234376], [-78.26106262207031, 34.21526336669921], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.186721801757805], [-78.42543029785158, 34.138065338134766], [-78.49274444580078, 34.15850448608399], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.0306053161621], [-78.63027191162111, 34.01020050048828], [-78.63471984863281, 33.977977752685554], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.38796997070313], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675782], [-77.98314666748047, 34.26168060302734], [-78.0002212524414, 34.26788330078124], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383788], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.362316131591804], [-77.97907257080078, 34.375686645507805], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.38796997070313], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.0691795349121], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008788, -77.95852661132812, 34.36412429809569], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-78.63471984863281, 33.977977752685554], [-78.63027191162111, 34.01020050048828], [-78.58778381347656, 34.0306053161621], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.15850448608399], [-78.42543029785158, 34.138065338134766], [-78.36112213134766, 34.186721801757805], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669921], [-78.15478515625, 34.36224365234376], [-78.13024139404297, 34.36412429809569], [-78.02592468261719, 34.32876968383788], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078124], [-77.98314666748047, 34.26168060302734], [-77.97528076171875, 34.24336242675782], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.914291381835945], [-78.57971954345703, 33.88199234008788], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_e05a8ca41ab613d20be5e827a7c55cce_add({"bbox": [-84.3238525390625, 33.88199234008788, -75.45697784423828, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.23388290405273, -80.43531036376953, 36.56521224975587], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991212], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.2682762145996], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939452], [-80.6966552734375, 36.259090423583984], [-80.72403717041017, 36.25847244262694], [-80.73436737060547, 36.26475906372071], [-80.7525634765625, 36.25829696655273], [-80.76629638671876, 36.26183700561523], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.23388290405273], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.35442733764648], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671876], [-80.96577453613281, 36.467220306396484], [-80.93354797363283, 36.49831390380859], [-80.9034423828125, 36.56521224975587], [-80.8381576538086, 36.56343841552734], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908205, 36.257087707519524], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852538], "geometry": {"coordinates": [[[[-76.00897216796875, 36.319595336914055], [-76.01734924316406, 36.33773040771483], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.353591918945305], [-76.09508514404297, 36.34891510009766], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.42708587646483], [-76.33025360107422, 36.55605697631837], [-76.12739562988281, 36.55716323852538], [-76.04595947265625, 36.556953430175774], [-76.03321075439453, 36.51437377929687], [-76.091064453125, 36.50356674194335], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623046], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425782], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.259452819824205], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.319595336914055]]], [[[-76.02716827392578, 36.5567169189453], [-75.99866485595703, 36.55665206909179], [-75.91191864013672, 36.542530059814446], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.478015899658196], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.5567169189453]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.225193023681626], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.162765502929695, -77.07530975341798, 36.55628585815428], "geometry": {"coordinates": [[[-77.21766662597656, 36.240982055664055], [-77.23461151123047, 36.21459960937501], [-77.29861450195312, 36.21152877807615], [-77.29351043701172, 36.16286087036132], [-77.30947875976564, 36.162765502929695], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.2031021118164], [-77.37862396240234, 36.24008560180665], [-77.41346740722656, 36.255817413330064], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419921], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.314495086669915], [-77.580078125, 36.32826995849609], [-77.55968475341797, 36.37594604492188], [-77.56041717529297, 36.406356811523445], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988282], [-77.74940490722656, 36.47357177734376], [-77.90120697021484, 36.50988769531249], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.55391693115235], [-77.17735290527344, 36.55628585815428], [-77.1544189453125, 36.526252746582024], [-77.09213256835938, 36.50751876831054], [-77.07530975341798, 36.48351669311524], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.470710754394524], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.240982055664055]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.23023605346679, -76.7074966430664, 36.55628585815428], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.23023605346679], [-76.99475097656251, 36.23558044433594], [-77.13007354736328, 36.23346328735351], [-77.21766662597656, 36.240982055664055], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.470710754394524], [-77.0832748413086, 36.470096588134766], [-77.07530975341798, 36.48351669311524], [-77.09213256835938, 36.50751876831054], [-77.1544189453125, 36.526252746582024], [-77.17735290527344, 36.55628585815428], [-76.92413330078125, 36.554145812988274], [-76.9084243774414, 36.50428390502929], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.419231414794915], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.392444610595696], [-76.74134826660156, 36.315166473388665], [-76.7074966430664, 36.26613235473632], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.169727325439446, -75.95718383789062, 36.55605697631837], "geometry": {"coordinates": [[[-76.00897216796875, 36.319595336914055], [-75.95718383789062, 36.19377136230468], [-75.98133850097656, 36.169727325439446], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.3248519897461], [-76.21619415283203, 36.3278465270996], [-76.23853302001953, 36.36122894287108], [-76.26128387451172, 36.363758087158196], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.39184570312499], [-76.32136535644531, 36.4096450805664], [-76.40596771240234, 36.44715881347657], [-76.49834442138672, 36.50390243530274], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569335], [-76.33025360107422, 36.55605697631837], [-76.16828918457031, 36.42708587646483], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.34891510009766], [-76.04395294189453, 36.353591918945305], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.33773040771483], [-76.00897216796875, 36.319595336914055]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248046], [-76.60424041748048, 36.31498336791992], [-76.6482162475586, 36.31531524658204], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.358329772949226], [-76.92407989501953, 36.392444610595696], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.419231414794915], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.50428390502929], [-76.92413330078125, 36.554145812988274], [-76.921630859375, 36.55415725708007], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.50390243530274], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.37389755249023], [-76.56250762939453, 36.34056854248046]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.552474975585945], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.50988769531249], [-77.91692352294922, 36.50063705444335], [-77.93013763427734, 36.35298538208006], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.213508605957024], [-78.13471984863281, 36.23658370971679], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672}, "type": "Feature"}, {"bbox": [-80.45301055908205, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908205, 36.257087707519524], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941405], [-80.02405548095703, 36.545024871826165], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100587, -79.14432525634766, 36.5497817993164], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.51029968261719, 36.54765701293946], [-79.2170639038086, 36.5497817993164], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100587], [-79.25849914550781, 36.23568725585937], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.236156463623054, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.53057861328125, 36.236156463623054], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.545024871826165], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293946], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397462, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341796], [-78.78841400146484, 36.062183380126946], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237303], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658205, 36.523857116699205], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149415], [-78.54802703857422, 36.01412582397462], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341796]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100587], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.16217422485351, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658205, 36.523857116699205], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.22518157958984], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.16217422485351], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.50988769531249], "geometry": {"coordinates": [[[-77.33220672607422, 36.067981719970696], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.99606323242188], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.026382446289055], [-77.52513122558594, 36.035385131835945], [-77.53585815429689, 36.05557250976563], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.14660263061524], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.135818481445305], [-77.8868408203125, 36.14443969726563], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.17773056030273], [-77.9392318725586, 36.187549591064446], [-77.95586395263672, 36.1837501525879], [-77.97339630126953, 36.18904113769532], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208006], [-77.91692352294922, 36.50063705444335], [-77.90120697021484, 36.50988769531249], [-77.74940490722656, 36.47357177734376], [-77.6988754272461, 36.47895812988282], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.406356811523445], [-77.55968475341797, 36.37594604492188], [-77.580078125, 36.32826995849609], [-77.57195281982422, 36.314495086669915], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419921], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.255817413330064], [-77.37862396240234, 36.24008560180665], [-77.38903045654297, 36.2031021118164], [-77.33499145507812, 36.1828498840332], [-77.30947875976564, 36.162765502929695], [-77.29351043701172, 36.16286087036132], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.130687713623054], [-77.25749969482422, 36.11847305297853], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.087444305419915], [-77.33220672607422, 36.067981719970696]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.147689819335945, -76.11270904541017, 36.50390243530274], "geometry": {"coordinates": [[[-76.2989273071289, 36.21422958374023], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.37389755249023], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.50390243530274], [-76.40596771240234, 36.44715881347657], [-76.32136535644531, 36.4096450805664], [-76.30335998535156, 36.39184570312499], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.363758087158196], [-76.23853302001953, 36.36122894287108], [-76.21619415283203, 36.3278465270996], [-76.1934814453125, 36.3248519897461], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.29660797119139], [-76.11270904541017, 36.174419403076165], [-76.14193725585938, 36.147689819335945], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.21422958374023]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.37389755249023], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884767, 36.277729034423835], [-76.56250762939453, 36.34056854248046], [-76.4603500366211, 36.37389755249023], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.21422958374023], [-76.27550506591797, 36.110370635986314], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.0071678161621, -76.42042541503906, 36.34056854248046], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658204], [-76.60424041748048, 36.31498336791992], [-76.56250762939453, 36.34056854248046], [-76.57108306884767, 36.277729034423835], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.058605194091804], [-76.52301025390625, 36.0071678161621], [-76.59400177001953, 36.01013183593749], [-76.64901733398439, 36.06570816040039], [-76.63320922851562, 36.03711700439454], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.03552627563477], [-82.0777587890625, 36.10013961791991], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.263320922851555], [-81.9111557006836, 36.29075241088867], [-81.89399719238283, 36.26698303222656], [-81.9065628051758, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.18863677978517], [-81.8502426147461, 36.181472778320305], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205079], [-81.73226928710938, 36.05847549438477], [-81.80278778076172, 35.960330963134766], [-81.85987091064455, 35.97034072875976], [-81.88081359863281, 35.9895248413086], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.98251342773438], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.043266296386726, -80.44081115722658, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.043266296386726], [-80.6895751953125, 36.04547882080079], [-80.87741088867188, 36.05240631103516], [-80.87438201904297, 36.23388290405273], [-80.78269958496094, 36.24857711791992], [-80.76629638671876, 36.26183700561523], [-80.7525634765625, 36.25829696655273], [-80.73436737060547, 36.26475906372071], [-80.72403717041017, 36.25847244262694], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939452], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.2682762145996], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991212], [-80.45634460449219, 36.242557525634766], [-80.44081115722658, 36.21948623657227], [-80.44480895996094, 36.12330627441407], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.043266296386726]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493163, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493163], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397462], [-78.54585266113281, 36.06808853149415], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.16217422485351], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.22518157958984], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.23658370971679], [-78.10962677001953, 36.213508605957024], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493163]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.257087707519524], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.99012374877929], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617189, 35.98461151123046], [-80.41797637939453, 36.0086326599121], [-80.449951171875, 36.029838562011726], [-80.46486663818361, 36.0501937866211], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.043266296386726], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441407], [-80.44081115722658, 36.21948623657227], [-80.45634460449219, 36.242557525634766], [-80.45301055908205, 36.257087707519524], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.91681289672851], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.236156463623054], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.246135711669915], "geometry": {"coordinates": [[[-79.24619293212892, 35.86815261840819], [-79.23799133300781, 35.837245941162095], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.236156463623054], [-79.53050994873047, 36.246135711669915], [-79.25849914550781, 36.23568725585937], [-79.25977325439453, 36.047893524169915], [-79.27082061767578, 35.90460205078125], [-79.24619293212892, 35.86815261840819]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149415, -76.69376373291016, 36.240982055664055], "geometry": {"coordinates": [[[-76.78306579589844, 35.859233856201165], [-76.81053161621094, 35.88130950927734], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741212], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149415], [-76.9048080444336, 35.86791229248047], [-76.93609619140626, 35.894599914550774], [-76.99073028564453, 35.87783813476563], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955077], [-77.0341796875, 35.91433334350585], [-77.04088592529297, 35.931751251220696], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768554], [-77.18867492675781, 35.93124771118165], [-77.19589233398438, 35.935955047607415], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.067981719970696], [-77.30987548828125, 36.087444305419915], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.11847305297853], [-77.25591278076172, 36.130687713623054], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036132], [-77.29861450195312, 36.21152877807615], [-77.23461151123047, 36.21459960937501], [-77.21766662597656, 36.240982055664055], [-77.13007354736328, 36.23346328735351], [-76.99475097656251, 36.23558044433594], [-76.9806900024414, 36.23023605346679], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515624], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.936626434326165], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.883075714111335], [-76.76126098632812, 35.864543914794915], [-76.78306579589844, 35.859233856201165]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.23568725585937], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.24619293212892, 35.86815261840819], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.047893524169915], [-79.25849914550781, 36.23568725585937], [-79.15927124023438, 36.23366928100587], [-78.95108032226562, 36.23383712768555], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884}, "type": "Feature"}, {"bbox": [-79.0181350708008, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237303], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.062183380126946], [-78.7491226196289, 36.06359100341796], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649413], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832033, 35.91447448730469], [-78.80829620361328, 35.91992568969726], [-78.82795715332031, 35.86022949218751], [-78.90571594238281, 35.86051559448241], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.725112915039055, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.725112915039055], [-78.20561981201172, 35.72539520263671], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493163], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769532], [-77.95586395263672, 36.1837501525879], [-77.9392318725586, 36.187549591064446], [-77.92240142822266, 36.17773056030273], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.14443969726563], [-77.8113021850586, 36.135818481445305], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.85449600219727], [-77.84492492675781, 35.83557510375976], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.725112915039055]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.147014617919915], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637696], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.90027236938476], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828124], [-82.19577026367188, 35.94737625122071], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.00387573242188], [-82.24061584472656, 35.98420333862304], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439454], [-82.34449768066406, 36.07024002075196], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.075317382812486], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.147014617919915], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.09625625610351], [-82.0777587890625, 36.10013961791991], [-82.06232452392578, 36.03552627563477], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.87247467041016], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637696]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.14660263061524], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748048, 35.73954772949217], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.85449600219727], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.14660263061524], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429689, 36.05557250976563], [-77.52513122558594, 36.035385131835945], [-77.46397399902344, 36.026382446289055], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.99606323242188], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074218], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279296], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.795059204101555], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.779933929443345], [-81.56025695800781, 35.77544784545898], [-81.59336853027344, 35.81312561035157], [-81.70182800292969, 35.86879730224609], [-81.74844360351562, 35.92075729370118], [-81.77347564697266, 35.92220306396484], [-81.77568817138672, 35.94394683837891], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.05847549438477], [-81.80622100830078, 36.10456085205079], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.11139297485351], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.083057403564446], [-81.42963409423828, 36.06566238403319], [-81.39814758300781, 36.05605697631835], [-81.38871002197266, 36.03756713867187], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.989246368408196], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.795059204101555]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057618], [-82.34185028076173, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131837], [-82.48709106445312, 35.904884338378906], [-82.48394775390626, 35.9476089477539], [-82.5069351196289, 35.97254180908204], [-82.4751968383789, 35.993175506591804], [-82.4084243774414, 36.075317382812486], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075196], [-82.34026336669922, 36.02539825439454], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862304], [-82.23210144042969, 36.00387573242188], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.94737625122071], [-82.18460845947266, 35.93487548828124], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.90027236938476], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637696], [-82.15459442138672, 35.79837036132813], [-82.16429138183594, 35.76052474975587], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.067981719970696], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.75909042358398], [-77.2645034790039, 35.78277969360351], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074218], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.067981719970696], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.935955047607415], [-77.18867492675781, 35.93124771118165], [-77.09001159667969, 35.92524337768554], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.931751251220696], [-77.0341796875, 35.91433334350585], [-77.0483169555664, 35.85749053955077], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.87783813476563], [-76.93609619140626, 35.894599914550774], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149415], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741212], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.88130950927734], [-76.78306579589844, 35.859233856201165], [-76.80667877197266, 35.81084060668946], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386718], [-76.83831024169922, 35.70545578002929], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260741, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.57885742187499], [-78.99880981445312, 35.60132217407225], [-78.9388885498047, 35.76144409179687], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448241], [-78.82795715332031, 35.86022949218751], [-78.80829620361328, 35.91992568969726], [-78.76350402832033, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649413], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341796], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397462], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493163], [-78.4776382446289, 35.69561386108399], [-78.70321655273438, 35.51993942260741], [-78.92107391357422, 35.57885742187499]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.6735610961914, -82.40581512451172, 36.05434036254882], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.94742584228515], [-82.80867004394531, 35.920871734619126], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.987503051757805], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.0517234802246], [-82.62804412841797, 36.05434036254882], [-82.60440063476562, 36.04298782348632], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760743], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908204], [-82.48394775390626, 35.9476089477539], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131837], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.68490600585937], [-82.84326934814453, 35.69172668457032], [-82.88111114501953, 35.6735610961914], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339843], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939455, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461913, -80.6895751953125, 36.05334854125976], "geometry": {"coordinates": [[[-80.72651672363281, 35.50756835937499], [-80.77622985839844, 35.50680923461913], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064455, 35.543563842773445], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665038], [-81.05477905273438, 35.71340179443359], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700196], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413087], [-81.02056884765625, 36.0349349975586], [-80.98895263671875, 36.05334854125976], [-80.87741088867188, 36.05240631103516], [-80.6895751953125, 36.04547882080079], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.50756835937499]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361329, -80.36170959472656, 36.0501937866211], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361329], [-80.48869323730469, 35.775615692138665], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560546], [-80.63494110107422, 35.840259552001946], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080079], [-80.49554443359375, 36.043266296386726], [-80.484130859375, 36.03832244873047], [-80.46486663818361, 36.0501937866211], [-80.449951171875, 36.029838562011726], [-80.41797637939453, 36.0086326599121], [-80.41159057617189, 35.98461151123046], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.858570098876946], [-80.38643646240234, 35.845413208007805], [-80.3954849243164, 35.83948516845702], [-80.41480255126953, 35.84486389160155], [-80.4260711669922, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.822475433349595], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933595], [-80.45677185058594, 35.74579620361329]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700196, -80.99534606933594, 36.0349349975586], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700196], [-81.12728118896484, 35.78896713256835], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.795059204101555], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.989246368408196], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442382], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227538], [-81.0840835571289, 36.02076721191407], [-81.02056884765625, 36.0349349975586], [-80.99534606933594, 35.97707748413087], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700196]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.505119323730455, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.505119323730455], [-80.20921325683594, 35.574512481689446], [-80.251220703125, 35.62480163574219], [-80.28578186035158, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361329], [-80.45064544677734, 35.76487731933595], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.822475433349595], [-80.44650268554688, 35.830684661865234], [-80.4260711669922, 35.83030700683594], [-80.41480255126953, 35.84486389160155], [-80.3954849243164, 35.83948516845702], [-80.38643646240234, 35.845413208007805], [-80.38650512695312, 35.858570098876946], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.99012374877929], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.91681289672851], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.5532989501953, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069335], [-81.97529602050781, 35.818279266357415], [-81.9329833984375, 35.82759857177734], [-81.90625762939453, 35.847995758056626], [-81.9062271118164, 35.89201354980468], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.98251342773438], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.9895248413086], [-81.85987091064455, 35.97034072875976], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.94394683837891], [-81.77347564697266, 35.92220306396484], [-81.74844360351562, 35.92075729370118], [-81.70182800292969, 35.86879730224609], [-81.59336853027344, 35.81312561035157], [-81.56025695800781, 35.77544784545898], [-81.45714569091797, 35.779933929443345], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.69750976562499], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964845, 35.5532989501953], [-81.68431854248047, 35.56543731689454], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317382, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317382], [-76.63381958007812, 35.70300292968751], [-76.83831024169922, 35.70545578002929], [-76.82595825195312, 35.75688171386718], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668946], [-76.78306579589844, 35.859233856201165], [-76.76126098632812, 35.864543914794915], [-76.7417221069336, 35.883075714111335], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.4094696044922, 35.97746658325195], [-76.3714828491211, 35.93234252929687], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669921], [-76.40843200683594, 35.69911575317382]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.604389190673835], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.61169433593749], [-76.27344512939453, 35.689498901367195], [-76.40843200683594, 35.69911575317382], [-76.40869903564453, 35.78948211669921], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.93234252929687], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.96291351318359], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.756801605224595], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.51900482177735, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.56506347656249], [-81.84027099609375, 35.537242889404304], [-81.86215209960939, 35.53054809570312], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.545974731445305], [-82.03618621826172, 35.52858734130858], [-82.11675262451172, 35.51900482177735], [-82.17070770263672, 35.52846527099609], [-82.26800537109375, 35.56885910034179], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296876], [-82.28424072265625, 35.638904571533196], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975587], [-82.15459442138672, 35.79837036132813], [-82.11885070800781, 35.81853103637696], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.87247467041016], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980468], [-81.90625762939453, 35.847995758056626], [-81.9329833984375, 35.82759857177734], [-81.97529602050781, 35.818279266357415], [-81.985595703125, 35.79995346069335], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.91681289672851], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894532], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.91681289672851], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894532]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.86815261840819], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.837245941162095], [-79.24619293212892, 35.86815261840819], [-79.09536743164062, 35.85394287109375], [-79.0181350708008, 35.85786437988281], [-78.90571594238281, 35.86051559448241], [-78.9444351196289, 35.77011489868164], [-78.9388885498047, 35.76144409179687], [-78.99880981445312, 35.60132217407225], [-78.92107391357422, 35.57885742187499], [-78.9744873046875, 35.51715469360351], [-79.03849792480469, 35.54946136474609], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.53027725219726], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.542705535888665], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814455, 35.521980285644524], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.85449600219727], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089843], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.70929336547852], [-78.18692779541016, 35.725112915039055], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.83557510375976], [-77.83014678955078, 35.85449600219727], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748048, 35.73954772949217], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.575996398925774], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975585, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975585], [-80.72651672363281, 35.50756835937499], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.840259552001946], [-80.60755920410156, 35.82225799560546], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.775615692138665], [-80.45677185058594, 35.74579620361329], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035158, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.574512481689446], [-80.1819076538086, 35.505119323730455], [-80.2982406616211, 35.49489974975585]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254882], [-77.50456237792969, 35.48483276367187], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506837], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.52572631835937], [-77.56464385986328, 35.531940460205085], [-77.6341323852539, 35.58782577514648], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279296], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.78277969360351], [-77.26081848144531, 35.75909042358398], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.714462280273445], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003907], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883788], [-77.15205383300781, 35.619884490966804], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981446], [-77.10376739501953, 35.55018615722657], [-77.14739990234375, 35.547588348388665], [-77.17221069335938, 35.519123077392585], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.350112915039055], [-77.2938003540039, 35.37395095825196], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.32926177978516], [-77.4014892578125, 35.34276962280273], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254882]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.543563842773445, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064455, 35.543563842773445], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.69750976562499], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.795059204101555], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256835], [-81.10888671875, 35.77190017700196], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.71340179443359], [-81.00357818603516, 35.69705581665038], [-80.9312744140625, 35.619590759277344], [-80.96143341064455, 35.543563842773445]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.41803359985351, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916991], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.438423156738274], [-82.61868286132812, 35.43767547607421], [-82.66898345947266, 35.45516586303711], [-82.7141571044922, 35.43915176391602], [-82.74388885498047, 35.41803359985351], [-82.7808837890625, 35.44168853759765], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.61314773559569], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.6735610961914], [-82.84326934814453, 35.69172668457032], [-82.80562591552734, 35.68490600585937], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076173, 35.76350784301758], [-82.32184600830078, 35.73984909057618], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.638904571533196], [-82.26534271240234, 35.61248779296876], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.56885910034179], [-82.17070770263672, 35.52846527099609], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.468154907226555], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493163], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.44641494750976], [-78.6887435913086, 35.507526397705085], [-78.70896911621094, 35.51410293579101], [-78.70321655273438, 35.51993942260741], [-78.4776382446289, 35.69561386108399], [-78.25454711914062, 35.81552505493163], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263671], [-78.18692779541016, 35.725112915039055], [-78.16180419921875, 35.70929336547852], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089843], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.42899322509765], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.33959960937501], [-78.20903778076172, 35.3391761779785], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.41803359985351], [-82.83323669433594, 35.315570831298814], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.38993072509765], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.44632720947266], [-83.12823486328125, 35.456615447998054], [-83.14237213134766, 35.48439407348633], [-83.18139648437501, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.58282089233399], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.7007064819336], [-83.24385070800781, 35.718215942382805], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.762683868408196], [-83.1181869506836, 35.763809204101555], [-83.0599594116211, 35.782577514648445], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339843], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.6735610961914], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.61314773559569], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.44168853759765], [-82.74388885498047, 35.41803359985351]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.189826965332024, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.225193023681626], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.225193023681626]]], [[[-75.89149475097656, 35.63126754760743], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569335], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.92351913452148], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.66517257690429], [-75.779052734375, 35.57868576049804], [-75.89149475097656, 35.63126754760743]]], [[[-75.49121856689453, 35.6704978942871], [-75.53362274169922, 35.76885604858398], [-75.45697784423828, 35.6173973083496], [-75.52629852294922, 35.227916717529304], [-75.7492904663086, 35.189826965332024], [-75.69156646728516, 35.23498916625976], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666993], [-75.49121856689453, 35.6704978942871]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722657], [-77.11939239501953, 35.58549880981446], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.619884490966804], [-77.1746826171875, 35.63541030883788], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003907], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.714462280273445], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.70545578002929], [-76.63381958007812, 35.70300292968751], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.63506698608398], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.520336151123054], [-76.62876892089844, 35.43789672851562], [-76.70537567138672, 35.411933898925774], [-77.10376739501953, 35.55018615722657]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.519123077392585], [-77.14739990234375, 35.547588348388665], [-77.10376739501953, 35.55018615722657], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.27222061157226, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.319343566894524], [-83.4246826171875, 35.31531906127929], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.27222061157226], [-83.6900863647461, 35.28778076171874], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.334033966064446], [-83.59888458251953, 35.36236572265625], [-83.58038330078126, 35.40108489990235], [-83.58671569824219, 35.42768859863282], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341796], [-83.93007659912111, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.5105857849121], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.56497192382813], [-83.61386108398438, 35.57173919677735], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.597278594970696], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734374], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.58282089233399], [-83.15702056884766, 35.55166244506836], [-83.18139648437501, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.319343566894524]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.40179824829101], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.58782577514648], [-77.56464385986328, 35.531940460205085], [-77.54957580566406, 35.52572631835937], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506837], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.48483276367187], [-77.47388458251953, 35.42152786254882], [-77.4946746826172, 35.40744400024413], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.36648559570312], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623048], [-77.69841766357423, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991212], [-79.28472900390626, 35.39280700683594], [-79.3031997680664, 35.408805847167976], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.44482040405272], [-79.36248779296875, 35.470413208007805], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814455, 35.521980285644524], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.542705535888665], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.53027725219726], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.54946136474609], [-78.9744873046875, 35.51715469360351], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.188282012939446], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546874999], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.25827789306642, 35.39335632324217], [-82.27872467041016, 35.43564224243163], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.468154907226555], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.52846527099609], [-82.11675262451172, 35.51900482177735], [-82.03618621826172, 35.52858734130858], [-82.00160217285156, 35.545974731445305], [-81.96704864501953, 35.52158737182617], [-81.86215209960939, 35.53054809570312], [-81.84027099609375, 35.537242889404304], [-81.83189392089844, 35.56506347656249], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689454], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.25417327880859], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.18311691284181], [-81.97144317626953, 35.188282012939446]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.18228912353516], [-78.16517639160156, 35.193218231201165], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.3391761779785], [-78.17745971679688, 35.33959960937501], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.42899322509765], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.575996398925774], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.40179824829101], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.34235000610351], [-77.83657836914064, 35.171741485595696], [-77.8876724243164, 35.15496444702148], [-77.89415740966798, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.16402435302734], [-78.00215911865234, 35.186477661132805], [-78.03650665283203, 35.18569183349609], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.18228912353516]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.57885742187499], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794921], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.229934692382805], [-78.91258239746094, 35.22246551513671], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.21304321289062], [-79.16909790039064, 35.23590087890626], [-79.2166519165039, 35.26527786254882], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.51715469360351], [-78.92107391357422, 35.57885742187499], [-78.70321655273438, 35.51993942260741], [-78.70896911621094, 35.51410293579101], [-78.6887435913086, 35.507526397705085], [-78.62317657470703, 35.44641494750976], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.286575317382805], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.16285324096679, -81.3114242553711, 35.56543731689454], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.16285324096679], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.25417327880859], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689454], [-81.64390563964845, 35.5532989501953], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.54649734497071], [-81.5155029296875, 35.52142333984376], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.32730102539063], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.275104522705064], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984376], [-81.5069580078125, 35.54649734497071], [-81.52364349365234, 35.56126022338867], [-80.96143341064455, 35.543563842773445], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.451129913330085], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290038, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540038], [-83.14820098876953, 35.091381072998054], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.13921737670899], [-83.21793365478516, 35.15899276733398], [-83.22003936767578, 35.222526550292976], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.22177124023437], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.319343566894524], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.18139648437501, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.456615447998054], [-83.08771514892578, 35.44632720947266], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.38993072509765], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.22790527343751], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211913], [-82.9820785522461, 35.12750625610351], [-83.05208587646484, 35.06347656249999], [-83.04385375976562, 35.04006958007812], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.03735733032227, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790038], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894532], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.470413208007805], [-79.33109283447266, 35.44482040405272], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.408805847167976], [-79.28472900390626, 35.39280700683594], [-79.26432037353516, 35.34457015991212], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254882], [-79.16909790039064, 35.23590087890626], [-79.14683532714844, 35.21304321289062], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.176807403564446], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.1735496520996], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.03735733032227], [-79.49506378173828, 35.062507629394524], [-79.55290222167969, 35.06410598754882], [-79.57419586181642, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.149032592773445], [-81.00727844238281, 35.16324996948243], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.348674774169915], [-80.93775939941406, 35.36492538452149], [-80.98292541503906, 35.369094848632805], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.451129913330085], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461913], [-80.77538299560547, 35.47957229614257], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734376], [-80.6594467163086, 35.26467514038087], [-80.53964233398438, 35.205818176269524], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.028198242187514], [-80.84016418457033, 35.002017974853516], [-80.89471435546875, 35.05973434448241], [-80.92779541015625, 35.10124969482421], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484374], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.50756835937499], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.205818176269524], [-80.6594467163086, 35.26467514038087], [-80.68998718261719, 35.34075927734376], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614257], [-80.77622985839844, 35.50680923461913], [-80.72651672363281, 35.50756835937499], [-80.2982406616211, 35.49489974975585], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.21060943603516], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.136581420898445, -79.60746765136719, 35.50593566894532], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.36637115478515], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.46435928344726], [-80.16207122802734, 35.47474288940429], [-80.1819076538086, 35.505119323730455], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894532], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790038], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663087], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207032], [-79.83631896972656, 35.17380142211913], [-79.90946197509766, 35.15571975708007], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.13714218139649], [-80.06517791748047, 35.136581420898445], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.505119323730455], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.11027526855469, 35.193836212158196], [-80.1316146850586, 35.17111587524413], [-80.1546859741211, 35.17608261108398], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.167858123779304], [-80.21988677978516, 35.15918350219726], [-80.24758911132814, 35.204524993896484], [-80.26109313964844, 35.20404052734374], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.173915863037124], [-80.34872436523438, 35.17067337036132], [-80.3729476928711, 35.177864074707024], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.168594360351555], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.182910919189446], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.21060943603516], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975585], [-80.1819076538086, 35.505119323730455], [-80.16207122802734, 35.47474288940429], [-80.1163101196289, 35.46435928344726], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.36637115478515], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916991], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.18494796752929], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.26757812500001], [-82.60810089111328, 35.29306411743165], [-82.74388885498047, 35.41803359985351], [-82.7141571044922, 35.43915176391602], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607421], [-82.56393432617188, 35.438423156738274], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916991], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243163], [-82.25827789306642, 35.39335632324217], [-82.31555938720703, 35.30961608886718], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.182723999023445], [-82.38961029052734, 35.208240509033196], [-82.43791961669922, 35.16955947875977], [-82.46674346923828, 35.173500061035156], [-82.52463531494142, 35.15456008911132], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504}, "type": "Feature"}, {"bbox": [-84.03086090087892, 35.21538162231445, -83.58038330078126, 35.46202850341796], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582032], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.24866104125976], [-83.83686065673828, 35.24674987792968], [-83.9216537475586, 35.21896743774413], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.232501983642585], [-84.00389099121094, 35.262088775634766], [-84.03086090087892, 35.29252243041993], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.37285995483398], [-84.01264953613281, 35.40762329101562], [-83.95470428466797, 35.45545959472656], [-83.93007659912111, 35.44901657104492], [-83.87989044189453, 35.46202850341796], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863282], [-83.58038330078126, 35.40108489990235], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.334033966064446], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171874], [-83.67919158935547, 35.27222061157226], [-83.69563293457031, 35.25080871582032]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918}, "type": "Feature"}, {"bbox": [-77.83657836914064, 35.00083541870117, -77.38616180419922, 35.42152786254882], "geometry": {"coordinates": [[[-77.83657836914064, 35.171741485595696], [-77.83006286621094, 35.34235000610351], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357423, 35.36981964111328], [-77.6844711303711, 35.34593963623048], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.36648559570312], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.4946746826172, 35.40744400024413], [-77.47388458251953, 35.42152786254882], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.34276962280273], [-77.38616180419922, 35.32926177978516], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.259838104248054], [-77.4740982055664, 35.227191925048814], [-77.52831268310547, 35.239696502685554], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.144882202148445], [-77.59949493408203, 35.070869445800774], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211913], [-77.7641372680664, 35.12861251831054], [-77.83657836914064, 35.171741485595696]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.41803359985351], "geometry": {"coordinates": [[[-82.8876953125, 35.055370330810554], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.04006958007812], [-83.05208587646484, 35.06347656249999], [-82.9820785522461, 35.12750625610351], [-82.99058532714844, 35.15817642211913], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.22790527343751], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.315570831298814], [-82.74388885498047, 35.41803359985351], [-82.60810089111328, 35.29306411743165], [-82.61061096191406, 35.26757812500001], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.18494796752929], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487304], [-82.68605041503906, 35.12146377563476], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.091232299804695], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.055370330810554]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.149032592773445, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.275104522705064], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.32730102539063], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.369094848632805], [-80.93775939941406, 35.36492538452149], [-80.92627716064453, 35.348674774169915], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948243], [-81.02396392822266, 35.149032592773445], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277343, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.193126678466804], [-82.27832794189453, 35.19500732421874], [-82.32077026367188, 35.18418884277343], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886718], [-82.25827789306642, 35.39335632324217], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546874999], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.188282012939446], [-82.21017456054688, 35.193126678466804]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.319343566894524], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.03576278686523], [-83.56204223632812, 35.05594253540038], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793946], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.214435577392585], [-83.69563293457031, 35.25080871582032], [-83.67919158935547, 35.27222061157226], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.31531906127929], [-83.33181762695312, 35.319343566894524], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.22177124023437], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.222526550292976], [-83.21793365478516, 35.15899276733398], [-83.1934814453125, 35.13921737670899], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.091381072998054], [-83.14505767822266, 35.08328628540038], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.553752899169915, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.72098541259764], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.67715454101562], [-78.25680541992188, 34.553752899169915], [-78.27461242675781, 34.58127593994141], [-78.30590057373047, 34.60535812377929], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.635852813720696], [-78.32234191894531, 34.64557266235351], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444335], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.85510635375977], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.943470001220696], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.07146835327148], [-78.65815734863283, 35.09362030029296], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490236, 35.18972778320312], [-78.6327133178711, 35.1972999572754], [-78.63528442382812, 35.210952758789055], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.286575317382805], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.193218231201165], [-78.16319274902344, 35.18228912353516], [-78.17028045654297, 35.09748458862305], [-78.15524291992189, 35.06819152832031], [-78.14298248291016, 34.90132522583007], [-78.19544982910156, 34.74362564086913], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.711345672607415], [-78.11376953125, 34.72098541259764]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604491, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.0700340270996], [-76.94422912597658, 35.09972381591797], [-76.9898910522461, 35.15404510498046], [-76.97233581542969, 35.15677261352538], [-76.96660614013672, 35.18796539306641], [-76.94743347167969, 35.216991424560554], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.248767852783196], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.13856124877929], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604491], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.0700340270996]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041993], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618163], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.24098968505859], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.03086090087892, 35.29252243041993], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.232501983642585], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774413], [-83.83686065673828, 35.24674987792968], [-83.79187774658203, 35.24866104125976], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582032], [-83.69669342041016, 35.214435577392585], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.148063659667976], [-83.8538818359375, 35.12579345703126], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.98900985717773], [-84.2910385131836, 35.21054458618163]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.82742309570313, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.85510635375977], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.89626312255861, 34.830902099609375], [-78.91255187988283, 34.82742309570313], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805663], [-79.03360748291016, 34.9538230895996], [-79.09431457519531, 35.03785705566407], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.176807403564446], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513671], [-78.88601684570312, 35.229934692382805], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794921], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.210952758789055], [-78.6327133178711, 35.1972999572754], [-78.64522552490236, 35.18972778320312], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863283, 35.09362030029296], [-78.66641235351562, 35.07146835327148], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.943470001220696], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.85510635375977]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.239696502685554], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777343], [-77.07313537597656, 34.815441131591804], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425783, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.835502624511726], [-77.22299194335938, 34.884510040283196], [-77.28542327880861, 34.92640304565429], [-77.33513641357422, 34.93254089355468], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.966724395751946], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.070869445800774], [-77.5330581665039, 35.144882202148445], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.239696502685554], [-77.4740982055664, 35.227191925048814], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535157], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173829], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.02426147460937], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923}, "type": "Feature"}, {"bbox": [-80.84016418457033, 34.814762115478516, -80.2751235961914, 35.205818176269524], "geometry": {"coordinates": [[[-80.84016418457033, 35.002017974853516], [-80.7972183227539, 35.028198242187514], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.205818176269524], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.182910919189446], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.168594360351555], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.177864074707024], [-80.34872436523438, 35.17067337036132], [-80.32567596435547, 35.173915863037124], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.815227508544915], [-80.80006408691406, 34.81611251831054], [-80.78565216064453, 34.94063949584961], [-80.84016418457033, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734374], [-80.24758911132814, 35.204524993896484], [-80.21988677978516, 35.15918350219726], [-80.19010162353516, 35.167858123779304], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.17608261108398], [-80.1316146850586, 35.17111587524413], [-80.11027526855469, 35.193836212158196], [-80.0714111328125, 35.150741577148445], [-80.06517791748047, 35.136581420898445], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326171], [-79.94491577148438, 35.115337371826165], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.10669326782227], [-79.90843200683594, 35.078994750976555], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.96771621704102], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279296], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680663, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.83560943603514], [-79.36067962646484, 34.94470977783204], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.03735733032227], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.1735496520996], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.176807403564446], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566407], [-79.03360748291016, 34.9538230895996], [-79.18185424804688, 34.83188247680663], [-79.34030151367188, 34.83560943603514]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.70300292968751], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.63506698608398], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.70300292968751], [-76.40843200683594, 35.69911575317382], [-76.27344512939453, 35.689498901367195], [-76.2976303100586, 35.61169433593749], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.604389190673835], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569335], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760743], [-76.05297851562501, 35.41460418701171], [-76.1816177368164, 35.341533660888665], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.45019912719727], [-76.45843505859375, 35.50442504882813], [-76.44652557373047, 35.55086517333984], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449218], [-75.76370239257812, 35.1922836303711], [-75.81153869628906, 35.16402053833007], [-75.90394592285156, 35.132492065429695], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.711006164550774, -77.65526580810547, 35.186477661132805], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.711006164550774], [-77.9393081665039, 34.719406127929695], [-77.98915100097656, 34.717094421386726], [-78.01736450195312, 34.728931427001946], [-78.11376953125, 34.72098541259764], [-78.13581848144531, 34.711345672607415], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086913], [-78.14298248291016, 34.90132522583007], [-78.15524291992189, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.18228912353516], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.18569183349609], [-78.00215911865234, 35.186477661132805], [-77.96392822265625, 35.16402435302734], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966798, 35.14418029785156], [-77.8876724243164, 35.15496444702148], [-77.83657836914064, 35.171741485595696], [-77.7641372680664, 35.12861251831054], [-77.75160217285156, 35.09567642211913], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.966724395751946], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.805255889892564, -79.45536041259766, 35.17380142211913], "geometry": {"coordinates": [[[-79.68595886230469, 34.805255889892564], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279296], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.96771621704102], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.078994750976555], [-79.9151382446289, 35.10669326782227], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.115337371826165], [-79.97528076171875, 35.09673309326171], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.136581420898445], [-80.01068115234375, 35.13714218139649], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708007], [-79.83631896972656, 35.17380142211913], [-79.75984191894531, 35.16731262207032], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663087], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.57419586181642, 35.073265075683594], [-79.55290222167969, 35.06410598754882], [-79.49506378173828, 35.062507629394524], [-79.45536041259766, 35.03735733032227], [-79.54710388183594, 35.00006103515624], [-79.57304382324219, 34.97836685180665], [-79.58052062988281, 34.94478988647461], [-79.56558990478517, 34.90750122070313], [-79.6219253540039, 34.84957122802734], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663085], [-79.68595886230469, 34.805255889892564]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.148063659667976], "geometry": {"coordinates": [[[-83.93799591064453, 34.98939132690429], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703126], [-83.7553939819336, 35.148063659667976], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793946], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540038], [-83.55323791503906, 35.03576278686523], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.98939132690429]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.216991424560554], [-76.96660614013672, 35.18796539306641], [-76.97233581542969, 35.15677261352538], [-76.9898910522461, 35.15404510498046], [-76.94422912597658, 35.09972381591797], [-76.94324493408203, 35.0700340270996], [-77.04788208007812, 35.092155456542976], [-77.10467529296875, 35.08798599243163], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173829], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535157], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.227191925048814], [-77.42964935302734, 35.259838104248054], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.32926177978516], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825196], [-77.26419067382812, 35.350112915039055], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.848274230957024], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.02426147460937], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.05288696289063], [-76.9131088256836, 34.93647003173829], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.03735733032227], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.805255889892564], [-79.66014862060547, 34.81789779663085], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.84957122802734], [-79.56558990478517, 34.90750122070313], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180665], [-79.54710388183594, 35.00006103515624], [-79.45536041259766, 35.03735733032227], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783204], [-79.34030151367188, 34.83560943603514], [-79.34445190429688, 34.80883789062501], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.45700836181641, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.45700836181641], [-77.57633209228516, 34.469345092773445], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.966724395751946], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355468], [-77.28542327880861, 34.92640304565429], [-77.22299194335938, 34.884510040283196], [-77.20626831054688, 34.835502624511726], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425783, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.6849136352539], [-77.15660095214845, 34.660636901855476], [-77.53863525390625, 34.45700836181641]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.9538230895996], "geometry": {"coordinates": [[[-78.86450958251953, 34.47719573974609], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.449382781982415], [-78.9753646850586, 34.39916610717773], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635743], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.80883789062501], [-79.34030151367188, 34.83560943603514], [-79.18185424804688, 34.83188247680663], [-79.03360748291016, 34.9538230895996], [-78.948486328125, 34.90268325805663], [-78.92862701416016, 34.879798889160156], [-78.91255187988283, 34.82742309570313], [-78.89626312255861, 34.830902099609375], [-78.84170532226562, 34.735000610351555], [-78.8033218383789, 34.68510437011718], [-78.85260009765625, 34.56658172607421], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.47719573974609]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123}, "type": "Feature"}, {"bbox": [-77.16426086425783, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425783, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.815441131591804], [-77.05746459960938, 34.81504821777343], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.848274230957024], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600585], [-76.52977752685547, 34.97463607788085], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.946247100830085], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.97595596313477], [-76.31471252441406, 34.94881439208984], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.69891738891602], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646486, 34.58782958984375], [-76.55514526367188, 34.61066055297852], [-76.53775024414062, 34.61392211914062], [-76.48448181152344, 34.69763183593751], [-76.43229675292969, 34.76068496704101], [-76.37467956542969, 34.81287002563477], [-76.28770446777344, 34.87701034545899], [-76.4692611694336, 34.693283081054695], [-76.54427337646486, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963}, "type": "Feature"}, {"bbox": [-78.89626312255861, 34.364421844482415, -78.169677734375, 34.85510635375977], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.364421844482415], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211915], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229493], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.45919799804686], [-78.86450958251953, 34.47719573974609], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607421], [-78.8033218383789, 34.68510437011718], [-78.84170532226562, 34.735000610351555], [-78.89626312255861, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.85510635375977], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444335], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.64557266235351], [-78.30970001220703, 34.635852813720696], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.60535812377929], [-78.27461242675781, 34.58127593994141], [-78.25680541992188, 34.553752899169915], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.728931427001946], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383788], [-78.13024139404297, 34.36412429809569], [-78.15478515625, 34.36224365234376], [-78.18461608886719, 34.34817123413085], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.553752899169915], [-78.1567611694336, 34.67715454101562], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.72098541259764], [-78.01736450195312, 34.728931427001946], [-77.98915100097656, 34.717094421386726], [-77.9393081665039, 34.719406127929695], [-77.92667388916016, 34.711006164550774], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.469345092773445], [-77.53863525390625, 34.45700836181641], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496095], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.38796997070313], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.375686645507805], [-77.99445343017578, 34.362316131591804], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383788]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291, -78.15478515625, 34.47719573974609], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.39916610717773], [-78.95073699951172, 34.449382781982415], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.47719573974609], [-78.83635711669922, 34.45919799804686], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229493], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211915], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.364421844482415], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413085], [-78.15478515625, 34.36224365234376], [-78.26106262207031, 34.21526336669921], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.186721801757805], [-78.42543029785158, 34.138065338134766], [-78.49274444580078, 34.15850448608399], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.0306053161621], [-78.63027191162111, 34.01020050048828], [-78.63471984863281, 33.977977752685554], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.38796997070313], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675782], [-77.98314666748047, 34.26168060302734], [-78.0002212524414, 34.26788330078124], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383788], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.362316131591804], [-77.97907257080078, 34.375686645507805], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.38796997070313], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.0691795349121], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008788, -77.95852661132812, 34.36412429809569], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-78.63471984863281, 33.977977752685554], [-78.63027191162111, 34.01020050048828], [-78.58778381347656, 34.0306053161621], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.15850448608399], [-78.42543029785158, 34.138065338134766], [-78.36112213134766, 34.186721801757805], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669921], [-78.15478515625, 34.36224365234376], [-78.13024139404297, 34.36412429809569], [-78.02592468261719, 34.32876968383788], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078124], [-77.98314666748047, 34.26168060302734], [-77.97528076171875, 34.24336242675782], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.914291381835945], [-78.57971954345703, 33.88199234008788], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_71727e0933e912a9e57f71ebdc342c8f.bindTooltip(\n", + " geo_json_e05a8ca41ab613d20be5e827a7c55cce.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1696,61 +1696,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_71727e0933e912a9e57f71ebdc342c8f.addTo(map_e8b165cdb2d984516488241737a96de1);\n", + " geo_json_e05a8ca41ab613d20be5e827a7c55cce.addTo(map_4e4cc50555d29d4cafe90d8dcbfd79b9);\n", " \n", " \n", - " function geo_json_b13e2883cf9c4d8f626f480208867fa2_styler(feature) {\n", + " function geo_json_73c8dd9784c176f9b04a7afc37345bc3_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_b13e2883cf9c4d8f626f480208867fa2_highlighter(feature) {\n", + " function geo_json_73c8dd9784c176f9b04a7afc37345bc3_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_b13e2883cf9c4d8f626f480208867fa2_pointToLayer(feature, latlng) {\n", + " function geo_json_73c8dd9784c176f9b04a7afc37345bc3_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_b13e2883cf9c4d8f626f480208867fa2_styler(feature)\n", + " let style = geo_json_73c8dd9784c176f9b04a7afc37345bc3_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_b13e2883cf9c4d8f626f480208867fa2_onEachFeature(feature, layer) {\n", + " function geo_json_73c8dd9784c176f9b04a7afc37345bc3_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_b13e2883cf9c4d8f626f480208867fa2.resetStyle(e.target);\n", + " geo_json_73c8dd9784c176f9b04a7afc37345bc3.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_b13e2883cf9c4d8f626f480208867fa2_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_73c8dd9784c176f9b04a7afc37345bc3_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_b13e2883cf9c4d8f626f480208867fa2 = L.geoJson(null, {\n", - " onEachFeature: geo_json_b13e2883cf9c4d8f626f480208867fa2_onEachFeature,\n", + " var geo_json_73c8dd9784c176f9b04a7afc37345bc3 = L.geoJson(null, {\n", + " onEachFeature: geo_json_73c8dd9784c176f9b04a7afc37345bc3_onEachFeature,\n", " \n", - " style: geo_json_b13e2883cf9c4d8f626f480208867fa2_styler,\n", - " pointToLayer: geo_json_b13e2883cf9c4d8f626f480208867fa2_pointToLayer,\n", + " style: geo_json_73c8dd9784c176f9b04a7afc37345bc3_styler,\n", + " pointToLayer: geo_json_73c8dd9784c176f9b04a7afc37345bc3_pointToLayer,\n", " });\n", "\n", - " function geo_json_b13e2883cf9c4d8f626f480208867fa2_add (data) {\n", - " geo_json_b13e2883cf9c4d8f626f480208867fa2\n", + " function geo_json_73c8dd9784c176f9b04a7afc37345bc3_add (data) {\n", + " geo_json_73c8dd9784c176f9b04a7afc37345bc3\n", " .addData(data);\n", " }\n", - " geo_json_b13e2883cf9c4d8f626f480208867fa2_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 1, "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.38789612168756, -80.69283730965327, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-80.69283730965327, 36.38789612168756]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 2, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.23456192640865, 36.401227370972855]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 9, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.17220768865046, -80.65910549496982, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.1143389052351, -80.25053372049967, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.305372474455865, -75.93765003734005, 36.369675590406956], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-76.19502280601716, 36.369675590406956]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 6, "weight": 1}, "type": "Feature"}, {"bbox": [-75.93765003734005, 35.773009234143785, -75.87201533024219, 36.305372474455865], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-75.87201533024219, 35.773009234143785]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 55, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-76.99851152335646, 36.35951639232211]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 5, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.346271292404964, -77.37246171928803, 36.431574192838355], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-78.11408945025987, 36.431574192838355]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 8, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.02838211402072, -77.00034832803134, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.369675590406956, -76.19502280601716, 36.43099711652998], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.32482355505354, -76.3082408976784, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.22728328016211, -76.45111569351359, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.19801271093677, -76.65150188131545, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.25616892305704, -77.67958234541625, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 35.93822583107635, -77.98657016102852, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.39578671196982, -79.77276476728454, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.121425443650615, -79.78257703120624, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.394472390737356, -79.33606772948953, 36.39578671196982], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.38895351245035, -78.97676286158412, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 35.974239868231855, -79.13156582724993, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 35.97812907941472, -79.40062842768751, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.3465746028161, -78.65955245707339, 36.38895351245035], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.04481979569061, -78.33218415595869, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 35.793718523235434, -78.61963768303745, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.046624468880886, -78.86743923985517, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.04481979569061, -78.33218415595869, 36.37686581999349], "geometry": {"coordinates": [[-78.40588759239012, 36.37686581999349], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "black", "focal": 14, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.02838211402072, -77.00034832803134, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.88136990275862, -77.5816426130457, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.85241144553857, -77.1263213146242, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [[-76.3082408976784, 36.32482355505354], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "black", "focal": 16, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.212591058235546, -81.1680924257293, 36.250751216087075], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.17220768865046, -80.65910549496982, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 35.803923095003206, -80.90101493959926, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.91995341116828, 36.0793186797884]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 21, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 35.93679745767059, -81.5564902506844, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [[-76.45111569351359, 36.22728328016211], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "black", "focal": 19, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.12248353999284, 35.975969205859286]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 31, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.93679745767059, -81.5564902506844, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.764754813596575, -81.6825329190607, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.1143389052351, -80.25053372049967, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 35.91976543237011, -80.53127816956352, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 35.93822583107635, -77.98657016102852, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 35.97812907941472, -79.40062842768751, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.974239868231855, -79.13156582724993, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.69646335850461, -79.25597874115246, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 35.82771455327548, -76.59090273018614, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 35.793718523235434, -78.61963768303745, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.88136990275862, -77.5816426130457, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.711426153089995, -77.93835602935111, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.29878534140809, 35.891263191643226]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 34, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.74009996280318, -82.04339606088747, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.85241144553857, -77.1263213146242, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.56915865033354, -77.3643519229068, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.90285493694586, -81.17936093491355, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.65815642455532, -81.20636795501596, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.67626610534305, 35.84307981796387]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 37, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.74009996280318, -82.04339606088747, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.82771455327548, -76.59090273018614, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.56410582410714, -76.80756743037757, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.55111267356497, -78.3703938075336, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.61935866399454, -82.54208536355003, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.803923095003206, -80.90101493959926, 35.90285493694586], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.659772053128975, -80.53283827506755, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.25740486354764, -80.82735715242157, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.36297645265597, -80.5547048031675, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.7744010641556, -80.25600741309485, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [[-81.17936093491355, 35.90285493694586], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "black", "focal": 40, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.67781301100719, -79.80167663908625, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.327431460158316, -79.89606682644703, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.33009083353577, -80.24127152466903, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.65815642455532, -81.20636795501596, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.38603832932577, -81.56095654230508, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.479939019175795, -81.21835056524885, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.81868673514218, -76.22124491320736, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.22124491320736, 35.81868673514218]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 44, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.51854028682398, -76.21757613206822, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.51854028682398, -76.21757613206822, 35.81868673514218], "geometry": {"coordinates": [[-76.22124491320736, 35.81868673514218], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "black", "focal": 44, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.39340997905669, -81.91432326401467, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.27206243636648, -79.45977217261137, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.45539941067479, -79.19208992681638, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.19208992681638, 35.45539941067479]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 59, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.37487380360481, -78.83973208503795, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.56915865033354, -77.3643519229068, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.498952507618, -77.66626580682512, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.327431460158316, -79.89606682644703, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.33009083353577, -80.24127152466903, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56410582410714, -76.80756743037757, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.238638759898045, -77.18804707266813, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.39340997905669, -81.91432326401467, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.34931942462325, -82.47671294559912, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.38765571678414, -77.97787880182456, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 34.922356132333654, -78.35673975816896, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.60490348252915, 35.47586812816397]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 57, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.34931942462325, -82.47671294559912, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.20959213861049, -82.77267464488618, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [[-75.87201533024219, 35.773009234143785], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "black", "focal": 55, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.14908744570476, -76.79515102455096, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.79515102455096, 35.14908744570476]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 79, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.51854028682398, -76.21757613206822, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.24830652006442, -83.11150471676939, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.81944500863986, 35.34389325773047]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 72, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.169995453707, -83.47193852539337, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.37487380360481, -78.83973208503795, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.38603832932577, -81.56095654230508, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.20020763197254, -77.67721341139872, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 34.949151043248946, -77.90798830403743, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 34.922356132333654, -78.35673975816896, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.293139601003844, -81.17736882425847, 35.38603832932577], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.25740486354764, -80.82735715242157, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.293139601003844, -81.17736882425847, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.20959213861049, -82.77267464488618, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.27206243636648, -79.45977217261137, 35.327431460158316], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.054813025646546, -78.87810448081477, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.01438406556255, -79.25113955330204, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.25740486354764, -80.82735715242157, 35.293139601003844], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.01444375932666, -80.55885768683369, 35.25740486354764], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.33009083353577, -80.24127152466903, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.327431460158316, -79.89606682644703, 35.33009083353577], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 34.99102766751888, -79.72202064037224, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 34.989241505841214, -80.09124626604962, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.2991253887554, -82.17699252199117, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.169995453707, -83.47193852539337, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.012407955304155, -77.39905531467014, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.39905531467014, 35.012407955304155]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 82, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.922356132333654, -78.35673975816896, 35.054813025646546], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.509697709519855, -77.9245658269991, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.14908744570476, -76.79515102455096, 35.238638759898045], "geometry": {"coordinates": [[-76.79515102455096, 35.14908744570476], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "black", "focal": 79, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.06359077255187, -83.75265358254363, 35.14015600385817], "geometry": {"coordinates": [[-84.0321893966368, 35.14015600385817], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "black", "focal": 80, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.62312080120418, -78.56996079307251, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 34.86427750937366, -76.54395923944259, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 34.989241505841214, -80.09124626604962, 35.01444375932666], "geometry": {"coordinates": [[-80.55885768683369, 35.01444375932666], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "black", "focal": 83, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [[-80.09124626604962, 34.989241505841214], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "black", "focal": 84, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 34.6599186266382, -79.12198368689681, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.74238011850433, -77.41302012730806, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.82678725757952, -79.47844550242344, 34.99102766751888], "geometry": {"coordinates": [[-79.72202064037224, 34.99102766751888], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "black", "focal": 88, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 34.86427750937366, -76.54395923944259, 35.238638759898045], "geometry": {"coordinates": [[-77.18804707266813, 35.238638759898045], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "black", "focal": 90, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.6599186266382, -79.12198368689681, 34.82678725757952], "geometry": {"coordinates": [[-79.47844550242344, 34.82678725757952], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "black", "focal": 91, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.62312080120418, -78.56996079307251, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.21558682200368, -78.64673911019337, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.509697709519855, -77.9245658269991, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.2172010123703, -77.90239283469771, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-77.90239283469771, 34.2172010123703]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 98, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.0902733398776, -78.2566549713068, 34.21558682200368], "geometry": {"coordinates": [[-78.64673911019337, 34.21558682200368], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "black", "focal": 97, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [[-77.90239283469771, 34.2172010123703], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "black", "focal": 98, "neighbor": 99, "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_73c8dd9784c176f9b04a7afc37345bc3_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 1, "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.38789612168756, -80.69283730965327, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-80.69283730965327, 36.38789612168756]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 2, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.23456192640865, 36.401227370972855]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 9, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.17220768865046, -80.65910549496982, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.1143389052351, -80.25053372049967, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.305372474455865, -75.93765003734005, 36.369675590406956], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-76.19502280601716, 36.369675590406956]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 6, "weight": 1}, "type": "Feature"}, {"bbox": [-75.93765003734005, 35.773009234143785, -75.87201533024219, 36.305372474455865], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-75.87201533024219, 35.773009234143785]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 55, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-76.99851152335646, 36.35951639232211]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 5, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.346271292404964, -77.37246171928803, 36.431574192838355], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-78.11408945025987, 36.431574192838355]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 8, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.02838211402072, -77.00034832803134, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.369675590406956, -76.19502280601716, 36.43099711652998], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.32482355505354, -76.3082408976784, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.22728328016211, -76.45111569351359, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.19801271093677, -76.65150188131545, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.25616892305704, -77.67958234541625, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 35.93822583107635, -77.98657016102852, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.39578671196982, -79.77276476728454, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.121425443650615, -79.78257703120624, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.394472390737356, -79.33606772948953, 36.39578671196982], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.38895351245035, -78.97676286158412, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 35.974239868231855, -79.13156582724993, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 35.97812907941472, -79.40062842768751, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.3465746028161, -78.65955245707339, 36.38895351245035], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.04481979569061, -78.33218415595869, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 35.793718523235434, -78.61963768303745, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.046624468880886, -78.86743923985517, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.04481979569061, -78.33218415595869, 36.37686581999349], "geometry": {"coordinates": [[-78.40588759239012, 36.37686581999349], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "black", "focal": 14, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.02838211402072, -77.00034832803134, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.88136990275862, -77.5816426130457, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.85241144553857, -77.1263213146242, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [[-76.3082408976784, 36.32482355505354], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "black", "focal": 16, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.212591058235546, -81.1680924257293, 36.250751216087075], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.17220768865046, -80.65910549496982, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 35.803923095003206, -80.90101493959926, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.91995341116828, 36.0793186797884]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 21, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 35.93679745767059, -81.5564902506844, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [[-76.45111569351359, 36.22728328016211], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "black", "focal": 19, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.12248353999284, 35.975969205859286]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 31, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.93679745767059, -81.5564902506844, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.764754813596575, -81.6825329190607, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.1143389052351, -80.25053372049967, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 35.91976543237011, -80.53127816956352, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 35.93822583107635, -77.98657016102852, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 35.97812907941472, -79.40062842768751, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.974239868231855, -79.13156582724993, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.69646335850461, -79.25597874115246, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 35.82771455327548, -76.59090273018614, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 35.793718523235434, -78.61963768303745, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.88136990275862, -77.5816426130457, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.711426153089995, -77.93835602935111, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.29878534140809, 35.891263191643226]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 34, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.74009996280318, -82.04339606088747, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.85241144553857, -77.1263213146242, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.56915865033354, -77.3643519229068, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.90285493694586, -81.17936093491355, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.65815642455532, -81.20636795501596, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.67626610534305, 35.84307981796387]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 37, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.74009996280318, -82.04339606088747, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.82771455327548, -76.59090273018614, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.56410582410714, -76.80756743037757, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.55111267356497, -78.3703938075336, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.61935866399454, -82.54208536355003, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.803923095003206, -80.90101493959926, 35.90285493694586], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.659772053128975, -80.53283827506755, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.25740486354764, -80.82735715242157, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.36297645265597, -80.5547048031675, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.7744010641556, -80.25600741309485, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [[-81.17936093491355, 35.90285493694586], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "black", "focal": 40, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.67781301100719, -79.80167663908625, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.327431460158316, -79.89606682644703, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.33009083353577, -80.24127152466903, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.65815642455532, -81.20636795501596, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.38603832932577, -81.56095654230508, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.479939019175795, -81.21835056524885, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.81868673514218, -76.22124491320736, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.22124491320736, 35.81868673514218]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 44, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.51854028682398, -76.21757613206822, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.51854028682398, -76.21757613206822, 35.81868673514218], "geometry": {"coordinates": [[-76.22124491320736, 35.81868673514218], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "black", "focal": 44, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.39340997905669, -81.91432326401467, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.27206243636648, -79.45977217261137, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.45539941067479, -79.19208992681638, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.19208992681638, 35.45539941067479]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 59, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.37487380360481, -78.83973208503795, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.56915865033354, -77.3643519229068, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.498952507618, -77.66626580682512, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.327431460158316, -79.89606682644703, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.33009083353577, -80.24127152466903, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56410582410714, -76.80756743037757, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.238638759898045, -77.18804707266813, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.39340997905669, -81.91432326401467, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.34931942462325, -82.47671294559912, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.38765571678414, -77.97787880182456, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 34.922356132333654, -78.35673975816896, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.60490348252915, 35.47586812816397]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 57, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.34931942462325, -82.47671294559912, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.20959213861049, -82.77267464488618, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [[-75.87201533024219, 35.773009234143785], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "black", "focal": 55, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.14908744570476, -76.79515102455096, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.79515102455096, 35.14908744570476]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 79, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.51854028682398, -76.21757613206822, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.24830652006442, -83.11150471676939, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.81944500863986, 35.34389325773047]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 72, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.169995453707, -83.47193852539337, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.37487380360481, -78.83973208503795, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.38603832932577, -81.56095654230508, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.20020763197254, -77.67721341139872, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 34.949151043248946, -77.90798830403743, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 34.922356132333654, -78.35673975816896, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.293139601003844, -81.17736882425847, 35.38603832932577], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.25740486354764, -80.82735715242157, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.293139601003844, -81.17736882425847, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.20959213861049, -82.77267464488618, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.27206243636648, -79.45977217261137, 35.327431460158316], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.054813025646546, -78.87810448081477, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.01438406556255, -79.25113955330204, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.25740486354764, -80.82735715242157, 35.293139601003844], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.01444375932666, -80.55885768683369, 35.25740486354764], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.33009083353577, -80.24127152466903, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.327431460158316, -79.89606682644703, 35.33009083353577], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 34.99102766751888, -79.72202064037224, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 34.989241505841214, -80.09124626604962, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.2991253887554, -82.17699252199117, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.169995453707, -83.47193852539337, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.012407955304155, -77.39905531467014, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.39905531467014, 35.012407955304155]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 82, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.922356132333654, -78.35673975816896, 35.054813025646546], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.509697709519855, -77.9245658269991, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.14908744570476, -76.79515102455096, 35.238638759898045], "geometry": {"coordinates": [[-76.79515102455096, 35.14908744570476], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "black", "focal": 79, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.06359077255187, -83.75265358254363, 35.14015600385817], "geometry": {"coordinates": [[-84.0321893966368, 35.14015600385817], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "black", "focal": 80, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.62312080120418, -78.56996079307251, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 34.86427750937366, -76.54395923944259, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 34.989241505841214, -80.09124626604962, 35.01444375932666], "geometry": {"coordinates": [[-80.55885768683369, 35.01444375932666], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "black", "focal": 83, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [[-80.09124626604962, 34.989241505841214], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "black", "focal": 84, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 34.6599186266382, -79.12198368689681, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.74238011850433, -77.41302012730806, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.82678725757952, -79.47844550242344, 34.99102766751888], "geometry": {"coordinates": [[-79.72202064037224, 34.99102766751888], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "black", "focal": 88, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 34.86427750937366, -76.54395923944259, 35.238638759898045], "geometry": {"coordinates": [[-77.18804707266813, 35.238638759898045], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "black", "focal": 90, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.6599186266382, -79.12198368689681, 34.82678725757952], "geometry": {"coordinates": [[-79.47844550242344, 34.82678725757952], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "black", "focal": 91, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.62312080120418, -78.56996079307251, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.21558682200368, -78.64673911019337, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.509697709519855, -77.9245658269991, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.2172010123703, -77.90239283469771, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-77.90239283469771, 34.2172010123703]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 98, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.0902733398776, -78.2566549713068, 34.21558682200368], "geometry": {"coordinates": [[-78.64673911019337, 34.21558682200368], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "black", "focal": 97, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [[-77.90239283469771, 34.2172010123703], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "black", "focal": 98, "neighbor": 99, "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_b13e2883cf9c4d8f626f480208867fa2.bindTooltip(\n", + " geo_json_73c8dd9784c176f9b04a7afc37345bc3.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1774,61 +1774,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_b13e2883cf9c4d8f626f480208867fa2.addTo(map_e8b165cdb2d984516488241737a96de1);\n", + " geo_json_73c8dd9784c176f9b04a7afc37345bc3.addTo(map_4e4cc50555d29d4cafe90d8dcbfd79b9);\n", " \n", " \n", - " function geo_json_90a9de2dea7841ca97638ba6a93de98d_styler(feature) {\n", + " function geo_json_9321cc9768d36fdf050b22435320978c_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_90a9de2dea7841ca97638ba6a93de98d_highlighter(feature) {\n", + " function geo_json_9321cc9768d36fdf050b22435320978c_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_90a9de2dea7841ca97638ba6a93de98d_pointToLayer(feature, latlng) {\n", + " function geo_json_9321cc9768d36fdf050b22435320978c_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_90a9de2dea7841ca97638ba6a93de98d_styler(feature)\n", + " let style = geo_json_9321cc9768d36fdf050b22435320978c_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_90a9de2dea7841ca97638ba6a93de98d_onEachFeature(feature, layer) {\n", + " function geo_json_9321cc9768d36fdf050b22435320978c_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_90a9de2dea7841ca97638ba6a93de98d.resetStyle(e.target);\n", + " geo_json_9321cc9768d36fdf050b22435320978c.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_90a9de2dea7841ca97638ba6a93de98d_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_9321cc9768d36fdf050b22435320978c_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_90a9de2dea7841ca97638ba6a93de98d = L.geoJson(null, {\n", - " onEachFeature: geo_json_90a9de2dea7841ca97638ba6a93de98d_onEachFeature,\n", + " var geo_json_9321cc9768d36fdf050b22435320978c = L.geoJson(null, {\n", + " onEachFeature: geo_json_9321cc9768d36fdf050b22435320978c_onEachFeature,\n", " \n", - " style: geo_json_90a9de2dea7841ca97638ba6a93de98d_styler,\n", - " pointToLayer: geo_json_90a9de2dea7841ca97638ba6a93de98d_pointToLayer,\n", + " style: geo_json_9321cc9768d36fdf050b22435320978c_styler,\n", + " pointToLayer: geo_json_9321cc9768d36fdf050b22435320978c_pointToLayer,\n", " });\n", "\n", - " function geo_json_90a9de2dea7841ca97638ba6a93de98d_add (data) {\n", - " geo_json_90a9de2dea7841ca97638ba6a93de98d\n", + " function geo_json_9321cc9768d36fdf050b22435320978c_add (data) {\n", + " geo_json_9321cc9768d36fdf050b22435320978c\n", " .addData(data);\n", " }\n", - " geo_json_90a9de2dea7841ca97638ba6a93de98d_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [-80.69283730965327, 36.38789612168756], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": 2}, "type": "Feature"}, {"bbox": [-75.93765003734005, 36.305372474455865, -75.93765003734005, 36.305372474455865], "geometry": {"coordinates": [-75.93765003734005, 36.305372474455865], "type": "Point"}, "id": "3", "properties": {"__folium_color": "black", "focal": 3}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [-77.37246171928803, 36.346271292404964], "type": "Point"}, "id": "4", "properties": {"__folium_color": "black", "focal": 4}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [-76.99851152335646, 36.35951639232211], "type": "Point"}, "id": "5", "properties": {"__folium_color": "black", "focal": 5}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.369675590406956, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [-76.19502280601716, 36.369675590406956], "type": "Point"}, "id": "6", "properties": {"__folium_color": "black", "focal": 6}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.43099711652998, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [-76.71802675073793, 36.43099711652998], "type": "Point"}, "id": "7", "properties": {"__folium_color": "black", "focal": 7}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.431574192838355, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [-78.11408945025987, 36.431574192838355], "type": "Point"}, "id": "8", "properties": {"__folium_color": "black", "focal": 8}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.401227370972855, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [-80.23456192640865, 36.401227370972855], "type": "Point"}, "id": "9", "properties": {"__folium_color": "black", "focal": 9}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.394472390737356, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [-79.33606772948953, 36.394472390737356], "type": "Point"}, "id": "10", "properties": {"__folium_color": "black", "focal": 10}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.39578671196982, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [-79.77276476728454, 36.39578671196982], "type": "Point"}, "id": "11", "properties": {"__folium_color": "black", "focal": 11}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [-78.65955245707339, 36.3465746028161], "type": "Point"}, "id": "12", "properties": {"__folium_color": "black", "focal": 12}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.38895351245035, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [-78.97676286158412, 36.38895351245035], "type": "Point"}, "id": "13", "properties": {"__folium_color": "black", "focal": 13}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [-78.40588759239012, 36.37686581999349], "type": "Point"}, "id": "14", "properties": {"__folium_color": "black", "focal": 14}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [-77.67958234541625, 36.25616892305704], "type": "Point"}, "id": "15", "properties": {"__folium_color": "black", "focal": 15}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [-76.3082408976784, 36.32482355505354], "type": "Point"}, "id": "16", "properties": {"__folium_color": "black", "focal": 16}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "17", "properties": {"__folium_color": "black", "focal": 17}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "18", "properties": {"__folium_color": "black", "focal": 18}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [-76.45111569351359, 36.22728328016211], "type": "Point"}, "id": "19", "properties": {"__folium_color": "black", "focal": 19}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.65150188131545, 36.19801271093677], "geometry": {"coordinates": [-76.65150188131545, 36.19801271093677], "type": "Point"}, "id": "20", "properties": {"__folium_color": "black", "focal": 20}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [-81.91995341116828, 36.0793186797884], "type": "Point"}, "id": "21", "properties": {"__folium_color": "black", "focal": 21}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.17220768865046, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [-80.65910549496982, 36.17220768865046], "type": "Point"}, "id": "22", "properties": {"__folium_color": "black", "focal": 22}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [-78.33218415595869, 36.04481979569061], "type": "Point"}, "id": "23", "properties": {"__folium_color": "black", "focal": 23}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [-80.25053372049967, 36.1143389052351], "type": "Point"}, "id": "24", "properties": {"__folium_color": "black", "focal": 24}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [-79.78257703120624, 36.121425443650615], "type": "Point"}, "id": "25", "properties": {"__folium_color": "black", "focal": 25}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [-79.40062842768751, 35.97812907941472], "type": "Point"}, "id": "26", "properties": {"__folium_color": "black", "focal": 26}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [-77.00034832803134, 36.02838211402072], "type": "Point"}, "id": "27", "properties": {"__folium_color": "black", "focal": 27}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [-79.13156582724993, 35.974239868231855], "type": "Point"}, "id": "28", "properties": {"__folium_color": "black", "focal": 28}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [-78.86743923985517, 36.046624468880886], "type": "Point"}, "id": "29", "properties": {"__folium_color": "black", "focal": 29}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [-77.98657016102852, 35.93822583107635], "type": "Point"}, "id": "30", "properties": {"__folium_color": "black", "focal": 30}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [-82.12248353999284, 35.975969205859286], "type": "Point"}, "id": "31", "properties": {"__folium_color": "black", "focal": 31}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.88136990275862, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [-77.5816426130457, 35.88136990275862], "type": "Point"}, "id": "32", "properties": {"__folium_color": "black", "focal": 32}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [-81.5564902506844, 35.93679745767059], "type": "Point"}, "id": "33", "properties": {"__folium_color": "black", "focal": 33}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [-82.29878534140809, 35.891263191643226], "type": "Point"}, "id": "34", "properties": {"__folium_color": "black", "focal": 34}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [-77.1263213146242, 35.85241144553857], "type": "Point"}, "id": "35", "properties": {"__folium_color": "black", "focal": 35}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [-78.61963768303745, 35.793718523235434], "type": "Point"}, "id": "36", "properties": {"__folium_color": "black", "focal": 36}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [-82.67626610534305, 35.84307981796387], "type": "Point"}, "id": "37", "properties": {"__folium_color": "black", "focal": 37}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [-80.90101493959926, 35.803923095003206], "type": "Point"}, "id": "38", "properties": {"__folium_color": "black", "focal": 38}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [-80.53127816956352, 35.91976543237011], "type": "Point"}, "id": "39", "properties": {"__folium_color": "black", "focal": 39}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [-81.17936093491355, 35.90285493694586], "type": "Point"}, "id": "40", "properties": {"__folium_color": "black", "focal": 40}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [-80.25600741309485, 35.7744010641556], "type": "Point"}, "id": "41", "properties": {"__folium_color": "black", "focal": 41}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [-81.6825329190607, 35.764754813596575], "type": "Point"}, "id": "42", "properties": {"__folium_color": "black", "focal": 42}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.82771455327548, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [-76.59090273018614, 35.82771455327548], "type": "Point"}, "id": "43", "properties": {"__folium_color": "black", "focal": 43}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.81868673514218, -76.22124491320736, 35.81868673514218], "geometry": {"coordinates": [-76.22124491320736, 35.81868673514218], "type": "Point"}, "id": "44", "properties": {"__folium_color": "black", "focal": 44}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [-82.04339606088747, 35.74009996280318], "type": "Point"}, "id": "45", "properties": {"__folium_color": "black", "focal": 45}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [-79.80167663908625, 35.67781301100719], "type": "Point"}, "id": "46", "properties": {"__folium_color": "black", "focal": 46}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [-79.25597874115246, 35.69646335850461], "type": "Point"}, "id": "47", "properties": {"__folium_color": "black", "focal": 47}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [-77.93835602935111, 35.711426153089995], "type": "Point"}, "id": "48", "properties": {"__folium_color": "black", "focal": 48}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [-80.53283827506755, 35.659772053128975], "type": "Point"}, "id": "49", "properties": {"__folium_color": "black", "focal": 49}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [-77.3643519229068, 35.56915865033354], "type": "Point"}, "id": "50", "properties": {"__folium_color": "black", "focal": 50}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [-81.20636795501596, 35.65815642455532], "type": "Point"}, "id": "51", "properties": {"__folium_color": "black", "focal": 51}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [-82.54208536355003, 35.61935866399454], "type": "Point"}, "id": "52", "properties": {"__folium_color": "black", "focal": 52}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [-78.3703938075336, 35.55111267356497], "type": "Point"}, "id": "53", "properties": {"__folium_color": "black", "focal": 53}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [-82.96803136678908, 35.54228494433707], "type": "Point"}, "id": "54", "properties": {"__folium_color": "black", "focal": 54}, "type": "Feature"}, {"bbox": [-75.87201533024219, 35.773009234143785, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [-75.87201533024219, 35.773009234143785], "type": "Point"}, "id": "55", "properties": {"__folium_color": "black", "focal": 55}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [-76.80756743037757, 35.56410582410714], "type": "Point"}, "id": "56", "properties": {"__folium_color": "black", "focal": 56}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [-83.60490348252915, 35.47586812816397], "type": "Point"}, "id": "57", "properties": {"__folium_color": "black", "focal": 57}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [-77.66626580682512, 35.498952507618], "type": "Point"}, "id": "58", "properties": {"__folium_color": "black", "focal": 58}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.45539941067479, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [-79.19208992681638, 35.45539941067479], "type": "Point"}, "id": "59", "properties": {"__folium_color": "black", "focal": 59}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [-81.91432326401467, 35.39340997905669], "type": "Point"}, "id": "60", "properties": {"__folium_color": "black", "focal": 60}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [-77.97787880182456, 35.38765571678414], "type": "Point"}, "id": "61", "properties": {"__folium_color": "black", "focal": 61}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [-78.83973208503795, 35.37487380360481], "type": "Point"}, "id": "62", "properties": {"__folium_color": "black", "focal": 62}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.56095654230508, 35.38603832932577], "geometry": {"coordinates": [-81.56095654230508, 35.38603832932577], "type": "Point"}, "id": "63", "properties": {"__folium_color": "black", "focal": 63}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [-81.21835056524885, 35.479939019175795], "type": "Point"}, "id": "64", "properties": {"__folium_color": "black", "focal": 64}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [-83.11150471676939, 35.24830652006442], "type": "Point"}, "id": "65", "properties": {"__folium_color": "black", "focal": 65}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [-79.45977217261137, 35.27206243636648], "type": "Point"}, "id": "66", "properties": {"__folium_color": "black", "focal": 66}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.82735715242157, 35.25740486354764], "geometry": {"coordinates": [-80.82735715242157, 35.25740486354764], "type": "Point"}, "id": "67", "properties": {"__folium_color": "black", "focal": 67}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [-80.5547048031675, 35.36297645265597], "type": "Point"}, "id": "68", "properties": {"__folium_color": "black", "focal": 68}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [-79.89606682644703, 35.327431460158316], "type": "Point"}, "id": "69", "properties": {"__folium_color": "black", "focal": 69}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.33009083353577, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [-80.24127152466903, 35.33009083353577], "type": "Point"}, "id": "70", "properties": {"__folium_color": "black", "focal": 70}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [-82.47671294559912, 35.34931942462325], "type": "Point"}, "id": "71", "properties": {"__folium_color": "black", "focal": 71}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [-83.81944500863986, 35.34389325773047], "type": "Point"}, "id": "72", "properties": {"__folium_color": "black", "focal": 72}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [-77.67721341139872, 35.20020763197254], "type": "Point"}, "id": "73", "properties": {"__folium_color": "black", "focal": 73}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.77267464488618, 35.20959213861049], "geometry": {"coordinates": [-82.77267464488618, 35.20959213861049], "type": "Point"}, "id": "74", "properties": {"__folium_color": "black", "focal": 74}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.293139601003844, -81.17736882425847, 35.293139601003844], "geometry": {"coordinates": [-81.17736882425847, 35.293139601003844], "type": "Point"}, "id": "75", "properties": {"__folium_color": "black", "focal": 75}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -82.17699252199117, 35.2991253887554], "geometry": {"coordinates": [-82.17699252199117, 35.2991253887554], "type": "Point"}, "id": "76", "properties": {"__folium_color": "black", "focal": 76}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [-83.47193852539337, 35.169995453707], "type": "Point"}, "id": "77", "properties": {"__folium_color": "black", "focal": 77}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [-78.35673975816896, 34.922356132333654], "type": "Point"}, "id": "78", "properties": {"__folium_color": "black", "focal": 78}, "type": "Feature"}, {"bbox": [-76.79515102455096, 35.14908744570476, -76.79515102455096, 35.14908744570476], "geometry": {"coordinates": [-76.79515102455096, 35.14908744570476], "type": "Point"}, "id": "79", "properties": {"__folium_color": "black", "focal": 79}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -84.0321893966368, 35.14015600385817], "geometry": {"coordinates": [-84.0321893966368, 35.14015600385817], "type": "Point"}, "id": "80", "properties": {"__folium_color": "black", "focal": 80}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [-78.87810448081477, 35.054813025646546], "type": "Point"}, "id": "81", "properties": {"__folium_color": "black", "focal": 81}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [-77.39905531467014, 35.012407955304155], "type": "Point"}, "id": "82", "properties": {"__folium_color": "black", "focal": 82}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.55885768683369, 35.01444375932666], "geometry": {"coordinates": [-80.55885768683369, 35.01444375932666], "type": "Point"}, "id": "83", "properties": {"__folium_color": "black", "focal": 83}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -80.09124626604962, 34.989241505841214], "geometry": {"coordinates": [-80.09124626604962, 34.989241505841214], "type": "Point"}, "id": "84", "properties": {"__folium_color": "black", "focal": 84}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [-79.25113955330204, 35.01438406556255], "type": "Point"}, "id": "85", "properties": {"__folium_color": "black", "focal": 85}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -76.21757613206822, 35.51854028682398], "geometry": {"coordinates": [-76.21757613206822, 35.51854028682398], "type": "Point"}, "id": "86", "properties": {"__folium_color": "black", "focal": 86}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [-77.90798830403743, 34.949151043248946], "type": "Point"}, "id": "87", "properties": {"__folium_color": "black", "focal": 87}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [-79.72202064037224, 34.99102766751888], "type": "Point"}, "id": "88", "properties": {"__folium_color": "black", "focal": 88}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.75265358254363, 35.06359077255187], "geometry": {"coordinates": [-83.75265358254363, 35.06359077255187], "type": "Point"}, "id": "89", "properties": {"__folium_color": "black", "focal": 89}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [-77.18804707266813, 35.238638759898045], "type": "Point"}, "id": "90", "properties": {"__folium_color": "black", "focal": 90}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.47844550242344, 34.82678725757952], "geometry": {"coordinates": [-79.47844550242344, 34.82678725757952], "type": "Point"}, "id": "91", "properties": {"__folium_color": "black", "focal": 91}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [-77.41302012730806, 34.74238011850433], "type": "Point"}, "id": "92", "properties": {"__folium_color": "black", "focal": 92}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -79.12198368689681, 34.6599186266382], "geometry": {"coordinates": [-79.12198368689681, 34.6599186266382], "type": "Point"}, "id": "93", "properties": {"__folium_color": "black", "focal": 93}, "type": "Feature"}, {"bbox": [-76.54395923944259, 34.86427750937366, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [-76.54395923944259, 34.86427750937366], "type": "Point"}, "id": "94", "properties": {"__folium_color": "black", "focal": 94}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [-78.56996079307251, 34.62312080120418], "type": "Point"}, "id": "95", "properties": {"__folium_color": "black", "focal": 95}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [-77.9245658269991, 34.509697709519855], "type": "Point"}, "id": "96", "properties": {"__folium_color": "black", "focal": 96}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.64673911019337, 34.21558682200368], "geometry": {"coordinates": [-78.64673911019337, 34.21558682200368], "type": "Point"}, "id": "97", "properties": {"__folium_color": "black", "focal": 97}, "type": "Feature"}, {"bbox": [-77.90239283469771, 34.2172010123703, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [-77.90239283469771, 34.2172010123703], "type": "Point"}, "id": "98", "properties": {"__folium_color": "black", "focal": 98}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -78.2566549713068, 34.0902733398776], "geometry": {"coordinates": [-78.2566549713068, 34.0902733398776], "type": "Point"}, "id": "99", "properties": {"__folium_color": "black", "focal": 99}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_9321cc9768d36fdf050b22435320978c_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [-80.69283730965327, 36.38789612168756], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": 2}, "type": "Feature"}, {"bbox": [-75.93765003734005, 36.305372474455865, -75.93765003734005, 36.305372474455865], "geometry": {"coordinates": [-75.93765003734005, 36.305372474455865], "type": "Point"}, "id": "3", "properties": {"__folium_color": "black", "focal": 3}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [-77.37246171928803, 36.346271292404964], "type": "Point"}, "id": "4", "properties": {"__folium_color": "black", "focal": 4}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [-76.99851152335646, 36.35951639232211], "type": "Point"}, "id": "5", "properties": {"__folium_color": "black", "focal": 5}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.369675590406956, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [-76.19502280601716, 36.369675590406956], "type": "Point"}, "id": "6", "properties": {"__folium_color": "black", "focal": 6}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.43099711652998, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [-76.71802675073793, 36.43099711652998], "type": "Point"}, "id": "7", "properties": {"__folium_color": "black", "focal": 7}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.431574192838355, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [-78.11408945025987, 36.431574192838355], "type": "Point"}, "id": "8", "properties": {"__folium_color": "black", "focal": 8}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.401227370972855, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [-80.23456192640865, 36.401227370972855], "type": "Point"}, "id": "9", "properties": {"__folium_color": "black", "focal": 9}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.394472390737356, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [-79.33606772948953, 36.394472390737356], "type": "Point"}, "id": "10", "properties": {"__folium_color": "black", "focal": 10}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.39578671196982, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [-79.77276476728454, 36.39578671196982], "type": "Point"}, "id": "11", "properties": {"__folium_color": "black", "focal": 11}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [-78.65955245707339, 36.3465746028161], "type": "Point"}, "id": "12", "properties": {"__folium_color": "black", "focal": 12}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.38895351245035, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [-78.97676286158412, 36.38895351245035], "type": "Point"}, "id": "13", "properties": {"__folium_color": "black", "focal": 13}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [-78.40588759239012, 36.37686581999349], "type": "Point"}, "id": "14", "properties": {"__folium_color": "black", "focal": 14}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [-77.67958234541625, 36.25616892305704], "type": "Point"}, "id": "15", "properties": {"__folium_color": "black", "focal": 15}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [-76.3082408976784, 36.32482355505354], "type": "Point"}, "id": "16", "properties": {"__folium_color": "black", "focal": 16}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "17", "properties": {"__folium_color": "black", "focal": 17}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "18", "properties": {"__folium_color": "black", "focal": 18}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [-76.45111569351359, 36.22728328016211], "type": "Point"}, "id": "19", "properties": {"__folium_color": "black", "focal": 19}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.65150188131545, 36.19801271093677], "geometry": {"coordinates": [-76.65150188131545, 36.19801271093677], "type": "Point"}, "id": "20", "properties": {"__folium_color": "black", "focal": 20}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [-81.91995341116828, 36.0793186797884], "type": "Point"}, "id": "21", "properties": {"__folium_color": "black", "focal": 21}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.17220768865046, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [-80.65910549496982, 36.17220768865046], "type": "Point"}, "id": "22", "properties": {"__folium_color": "black", "focal": 22}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [-78.33218415595869, 36.04481979569061], "type": "Point"}, "id": "23", "properties": {"__folium_color": "black", "focal": 23}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [-80.25053372049967, 36.1143389052351], "type": "Point"}, "id": "24", "properties": {"__folium_color": "black", "focal": 24}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [-79.78257703120624, 36.121425443650615], "type": "Point"}, "id": "25", "properties": {"__folium_color": "black", "focal": 25}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [-79.40062842768751, 35.97812907941472], "type": "Point"}, "id": "26", "properties": {"__folium_color": "black", "focal": 26}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [-77.00034832803134, 36.02838211402072], "type": "Point"}, "id": "27", "properties": {"__folium_color": "black", "focal": 27}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [-79.13156582724993, 35.974239868231855], "type": "Point"}, "id": "28", "properties": {"__folium_color": "black", "focal": 28}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [-78.86743923985517, 36.046624468880886], "type": "Point"}, "id": "29", "properties": {"__folium_color": "black", "focal": 29}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [-77.98657016102852, 35.93822583107635], "type": "Point"}, "id": "30", "properties": {"__folium_color": "black", "focal": 30}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [-82.12248353999284, 35.975969205859286], "type": "Point"}, "id": "31", "properties": {"__folium_color": "black", "focal": 31}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.88136990275862, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [-77.5816426130457, 35.88136990275862], "type": "Point"}, "id": "32", "properties": {"__folium_color": "black", "focal": 32}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [-81.5564902506844, 35.93679745767059], "type": "Point"}, "id": "33", "properties": {"__folium_color": "black", "focal": 33}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [-82.29878534140809, 35.891263191643226], "type": "Point"}, "id": "34", "properties": {"__folium_color": "black", "focal": 34}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [-77.1263213146242, 35.85241144553857], "type": "Point"}, "id": "35", "properties": {"__folium_color": "black", "focal": 35}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [-78.61963768303745, 35.793718523235434], "type": "Point"}, "id": "36", "properties": {"__folium_color": "black", "focal": 36}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [-82.67626610534305, 35.84307981796387], "type": "Point"}, "id": "37", "properties": {"__folium_color": "black", "focal": 37}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [-80.90101493959926, 35.803923095003206], "type": "Point"}, "id": "38", "properties": {"__folium_color": "black", "focal": 38}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [-80.53127816956352, 35.91976543237011], "type": "Point"}, "id": "39", "properties": {"__folium_color": "black", "focal": 39}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [-81.17936093491355, 35.90285493694586], "type": "Point"}, "id": "40", "properties": {"__folium_color": "black", "focal": 40}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [-80.25600741309485, 35.7744010641556], "type": "Point"}, "id": "41", "properties": {"__folium_color": "black", "focal": 41}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [-81.6825329190607, 35.764754813596575], "type": "Point"}, "id": "42", "properties": {"__folium_color": "black", "focal": 42}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.82771455327548, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [-76.59090273018614, 35.82771455327548], "type": "Point"}, "id": "43", "properties": {"__folium_color": "black", "focal": 43}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.81868673514218, -76.22124491320736, 35.81868673514218], "geometry": {"coordinates": [-76.22124491320736, 35.81868673514218], "type": "Point"}, "id": "44", "properties": {"__folium_color": "black", "focal": 44}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [-82.04339606088747, 35.74009996280318], "type": "Point"}, "id": "45", "properties": {"__folium_color": "black", "focal": 45}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [-79.80167663908625, 35.67781301100719], "type": "Point"}, "id": "46", "properties": {"__folium_color": "black", "focal": 46}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [-79.25597874115246, 35.69646335850461], "type": "Point"}, "id": "47", "properties": {"__folium_color": "black", "focal": 47}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [-77.93835602935111, 35.711426153089995], "type": "Point"}, "id": "48", "properties": {"__folium_color": "black", "focal": 48}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [-80.53283827506755, 35.659772053128975], "type": "Point"}, "id": "49", "properties": {"__folium_color": "black", "focal": 49}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [-77.3643519229068, 35.56915865033354], "type": "Point"}, "id": "50", "properties": {"__folium_color": "black", "focal": 50}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [-81.20636795501596, 35.65815642455532], "type": "Point"}, "id": "51", "properties": {"__folium_color": "black", "focal": 51}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [-82.54208536355003, 35.61935866399454], "type": "Point"}, "id": "52", "properties": {"__folium_color": "black", "focal": 52}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [-78.3703938075336, 35.55111267356497], "type": "Point"}, "id": "53", "properties": {"__folium_color": "black", "focal": 53}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [-82.96803136678908, 35.54228494433707], "type": "Point"}, "id": "54", "properties": {"__folium_color": "black", "focal": 54}, "type": "Feature"}, {"bbox": [-75.87201533024219, 35.773009234143785, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [-75.87201533024219, 35.773009234143785], "type": "Point"}, "id": "55", "properties": {"__folium_color": "black", "focal": 55}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [-76.80756743037757, 35.56410582410714], "type": "Point"}, "id": "56", "properties": {"__folium_color": "black", "focal": 56}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [-83.60490348252915, 35.47586812816397], "type": "Point"}, "id": "57", "properties": {"__folium_color": "black", "focal": 57}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [-77.66626580682512, 35.498952507618], "type": "Point"}, "id": "58", "properties": {"__folium_color": "black", "focal": 58}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.45539941067479, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [-79.19208992681638, 35.45539941067479], "type": "Point"}, "id": "59", "properties": {"__folium_color": "black", "focal": 59}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [-81.91432326401467, 35.39340997905669], "type": "Point"}, "id": "60", "properties": {"__folium_color": "black", "focal": 60}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [-77.97787880182456, 35.38765571678414], "type": "Point"}, "id": "61", "properties": {"__folium_color": "black", "focal": 61}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [-78.83973208503795, 35.37487380360481], "type": "Point"}, "id": "62", "properties": {"__folium_color": "black", "focal": 62}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.56095654230508, 35.38603832932577], "geometry": {"coordinates": [-81.56095654230508, 35.38603832932577], "type": "Point"}, "id": "63", "properties": {"__folium_color": "black", "focal": 63}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [-81.21835056524885, 35.479939019175795], "type": "Point"}, "id": "64", "properties": {"__folium_color": "black", "focal": 64}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [-83.11150471676939, 35.24830652006442], "type": "Point"}, "id": "65", "properties": {"__folium_color": "black", "focal": 65}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [-79.45977217261137, 35.27206243636648], "type": "Point"}, "id": "66", "properties": {"__folium_color": "black", "focal": 66}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.82735715242157, 35.25740486354764], "geometry": {"coordinates": [-80.82735715242157, 35.25740486354764], "type": "Point"}, "id": "67", "properties": {"__folium_color": "black", "focal": 67}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [-80.5547048031675, 35.36297645265597], "type": "Point"}, "id": "68", "properties": {"__folium_color": "black", "focal": 68}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [-79.89606682644703, 35.327431460158316], "type": "Point"}, "id": "69", "properties": {"__folium_color": "black", "focal": 69}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.33009083353577, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [-80.24127152466903, 35.33009083353577], "type": "Point"}, "id": "70", "properties": {"__folium_color": "black", "focal": 70}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [-82.47671294559912, 35.34931942462325], "type": "Point"}, "id": "71", "properties": {"__folium_color": "black", "focal": 71}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [-83.81944500863986, 35.34389325773047], "type": "Point"}, "id": "72", "properties": {"__folium_color": "black", "focal": 72}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [-77.67721341139872, 35.20020763197254], "type": "Point"}, "id": "73", "properties": {"__folium_color": "black", "focal": 73}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.77267464488618, 35.20959213861049], "geometry": {"coordinates": [-82.77267464488618, 35.20959213861049], "type": "Point"}, "id": "74", "properties": {"__folium_color": "black", "focal": 74}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.293139601003844, -81.17736882425847, 35.293139601003844], "geometry": {"coordinates": [-81.17736882425847, 35.293139601003844], "type": "Point"}, "id": "75", "properties": {"__folium_color": "black", "focal": 75}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -82.17699252199117, 35.2991253887554], "geometry": {"coordinates": [-82.17699252199117, 35.2991253887554], "type": "Point"}, "id": "76", "properties": {"__folium_color": "black", "focal": 76}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [-83.47193852539337, 35.169995453707], "type": "Point"}, "id": "77", "properties": {"__folium_color": "black", "focal": 77}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [-78.35673975816896, 34.922356132333654], "type": "Point"}, "id": "78", "properties": {"__folium_color": "black", "focal": 78}, "type": "Feature"}, {"bbox": [-76.79515102455096, 35.14908744570476, -76.79515102455096, 35.14908744570476], "geometry": {"coordinates": [-76.79515102455096, 35.14908744570476], "type": "Point"}, "id": "79", "properties": {"__folium_color": "black", "focal": 79}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -84.0321893966368, 35.14015600385817], "geometry": {"coordinates": [-84.0321893966368, 35.14015600385817], "type": "Point"}, "id": "80", "properties": {"__folium_color": "black", "focal": 80}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [-78.87810448081477, 35.054813025646546], "type": "Point"}, "id": "81", "properties": {"__folium_color": "black", "focal": 81}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [-77.39905531467014, 35.012407955304155], "type": "Point"}, "id": "82", "properties": {"__folium_color": "black", "focal": 82}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.55885768683369, 35.01444375932666], "geometry": {"coordinates": [-80.55885768683369, 35.01444375932666], "type": "Point"}, "id": "83", "properties": {"__folium_color": "black", "focal": 83}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -80.09124626604962, 34.989241505841214], "geometry": {"coordinates": [-80.09124626604962, 34.989241505841214], "type": "Point"}, "id": "84", "properties": {"__folium_color": "black", "focal": 84}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [-79.25113955330204, 35.01438406556255], "type": "Point"}, "id": "85", "properties": {"__folium_color": "black", "focal": 85}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -76.21757613206822, 35.51854028682398], "geometry": {"coordinates": [-76.21757613206822, 35.51854028682398], "type": "Point"}, "id": "86", "properties": {"__folium_color": "black", "focal": 86}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [-77.90798830403743, 34.949151043248946], "type": "Point"}, "id": "87", "properties": {"__folium_color": "black", "focal": 87}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [-79.72202064037224, 34.99102766751888], "type": "Point"}, "id": "88", "properties": {"__folium_color": "black", "focal": 88}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.75265358254363, 35.06359077255187], "geometry": {"coordinates": [-83.75265358254363, 35.06359077255187], "type": "Point"}, "id": "89", "properties": {"__folium_color": "black", "focal": 89}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [-77.18804707266813, 35.238638759898045], "type": "Point"}, "id": "90", "properties": {"__folium_color": "black", "focal": 90}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.47844550242344, 34.82678725757952], "geometry": {"coordinates": [-79.47844550242344, 34.82678725757952], "type": "Point"}, "id": "91", "properties": {"__folium_color": "black", "focal": 91}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [-77.41302012730806, 34.74238011850433], "type": "Point"}, "id": "92", "properties": {"__folium_color": "black", "focal": 92}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -79.12198368689681, 34.6599186266382], "geometry": {"coordinates": [-79.12198368689681, 34.6599186266382], "type": "Point"}, "id": "93", "properties": {"__folium_color": "black", "focal": 93}, "type": "Feature"}, {"bbox": [-76.54395923944259, 34.86427750937366, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [-76.54395923944259, 34.86427750937366], "type": "Point"}, "id": "94", "properties": {"__folium_color": "black", "focal": 94}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [-78.56996079307251, 34.62312080120418], "type": "Point"}, "id": "95", "properties": {"__folium_color": "black", "focal": 95}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [-77.9245658269991, 34.509697709519855], "type": "Point"}, "id": "96", "properties": {"__folium_color": "black", "focal": 96}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.64673911019337, 34.21558682200368], "geometry": {"coordinates": [-78.64673911019337, 34.21558682200368], "type": "Point"}, "id": "97", "properties": {"__folium_color": "black", "focal": 97}, "type": "Feature"}, {"bbox": [-77.90239283469771, 34.2172010123703, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [-77.90239283469771, 34.2172010123703], "type": "Point"}, "id": "98", "properties": {"__folium_color": "black", "focal": 98}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -78.2566549713068, 34.0902733398776], "geometry": {"coordinates": [-78.2566549713068, 34.0902733398776], "type": "Point"}, "id": "99", "properties": {"__folium_color": "black", "focal": 99}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_90a9de2dea7841ca97638ba6a93de98d.bindTooltip(\n", + " geo_json_9321cc9768d36fdf050b22435320978c.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -1852,13 +1852,13 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_90a9de2dea7841ca97638ba6a93de98d.addTo(map_e8b165cdb2d984516488241737a96de1);\n", + " geo_json_9321cc9768d36fdf050b22435320978c.addTo(map_4e4cc50555d29d4cafe90d8dcbfd79b9);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 36, @@ -1958,7 +1958,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_40146ccdd4cceacc9fb5bb71d785b7a0 {\n", + " #map_ad02ee3d04f42ff062355e0b20b7f04f {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -2021,14 +2021,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_40146ccdd4cceacc9fb5bb71d785b7a0" ></div>\n", + " <div class="folium-map" id="map_ad02ee3d04f42ff062355e0b20b7f04f" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_40146ccdd4cceacc9fb5bb71d785b7a0 = L.map(\n", - " "map_40146ccdd4cceacc9fb5bb71d785b7a0",\n", + " var map_ad02ee3d04f42ff062355e0b20b7f04f = L.map(\n", + " "map_ad02ee3d04f42ff062355e0b20b7f04f",\n", " {\n", " center: [35.235820770263665, -79.89041519165039],\n", " crs: L.CRS.EPSG3857,\n", @@ -2037,28 +2037,28 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " L.control.scale().addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_6b1d1fd2dc7b1ec65ca672102654d955 = L.tileLayer(\n", + " var tile_layer_875ae0bf29a2a8ef75afe39ab0b27bcd = L.tileLayer(\n", " "https://a.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors \\u0026copy; \\u003ca href=\\"https://carto.com/attributions\\"\\u003eCARTO\\u003c/a\\u003e", "detectRetina": false, "maxNativeZoom": 20, "maxZoom": 20, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_6b1d1fd2dc7b1ec65ca672102654d955.addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " tile_layer_875ae0bf29a2a8ef75afe39ab0b27bcd.addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", " \n", " \n", - " map_40146ccdd4cceacc9fb5bb71d785b7a0.fitBounds(\n", + " map_ad02ee3d04f42ff062355e0b20b7f04f.fitBounds(\n", " [[33.88199234008788, -84.3238525390625], [36.589649200439446, -75.45697784423828]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_f17383e6e19f5b6583be75e8145c8d27_styler(feature) {\n", + " function geo_json_b1775bee21c704ce2c0b465ad749e42b_styler(feature) {\n", " switch(feature.id) {\n", " case "0": case "1": case "5": case "6": case "14": case "16": case "19": case "31": case "37": case "59": case "72": case "75": case "80": case "94": case "99": \n", " return {"color": "#46327e", "fillColor": "#46327e", "fillOpacity": 0.5, "weight": 2};\n", @@ -2078,52 +2078,52 @@ " return {"color": "#365c8d", "fillColor": "#365c8d", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_f17383e6e19f5b6583be75e8145c8d27_highlighter(feature) {\n", + " function geo_json_b1775bee21c704ce2c0b465ad749e42b_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_f17383e6e19f5b6583be75e8145c8d27_pointToLayer(feature, latlng) {\n", + " function geo_json_b1775bee21c704ce2c0b465ad749e42b_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_f17383e6e19f5b6583be75e8145c8d27_styler(feature)\n", + " let style = geo_json_b1775bee21c704ce2c0b465ad749e42b_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_f17383e6e19f5b6583be75e8145c8d27_onEachFeature(feature, layer) {\n", + " function geo_json_b1775bee21c704ce2c0b465ad749e42b_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_f17383e6e19f5b6583be75e8145c8d27.resetStyle(e.target);\n", + " geo_json_b1775bee21c704ce2c0b465ad749e42b.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_f17383e6e19f5b6583be75e8145c8d27_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_b1775bee21c704ce2c0b465ad749e42b_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_f17383e6e19f5b6583be75e8145c8d27 = L.geoJson(null, {\n", - " onEachFeature: geo_json_f17383e6e19f5b6583be75e8145c8d27_onEachFeature,\n", + " var geo_json_b1775bee21c704ce2c0b465ad749e42b = L.geoJson(null, {\n", + " onEachFeature: geo_json_b1775bee21c704ce2c0b465ad749e42b_onEachFeature,\n", " \n", - " style: geo_json_f17383e6e19f5b6583be75e8145c8d27_styler,\n", - " pointToLayer: geo_json_f17383e6e19f5b6583be75e8145c8d27_pointToLayer,\n", + " style: geo_json_b1775bee21c704ce2c0b465ad749e42b_styler,\n", + " pointToLayer: geo_json_b1775bee21c704ce2c0b465ad749e42b_pointToLayer,\n", " });\n", "\n", - " function geo_json_f17383e6e19f5b6583be75e8145c8d27_add (data) {\n", - " geo_json_f17383e6e19f5b6583be75e8145c8d27\n", + " function geo_json_b1775bee21c704ce2c0b465ad749e42b_add (data) {\n", + " geo_json_b1775bee21c704ce2c0b465ad749e42b\n", " .addData(data);\n", " }\n", - " geo_json_f17383e6e19f5b6583be75e8145c8d27_add({"bbox": [-84.3238525390625, 33.88199234008788, -75.45697784423828, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.23388290405273, -80.43531036376953, 36.56521224975587], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991212], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.2682762145996], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939452], [-80.6966552734375, 36.259090423583984], [-80.72403717041017, 36.25847244262694], [-80.73436737060547, 36.26475906372071], [-80.7525634765625, 36.25829696655273], [-80.76629638671876, 36.26183700561523], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.23388290405273], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.35442733764648], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671876], [-80.96577453613281, 36.467220306396484], [-80.93354797363283, 36.49831390380859], [-80.9034423828125, 36.56521224975587], [-80.8381576538086, 36.56343841552734], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908205, 36.257087707519524], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852538], "geometry": {"coordinates": [[[[-76.00897216796875, 36.319595336914055], [-76.01734924316406, 36.33773040771483], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.353591918945305], [-76.09508514404297, 36.34891510009766], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.42708587646483], [-76.33025360107422, 36.55605697631837], [-76.12739562988281, 36.55716323852538], [-76.04595947265625, 36.556953430175774], [-76.03321075439453, 36.51437377929687], [-76.091064453125, 36.50356674194335], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623046], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425782], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.259452819824205], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.319595336914055]]], [[[-76.02716827392578, 36.5567169189453], [-75.99866485595703, 36.55665206909179], [-75.91191864013672, 36.542530059814446], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.478015899658196], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.5567169189453]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.225193023681626], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.162765502929695, -77.07530975341798, 36.55628585815428], "geometry": {"coordinates": [[[-77.21766662597656, 36.240982055664055], [-77.23461151123047, 36.21459960937501], [-77.29861450195312, 36.21152877807615], [-77.29351043701172, 36.16286087036132], [-77.30947875976564, 36.162765502929695], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.2031021118164], [-77.37862396240234, 36.24008560180665], [-77.41346740722656, 36.255817413330064], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419921], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.314495086669915], [-77.580078125, 36.32826995849609], [-77.55968475341797, 36.37594604492188], [-77.56041717529297, 36.406356811523445], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988282], [-77.74940490722656, 36.47357177734376], [-77.90120697021484, 36.50988769531249], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.55391693115235], [-77.17735290527344, 36.55628585815428], [-77.1544189453125, 36.526252746582024], [-77.09213256835938, 36.50751876831054], [-77.07530975341798, 36.48351669311524], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.470710754394524], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.240982055664055]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.23023605346679, -76.7074966430664, 36.55628585815428], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.23023605346679], [-76.99475097656251, 36.23558044433594], [-77.13007354736328, 36.23346328735351], [-77.21766662597656, 36.240982055664055], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.470710754394524], [-77.0832748413086, 36.470096588134766], [-77.07530975341798, 36.48351669311524], [-77.09213256835938, 36.50751876831054], [-77.1544189453125, 36.526252746582024], [-77.17735290527344, 36.55628585815428], [-76.92413330078125, 36.554145812988274], [-76.9084243774414, 36.50428390502929], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.419231414794915], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.392444610595696], [-76.74134826660156, 36.315166473388665], [-76.7074966430664, 36.26613235473632], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.169727325439446, -75.95718383789062, 36.55605697631837], "geometry": {"coordinates": [[[-76.00897216796875, 36.319595336914055], [-75.95718383789062, 36.19377136230468], [-75.98133850097656, 36.169727325439446], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.3248519897461], [-76.21619415283203, 36.3278465270996], [-76.23853302001953, 36.36122894287108], [-76.26128387451172, 36.363758087158196], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.39184570312499], [-76.32136535644531, 36.4096450805664], [-76.40596771240234, 36.44715881347657], [-76.49834442138672, 36.50390243530274], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569335], [-76.33025360107422, 36.55605697631837], [-76.16828918457031, 36.42708587646483], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.34891510009766], [-76.04395294189453, 36.353591918945305], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.33773040771483], [-76.00897216796875, 36.319595336914055]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248046], [-76.60424041748048, 36.31498336791992], [-76.6482162475586, 36.31531524658204], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.358329772949226], [-76.92407989501953, 36.392444610595696], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.419231414794915], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.50428390502929], [-76.92413330078125, 36.554145812988274], [-76.921630859375, 36.55415725708007], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.50390243530274], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.37389755249023], [-76.56250762939453, 36.34056854248046]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.552474975585945], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.50988769531249], [-77.91692352294922, 36.50063705444335], [-77.93013763427734, 36.35298538208006], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.213508605957024], [-78.13471984863281, 36.23658370971679], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.45301055908205, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908205, 36.257087707519524], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941405], [-80.02405548095703, 36.545024871826165], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100587, -79.14432525634766, 36.5497817993164], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.51029968261719, 36.54765701293946], [-79.2170639038086, 36.5497817993164], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100587], [-79.25849914550781, 36.23568725585937], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.236156463623054, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.53057861328125, 36.236156463623054], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.545024871826165], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293946], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397462, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341796], [-78.78841400146484, 36.062183380126946], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237303], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658205, 36.523857116699205], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149415], [-78.54802703857422, 36.01412582397462], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341796]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100587], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.16217422485351, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658205, 36.523857116699205], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.22518157958984], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.16217422485351], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.50988769531249], "geometry": {"coordinates": [[[-77.33220672607422, 36.067981719970696], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.99606323242188], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.026382446289055], [-77.52513122558594, 36.035385131835945], [-77.53585815429689, 36.05557250976563], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.14660263061524], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.135818481445305], [-77.8868408203125, 36.14443969726563], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.17773056030273], [-77.9392318725586, 36.187549591064446], [-77.95586395263672, 36.1837501525879], [-77.97339630126953, 36.18904113769532], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208006], [-77.91692352294922, 36.50063705444335], [-77.90120697021484, 36.50988769531249], [-77.74940490722656, 36.47357177734376], [-77.6988754272461, 36.47895812988282], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.406356811523445], [-77.55968475341797, 36.37594604492188], [-77.580078125, 36.32826995849609], [-77.57195281982422, 36.314495086669915], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419921], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.255817413330064], [-77.37862396240234, 36.24008560180665], [-77.38903045654297, 36.2031021118164], [-77.33499145507812, 36.1828498840332], [-77.30947875976564, 36.162765502929695], [-77.29351043701172, 36.16286087036132], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.130687713623054], [-77.25749969482422, 36.11847305297853], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.087444305419915], [-77.33220672607422, 36.067981719970696]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.147689819335945, -76.11270904541017, 36.50390243530274], "geometry": {"coordinates": [[[-76.2989273071289, 36.21422958374023], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.37389755249023], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.50390243530274], [-76.40596771240234, 36.44715881347657], [-76.32136535644531, 36.4096450805664], [-76.30335998535156, 36.39184570312499], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.363758087158196], [-76.23853302001953, 36.36122894287108], [-76.21619415283203, 36.3278465270996], [-76.1934814453125, 36.3248519897461], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.29660797119139], [-76.11270904541017, 36.174419403076165], [-76.14193725585938, 36.147689819335945], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.21422958374023]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195, "__folium_color": "#a0da39", "cardinalities": 8}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.37389755249023], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884767, 36.277729034423835], [-76.56250762939453, 36.34056854248046], [-76.4603500366211, 36.37389755249023], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.21422958374023], [-76.27550506591797, 36.110370635986314], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.0071678161621, -76.42042541503906, 36.34056854248046], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658204], [-76.60424041748048, 36.31498336791992], [-76.56250762939453, 36.34056854248046], [-76.57108306884767, 36.277729034423835], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.058605194091804], [-76.52301025390625, 36.0071678161621], [-76.59400177001953, 36.01013183593749], [-76.64901733398439, 36.06570816040039], [-76.63320922851562, 36.03711700439454], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.03552627563477], [-82.0777587890625, 36.10013961791991], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.263320922851555], [-81.9111557006836, 36.29075241088867], [-81.89399719238283, 36.26698303222656], [-81.9065628051758, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.18863677978517], [-81.8502426147461, 36.181472778320305], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205079], [-81.73226928710938, 36.05847549438477], [-81.80278778076172, 35.960330963134766], [-81.85987091064455, 35.97034072875976], [-81.88081359863281, 35.9895248413086], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.98251342773438], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.043266296386726, -80.44081115722658, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.043266296386726], [-80.6895751953125, 36.04547882080079], [-80.87741088867188, 36.05240631103516], [-80.87438201904297, 36.23388290405273], [-80.78269958496094, 36.24857711791992], [-80.76629638671876, 36.26183700561523], [-80.7525634765625, 36.25829696655273], [-80.73436737060547, 36.26475906372071], [-80.72403717041017, 36.25847244262694], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939452], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.2682762145996], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991212], [-80.45634460449219, 36.242557525634766], [-80.44081115722658, 36.21948623657227], [-80.44480895996094, 36.12330627441407], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.043266296386726]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493163, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493163], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397462], [-78.54585266113281, 36.06808853149415], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.16217422485351], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.22518157958984], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.23658370971679], [-78.10962677001953, 36.213508605957024], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493163]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.257087707519524], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.99012374877929], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617189, 35.98461151123046], [-80.41797637939453, 36.0086326599121], [-80.449951171875, 36.029838562011726], [-80.46486663818361, 36.0501937866211], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.043266296386726], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441407], [-80.44081115722658, 36.21948623657227], [-80.45634460449219, 36.242557525634766], [-80.45301055908205, 36.257087707519524], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.91681289672851], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.236156463623054], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.246135711669915], "geometry": {"coordinates": [[[-79.24619293212892, 35.86815261840819], [-79.23799133300781, 35.837245941162095], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.236156463623054], [-79.53050994873047, 36.246135711669915], [-79.25849914550781, 36.23568725585937], [-79.25977325439453, 36.047893524169915], [-79.27082061767578, 35.90460205078125], [-79.24619293212892, 35.86815261840819]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149415, -76.69376373291016, 36.240982055664055], "geometry": {"coordinates": [[[-76.78306579589844, 35.859233856201165], [-76.81053161621094, 35.88130950927734], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741212], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149415], [-76.9048080444336, 35.86791229248047], [-76.93609619140626, 35.894599914550774], [-76.99073028564453, 35.87783813476563], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955077], [-77.0341796875, 35.91433334350585], [-77.04088592529297, 35.931751251220696], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768554], [-77.18867492675781, 35.93124771118165], [-77.19589233398438, 35.935955047607415], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.067981719970696], [-77.30987548828125, 36.087444305419915], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.11847305297853], [-77.25591278076172, 36.130687713623054], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036132], [-77.29861450195312, 36.21152877807615], [-77.23461151123047, 36.21459960937501], [-77.21766662597656, 36.240982055664055], [-77.13007354736328, 36.23346328735351], [-76.99475097656251, 36.23558044433594], [-76.9806900024414, 36.23023605346679], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515624], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.936626434326165], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.883075714111335], [-76.76126098632812, 35.864543914794915], [-76.78306579589844, 35.859233856201165]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.23568725585937], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.24619293212892, 35.86815261840819], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.047893524169915], [-79.25849914550781, 36.23568725585937], [-79.15927124023438, 36.23366928100587], [-78.95108032226562, 36.23383712768555], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.0181350708008, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237303], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.062183380126946], [-78.7491226196289, 36.06359100341796], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649413], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832033, 35.91447448730469], [-78.80829620361328, 35.91992568969726], [-78.82795715332031, 35.86022949218751], [-78.90571594238281, 35.86051559448241], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.725112915039055, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.725112915039055], [-78.20561981201172, 35.72539520263671], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493163], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769532], [-77.95586395263672, 36.1837501525879], [-77.9392318725586, 36.187549591064446], [-77.92240142822266, 36.17773056030273], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.14443969726563], [-77.8113021850586, 36.135818481445305], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.85449600219727], [-77.84492492675781, 35.83557510375976], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.725112915039055]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.147014617919915], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637696], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.90027236938476], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828124], [-82.19577026367188, 35.94737625122071], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.00387573242188], [-82.24061584472656, 35.98420333862304], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439454], [-82.34449768066406, 36.07024002075196], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.075317382812486], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.147014617919915], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.09625625610351], [-82.0777587890625, 36.10013961791991], [-82.06232452392578, 36.03552627563477], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.87247467041016], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637696]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.14660263061524], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748048, 35.73954772949217], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.85449600219727], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.14660263061524], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429689, 36.05557250976563], [-77.52513122558594, 36.035385131835945], [-77.46397399902344, 36.026382446289055], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.99606323242188], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074218], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279296], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.795059204101555], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.779933929443345], [-81.56025695800781, 35.77544784545898], [-81.59336853027344, 35.81312561035157], [-81.70182800292969, 35.86879730224609], [-81.74844360351562, 35.92075729370118], [-81.77347564697266, 35.92220306396484], [-81.77568817138672, 35.94394683837891], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.05847549438477], [-81.80622100830078, 36.10456085205079], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.11139297485351], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.083057403564446], [-81.42963409423828, 36.06566238403319], [-81.39814758300781, 36.05605697631835], [-81.38871002197266, 36.03756713867187], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.989246368408196], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.795059204101555]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057618], [-82.34185028076173, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131837], [-82.48709106445312, 35.904884338378906], [-82.48394775390626, 35.9476089477539], [-82.5069351196289, 35.97254180908204], [-82.4751968383789, 35.993175506591804], [-82.4084243774414, 36.075317382812486], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075196], [-82.34026336669922, 36.02539825439454], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862304], [-82.23210144042969, 36.00387573242188], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.94737625122071], [-82.18460845947266, 35.93487548828124], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.90027236938476], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637696], [-82.15459442138672, 35.79837036132813], [-82.16429138183594, 35.76052474975587], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.067981719970696], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.75909042358398], [-77.2645034790039, 35.78277969360351], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074218], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.067981719970696], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.935955047607415], [-77.18867492675781, 35.93124771118165], [-77.09001159667969, 35.92524337768554], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.931751251220696], [-77.0341796875, 35.91433334350585], [-77.0483169555664, 35.85749053955077], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.87783813476563], [-76.93609619140626, 35.894599914550774], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149415], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741212], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.88130950927734], [-76.78306579589844, 35.859233856201165], [-76.80667877197266, 35.81084060668946], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386718], [-76.83831024169922, 35.70545578002929], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260741, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.57885742187499], [-78.99880981445312, 35.60132217407225], [-78.9388885498047, 35.76144409179687], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448241], [-78.82795715332031, 35.86022949218751], [-78.80829620361328, 35.91992568969726], [-78.76350402832033, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649413], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341796], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397462], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493163], [-78.4776382446289, 35.69561386108399], [-78.70321655273438, 35.51993942260741], [-78.92107391357422, 35.57885742187499]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.6735610961914, -82.40581512451172, 36.05434036254882], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.94742584228515], [-82.80867004394531, 35.920871734619126], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.987503051757805], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.0517234802246], [-82.62804412841797, 36.05434036254882], [-82.60440063476562, 36.04298782348632], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760743], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908204], [-82.48394775390626, 35.9476089477539], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131837], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.68490600585937], [-82.84326934814453, 35.69172668457032], [-82.88111114501953, 35.6735610961914], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339843], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939455, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461913, -80.6895751953125, 36.05334854125976], "geometry": {"coordinates": [[[-80.72651672363281, 35.50756835937499], [-80.77622985839844, 35.50680923461913], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064455, 35.543563842773445], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665038], [-81.05477905273438, 35.71340179443359], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700196], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413087], [-81.02056884765625, 36.0349349975586], [-80.98895263671875, 36.05334854125976], [-80.87741088867188, 36.05240631103516], [-80.6895751953125, 36.04547882080079], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.50756835937499]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926, "__folium_color": "#fde725", "cardinalities": 9}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361329, -80.36170959472656, 36.0501937866211], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361329], [-80.48869323730469, 35.775615692138665], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560546], [-80.63494110107422, 35.840259552001946], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080079], [-80.49554443359375, 36.043266296386726], [-80.484130859375, 36.03832244873047], [-80.46486663818361, 36.0501937866211], [-80.449951171875, 36.029838562011726], [-80.41797637939453, 36.0086326599121], [-80.41159057617189, 35.98461151123046], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.858570098876946], [-80.38643646240234, 35.845413208007805], [-80.3954849243164, 35.83948516845702], [-80.41480255126953, 35.84486389160155], [-80.4260711669922, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.822475433349595], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933595], [-80.45677185058594, 35.74579620361329]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700196, -80.99534606933594, 36.0349349975586], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700196], [-81.12728118896484, 35.78896713256835], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.795059204101555], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.989246368408196], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442382], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227538], [-81.0840835571289, 36.02076721191407], [-81.02056884765625, 36.0349349975586], [-80.99534606933594, 35.97707748413087], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700196]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.505119323730455, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.505119323730455], [-80.20921325683594, 35.574512481689446], [-80.251220703125, 35.62480163574219], [-80.28578186035158, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361329], [-80.45064544677734, 35.76487731933595], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.822475433349595], [-80.44650268554688, 35.830684661865234], [-80.4260711669922, 35.83030700683594], [-80.41480255126953, 35.84486389160155], [-80.3954849243164, 35.83948516845702], [-80.38643646240234, 35.845413208007805], [-80.38650512695312, 35.858570098876946], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.99012374877929], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.91681289672851], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.5532989501953, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069335], [-81.97529602050781, 35.818279266357415], [-81.9329833984375, 35.82759857177734], [-81.90625762939453, 35.847995758056626], [-81.9062271118164, 35.89201354980468], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.98251342773438], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.9895248413086], [-81.85987091064455, 35.97034072875976], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.94394683837891], [-81.77347564697266, 35.92220306396484], [-81.74844360351562, 35.92075729370118], [-81.70182800292969, 35.86879730224609], [-81.59336853027344, 35.81312561035157], [-81.56025695800781, 35.77544784545898], [-81.45714569091797, 35.779933929443345], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.69750976562499], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964845, 35.5532989501953], [-81.68431854248047, 35.56543731689454], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317382, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317382], [-76.63381958007812, 35.70300292968751], [-76.83831024169922, 35.70545578002929], [-76.82595825195312, 35.75688171386718], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668946], [-76.78306579589844, 35.859233856201165], [-76.76126098632812, 35.864543914794915], [-76.7417221069336, 35.883075714111335], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.4094696044922, 35.97746658325195], [-76.3714828491211, 35.93234252929687], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669921], [-76.40843200683594, 35.69911575317382]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.604389190673835], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.61169433593749], [-76.27344512939453, 35.689498901367195], [-76.40843200683594, 35.69911575317382], [-76.40869903564453, 35.78948211669921], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.93234252929687], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.96291351318359], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.756801605224595], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.51900482177735, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.56506347656249], [-81.84027099609375, 35.537242889404304], [-81.86215209960939, 35.53054809570312], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.545974731445305], [-82.03618621826172, 35.52858734130858], [-82.11675262451172, 35.51900482177735], [-82.17070770263672, 35.52846527099609], [-82.26800537109375, 35.56885910034179], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296876], [-82.28424072265625, 35.638904571533196], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975587], [-82.15459442138672, 35.79837036132813], [-82.11885070800781, 35.81853103637696], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.87247467041016], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980468], [-81.90625762939453, 35.847995758056626], [-81.9329833984375, 35.82759857177734], [-81.97529602050781, 35.818279266357415], [-81.985595703125, 35.79995346069335], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.91681289672851], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894532], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.91681289672851], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894532]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.86815261840819], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.837245941162095], [-79.24619293212892, 35.86815261840819], [-79.09536743164062, 35.85394287109375], [-79.0181350708008, 35.85786437988281], [-78.90571594238281, 35.86051559448241], [-78.9444351196289, 35.77011489868164], [-78.9388885498047, 35.76144409179687], [-78.99880981445312, 35.60132217407225], [-78.92107391357422, 35.57885742187499], [-78.9744873046875, 35.51715469360351], [-79.03849792480469, 35.54946136474609], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.53027725219726], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.542705535888665], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814455, 35.521980285644524], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043, "__folium_color": "#a0da39", "cardinalities": 8}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.85449600219727], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089843], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.70929336547852], [-78.18692779541016, 35.725112915039055], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.83557510375976], [-77.83014678955078, 35.85449600219727], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748048, 35.73954772949217], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.575996398925774], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975585, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975585], [-80.72651672363281, 35.50756835937499], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.840259552001946], [-80.60755920410156, 35.82225799560546], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.775615692138665], [-80.45677185058594, 35.74579620361329], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035158, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.574512481689446], [-80.1819076538086, 35.505119323730455], [-80.2982406616211, 35.49489974975585]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254882], [-77.50456237792969, 35.48483276367187], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506837], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.52572631835937], [-77.56464385986328, 35.531940460205085], [-77.6341323852539, 35.58782577514648], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279296], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.78277969360351], [-77.26081848144531, 35.75909042358398], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.714462280273445], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003907], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883788], [-77.15205383300781, 35.619884490966804], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981446], [-77.10376739501953, 35.55018615722657], [-77.14739990234375, 35.547588348388665], [-77.17221069335938, 35.519123077392585], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.350112915039055], [-77.2938003540039, 35.37395095825196], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.32926177978516], [-77.4014892578125, 35.34276962280273], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254882]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.543563842773445, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064455, 35.543563842773445], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.69750976562499], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.795059204101555], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256835], [-81.10888671875, 35.77190017700196], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.71340179443359], [-81.00357818603516, 35.69705581665038], [-80.9312744140625, 35.619590759277344], [-80.96143341064455, 35.543563842773445]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.41803359985351, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916991], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.438423156738274], [-82.61868286132812, 35.43767547607421], [-82.66898345947266, 35.45516586303711], [-82.7141571044922, 35.43915176391602], [-82.74388885498047, 35.41803359985351], [-82.7808837890625, 35.44168853759765], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.61314773559569], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.6735610961914], [-82.84326934814453, 35.69172668457032], [-82.80562591552734, 35.68490600585937], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076173, 35.76350784301758], [-82.32184600830078, 35.73984909057618], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.638904571533196], [-82.26534271240234, 35.61248779296876], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.56885910034179], [-82.17070770263672, 35.52846527099609], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.468154907226555], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493163], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.44641494750976], [-78.6887435913086, 35.507526397705085], [-78.70896911621094, 35.51410293579101], [-78.70321655273438, 35.51993942260741], [-78.4776382446289, 35.69561386108399], [-78.25454711914062, 35.81552505493163], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263671], [-78.18692779541016, 35.725112915039055], [-78.16180419921875, 35.70929336547852], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089843], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.42899322509765], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.33959960937501], [-78.20903778076172, 35.3391761779785], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.41803359985351], [-82.83323669433594, 35.315570831298814], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.38993072509765], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.44632720947266], [-83.12823486328125, 35.456615447998054], [-83.14237213134766, 35.48439407348633], [-83.18139648437501, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.58282089233399], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.7007064819336], [-83.24385070800781, 35.718215942382805], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.762683868408196], [-83.1181869506836, 35.763809204101555], [-83.0599594116211, 35.782577514648445], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339843], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.6735610961914], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.61314773559569], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.44168853759765], [-82.74388885498047, 35.41803359985351]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.189826965332024, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.225193023681626], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.225193023681626]]], [[[-75.89149475097656, 35.63126754760743], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569335], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.92351913452148], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.66517257690429], [-75.779052734375, 35.57868576049804], [-75.89149475097656, 35.63126754760743]]], [[[-75.49121856689453, 35.6704978942871], [-75.53362274169922, 35.76885604858398], [-75.45697784423828, 35.6173973083496], [-75.52629852294922, 35.227916717529304], [-75.7492904663086, 35.189826965332024], [-75.69156646728516, 35.23498916625976], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666993], [-75.49121856689453, 35.6704978942871]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722657], [-77.11939239501953, 35.58549880981446], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.619884490966804], [-77.1746826171875, 35.63541030883788], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003907], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.714462280273445], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.70545578002929], [-76.63381958007812, 35.70300292968751], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.63506698608398], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.520336151123054], [-76.62876892089844, 35.43789672851562], [-76.70537567138672, 35.411933898925774], [-77.10376739501953, 35.55018615722657]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.519123077392585], [-77.14739990234375, 35.547588348388665], [-77.10376739501953, 35.55018615722657], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.27222061157226, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.319343566894524], [-83.4246826171875, 35.31531906127929], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.27222061157226], [-83.6900863647461, 35.28778076171874], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.334033966064446], [-83.59888458251953, 35.36236572265625], [-83.58038330078126, 35.40108489990235], [-83.58671569824219, 35.42768859863282], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341796], [-83.93007659912111, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.5105857849121], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.56497192382813], [-83.61386108398438, 35.57173919677735], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.597278594970696], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734374], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.58282089233399], [-83.15702056884766, 35.55166244506836], [-83.18139648437501, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.319343566894524]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.40179824829101], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.58782577514648], [-77.56464385986328, 35.531940460205085], [-77.54957580566406, 35.52572631835937], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506837], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.48483276367187], [-77.47388458251953, 35.42152786254882], [-77.4946746826172, 35.40744400024413], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.36648559570312], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623048], [-77.69841766357423, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991212], [-79.28472900390626, 35.39280700683594], [-79.3031997680664, 35.408805847167976], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.44482040405272], [-79.36248779296875, 35.470413208007805], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814455, 35.521980285644524], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.542705535888665], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.53027725219726], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.54946136474609], [-78.9744873046875, 35.51715469360351], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.188282012939446], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546874999], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.25827789306642, 35.39335632324217], [-82.27872467041016, 35.43564224243163], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.468154907226555], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.52846527099609], [-82.11675262451172, 35.51900482177735], [-82.03618621826172, 35.52858734130858], [-82.00160217285156, 35.545974731445305], [-81.96704864501953, 35.52158737182617], [-81.86215209960939, 35.53054809570312], [-81.84027099609375, 35.537242889404304], [-81.83189392089844, 35.56506347656249], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689454], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.25417327880859], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.18311691284181], [-81.97144317626953, 35.188282012939446]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.18228912353516], [-78.16517639160156, 35.193218231201165], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.3391761779785], [-78.17745971679688, 35.33959960937501], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.42899322509765], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.575996398925774], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.40179824829101], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.34235000610351], [-77.83657836914064, 35.171741485595696], [-77.8876724243164, 35.15496444702148], [-77.89415740966798, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.16402435302734], [-78.00215911865234, 35.186477661132805], [-78.03650665283203, 35.18569183349609], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.18228912353516]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.57885742187499], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794921], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.229934692382805], [-78.91258239746094, 35.22246551513671], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.21304321289062], [-79.16909790039064, 35.23590087890626], [-79.2166519165039, 35.26527786254882], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.51715469360351], [-78.92107391357422, 35.57885742187499], [-78.70321655273438, 35.51993942260741], [-78.70896911621094, 35.51410293579101], [-78.6887435913086, 35.507526397705085], [-78.62317657470703, 35.44641494750976], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.286575317382805], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.16285324096679, -81.3114242553711, 35.56543731689454], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.16285324096679], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.25417327880859], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689454], [-81.64390563964845, 35.5532989501953], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.54649734497071], [-81.5155029296875, 35.52142333984376], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.32730102539063], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.275104522705064], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984376], [-81.5069580078125, 35.54649734497071], [-81.52364349365234, 35.56126022338867], [-80.96143341064455, 35.543563842773445], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.451129913330085], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290038, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540038], [-83.14820098876953, 35.091381072998054], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.13921737670899], [-83.21793365478516, 35.15899276733398], [-83.22003936767578, 35.222526550292976], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.22177124023437], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.319343566894524], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.18139648437501, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.456615447998054], [-83.08771514892578, 35.44632720947266], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.38993072509765], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.22790527343751], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211913], [-82.9820785522461, 35.12750625610351], [-83.05208587646484, 35.06347656249999], [-83.04385375976562, 35.04006958007812], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.03735733032227, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790038], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894532], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.470413208007805], [-79.33109283447266, 35.44482040405272], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.408805847167976], [-79.28472900390626, 35.39280700683594], [-79.26432037353516, 35.34457015991212], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254882], [-79.16909790039064, 35.23590087890626], [-79.14683532714844, 35.21304321289062], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.176807403564446], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.1735496520996], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.03735733032227], [-79.49506378173828, 35.062507629394524], [-79.55290222167969, 35.06410598754882], [-79.57419586181642, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827, "__folium_color": "#fde725", "cardinalities": 9}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.149032592773445], [-81.00727844238281, 35.16324996948243], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.348674774169915], [-80.93775939941406, 35.36492538452149], [-80.98292541503906, 35.369094848632805], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.451129913330085], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461913], [-80.77538299560547, 35.47957229614257], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734376], [-80.6594467163086, 35.26467514038087], [-80.53964233398438, 35.205818176269524], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.028198242187514], [-80.84016418457033, 35.002017974853516], [-80.89471435546875, 35.05973434448241], [-80.92779541015625, 35.10124969482421], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484374], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.50756835937499], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.205818176269524], [-80.6594467163086, 35.26467514038087], [-80.68998718261719, 35.34075927734376], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614257], [-80.77622985839844, 35.50680923461913], [-80.72651672363281, 35.50756835937499], [-80.2982406616211, 35.49489974975585], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.21060943603516], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.136581420898445, -79.60746765136719, 35.50593566894532], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.36637115478515], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.46435928344726], [-80.16207122802734, 35.47474288940429], [-80.1819076538086, 35.505119323730455], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894532], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790038], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663087], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207032], [-79.83631896972656, 35.17380142211913], [-79.90946197509766, 35.15571975708007], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.13714218139649], [-80.06517791748047, 35.136581420898445], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.505119323730455], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.11027526855469, 35.193836212158196], [-80.1316146850586, 35.17111587524413], [-80.1546859741211, 35.17608261108398], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.167858123779304], [-80.21988677978516, 35.15918350219726], [-80.24758911132814, 35.204524993896484], [-80.26109313964844, 35.20404052734374], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.173915863037124], [-80.34872436523438, 35.17067337036132], [-80.3729476928711, 35.177864074707024], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.168594360351555], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.182910919189446], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.21060943603516], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975585], [-80.1819076538086, 35.505119323730455], [-80.16207122802734, 35.47474288940429], [-80.1163101196289, 35.46435928344726], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.36637115478515], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916991], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.18494796752929], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.26757812500001], [-82.60810089111328, 35.29306411743165], [-82.74388885498047, 35.41803359985351], [-82.7141571044922, 35.43915176391602], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607421], [-82.56393432617188, 35.438423156738274], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916991], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243163], [-82.25827789306642, 35.39335632324217], [-82.31555938720703, 35.30961608886718], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.182723999023445], [-82.38961029052734, 35.208240509033196], [-82.43791961669922, 35.16955947875977], [-82.46674346923828, 35.173500061035156], [-82.52463531494142, 35.15456008911132], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-84.03086090087892, 35.21538162231445, -83.58038330078126, 35.46202850341796], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582032], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.24866104125976], [-83.83686065673828, 35.24674987792968], [-83.9216537475586, 35.21896743774413], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.232501983642585], [-84.00389099121094, 35.262088775634766], [-84.03086090087892, 35.29252243041993], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.37285995483398], [-84.01264953613281, 35.40762329101562], [-83.95470428466797, 35.45545959472656], [-83.93007659912111, 35.44901657104492], [-83.87989044189453, 35.46202850341796], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863282], [-83.58038330078126, 35.40108489990235], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.334033966064446], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171874], [-83.67919158935547, 35.27222061157226], [-83.69563293457031, 35.25080871582032]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-77.83657836914064, 35.00083541870117, -77.38616180419922, 35.42152786254882], "geometry": {"coordinates": [[[-77.83657836914064, 35.171741485595696], [-77.83006286621094, 35.34235000610351], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357423, 35.36981964111328], [-77.6844711303711, 35.34593963623048], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.36648559570312], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.4946746826172, 35.40744400024413], [-77.47388458251953, 35.42152786254882], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.34276962280273], [-77.38616180419922, 35.32926177978516], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.259838104248054], [-77.4740982055664, 35.227191925048814], [-77.52831268310547, 35.239696502685554], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.144882202148445], [-77.59949493408203, 35.070869445800774], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211913], [-77.7641372680664, 35.12861251831054], [-77.83657836914064, 35.171741485595696]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.41803359985351], "geometry": {"coordinates": [[[-82.8876953125, 35.055370330810554], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.04006958007812], [-83.05208587646484, 35.06347656249999], [-82.9820785522461, 35.12750625610351], [-82.99058532714844, 35.15817642211913], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.22790527343751], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.315570831298814], [-82.74388885498047, 35.41803359985351], [-82.60810089111328, 35.29306411743165], [-82.61061096191406, 35.26757812500001], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.18494796752929], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487304], [-82.68605041503906, 35.12146377563476], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.091232299804695], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.055370330810554]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.149032592773445, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.275104522705064], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.32730102539063], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.369094848632805], [-80.93775939941406, 35.36492538452149], [-80.92627716064453, 35.348674774169915], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948243], [-81.02396392822266, 35.149032592773445], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277343, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.193126678466804], [-82.27832794189453, 35.19500732421874], [-82.32077026367188, 35.18418884277343], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886718], [-82.25827789306642, 35.39335632324217], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546874999], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.188282012939446], [-82.21017456054688, 35.193126678466804]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.319343566894524], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.03576278686523], [-83.56204223632812, 35.05594253540038], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793946], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.214435577392585], [-83.69563293457031, 35.25080871582032], [-83.67919158935547, 35.27222061157226], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.31531906127929], [-83.33181762695312, 35.319343566894524], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.22177124023437], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.222526550292976], [-83.21793365478516, 35.15899276733398], [-83.1934814453125, 35.13921737670899], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.091381072998054], [-83.14505767822266, 35.08328628540038], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.553752899169915, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.72098541259764], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.67715454101562], [-78.25680541992188, 34.553752899169915], [-78.27461242675781, 34.58127593994141], [-78.30590057373047, 34.60535812377929], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.635852813720696], [-78.32234191894531, 34.64557266235351], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444335], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.85510635375977], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.943470001220696], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.07146835327148], [-78.65815734863283, 35.09362030029296], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490236, 35.18972778320312], [-78.6327133178711, 35.1972999572754], [-78.63528442382812, 35.210952758789055], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.286575317382805], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.193218231201165], [-78.16319274902344, 35.18228912353516], [-78.17028045654297, 35.09748458862305], [-78.15524291992189, 35.06819152832031], [-78.14298248291016, 34.90132522583007], [-78.19544982910156, 34.74362564086913], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.711345672607415], [-78.11376953125, 34.72098541259764]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604491, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.0700340270996], [-76.94422912597658, 35.09972381591797], [-76.9898910522461, 35.15404510498046], [-76.97233581542969, 35.15677261352538], [-76.96660614013672, 35.18796539306641], [-76.94743347167969, 35.216991424560554], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.248767852783196], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.13856124877929], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604491], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.0700340270996]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041993], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618163], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.24098968505859], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.03086090087892, 35.29252243041993], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.232501983642585], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774413], [-83.83686065673828, 35.24674987792968], [-83.79187774658203, 35.24866104125976], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582032], [-83.69669342041016, 35.214435577392585], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.148063659667976], [-83.8538818359375, 35.12579345703126], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.98900985717773], [-84.2910385131836, 35.21054458618163]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.82742309570313, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.85510635375977], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.89626312255861, 34.830902099609375], [-78.91255187988283, 34.82742309570313], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805663], [-79.03360748291016, 34.9538230895996], [-79.09431457519531, 35.03785705566407], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.176807403564446], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513671], [-78.88601684570312, 35.229934692382805], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794921], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.210952758789055], [-78.6327133178711, 35.1972999572754], [-78.64522552490236, 35.18972778320312], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863283, 35.09362030029296], [-78.66641235351562, 35.07146835327148], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.943470001220696], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.85510635375977]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.239696502685554], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777343], [-77.07313537597656, 34.815441131591804], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425783, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.835502624511726], [-77.22299194335938, 34.884510040283196], [-77.28542327880861, 34.92640304565429], [-77.33513641357422, 34.93254089355468], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.966724395751946], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.070869445800774], [-77.5330581665039, 35.144882202148445], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.239696502685554], [-77.4740982055664, 35.227191925048814], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535157], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173829], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.02426147460937], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.84016418457033, 34.814762115478516, -80.2751235961914, 35.205818176269524], "geometry": {"coordinates": [[[-80.84016418457033, 35.002017974853516], [-80.7972183227539, 35.028198242187514], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.205818176269524], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.182910919189446], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.168594360351555], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.177864074707024], [-80.34872436523438, 35.17067337036132], [-80.32567596435547, 35.173915863037124], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.815227508544915], [-80.80006408691406, 34.81611251831054], [-80.78565216064453, 34.94063949584961], [-80.84016418457033, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734374], [-80.24758911132814, 35.204524993896484], [-80.21988677978516, 35.15918350219726], [-80.19010162353516, 35.167858123779304], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.17608261108398], [-80.1316146850586, 35.17111587524413], [-80.11027526855469, 35.193836212158196], [-80.0714111328125, 35.150741577148445], [-80.06517791748047, 35.136581420898445], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326171], [-79.94491577148438, 35.115337371826165], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.10669326782227], [-79.90843200683594, 35.078994750976555], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.96771621704102], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279296], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680663, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.83560943603514], [-79.36067962646484, 34.94470977783204], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.03735733032227], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.1735496520996], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.176807403564446], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566407], [-79.03360748291016, 34.9538230895996], [-79.18185424804688, 34.83188247680663], [-79.34030151367188, 34.83560943603514]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.70300292968751], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.63506698608398], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.70300292968751], [-76.40843200683594, 35.69911575317382], [-76.27344512939453, 35.689498901367195], [-76.2976303100586, 35.61169433593749], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.604389190673835], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569335], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760743], [-76.05297851562501, 35.41460418701171], [-76.1816177368164, 35.341533660888665], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.45019912719727], [-76.45843505859375, 35.50442504882813], [-76.44652557373047, 35.55086517333984], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449218], [-75.76370239257812, 35.1922836303711], [-75.81153869628906, 35.16402053833007], [-75.90394592285156, 35.132492065429695], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.711006164550774, -77.65526580810547, 35.186477661132805], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.711006164550774], [-77.9393081665039, 34.719406127929695], [-77.98915100097656, 34.717094421386726], [-78.01736450195312, 34.728931427001946], [-78.11376953125, 34.72098541259764], [-78.13581848144531, 34.711345672607415], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086913], [-78.14298248291016, 34.90132522583007], [-78.15524291992189, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.18228912353516], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.18569183349609], [-78.00215911865234, 35.186477661132805], [-77.96392822265625, 35.16402435302734], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966798, 35.14418029785156], [-77.8876724243164, 35.15496444702148], [-77.83657836914064, 35.171741485595696], [-77.7641372680664, 35.12861251831054], [-77.75160217285156, 35.09567642211913], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.966724395751946], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.805255889892564, -79.45536041259766, 35.17380142211913], "geometry": {"coordinates": [[[-79.68595886230469, 34.805255889892564], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279296], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.96771621704102], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.078994750976555], [-79.9151382446289, 35.10669326782227], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.115337371826165], [-79.97528076171875, 35.09673309326171], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.136581420898445], [-80.01068115234375, 35.13714218139649], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708007], [-79.83631896972656, 35.17380142211913], [-79.75984191894531, 35.16731262207032], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663087], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.57419586181642, 35.073265075683594], [-79.55290222167969, 35.06410598754882], [-79.49506378173828, 35.062507629394524], [-79.45536041259766, 35.03735733032227], [-79.54710388183594, 35.00006103515624], [-79.57304382324219, 34.97836685180665], [-79.58052062988281, 34.94478988647461], [-79.56558990478517, 34.90750122070313], [-79.6219253540039, 34.84957122802734], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663085], [-79.68595886230469, 34.805255889892564]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.148063659667976], "geometry": {"coordinates": [[[-83.93799591064453, 34.98939132690429], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703126], [-83.7553939819336, 35.148063659667976], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793946], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540038], [-83.55323791503906, 35.03576278686523], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.98939132690429]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.216991424560554], [-76.96660614013672, 35.18796539306641], [-76.97233581542969, 35.15677261352538], [-76.9898910522461, 35.15404510498046], [-76.94422912597658, 35.09972381591797], [-76.94324493408203, 35.0700340270996], [-77.04788208007812, 35.092155456542976], [-77.10467529296875, 35.08798599243163], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173829], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535157], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.227191925048814], [-77.42964935302734, 35.259838104248054], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.32926177978516], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825196], [-77.26419067382812, 35.350112915039055], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.848274230957024], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.02426147460937], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.05288696289063], [-76.9131088256836, 34.93647003173829], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.03735733032227], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.805255889892564], [-79.66014862060547, 34.81789779663085], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.84957122802734], [-79.56558990478517, 34.90750122070313], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180665], [-79.54710388183594, 35.00006103515624], [-79.45536041259766, 35.03735733032227], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783204], [-79.34030151367188, 34.83560943603514], [-79.34445190429688, 34.80883789062501], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.45700836181641, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.45700836181641], [-77.57633209228516, 34.469345092773445], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.966724395751946], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355468], [-77.28542327880861, 34.92640304565429], [-77.22299194335938, 34.884510040283196], [-77.20626831054688, 34.835502624511726], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425783, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.6849136352539], [-77.15660095214845, 34.660636901855476], [-77.53863525390625, 34.45700836181641]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.9538230895996], "geometry": {"coordinates": [[[-78.86450958251953, 34.47719573974609], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.449382781982415], [-78.9753646850586, 34.39916610717773], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635743], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.80883789062501], [-79.34030151367188, 34.83560943603514], [-79.18185424804688, 34.83188247680663], [-79.03360748291016, 34.9538230895996], [-78.948486328125, 34.90268325805663], [-78.92862701416016, 34.879798889160156], [-78.91255187988283, 34.82742309570313], [-78.89626312255861, 34.830902099609375], [-78.84170532226562, 34.735000610351555], [-78.8033218383789, 34.68510437011718], [-78.85260009765625, 34.56658172607421], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.47719573974609]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-77.16426086425783, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425783, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.815441131591804], [-77.05746459960938, 34.81504821777343], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.848274230957024], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600585], [-76.52977752685547, 34.97463607788085], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.946247100830085], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.97595596313477], [-76.31471252441406, 34.94881439208984], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.69891738891602], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646486, 34.58782958984375], [-76.55514526367188, 34.61066055297852], [-76.53775024414062, 34.61392211914062], [-76.48448181152344, 34.69763183593751], [-76.43229675292969, 34.76068496704101], [-76.37467956542969, 34.81287002563477], [-76.28770446777344, 34.87701034545899], [-76.4692611694336, 34.693283081054695], [-76.54427337646486, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-78.89626312255861, 34.364421844482415, -78.169677734375, 34.85510635375977], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.364421844482415], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211915], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229493], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.45919799804686], [-78.86450958251953, 34.47719573974609], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607421], [-78.8033218383789, 34.68510437011718], [-78.84170532226562, 34.735000610351555], [-78.89626312255861, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.85510635375977], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444335], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.64557266235351], [-78.30970001220703, 34.635852813720696], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.60535812377929], [-78.27461242675781, 34.58127593994141], [-78.25680541992188, 34.553752899169915], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.728931427001946], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383788], [-78.13024139404297, 34.36412429809569], [-78.15478515625, 34.36224365234376], [-78.18461608886719, 34.34817123413085], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.553752899169915], [-78.1567611694336, 34.67715454101562], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.72098541259764], [-78.01736450195312, 34.728931427001946], [-77.98915100097656, 34.717094421386726], [-77.9393081665039, 34.719406127929695], [-77.92667388916016, 34.711006164550774], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.469345092773445], [-77.53863525390625, 34.45700836181641], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496095], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.38796997070313], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.375686645507805], [-77.99445343017578, 34.362316131591804], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383788]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291, -78.15478515625, 34.47719573974609], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.39916610717773], [-78.95073699951172, 34.449382781982415], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.47719573974609], [-78.83635711669922, 34.45919799804686], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229493], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211915], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.364421844482415], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413085], [-78.15478515625, 34.36224365234376], [-78.26106262207031, 34.21526336669921], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.186721801757805], [-78.42543029785158, 34.138065338134766], [-78.49274444580078, 34.15850448608399], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.0306053161621], [-78.63027191162111, 34.01020050048828], [-78.63471984863281, 33.977977752685554], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.38796997070313], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675782], [-77.98314666748047, 34.26168060302734], [-78.0002212524414, 34.26788330078124], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383788], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.362316131591804], [-77.97907257080078, 34.375686645507805], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.38796997070313], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.0691795349121], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008788, -77.95852661132812, 34.36412429809569], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-78.63471984863281, 33.977977752685554], [-78.63027191162111, 34.01020050048828], [-78.58778381347656, 34.0306053161621], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.15850448608399], [-78.42543029785158, 34.138065338134766], [-78.36112213134766, 34.186721801757805], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669921], [-78.15478515625, 34.36224365234376], [-78.13024139404297, 34.36412429809569], [-78.02592468261719, 34.32876968383788], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078124], [-77.98314666748047, 34.26168060302734], [-77.97528076171875, 34.24336242675782], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.914291381835945], [-78.57971954345703, 33.88199234008788], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_b1775bee21c704ce2c0b465ad749e42b_add({"bbox": [-84.3238525390625, 33.88199234008788, -75.45697784423828, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NAME": "Alleghany", "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-80.96577453613281, 36.23388290405273, -80.43531036376953, 36.56521224975587], "geometry": {"coordinates": [[[-80.45634460449219, 36.242557525634766], [-80.47638702392578, 36.25472640991212], [-80.53688049316406, 36.256736755371094], [-80.54501342773438, 36.27665710449219], [-80.55415344238281, 36.2784309387207], [-80.5905990600586, 36.2682762145996], [-80.62431335449219, 36.27309799194336], [-80.66744232177734, 36.24610137939452], [-80.6966552734375, 36.259090423583984], [-80.72403717041017, 36.25847244262694], [-80.73436737060547, 36.26475906372071], [-80.7525634765625, 36.25829696655273], [-80.76629638671876, 36.26183700561523], [-80.78269958496094, 36.24857711791992], [-80.87438201904297, 36.23388290405273], [-80.87086486816406, 36.324623107910156], [-80.88892364501953, 36.35442733764648], [-80.92456817626953, 36.37275314331055], [-80.95639038085938, 36.4037971496582], [-80.94966888427734, 36.41473388671876], [-80.96577453613281, 36.467220306396484], [-80.93354797363283, 36.49831390380859], [-80.9034423828125, 36.56521224975587], [-80.8381576538086, 36.56343841552734], [-80.61105346679688, 36.55729675292969], [-80.43531036376953, 36.55104446411133], [-80.45301055908205, 36.257087707519524], [-80.45634460449219, 36.242557525634766]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.143, "BIR74": 3188.0, "BIR79": 3616.0, "CNTY_": 1828, "CNTY_ID": 1828, "CRESS_ID": 86, "FIPS": "37171", "FIPSNO": 37171, "NAME": "Surry", "NWBIR74": 208.0, "NWBIR79": 260.0, "NWR74": 65.244668, "NWR79": 71.902655, "PERIMETER": 1.63, "SID74": 5.0, "SID79": 6.0, "SIDR74": 1.568381, "SIDR79": 1.659292, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.33025360107422, 36.072818756103516, -75.77315521240234, 36.55716323852538], "geometry": {"coordinates": [[[[-76.00897216796875, 36.319595336914055], [-76.01734924316406, 36.33773040771483], [-76.03287506103516, 36.335975646972656], [-76.04395294189453, 36.353591918945305], [-76.09508514404297, 36.34891510009766], [-76.16092681884766, 36.39189910888672], [-76.15814971923828, 36.412689208984375], [-76.16828918457031, 36.42708587646483], [-76.33025360107422, 36.55605697631837], [-76.12739562988281, 36.55716323852538], [-76.04595947265625, 36.556953430175774], [-76.03321075439453, 36.51437377929687], [-76.091064453125, 36.50356674194335], [-75.97607421875, 36.436214447021484], [-75.96976470947266, 36.41511917114258], [-76.0016098022461, 36.418914794921875], [-75.95125579833984, 36.36547088623046], [-75.9281234741211, 36.42324447631836], [-75.92459106445312, 36.350948333740234], [-75.80005645751953, 36.112815856933594], [-75.7988510131836, 36.072818756103516], [-75.85516357421875, 36.10566711425782], [-75.91376495361328, 36.24480056762695], [-75.95751190185547, 36.259452819824205], [-75.94193267822266, 36.29433822631836], [-76.00897216796875, 36.319595336914055]]], [[[-76.02716827392578, 36.5567169189453], [-75.99866485595703, 36.55665206909179], [-75.91191864013672, 36.542530059814446], [-75.9248046875, 36.473976135253906], [-75.97727966308594, 36.478015899658196], [-75.97628784179688, 36.51792526245117], [-76.02716827392578, 36.5567169189453]]], [[[-75.90198516845703, 36.55619812011719], [-75.87816619873047, 36.55587387084961], [-75.77315521240234, 36.22925567626953], [-75.78317260742188, 36.225193023681626], [-75.90198516845703, 36.55619812011719]]]], "type": "MultiPolygon"}, "id": "3", "properties": {"AREA": 0.07, "BIR74": 508.0, "BIR79": 830.0, "CNTY_": 1831, "CNTY_ID": 1831, "CRESS_ID": 27, "FIPS": "37053", "FIPSNO": 37053, "NAME": "Currituck", "NWBIR74": 123.0, "NWBIR79": 145.0, "NWR74": 242.125984, "NWR79": 174.698795, "PERIMETER": 2.968, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.968504, "SIDR79": 2.409639, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.90120697021484, 36.162765502929695, -77.07530975341798, 36.55628585815428], "geometry": {"coordinates": [[[-77.21766662597656, 36.240982055664055], [-77.23461151123047, 36.21459960937501], [-77.29861450195312, 36.21152877807615], [-77.29351043701172, 36.16286087036132], [-77.30947875976564, 36.162765502929695], [-77.33499145507812, 36.1828498840332], [-77.38903045654297, 36.2031021118164], [-77.37862396240234, 36.24008560180665], [-77.41346740722656, 36.255817413330064], [-77.41885375976562, 36.281795501708984], [-77.45411682128906, 36.31975555419921], [-77.53807830810547, 36.302459716796875], [-77.55743408203125, 36.30421447753906], [-77.57195281982422, 36.314495086669915], [-77.580078125, 36.32826995849609], [-77.55968475341797, 36.37594604492188], [-77.56041717529297, 36.406356811523445], [-77.63597106933594, 36.44053649902344], [-77.65099334716797, 36.47258758544922], [-77.6988754272461, 36.47895812988282], [-77.74940490722656, 36.47357177734376], [-77.90120697021484, 36.50988769531249], [-77.89885711669922, 36.55294418334961], [-77.76393127441406, 36.55344009399414], [-77.32005310058594, 36.55391693115235], [-77.17735290527344, 36.55628585815428], [-77.1544189453125, 36.526252746582024], [-77.09213256835938, 36.50751876831054], [-77.07530975341798, 36.48351669311524], [-77.0832748413086, 36.470096588134766], [-77.12732696533203, 36.470710754394524], [-77.13932037353516, 36.456478118896484], [-77.14196014404297, 36.41706466674805], [-77.21766662597656, 36.240982055664055]]], "type": "Polygon"}, "id": "4", "properties": {"AREA": 0.153, "BIR74": 1421.0, "BIR79": 1606.0, "CNTY_": 1832, "CNTY_ID": 1832, "CRESS_ID": 66, "FIPS": "37131", "FIPSNO": 37131, "NAME": "Northampton", "NWBIR74": 1066.0, "NWBIR79": 1197.0, "NWR74": 750.175932, "NWR79": 745.330012, "PERIMETER": 2.206, "SID74": 9.0, "SID79": 3.0, "SIDR74": 6.333568, "SIDR79": 1.867995, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.21766662597656, 36.23023605346679, -76.7074966430664, 36.55628585815428], "geometry": {"coordinates": [[[-76.74506378173828, 36.233917236328125], [-76.9806900024414, 36.23023605346679], [-76.99475097656251, 36.23558044433594], [-77.13007354736328, 36.23346328735351], [-77.21766662597656, 36.240982055664055], [-77.14196014404297, 36.41706466674805], [-77.13932037353516, 36.456478118896484], [-77.12732696533203, 36.470710754394524], [-77.0832748413086, 36.470096588134766], [-77.07530975341798, 36.48351669311524], [-77.09213256835938, 36.50751876831054], [-77.1544189453125, 36.526252746582024], [-77.17735290527344, 36.55628585815428], [-76.92413330078125, 36.554145812988274], [-76.9084243774414, 36.50428390502929], [-76.94577026367188, 36.458961486816406], [-76.95367431640625, 36.419231414794915], [-76.94351196289062, 36.401729583740234], [-76.92407989501953, 36.392444610595696], [-76.74134826660156, 36.315166473388665], [-76.7074966430664, 36.26613235473632], [-76.74506378173828, 36.233917236328125]]], "type": "Polygon"}, "id": "5", "properties": {"AREA": 0.097, "BIR74": 1452.0, "BIR79": 1838.0, "CNTY_": 1833, "CNTY_ID": 1833, "CRESS_ID": 46, "FIPS": "37091", "FIPSNO": 37091, "NAME": "Hertford", "NWBIR74": 954.0, "NWBIR79": 1237.0, "NWR74": 657.024793, "NWR79": 673.014146, "PERIMETER": 1.67, "SID74": 7.0, "SID79": 5.0, "SIDR74": 4.820937, "SIDR79": 2.720348, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.56358337402344, 36.169727325439446, -75.95718383789062, 36.55605697631837], "geometry": {"coordinates": [[[-76.00897216796875, 36.319595336914055], [-75.95718383789062, 36.19377136230468], [-75.98133850097656, 36.169727325439446], [-76.18316650390625, 36.31523895263672], [-76.1934814453125, 36.3248519897461], [-76.21619415283203, 36.3278465270996], [-76.23853302001953, 36.36122894287108], [-76.26128387451172, 36.363758087158196], [-76.27413177490234, 36.38140869140625], [-76.30335998535156, 36.39184570312499], [-76.32136535644531, 36.4096450805664], [-76.40596771240234, 36.44715881347657], [-76.49834442138672, 36.50390243530274], [-76.56358337402344, 36.55525207519531], [-76.49755859375, 36.55581283569335], [-76.33025360107422, 36.55605697631837], [-76.16828918457031, 36.42708587646483], [-76.15814971923828, 36.412689208984375], [-76.16092681884766, 36.39189910888672], [-76.09508514404297, 36.34891510009766], [-76.04395294189453, 36.353591918945305], [-76.03287506103516, 36.335975646972656], [-76.01734924316406, 36.33773040771483], [-76.00897216796875, 36.319595336914055]]], "type": "Polygon"}, "id": "6", "properties": {"AREA": 0.062, "BIR74": 286.0, "BIR79": 350.0, "CNTY_": 1834, "CNTY_ID": 1834, "CRESS_ID": 15, "FIPS": "37029", "FIPSNO": 37029, "NAME": "Camden", "NWBIR74": 115.0, "NWBIR79": 139.0, "NWR74": 402.097902, "NWR79": 397.142857, "PERIMETER": 1.547, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 5.714286, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.95367431640625, 36.294517517089844, -76.4603500366211, 36.55525207519531], "geometry": {"coordinates": [[[-76.56250762939453, 36.34056854248046], [-76.60424041748048, 36.31498336791992], [-76.6482162475586, 36.31531524658204], [-76.68873596191406, 36.294517517089844], [-76.77664184570312, 36.358329772949226], [-76.92407989501953, 36.392444610595696], [-76.94351196289062, 36.401729583740234], [-76.95367431640625, 36.419231414794915], [-76.94577026367188, 36.458961486816406], [-76.9084243774414, 36.50428390502929], [-76.92413330078125, 36.554145812988274], [-76.921630859375, 36.55415725708007], [-76.56358337402344, 36.55525207519531], [-76.49834442138672, 36.50390243530274], [-76.5024642944336, 36.45228576660156], [-76.4603500366211, 36.37389755249023], [-76.56250762939453, 36.34056854248046]]], "type": "Polygon"}, "id": "7", "properties": {"AREA": 0.091, "BIR74": 420.0, "BIR79": 594.0, "CNTY_": 1835, "CNTY_ID": 1835, "CRESS_ID": 37, "FIPS": "37073", "FIPSNO": 37073, "NAME": "Gates", "NWBIR74": 254.0, "NWBIR79": 371.0, "NWR74": 604.761905, "NWR79": 624.579125, "PERIMETER": 1.284, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 3.367003, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.32125091552734, 36.195945739746094, -77.89885711669922, 36.55294418334961], "geometry": {"coordinates": [[[-78.30876159667969, 36.260040283203125], [-78.28292846679688, 36.2918815612793], [-78.32125091552734, 36.5455322265625], [-78.05166625976562, 36.552474975585945], [-77.89885711669922, 36.55294418334961], [-77.90120697021484, 36.50988769531249], [-77.91692352294922, 36.50063705444335], [-77.93013763427734, 36.35298538208006], [-77.95208740234375, 36.28123092651367], [-78.00628662109375, 36.195945739746094], [-78.058349609375, 36.21132278442383], [-78.10962677001953, 36.213508605957024], [-78.13471984863281, 36.23658370971679], [-78.30876159667969, 36.260040283203125]]], "type": "Polygon"}, "id": "8", "properties": {"AREA": 0.118, "BIR74": 968.0, "BIR79": 1190.0, "CNTY_": 1836, "CNTY_ID": 1836, "CRESS_ID": 93, "FIPS": "37185", "FIPSNO": 37185, "NAME": "Warren", "NWBIR74": 748.0, "NWBIR79": 844.0, "NWR74": 772.727273, "NWR79": 709.243697, "PERIMETER": 1.421, "SID74": 4.0, "SID79": 2.0, "SIDR74": 4.132231, "SIDR79": 1.680672, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.45301055908205, 36.2502326965332, -80.02405548095703, 36.55104446411133], "geometry": {"coordinates": [[[-80.02567291259766, 36.2502326965332], [-80.45301055908205, 36.257087707519524], [-80.43531036376953, 36.55104446411133], [-80.048095703125, 36.54713439941405], [-80.02405548095703, 36.545024871826165], [-80.02567291259766, 36.2502326965332]]], "type": "Polygon"}, "id": "9", "properties": {"AREA": 0.124, "BIR74": 1612.0, "BIR79": 2038.0, "CNTY_": 1837, "CNTY_ID": 1837, "CRESS_ID": 85, "FIPS": "37169", "FIPSNO": 37169, "NAME": "Stokes", "NWBIR74": 160.0, "NWBIR79": 176.0, "NWR74": 99.255583, "NWR79": 86.359176, "PERIMETER": 1.428, "SID74": 1.0, "SID79": 5.0, "SIDR74": 0.620347, "SIDR79": 2.453386, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.53050994873047, 36.23366928100587, -79.14432525634766, 36.5497817993164], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.51029968261719, 36.54765701293946], [-79.2170639038086, 36.5497817993164], [-79.14432525634766, 36.546058654785156], [-79.15927124023438, 36.23366928100587], [-79.25849914550781, 36.23568725585937], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "10", "properties": {"AREA": 0.114, "BIR74": 1035.0, "BIR79": 1253.0, "CNTY_": 1838, "CNTY_ID": 1838, "CRESS_ID": 17, "FIPS": "37033", "FIPSNO": 37033, "NAME": "Caswell", "NWBIR74": 550.0, "NWBIR79": 597.0, "NWR74": 531.400966, "NWR79": 476.456504, "PERIMETER": 1.352, "SID74": 2.0, "SID79": 2.0, "SIDR74": 1.932367, "SIDR79": 1.596169, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.02567291259766, 36.236156463623054, -79.51029968261719, 36.547889709472656], "geometry": {"coordinates": [[[-79.53050994873047, 36.246135711669915], [-79.53057861328125, 36.236156463623054], [-80.02567291259766, 36.2502326965332], [-80.02405548095703, 36.545024871826165], [-79.71744537353516, 36.547889709472656], [-79.51029968261719, 36.54765701293946], [-79.53050994873047, 36.246135711669915]]], "type": "Polygon"}, "id": "11", "properties": {"AREA": 0.153, "BIR74": 4449.0, "BIR79": 5386.0, "CNTY_": 1839, "CNTY_ID": 1839, "CRESS_ID": 79, "FIPS": "37157", "FIPSNO": 37157, "NAME": "Rockingham", "NWBIR74": 1243.0, "NWBIR79": 1369.0, "NWR74": 279.388627, "NWR79": 254.177497, "PERIMETER": 1.616, "SID74": 16.0, "SID79": 5.0, "SIDR74": 3.596314, "SIDR79": 0.928333, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.81035614013672, 36.01412582397462, -78.45880889892578, 36.54607391357422], "geometry": {"coordinates": [[[-78.7491226196289, 36.06359100341796], [-78.78841400146484, 36.062183380126946], [-78.8040542602539, 36.08094024658203], [-78.81035614013672, 36.11457443237303], [-78.80680084228516, 36.23157501220703], [-78.79669952392578, 36.54353332519531], [-78.73738861083984, 36.54607391357422], [-78.45880889892578, 36.541481018066406], [-78.46375274658205, 36.523857116699205], [-78.50250244140625, 36.504390716552734], [-78.51708984375, 36.461483001708984], [-78.51471710205078, 36.17522430419922], [-78.49252319335938, 36.173587799072266], [-78.54585266113281, 36.06808853149415], [-78.54802703857422, 36.01412582397462], [-78.69557189941406, 36.066646575927734], [-78.7491226196289, 36.06359100341796]]], "type": "Polygon"}, "id": "12", "properties": {"AREA": 0.143, "BIR74": 1671.0, "BIR79": 2074.0, "CNTY_": 1840, "CNTY_ID": 1840, "CRESS_ID": 39, "FIPS": "37077", "FIPSNO": 37077, "NAME": "Granville", "NWBIR74": 930.0, "NWBIR79": 1058.0, "NWR74": 556.552962, "NWR79": 510.125362, "PERIMETER": 1.663, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.393776, "SIDR79": 1.92864, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.15927124023438, 36.23157501220703, -78.79669952392578, 36.546058654785156], "geometry": {"coordinates": [[[-78.80680084228516, 36.23157501220703], [-78.95108032226562, 36.23383712768555], [-79.15927124023438, 36.23366928100587], [-79.14432525634766, 36.546058654785156], [-78.79669952392578, 36.54353332519531], [-78.80680084228516, 36.23157501220703]]], "type": "Polygon"}, "id": "13", "properties": {"AREA": 0.109, "BIR74": 1556.0, "BIR79": 1790.0, "CNTY_": 1841, "CNTY_ID": 1841, "CRESS_ID": 73, "FIPS": "37145", "FIPSNO": 37145, "NAME": "Person", "NWBIR74": 613.0, "NWBIR79": 650.0, "NWR74": 393.958869, "NWR79": 363.128492, "PERIMETER": 1.325, "SID74": 4.0, "SID79": 4.0, "SIDR74": 2.570694, "SIDR79": 2.234637, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.51708984375, 36.16217422485351, -78.28292846679688, 36.5455322265625], "geometry": {"coordinates": [[[-78.49252319335938, 36.173587799072266], [-78.51471710205078, 36.17522430419922], [-78.51708984375, 36.461483001708984], [-78.50250244140625, 36.504390716552734], [-78.46375274658205, 36.523857116699205], [-78.45880889892578, 36.541481018066406], [-78.32125091552734, 36.5455322265625], [-78.28292846679688, 36.2918815612793], [-78.30876159667969, 36.260040283203125], [-78.3460464477539, 36.22518157958984], [-78.38085174560547, 36.22475051879883], [-78.41695404052734, 36.16217422485351], [-78.49252319335938, 36.173587799072266]]], "type": "Polygon"}, "id": "14", "properties": {"AREA": 0.072, "BIR74": 2180.0, "BIR79": 2753.0, "CNTY_": 1842, "CNTY_ID": 1842, "CRESS_ID": 91, "FIPS": "37181", "FIPSNO": 37181, "NAME": "Vance", "NWBIR74": 1179.0, "NWBIR79": 1492.0, "NWR74": 540.825688, "NWR79": 541.954232, "PERIMETER": 1.085, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.834862, "SIDR79": 2.179441, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-78.00628662109375, 35.99471664428711, -77.24103546142578, 36.50988769531249], "geometry": {"coordinates": [[[-77.33220672607422, 36.067981719970696], [-77.40531158447266, 35.99471664428711], [-77.42574310302734, 35.99606323242188], [-77.43821716308594, 36.014034271240234], [-77.46397399902344, 36.026382446289055], [-77.52513122558594, 36.035385131835945], [-77.53585815429689, 36.05557250976563], [-77.53668975830078, 36.08236312866211], [-77.54788208007812, 36.08849334716797], [-77.60625457763672, 36.09739303588867], [-77.6423568725586, 36.12670135498047], [-77.68562316894531, 36.14660263061524], [-77.70050811767578, 36.144168853759766], [-77.72018432617188, 36.13411331176758], [-77.7471694946289, 36.14642333984375], [-77.8013687133789, 36.144256591796875], [-77.8113021850586, 36.135818481445305], [-77.8868408203125, 36.14443969726563], [-77.91783905029297, 36.15678024291992], [-77.92240142822266, 36.17773056030273], [-77.9392318725586, 36.187549591064446], [-77.95586395263672, 36.1837501525879], [-77.97339630126953, 36.18904113769532], [-77.98511505126953, 36.17744445800781], [-78.00628662109375, 36.195945739746094], [-77.95208740234375, 36.28123092651367], [-77.93013763427734, 36.35298538208006], [-77.91692352294922, 36.50063705444335], [-77.90120697021484, 36.50988769531249], [-77.74940490722656, 36.47357177734376], [-77.6988754272461, 36.47895812988282], [-77.65099334716797, 36.47258758544922], [-77.63597106933594, 36.44053649902344], [-77.56041717529297, 36.406356811523445], [-77.55968475341797, 36.37594604492188], [-77.580078125, 36.32826995849609], [-77.57195281982422, 36.314495086669915], [-77.55743408203125, 36.30421447753906], [-77.53807830810547, 36.302459716796875], [-77.45411682128906, 36.31975555419921], [-77.41885375976562, 36.281795501708984], [-77.41346740722656, 36.255817413330064], [-77.37862396240234, 36.24008560180665], [-77.38903045654297, 36.2031021118164], [-77.33499145507812, 36.1828498840332], [-77.30947875976564, 36.162765502929695], [-77.29351043701172, 36.16286087036132], [-77.2704086303711, 36.15552520751953], [-77.25591278076172, 36.130687713623054], [-77.25749969482422, 36.11847305297853], [-77.24103546142578, 36.10130310058594], [-77.30987548828125, 36.087444305419915], [-77.33220672607422, 36.067981719970696]]], "type": "Polygon"}, "id": "15", "properties": {"AREA": 0.19, "BIR74": 3608.0, "BIR79": 4463.0, "CNTY_": 1846, "CNTY_ID": 1846, "CRESS_ID": 42, "FIPS": "37083", "FIPSNO": 37083, "NAME": "Halifax", "NWBIR74": 2365.0, "NWBIR79": 2980.0, "NWR74": 655.487805, "NWR79": 667.712301, "PERIMETER": 2.204, "SID74": 18.0, "SID79": 17.0, "SIDR74": 4.988914, "SIDR79": 3.809097, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.5024642944336, 36.147689819335945, -76.11270904541017, 36.50390243530274], "geometry": {"coordinates": [[[-76.2989273071289, 36.21422958374023], [-76.32423400878906, 36.23362350463867], [-76.37242126464844, 36.25234603881836], [-76.4603500366211, 36.37389755249023], [-76.5024642944336, 36.45228576660156], [-76.49834442138672, 36.50390243530274], [-76.40596771240234, 36.44715881347657], [-76.32136535644531, 36.4096450805664], [-76.30335998535156, 36.39184570312499], [-76.27413177490234, 36.38140869140625], [-76.26128387451172, 36.363758087158196], [-76.23853302001953, 36.36122894287108], [-76.21619415283203, 36.3278465270996], [-76.1934814453125, 36.3248519897461], [-76.18316650390625, 36.31523895263672], [-76.21890258789062, 36.29660797119139], [-76.11270904541017, 36.174419403076165], [-76.14193725585938, 36.147689819335945], [-76.23497772216797, 36.163360595703125], [-76.2989273071289, 36.21422958374023]]], "type": "Polygon"}, "id": "16", "properties": {"AREA": 0.053, "BIR74": 1638.0, "BIR79": 2275.0, "CNTY_": 1848, "CNTY_ID": 1848, "CRESS_ID": 70, "FIPS": "37139", "FIPSNO": 37139, "NAME": "Pasquotank", "NWBIR74": 622.0, "NWBIR79": 933.0, "NWR74": 379.73138, "NWR79": 410.10989, "PERIMETER": 1.171, "SID74": 3.0, "SID79": 4.0, "SIDR74": 1.831502, "SIDR79": 1.758242, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "17", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NAME": "Wilkes", "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195, "__folium_color": "#a0da39", "cardinalities": 8}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "18", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NAME": "Watauga", "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-76.59449005126953, 36.07979202270508, -76.27550506591797, 36.37389755249023], "geometry": {"coordinates": [[[-76.48052978515625, 36.07979202270508], [-76.53695678710938, 36.08792495727539], [-76.57559967041016, 36.102657318115234], [-76.59449005126953, 36.23981857299805], [-76.57108306884767, 36.277729034423835], [-76.56250762939453, 36.34056854248046], [-76.4603500366211, 36.37389755249023], [-76.37242126464844, 36.25234603881836], [-76.32423400878906, 36.23362350463867], [-76.2989273071289, 36.21422958374023], [-76.27550506591797, 36.110370635986314], [-76.48052978515625, 36.07979202270508]]], "type": "Polygon"}, "id": "19", "properties": {"AREA": 0.063, "BIR74": 484.0, "BIR79": 676.0, "CNTY_": 1881, "CNTY_ID": 1881, "CRESS_ID": 72, "FIPS": "37143", "FIPSNO": 37143, "NAME": "Perquimans", "NWBIR74": 230.0, "NWBIR79": 310.0, "NWR74": 475.206612, "NWR79": 458.579882, "PERIMETER": 1.0, "SID74": 1.0, "SID79": 0.0, "SIDR74": 2.066116, "SIDR79": 0.0, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-76.72650909423828, 36.0071678161621, -76.42042541503906, 36.34056854248046], "geometry": {"coordinates": [[[-76.68873596191406, 36.294517517089844], [-76.6482162475586, 36.31531524658204], [-76.60424041748048, 36.31498336791992], [-76.56250762939453, 36.34056854248046], [-76.57108306884767, 36.277729034423835], [-76.59449005126953, 36.23981857299805], [-76.57559967041016, 36.102657318115234], [-76.53695678710938, 36.08792495727539], [-76.48052978515625, 36.07979202270508], [-76.42042541503906, 36.058605194091804], [-76.52301025390625, 36.0071678161621], [-76.59400177001953, 36.01013183593749], [-76.64901733398439, 36.06570816040039], [-76.63320922851562, 36.03711700439454], [-76.69015502929688, 36.04961013793945], [-76.72650909423828, 36.156822204589844], [-76.68873596191406, 36.294517517089844]]], "type": "Polygon"}, "id": "20", "properties": {"AREA": 0.044, "BIR74": 751.0, "BIR79": 899.0, "CNTY_": 1887, "CNTY_ID": 1887, "CRESS_ID": 21, "FIPS": "37041", "FIPSNO": 37041, "NAME": "Chowan", "NWBIR74": 368.0, "NWBIR79": 491.0, "NWR74": 490.013316, "NWR79": 546.162403, "PERIMETER": 1.158, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.331558, "SIDR79": 1.112347, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-82.0777587890625, 35.905643463134766, -81.73226928710938, 36.29075241088867], "geometry": {"coordinates": [[[-81.94134521484375, 35.95497512817383], [-81.96139526367188, 35.9392204284668], [-81.94495391845703, 35.91861343383789], [-81.947021484375, 35.9104118347168], [-81.98836517333984, 35.905643463134766], [-82.00506591796875, 35.9144401550293], [-82.04910278320312, 35.96723556518555], [-82.042724609375, 36.005008697509766], [-82.06232452392578, 36.03552627563477], [-82.0777587890625, 36.10013961791991], [-82.02045440673828, 36.12971115112305], [-81.93311309814453, 36.263320922851555], [-81.9111557006836, 36.29075241088867], [-81.89399719238283, 36.26698303222656], [-81.9065628051758, 36.221866607666016], [-81.89856719970703, 36.198856353759766], [-81.88519287109375, 36.18863677978517], [-81.8502426147461, 36.181472778320305], [-81.82231140136719, 36.15785598754883], [-81.81715393066406, 36.1093864440918], [-81.80622100830078, 36.10456085205079], [-81.73226928710938, 36.05847549438477], [-81.80278778076172, 35.960330963134766], [-81.85987091064455, 35.97034072875976], [-81.88081359863281, 35.9895248413086], [-81.90084838867188, 35.994651794433594], [-81.92214965820312, 35.98251342773438], [-81.94134521484375, 35.95497512817383]]], "type": "Polygon"}, "id": "21", "properties": {"AREA": 0.064, "BIR74": 781.0, "BIR79": 977.0, "CNTY_": 1892, "CNTY_ID": 1892, "CRESS_ID": 6, "FIPS": "37011", "FIPSNO": 37011, "NAME": "Avery", "NWBIR74": 4.0, "NWBIR79": 5.0, "NWR74": 5.121639, "NWR79": 5.117707, "PERIMETER": 1.213, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.87741088867188, 36.043266296386726, -80.44081115722658, 36.2784309387207], "geometry": {"coordinates": [[[-80.49554443359375, 36.043266296386726], [-80.6895751953125, 36.04547882080079], [-80.87741088867188, 36.05240631103516], [-80.87438201904297, 36.23388290405273], [-80.78269958496094, 36.24857711791992], [-80.76629638671876, 36.26183700561523], [-80.7525634765625, 36.25829696655273], [-80.73436737060547, 36.26475906372071], [-80.72403717041017, 36.25847244262694], [-80.6966552734375, 36.259090423583984], [-80.66744232177734, 36.24610137939452], [-80.62431335449219, 36.27309799194336], [-80.5905990600586, 36.2682762145996], [-80.55415344238281, 36.2784309387207], [-80.54501342773438, 36.27665710449219], [-80.53688049316406, 36.256736755371094], [-80.47638702392578, 36.25472640991212], [-80.45634460449219, 36.242557525634766], [-80.44081115722658, 36.21948623657227], [-80.44480895996094, 36.12330627441407], [-80.49198150634766, 36.107696533203125], [-80.50498962402344, 36.094940185546875], [-80.50824737548828, 36.070884704589844], [-80.49554443359375, 36.043266296386726]]], "type": "Polygon"}, "id": "22", "properties": {"AREA": 0.086, "BIR74": 1269.0, "BIR79": 1568.0, "CNTY_": 1893, "CNTY_ID": 1893, "CRESS_ID": 99, "FIPS": "37197", "FIPSNO": 37197, "NAME": "Yadkin", "NWBIR74": 65.0, "NWBIR79": 76.0, "NWR74": 51.221434, "NWR79": 48.469388, "PERIMETER": 1.267, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.788022, "SIDR79": 0.637755, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.54802703857422, 35.81552505493163, -78.00628662109375, 36.260040283203125], "geometry": {"coordinates": [[[-78.25454711914062, 35.81552505493163], [-78.266845703125, 35.8483772277832], [-78.30841064453125, 35.89344787597656], [-78.32954406738281, 35.887847900390625], [-78.36011505126953, 35.91867446899414], [-78.39447784423828, 35.93230056762695], [-78.43114471435547, 35.97271728515625], [-78.54802703857422, 36.01412582397462], [-78.54585266113281, 36.06808853149415], [-78.49252319335938, 36.173587799072266], [-78.41695404052734, 36.16217422485351], [-78.38085174560547, 36.22475051879883], [-78.3460464477539, 36.22518157958984], [-78.30876159667969, 36.260040283203125], [-78.13471984863281, 36.23658370971679], [-78.10962677001953, 36.213508605957024], [-78.058349609375, 36.21132278442383], [-78.00628662109375, 36.195945739746094], [-78.13091278076172, 36.02146911621094], [-78.25454711914062, 35.81552505493163]]], "type": "Polygon"}, "id": "23", "properties": {"AREA": 0.128, "BIR74": 1399.0, "BIR79": 1863.0, "CNTY_": 1897, "CNTY_ID": 1897, "CRESS_ID": 35, "FIPS": "37069", "FIPSNO": 37069, "NAME": "Franklin", "NWBIR74": 736.0, "NWBIR79": 950.0, "NWR74": 526.090064, "NWR79": 509.93022, "PERIMETER": 1.554, "SID74": 2.0, "SID79": 0.0, "SIDR74": 1.429593, "SIDR79": 0.0, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.50824737548828, 35.96792984008789, -80.02567291259766, 36.257087707519524], "geometry": {"coordinates": [[[-80.03810119628906, 36.00618362426758], [-80.12114715576172, 36.02155303955078], [-80.20987701416016, 36.021427154541016], [-80.21206665039062, 35.99012374877929], [-80.33430480957031, 35.9925651550293], [-80.33028411865234, 35.98123550415039], [-80.38024139404297, 35.96792984008789], [-80.41159057617189, 35.98461151123046], [-80.41797637939453, 36.0086326599121], [-80.449951171875, 36.029838562011726], [-80.46486663818361, 36.0501937866211], [-80.484130859375, 36.03832244873047], [-80.49554443359375, 36.043266296386726], [-80.50824737548828, 36.070884704589844], [-80.50498962402344, 36.094940185546875], [-80.49198150634766, 36.107696533203125], [-80.44480895996094, 36.12330627441407], [-80.44081115722658, 36.21948623657227], [-80.45634460449219, 36.242557525634766], [-80.45301055908205, 36.257087707519524], [-80.02567291259766, 36.2502326965332], [-80.03810119628906, 36.00618362426758]]], "type": "Polygon"}, "id": "24", "properties": {"AREA": 0.108, "BIR74": 11858.0, "BIR79": 15704.0, "CNTY_": 1900, "CNTY_ID": 1900, "CRESS_ID": 34, "FIPS": "37067", "FIPSNO": 37067, "NAME": "Forsyth", "NWBIR74": 3919.0, "NWBIR79": 5031.0, "NWR74": 330.494181, "NWR79": 320.364238, "PERIMETER": 1.483, "SID74": 10.0, "SID79": 18.0, "SIDR74": 0.843313, "SIDR79": 1.146205, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.0426025390625, 35.890968322753906, -79.53057861328125, 36.2502326965332], "geometry": {"coordinates": [[[-79.5378189086914, 35.890968322753906], [-80.0426025390625, 35.91681289672851], [-80.03810119628906, 36.00618362426758], [-80.02567291259766, 36.2502326965332], [-79.53057861328125, 36.236156463623054], [-79.5378189086914, 35.890968322753906]]], "type": "Polygon"}, "id": "25", "properties": {"AREA": 0.17, "BIR74": 16184.0, "BIR79": 20543.0, "CNTY_": 1903, "CNTY_ID": 1903, "CRESS_ID": 41, "FIPS": "37081", "FIPSNO": 37081, "NAME": "Guilford", "NWBIR74": 5483.0, "NWBIR79": 7089.0, "NWR74": 338.791399, "NWR79": 345.08105, "PERIMETER": 1.68, "SID74": 23.0, "SID79": 38.0, "SIDR74": 1.421157, "SIDR79": 1.849779, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.54098510742188, 35.83699035644531, -79.23799133300781, 36.246135711669915], "geometry": {"coordinates": [[[-79.24619293212892, 35.86815261840819], [-79.23799133300781, 35.837245941162095], [-79.54098510742188, 35.83699035644531], [-79.5378189086914, 35.890968322753906], [-79.53057861328125, 36.236156463623054], [-79.53050994873047, 36.246135711669915], [-79.25849914550781, 36.23568725585937], [-79.25977325439453, 36.047893524169915], [-79.27082061767578, 35.90460205078125], [-79.24619293212892, 35.86815261840819]]], "type": "Polygon"}, "id": "26", "properties": {"AREA": 0.111, "BIR74": 4672.0, "BIR79": 5767.0, "CNTY_": 1904, "CNTY_ID": 1904, "CRESS_ID": 1, "FIPS": "37001", "FIPSNO": 37001, "NAME": "Alamance", "NWBIR74": 1243.0, "NWBIR79": 1397.0, "NWR74": 266.053082, "NWR79": 242.240333, "PERIMETER": 1.392, "SID74": 13.0, "SID79": 11.0, "SIDR74": 2.782534, "SIDR79": 1.907404, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.33220672607422, 35.81418228149415, -76.69376373291016, 36.240982055664055], "geometry": {"coordinates": [[[-76.78306579589844, 35.859233856201165], [-76.81053161621094, 35.88130950927734], [-76.8348388671875, 35.88422775268555], [-76.85672760009766, 35.83578109741212], [-76.87848663330078, 35.817291259765625], [-76.89848327636719, 35.81418228149415], [-76.9048080444336, 35.86791229248047], [-76.93609619140626, 35.894599914550774], [-76.99073028564453, 35.87783813476563], [-77.00442504882812, 35.861839294433594], [-77.0483169555664, 35.85749053955077], [-77.0341796875, 35.91433334350585], [-77.04088592529297, 35.931751251220696], [-77.06629943847656, 35.93600845336914], [-77.09001159667969, 35.92524337768554], [-77.18867492675781, 35.93124771118165], [-77.19589233398438, 35.935955047607415], [-77.19339752197266, 35.988094329833984], [-77.21553802490234, 35.98906707763672], [-77.21380615234375, 36.00536346435547], [-77.27671813964844, 36.0276985168457], [-77.31525421142578, 36.0480842590332], [-77.33220672607422, 36.067981719970696], [-77.30987548828125, 36.087444305419915], [-77.24103546142578, 36.10130310058594], [-77.25749969482422, 36.11847305297853], [-77.25591278076172, 36.130687713623054], [-77.2704086303711, 36.15552520751953], [-77.29351043701172, 36.16286087036132], [-77.29861450195312, 36.21152877807615], [-77.23461151123047, 36.21459960937501], [-77.21766662597656, 36.240982055664055], [-77.13007354736328, 36.23346328735351], [-76.99475097656251, 36.23558044433594], [-76.9806900024414, 36.23023605346679], [-76.74506378173828, 36.233917236328125], [-76.76067352294922, 36.14459228515624], [-76.69376373291016, 35.99296951293945], [-76.74112701416016, 35.936626434326165], [-76.69721984863281, 35.94154357910156], [-76.70832061767578, 35.91983413696289], [-76.72859954833984, 35.910858154296875], [-76.7417221069336, 35.883075714111335], [-76.76126098632812, 35.864543914794915], [-76.78306579589844, 35.859233856201165]]], "type": "Polygon"}, "id": "27", "properties": {"AREA": 0.18, "BIR74": 1324.0, "BIR79": 1616.0, "CNTY_": 1905, "CNTY_ID": 1905, "CRESS_ID": 8, "FIPS": "37015", "FIPSNO": 37015, "NAME": "Bertie", "NWBIR74": 921.0, "NWBIR79": 1161.0, "NWR74": 695.619335, "NWR79": 718.440594, "PERIMETER": 2.151, "SID74": 6.0, "SID79": 5.0, "SIDR74": 4.531722, "SIDR79": 3.094059, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.27082061767578, 35.85394287109375, -78.95108032226562, 36.23568725585937], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-79.09536743164062, 35.85394287109375], [-79.24619293212892, 35.86815261840819], [-79.27082061767578, 35.90460205078125], [-79.25977325439453, 36.047893524169915], [-79.25849914550781, 36.23568725585937], [-79.15927124023438, 36.23366928100587], [-78.95108032226562, 36.23383712768555], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "28", "properties": {"AREA": 0.104, "BIR74": 3164.0, "BIR79": 4478.0, "CNTY_": 1907, "CNTY_ID": 1907, "CRESS_ID": 68, "FIPS": "37135", "FIPSNO": 37135, "NAME": "Orange", "NWBIR74": 776.0, "NWBIR79": 1086.0, "NWR74": 245.259166, "NWR79": 242.518982, "PERIMETER": 1.294, "SID74": 4.0, "SID79": 6.0, "SIDR74": 1.264223, "SIDR79": 1.339884, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-79.0181350708008, 35.85786437988281, -78.70415496826172, 36.23383712768555], "geometry": {"coordinates": [[[-79.0181350708008, 35.85786437988281], [-78.95108032226562, 36.23383712768555], [-78.80680084228516, 36.23157501220703], [-78.81035614013672, 36.11457443237303], [-78.8040542602539, 36.08094024658203], [-78.78841400146484, 36.062183380126946], [-78.7491226196289, 36.06359100341796], [-78.7533950805664, 36.0114631652832], [-78.72810363769531, 36.02707290649413], [-78.71617126464844, 36.026493072509766], [-78.70415496826172, 35.9973258972168], [-78.70734405517578, 35.97694396972656], [-78.73419952392578, 35.93458557128906], [-78.76350402832033, 35.91447448730469], [-78.80829620361328, 35.91992568969726], [-78.82795715332031, 35.86022949218751], [-78.90571594238281, 35.86051559448241], [-79.0181350708008, 35.85786437988281]]], "type": "Polygon"}, "id": "29", "properties": {"AREA": 0.077, "BIR74": 7970.0, "BIR79": 10432.0, "CNTY_": 1908, "CNTY_ID": 1908, "CRESS_ID": 32, "FIPS": "37063", "FIPSNO": 37063, "NAME": "Durham", "NWBIR74": 3732.0, "NWBIR79": 4948.0, "NWR74": 468.25596, "NWR79": 474.309816, "PERIMETER": 1.271, "SID74": 16.0, "SID79": 22.0, "SIDR74": 2.007528, "SIDR79": 2.108896, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.25454711914062, 35.725112915039055, -77.70050811767578, 36.195945739746094], "geometry": {"coordinates": [[[-78.18692779541016, 35.725112915039055], [-78.20561981201172, 35.72539520263671], [-78.2115478515625, 35.73819351196289], [-78.23404693603516, 35.745792388916016], [-78.25454711914062, 35.81552505493163], [-78.13091278076172, 36.02146911621094], [-78.00628662109375, 36.195945739746094], [-77.98511505126953, 36.17744445800781], [-77.97339630126953, 36.18904113769532], [-77.95586395263672, 36.1837501525879], [-77.9392318725586, 36.187549591064446], [-77.92240142822266, 36.17773056030273], [-77.91783905029297, 36.15678024291992], [-77.8868408203125, 36.14443969726563], [-77.8113021850586, 36.135818481445305], [-77.8013687133789, 36.144256591796875], [-77.7471694946289, 36.14642333984375], [-77.72018432617188, 36.13411331176758], [-77.70050811767578, 36.144168853759766], [-77.83014678955078, 35.85449600219727], [-77.84492492675781, 35.83557510375976], [-77.873046875, 35.84470748901367], [-78.18692779541016, 35.725112915039055]]], "type": "Polygon"}, "id": "30", "properties": {"AREA": 0.142, "BIR74": 4021.0, "BIR79": 5189.0, "CNTY_": 1913, "CNTY_ID": 1913, "CRESS_ID": 64, "FIPS": "37127", "FIPSNO": 37127, "NAME": "Nash", "NWBIR74": 1851.0, "NWBIR79": 2274.0, "NWR74": 460.33325, "NWR79": 438.234727, "PERIMETER": 1.64, "SID74": 8.0, "SID79": 7.0, "SIDR74": 1.989555, "SIDR79": 1.349008, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-82.4084243774414, 35.8184814453125, -81.98334503173828, 36.147014617919915], "geometry": {"coordinates": [[[-82.11885070800781, 35.81853103637696], [-82.14665222167969, 35.8184814453125], [-82.1410140991211, 35.90027236938476], [-82.14956665039062, 35.92144775390625], [-82.18460845947266, 35.93487548828124], [-82.19577026367188, 35.94737625122071], [-82.19905090332031, 36.00177001953125], [-82.23210144042969, 36.00387573242188], [-82.24061584472656, 35.98420333862304], [-82.25885772705078, 35.98567581176758], [-82.30169677734375, 36.029327392578125], [-82.3096923828125, 36.011474609375], [-82.32968139648438, 36.01426315307617], [-82.34026336669922, 36.02539825439454], [-82.34449768066406, 36.07024002075196], [-82.38517761230469, 36.07850646972656], [-82.4084243774414, 36.075317382812486], [-82.37385559082031, 36.098697662353516], [-82.31192779541016, 36.12215042114258], [-82.2623062133789, 36.12037658691406], [-82.20773315429688, 36.147014617919915], [-82.154052734375, 36.13962173461914], [-82.11808013916016, 36.09625625610351], [-82.0777587890625, 36.10013961791991], [-82.06232452392578, 36.03552627563477], [-82.042724609375, 36.005008697509766], [-82.04910278320312, 35.96723556518555], [-82.00506591796875, 35.9144401550293], [-81.98836517333984, 35.905643463134766], [-81.98334503173828, 35.887577056884766], [-81.99089813232422, 35.87247467041016], [-82.03468322753906, 35.853580474853516], [-82.09799194335938, 35.84385681152344], [-82.11885070800781, 35.81853103637696]]], "type": "Polygon"}, "id": "31", "properties": {"AREA": 0.059, "BIR74": 671.0, "BIR79": 919.0, "CNTY_": 1927, "CNTY_ID": 1927, "CRESS_ID": 61, "FIPS": "37121", "FIPSNO": 37121, "NAME": "Mitchell", "NWBIR74": 1.0, "NWBIR79": 4.0, "NWR74": 1.490313, "NWR79": 4.352557, "PERIMETER": 1.319, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 2.176279, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-77.83014678955078, 35.670265197753906, -77.34236907958984, 36.14660263061524], "geometry": {"coordinates": [[[-77.67121887207031, 35.670265197753906], [-77.73314666748048, 35.73954772949217], [-77.75749206542969, 35.79810333251953], [-77.7550048828125, 35.82483673095703], [-77.76713562011719, 35.83686447143555], [-77.83014678955078, 35.85449600219727], [-77.70050811767578, 36.144168853759766], [-77.68562316894531, 36.14660263061524], [-77.6423568725586, 36.12670135498047], [-77.60625457763672, 36.09739303588867], [-77.54788208007812, 36.08849334716797], [-77.53668975830078, 36.08236312866211], [-77.53585815429689, 36.05557250976563], [-77.52513122558594, 36.035385131835945], [-77.46397399902344, 36.026382446289055], [-77.43821716308594, 36.014034271240234], [-77.42574310302734, 35.99606323242188], [-77.40531158447266, 35.99471664428711], [-77.34236907958984, 35.90800476074218], [-77.35810089111328, 35.815311431884766], [-77.39680480957031, 35.82841873168945], [-77.40569305419922, 35.817264556884766], [-77.4185791015625, 35.822086334228516], [-77.42699432373047, 35.808197021484375], [-77.4547119140625, 35.79381561279296], [-77.47323608398438, 35.799659729003906], [-77.5055160522461, 35.766754150390625], [-77.67121887207031, 35.670265197753906]]], "type": "Polygon"}, "id": "32", "properties": {"AREA": 0.131, "BIR74": 3657.0, "BIR79": 4359.0, "CNTY_": 1928, "CNTY_ID": 1928, "CRESS_ID": 33, "FIPS": "37065", "FIPSNO": 37065, "NAME": "Edgecombe", "NWBIR74": 2186.0, "NWBIR79": 2696.0, "NWR74": 597.757725, "NWR79": 618.490479, "PERIMETER": 1.521, "SID74": 10.0, "SID79": 9.0, "SIDR74": 2.734482, "SIDR79": 2.064694, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.80622100830078, 35.75003433227539, -81.32186889648438, 36.117591857910156], "geometry": {"coordinates": [[[-81.32813262939453, 35.795059204101555], [-81.37665557861328, 35.75003433227539], [-81.41757202148438, 35.75590515136719], [-81.45714569091797, 35.779933929443345], [-81.56025695800781, 35.77544784545898], [-81.59336853027344, 35.81312561035157], [-81.70182800292969, 35.86879730224609], [-81.74844360351562, 35.92075729370118], [-81.77347564697266, 35.92220306396484], [-81.77568817138672, 35.94394683837891], [-81.80278778076172, 35.960330963134766], [-81.73226928710938, 36.05847549438477], [-81.80622100830078, 36.10456085205079], [-81.65900421142578, 36.117591857910156], [-81.54610443115234, 36.11139297485351], [-81.5173110961914, 36.09543228149414], [-81.45443725585938, 36.083057403564446], [-81.42963409423828, 36.06566238403319], [-81.39814758300781, 36.05605697631835], [-81.38871002197266, 36.03756713867187], [-81.34735107421875, 36.015357971191406], [-81.32186889648438, 35.98932647705078], [-81.32926177978516, 35.989246368408196], [-81.33956909179688, 35.92924118041992], [-81.33068084716797, 35.87580108642578], [-81.33721160888672, 35.82762908935547], [-81.32813262939453, 35.795059204101555]]], "type": "Polygon"}, "id": "33", "properties": {"AREA": 0.122, "BIR74": 3609.0, "BIR79": 4249.0, "CNTY_": 1932, "CNTY_ID": 1932, "CRESS_ID": 14, "FIPS": "37027", "FIPSNO": 37027, "NAME": "Caldwell", "NWBIR74": 309.0, "NWBIR79": 360.0, "NWR74": 85.619285, "NWR79": 84.725818, "PERIMETER": 1.516, "SID74": 6.0, "SID79": 9.0, "SIDR74": 1.66251, "SIDR79": 2.118145, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.5069351196289, 35.69755554199219, -82.11885070800781, 36.07850646972656], "geometry": {"coordinates": [[[-82.27920532226562, 35.69755554199219], [-82.28157806396484, 35.7202033996582], [-82.32184600830078, 35.73984909057618], [-82.34185028076173, 35.76350784301758], [-82.34539794921875, 35.80519485473633], [-82.37525177001953, 35.816402435302734], [-82.40581512451172, 35.81397247314453], [-82.44148254394531, 35.88222885131837], [-82.48709106445312, 35.904884338378906], [-82.48394775390626, 35.9476089477539], [-82.5069351196289, 35.97254180908204], [-82.4751968383789, 35.993175506591804], [-82.4084243774414, 36.075317382812486], [-82.38517761230469, 36.07850646972656], [-82.34449768066406, 36.07024002075196], [-82.34026336669922, 36.02539825439454], [-82.32968139648438, 36.01426315307617], [-82.3096923828125, 36.011474609375], [-82.30169677734375, 36.029327392578125], [-82.25885772705078, 35.98567581176758], [-82.24061584472656, 35.98420333862304], [-82.23210144042969, 36.00387573242188], [-82.19905090332031, 36.00177001953125], [-82.19577026367188, 35.94737625122071], [-82.18460845947266, 35.93487548828124], [-82.14956665039062, 35.92144775390625], [-82.1410140991211, 35.90027236938476], [-82.14665222167969, 35.8184814453125], [-82.11885070800781, 35.81853103637696], [-82.15459442138672, 35.79837036132813], [-82.16429138183594, 35.76052474975587], [-82.21178436279297, 35.71698760986328], [-82.27920532226562, 35.69755554199219]]], "type": "Polygon"}, "id": "34", "properties": {"AREA": 0.08, "BIR74": 770.0, "BIR79": 869.0, "CNTY_": 1936, "CNTY_ID": 1936, "CRESS_ID": 100, "FIPS": "37199", "FIPSNO": 37199, "NAME": "Yancey", "NWBIR74": 12.0, "NWBIR79": 10.0, "NWR74": 15.584416, "NWR79": 11.50748, "PERIMETER": 1.307, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 1.150748, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.40531158447266, 35.65012741088867, -76.78306579589844, 36.067981719970696], "geometry": {"coordinates": [[[-77.17845916748047, 35.73219299316406], [-77.2076644897461, 35.755126953125], [-77.26081848144531, 35.75909042358398], [-77.2645034790039, 35.78277969360351], [-77.35810089111328, 35.815311431884766], [-77.34236907958984, 35.90800476074218], [-77.40531158447266, 35.99471664428711], [-77.33220672607422, 36.067981719970696], [-77.31525421142578, 36.0480842590332], [-77.27671813964844, 36.0276985168457], [-77.21380615234375, 36.00536346435547], [-77.21553802490234, 35.98906707763672], [-77.19339752197266, 35.988094329833984], [-77.19589233398438, 35.935955047607415], [-77.18867492675781, 35.93124771118165], [-77.09001159667969, 35.92524337768554], [-77.06629943847656, 35.93600845336914], [-77.04088592529297, 35.931751251220696], [-77.0341796875, 35.91433334350585], [-77.0483169555664, 35.85749053955077], [-77.00442504882812, 35.861839294433594], [-76.99073028564453, 35.87783813476563], [-76.93609619140626, 35.894599914550774], [-76.9048080444336, 35.86791229248047], [-76.89848327636719, 35.81418228149415], [-76.87848663330078, 35.817291259765625], [-76.85672760009766, 35.83578109741212], [-76.8348388671875, 35.88422775268555], [-76.81053161621094, 35.88130950927734], [-76.78306579589844, 35.859233856201165], [-76.80667877197266, 35.81084060668946], [-76.8052749633789, 35.790374755859375], [-76.82595825195312, 35.75688171386718], [-76.83831024169922, 35.70545578002929], [-76.97991180419922, 35.65012741088867], [-77.16128540039062, 35.736778259277344], [-77.17845916748047, 35.73219299316406]]], "type": "Polygon"}, "id": "35", "properties": {"AREA": 0.118, "BIR74": 1549.0, "BIR79": 1849.0, "CNTY_": 1937, "CNTY_ID": 1937, "CRESS_ID": 59, "FIPS": "37117", "FIPSNO": 37117, "NAME": "Martin", "NWBIR74": 883.0, "NWBIR79": 1033.0, "NWR74": 570.04519, "NWR79": 558.680368, "PERIMETER": 1.899, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.291156, "SIDR79": 0.540833, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-78.99880981445312, 35.51993942260741, -78.25454711914062, 36.066646575927734], "geometry": {"coordinates": [[[-78.92107391357422, 35.57885742187499], [-78.99880981445312, 35.60132217407225], [-78.9388885498047, 35.76144409179687], [-78.9444351196289, 35.77011489868164], [-78.90571594238281, 35.86051559448241], [-78.82795715332031, 35.86022949218751], [-78.80829620361328, 35.91992568969726], [-78.76350402832033, 35.91447448730469], [-78.73419952392578, 35.93458557128906], [-78.70734405517578, 35.97694396972656], [-78.70415496826172, 35.9973258972168], [-78.71617126464844, 36.026493072509766], [-78.72810363769531, 36.02707290649413], [-78.7533950805664, 36.0114631652832], [-78.7491226196289, 36.06359100341796], [-78.69557189941406, 36.066646575927734], [-78.54802703857422, 36.01412582397462], [-78.43114471435547, 35.97271728515625], [-78.39447784423828, 35.93230056762695], [-78.36011505126953, 35.91867446899414], [-78.32954406738281, 35.887847900390625], [-78.30841064453125, 35.89344787597656], [-78.266845703125, 35.8483772277832], [-78.25454711914062, 35.81552505493163], [-78.4776382446289, 35.69561386108399], [-78.70321655273438, 35.51993942260741], [-78.92107391357422, 35.57885742187499]]], "type": "Polygon"}, "id": "36", "properties": {"AREA": 0.219, "BIR74": 14484.0, "BIR79": 20857.0, "CNTY_": 1938, "CNTY_ID": 1938, "CRESS_ID": 92, "FIPS": "37183", "FIPSNO": 37183, "NAME": "Wake", "NWBIR74": 4397.0, "NWBIR79": 6221.0, "NWR74": 303.57636, "NWR79": 298.269166, "PERIMETER": 2.13, "SID74": 16.0, "SID79": 31.0, "SIDR74": 1.104667, "SIDR79": 1.486312, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-82.96275329589844, 35.6735610961914, -82.40581512451172, 36.05434036254882], "geometry": {"coordinates": [[[-82.8959732055664, 35.948360443115234], [-82.85626983642578, 35.94742584228515], [-82.80867004394531, 35.920871734619126], [-82.77644348144531, 35.956573486328125], [-82.77359771728516, 35.987503051757805], [-82.76322937011719, 35.99954605102539], [-82.64389038085938, 36.0517234802246], [-82.62804412841797, 36.05434036254882], [-82.60440063476562, 36.04298782348632], [-82.59223175048828, 36.0224494934082], [-82.60580444335938, 36.00354766845703], [-82.59930419921875, 35.96329879760743], [-82.55414581298828, 35.95610809326172], [-82.5069351196289, 35.97254180908204], [-82.48394775390626, 35.9476089477539], [-82.48709106445312, 35.904884338378906], [-82.44148254394531, 35.88222885131837], [-82.40581512451172, 35.81397247314453], [-82.50054931640625, 35.79612731933594], [-82.76630401611328, 35.694000244140625], [-82.80562591552734, 35.68490600585937], [-82.84326934814453, 35.69172668457032], [-82.88111114501953, 35.6735610961914], [-82.90753936767578, 35.727848052978516], [-82.95218658447266, 35.73899841308594], [-82.94304656982422, 35.76646423339843], [-82.96275329589844, 35.79185104370117], [-82.90682220458984, 35.872215270996094], [-82.91407012939455, 35.9278678894043], [-82.8959732055664, 35.948360443115234]]], "type": "Polygon"}, "id": "37", "properties": {"AREA": 0.118, "BIR74": 765.0, "BIR79": 926.0, "CNTY_": 1946, "CNTY_ID": 1946, "CRESS_ID": 58, "FIPS": "37115", "FIPSNO": 37115, "NAME": "Madison", "NWBIR74": 5.0, "NWBIR79": 3.0, "NWR74": 6.535948, "NWR79": 3.239741, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 2.0, "SIDR74": 2.614379, "SIDR79": 2.159827, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-81.10888671875, 35.50680923461913, -80.6895751953125, 36.05334854125976], "geometry": {"coordinates": [[[-80.72651672363281, 35.50756835937499], [-80.77622985839844, 35.50680923461913], [-80.9553451538086, 35.50912094116211], [-80.9510726928711, 35.52866744995117], [-80.96143341064455, 35.543563842773445], [-80.9312744140625, 35.619590759277344], [-81.00357818603516, 35.69705581665038], [-81.05477905273438, 35.71340179443359], [-81.07220458984375, 35.743648529052734], [-81.10888671875, 35.77190017700196], [-81.04910278320312, 35.835968017578125], [-80.99534606933594, 35.97707748413087], [-81.02056884765625, 36.0349349975586], [-80.98895263671875, 36.05334854125976], [-80.87741088867188, 36.05240631103516], [-80.6895751953125, 36.04547882080079], [-80.70597076416016, 35.85165786743164], [-80.76612091064453, 35.682037353515625], [-80.72651672363281, 35.50756835937499]]], "type": "Polygon"}, "id": "38", "properties": {"AREA": 0.155, "BIR74": 4139.0, "BIR79": 5400.0, "CNTY_": 1947, "CNTY_ID": 1947, "CRESS_ID": 49, "FIPS": "37097", "FIPSNO": 37097, "NAME": "Iredell", "NWBIR74": 1144.0, "NWBIR79": 1305.0, "NWR74": 276.395265, "NWR79": 241.666667, "PERIMETER": 1.781, "SID74": 4.0, "SID79": 5.0, "SIDR74": 0.966417, "SIDR79": 0.925926, "__folium_color": "#fde725", "cardinalities": 9}, "type": "Feature"}, {"bbox": [-80.70597076416016, 35.74579620361329, -80.36170959472656, 36.0501937866211], "geometry": {"coordinates": [[[-80.45677185058594, 35.74579620361329], [-80.48869323730469, 35.775615692138665], [-80.52672576904297, 35.78180694580078], [-80.57232666015625, 35.813812255859375], [-80.60755920410156, 35.82225799560546], [-80.63494110107422, 35.840259552001946], [-80.70597076416016, 35.85165786743164], [-80.6895751953125, 36.04547882080079], [-80.49554443359375, 36.043266296386726], [-80.484130859375, 36.03832244873047], [-80.46486663818361, 36.0501937866211], [-80.449951171875, 36.029838562011726], [-80.41797637939453, 36.0086326599121], [-80.41159057617189, 35.98461151123046], [-80.38024139404297, 35.96792984008789], [-80.36306762695312, 35.94212341308594], [-80.36170959472656, 35.895851135253906], [-80.40593719482422, 35.884368896484375], [-80.38650512695312, 35.858570098876946], [-80.38643646240234, 35.845413208007805], [-80.3954849243164, 35.83948516845702], [-80.41480255126953, 35.84486389160155], [-80.4260711669922, 35.83030700683594], [-80.44650268554688, 35.830684661865234], [-80.45779418945312, 35.822475433349595], [-80.47942352294922, 35.83327865600586], [-80.47288513183594, 35.78611755371094], [-80.45064544677734, 35.76487731933595], [-80.45677185058594, 35.74579620361329]]], "type": "Polygon"}, "id": "39", "properties": {"AREA": 0.069, "BIR74": 1207.0, "BIR79": 1438.0, "CNTY_": 1948, "CNTY_ID": 1948, "CRESS_ID": 30, "FIPS": "37059", "FIPSNO": 37059, "NAME": "Davie", "NWBIR74": 148.0, "NWBIR79": 177.0, "NWR74": 122.618061, "NWR79": 123.087622, "PERIMETER": 1.201, "SID74": 1.0, "SID79": 3.0, "SIDR74": 0.8285, "SIDR79": 2.086231, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.33956909179688, 35.77190017700196, -80.99534606933594, 36.0349349975586], "geometry": {"coordinates": [[[-81.10888671875, 35.77190017700196], [-81.12728118896484, 35.78896713256835], [-81.14140319824219, 35.82331848144531], [-81.32813262939453, 35.795059204101555], [-81.33721160888672, 35.82762908935547], [-81.33068084716797, 35.87580108642578], [-81.33956909179688, 35.92924118041992], [-81.32926177978516, 35.989246368408196], [-81.32186889648438, 35.98932647705078], [-81.23600769042969, 36.02382278442382], [-81.15746307373047, 36.02098083496094], [-81.12406158447266, 36.03128433227538], [-81.0840835571289, 36.02076721191407], [-81.02056884765625, 36.0349349975586], [-80.99534606933594, 35.97707748413087], [-81.04910278320312, 35.835968017578125], [-81.10888671875, 35.77190017700196]]], "type": "Polygon"}, "id": "40", "properties": {"AREA": 0.066, "BIR74": 1333.0, "BIR79": 1683.0, "CNTY_": 1950, "CNTY_ID": 1950, "CRESS_ID": 2, "FIPS": "37003", "FIPSNO": 37003, "NAME": "Alexander", "NWBIR74": 128.0, "NWBIR79": 150.0, "NWR74": 96.024006, "NWR79": 89.12656, "PERIMETER": 1.07, "SID74": 0.0, "SID79": 2.0, "SIDR74": 0.0, "SIDR79": 1.188354, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.47942352294922, 35.505119323730455, -80.03810119628906, 36.02155303955078], "geometry": {"coordinates": [[[-80.06440734863281, 35.505699157714844], [-80.1819076538086, 35.505119323730455], [-80.20921325683594, 35.574512481689446], [-80.251220703125, 35.62480163574219], [-80.28578186035158, 35.6369743347168], [-80.32559204101562, 35.68315505981445], [-80.32628631591797, 35.714012145996094], [-80.37725830078125, 35.71068572998047], [-80.45677185058594, 35.74579620361329], [-80.45064544677734, 35.76487731933595], [-80.47288513183594, 35.78611755371094], [-80.47942352294922, 35.83327865600586], [-80.45779418945312, 35.822475433349595], [-80.44650268554688, 35.830684661865234], [-80.4260711669922, 35.83030700683594], [-80.41480255126953, 35.84486389160155], [-80.3954849243164, 35.83948516845702], [-80.38643646240234, 35.845413208007805], [-80.38650512695312, 35.858570098876946], [-80.40593719482422, 35.884368896484375], [-80.36170959472656, 35.895851135253906], [-80.36306762695312, 35.94212341308594], [-80.38024139404297, 35.96792984008789], [-80.33028411865234, 35.98123550415039], [-80.33430480957031, 35.9925651550293], [-80.21206665039062, 35.99012374877929], [-80.20987701416016, 36.021427154541016], [-80.12114715576172, 36.02155303955078], [-80.03810119628906, 36.00618362426758], [-80.0426025390625, 35.91681289672851], [-80.06440734863281, 35.505699157714844]]], "type": "Polygon"}, "id": "41", "properties": {"AREA": 0.145, "BIR74": 5509.0, "BIR79": 7143.0, "CNTY_": 1951, "CNTY_ID": 1951, "CRESS_ID": 29, "FIPS": "37057", "FIPSNO": 37057, "NAME": "Davidson", "NWBIR74": 736.0, "NWBIR79": 941.0, "NWR74": 133.599564, "NWR79": 131.737365, "PERIMETER": 1.791, "SID74": 8.0, "SID79": 8.0, "SIDR74": 1.452169, "SIDR79": 1.119978, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.985595703125, 35.5532989501953, -81.37665557861328, 35.994651794433594], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.8656234741211, 35.71885299682617], [-81.985595703125, 35.79995346069335], [-81.97529602050781, 35.818279266357415], [-81.9329833984375, 35.82759857177734], [-81.90625762939453, 35.847995758056626], [-81.9062271118164, 35.89201354980468], [-81.94134521484375, 35.95497512817383], [-81.92214965820312, 35.98251342773438], [-81.90084838867188, 35.994651794433594], [-81.88081359863281, 35.9895248413086], [-81.85987091064455, 35.97034072875976], [-81.80278778076172, 35.960330963134766], [-81.77568817138672, 35.94394683837891], [-81.77347564697266, 35.92220306396484], [-81.74844360351562, 35.92075729370118], [-81.70182800292969, 35.86879730224609], [-81.59336853027344, 35.81312561035157], [-81.56025695800781, 35.77544784545898], [-81.45714569091797, 35.779933929443345], [-81.41757202148438, 35.75590515136719], [-81.37665557861328, 35.75003433227539], [-81.40572357177734, 35.69750976562499], [-81.49569702148438, 35.60654830932617], [-81.52364349365234, 35.56126022338867], [-81.56253814697266, 35.5553092956543], [-81.5881118774414, 35.56177520751953], [-81.64390563964845, 35.5532989501953], [-81.68431854248047, 35.56543731689454], [-81.69519805908203, 35.57163619995117], [-81.70082092285156, 35.595611572265625], [-81.7496109008789, 35.60171127319336], [-81.76560974121094, 35.584224700927734], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "42", "properties": {"AREA": 0.134, "BIR74": 3573.0, "BIR79": 4314.0, "CNTY_": 1958, "CNTY_ID": 1958, "CRESS_ID": 12, "FIPS": "37023", "FIPSNO": 37023, "NAME": "Burke", "NWBIR74": 326.0, "NWBIR79": 407.0, "NWR74": 91.239854, "NWR79": 94.343996, "PERIMETER": 1.755, "SID74": 5.0, "SID79": 15.0, "SIDR74": 1.399384, "SIDR79": 3.477051, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.83831024169922, 35.69911575317382, -76.35819244384766, 35.97746658325195], "geometry": {"coordinates": [[[-76.40843200683594, 35.69911575317382], [-76.63381958007812, 35.70300292968751], [-76.83831024169922, 35.70545578002929], [-76.82595825195312, 35.75688171386718], [-76.8052749633789, 35.790374755859375], [-76.80667877197266, 35.81084060668946], [-76.78306579589844, 35.859233856201165], [-76.76126098632812, 35.864543914794915], [-76.7417221069336, 35.883075714111335], [-76.72859954833984, 35.910858154296875], [-76.70832061767578, 35.91983413696289], [-76.69721984863281, 35.94154357910156], [-76.4094696044922, 35.97746658325195], [-76.3714828491211, 35.93234252929687], [-76.38356018066406, 35.900413513183594], [-76.35819244384766, 35.860591888427734], [-76.40869903564453, 35.78948211669921], [-76.40843200683594, 35.69911575317382]]], "type": "Polygon"}, "id": "43", "properties": {"AREA": 0.1, "BIR74": 990.0, "BIR79": 1141.0, "CNTY_": 1962, "CNTY_ID": 1962, "CRESS_ID": 94, "FIPS": "37187", "FIPSNO": 37187, "NAME": "Washington", "NWBIR74": 521.0, "NWBIR79": 651.0, "NWR74": 526.262626, "NWR79": 570.552147, "PERIMETER": 1.331, "SID74": 5.0, "SID79": 0.0, "SIDR74": 5.050505, "SIDR79": 0.0, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.40869903564453, 35.59466552734375, -76.02604675292969, 35.97687530517578], "geometry": {"coordinates": [[[-76.16730499267578, 35.696842193603516], [-76.21023559570312, 35.604389190673835], [-76.23279571533203, 35.59466552734375], [-76.2976303100586, 35.61169433593749], [-76.27344512939453, 35.689498901367195], [-76.40843200683594, 35.69911575317382], [-76.40869903564453, 35.78948211669921], [-76.35819244384766, 35.860591888427734], [-76.38356018066406, 35.900413513183594], [-76.3714828491211, 35.93234252929687], [-76.2137680053711, 35.97687530517578], [-76.08963775634766, 35.96291351318359], [-76.02604675292969, 35.92042541503906], [-76.07591247558594, 35.756801605224595], [-76.0430679321289, 35.6838493347168], [-76.16730499267578, 35.696842193603516]]], "type": "Polygon"}, "id": "44", "properties": {"AREA": 0.099, "BIR74": 248.0, "BIR79": 319.0, "CNTY_": 1963, "CNTY_ID": 1963, "CRESS_ID": 89, "FIPS": "37177", "FIPSNO": 37177, "NAME": "Tyrrell", "NWBIR74": 116.0, "NWBIR79": 141.0, "NWR74": 467.741935, "NWR79": 442.00627, "PERIMETER": 1.411, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-82.2906723022461, 35.51900482177735, -81.8162841796875, 35.95497512817383], "geometry": {"coordinates": [[[-81.8162841796875, 35.574378967285156], [-81.83189392089844, 35.56506347656249], [-81.84027099609375, 35.537242889404304], [-81.86215209960939, 35.53054809570312], [-81.96704864501953, 35.52158737182617], [-82.00160217285156, 35.545974731445305], [-82.03618621826172, 35.52858734130858], [-82.11675262451172, 35.51900482177735], [-82.17070770263672, 35.52846527099609], [-82.26800537109375, 35.56885910034179], [-82.2906723022461, 35.58930206298828], [-82.26534271240234, 35.61248779296876], [-82.28424072265625, 35.638904571533196], [-82.2891845703125, 35.67148971557617], [-82.27920532226562, 35.69755554199219], [-82.21178436279297, 35.71698760986328], [-82.16429138183594, 35.76052474975587], [-82.15459442138672, 35.79837036132813], [-82.11885070800781, 35.81853103637696], [-82.09799194335938, 35.84385681152344], [-82.03468322753906, 35.853580474853516], [-81.99089813232422, 35.87247467041016], [-81.98334503173828, 35.887577056884766], [-81.98836517333984, 35.905643463134766], [-81.947021484375, 35.9104118347168], [-81.94495391845703, 35.91861343383789], [-81.96139526367188, 35.9392204284668], [-81.94134521484375, 35.95497512817383], [-81.9062271118164, 35.89201354980468], [-81.90625762939453, 35.847995758056626], [-81.9329833984375, 35.82759857177734], [-81.97529602050781, 35.818279266357415], [-81.985595703125, 35.79995346069335], [-81.8656234741211, 35.71885299682617], [-81.8162841796875, 35.574378967285156]]], "type": "Polygon"}, "id": "45", "properties": {"AREA": 0.116, "BIR74": 1946.0, "BIR79": 2215.0, "CNTY_": 1964, "CNTY_ID": 1964, "CRESS_ID": 56, "FIPS": "37111", "FIPSNO": 37111, "NAME": "McDowell", "NWBIR74": 134.0, "NWBIR79": 128.0, "NWR74": 68.859198, "NWR79": 57.78781, "PERIMETER": 1.664, "SID74": 5.0, "SID79": 5.0, "SIDR74": 2.569373, "SIDR79": 2.257336, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.06440734863281, 35.505699157714844, -79.5378189086914, 35.91681289672851], "geometry": {"coordinates": [[[-79.7649917602539, 35.50593566894532], [-80.06440734863281, 35.505699157714844], [-80.0426025390625, 35.91681289672851], [-79.5378189086914, 35.890968322753906], [-79.54098510742188, 35.83699035644531], [-79.55535888671875, 35.5130500793457], [-79.7649917602539, 35.50593566894532]]], "type": "Polygon"}, "id": "46", "properties": {"AREA": 0.201, "BIR74": 4456.0, "BIR79": 5711.0, "CNTY_": 1968, "CNTY_ID": 1968, "CRESS_ID": 76, "FIPS": "37151", "FIPSNO": 37151, "NAME": "Randolph", "NWBIR74": 384.0, "NWBIR79": 483.0, "NWR74": 86.175943, "NWR79": 84.57363, "PERIMETER": 1.805, "SID74": 7.0, "SID79": 12.0, "SIDR74": 1.570916, "SIDR79": 2.101208, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.55535888671875, 35.5102424621582, -78.90571594238281, 35.86815261840819], "geometry": {"coordinates": [[[-79.55535888671875, 35.5130500793457], [-79.54098510742188, 35.83699035644531], [-79.23799133300781, 35.837245941162095], [-79.24619293212892, 35.86815261840819], [-79.09536743164062, 35.85394287109375], [-79.0181350708008, 35.85786437988281], [-78.90571594238281, 35.86051559448241], [-78.9444351196289, 35.77011489868164], [-78.9388885498047, 35.76144409179687], [-78.99880981445312, 35.60132217407225], [-78.92107391357422, 35.57885742187499], [-78.9744873046875, 35.51715469360351], [-79.03849792480469, 35.54946136474609], [-79.06729125976562, 35.59870529174805], [-79.13260650634766, 35.62461471557617], [-79.19424438476562, 35.575130462646484], [-79.20973205566406, 35.55345153808594], [-79.22050476074219, 35.55080032348633], [-79.22713470458984, 35.565364837646484], [-79.27609252929688, 35.53027725219726], [-79.2861328125, 35.54440689086914], [-79.30536651611328, 35.542705535888665], [-79.31501007080078, 35.53913116455078], [-79.31285858154297, 35.5268669128418], [-79.33155059814455, 35.521980285644524], [-79.34294891357422, 35.5102424621582], [-79.55535888671875, 35.5130500793457]]], "type": "Polygon"}, "id": "47", "properties": {"AREA": 0.18, "BIR74": 1646.0, "BIR79": 2398.0, "CNTY_": 1973, "CNTY_ID": 1973, "CRESS_ID": 19, "FIPS": "37037", "FIPSNO": 37037, "NAME": "Chatham", "NWBIR74": 591.0, "NWBIR79": 687.0, "NWR74": 359.052248, "NWR79": 286.488741, "PERIMETER": 2.142, "SID74": 2.0, "SID79": 3.0, "SIDR74": 1.215067, "SIDR79": 1.251043, "__folium_color": "#a0da39", "cardinalities": 8}, "type": "Feature"}, {"bbox": [-78.18692779541016, 35.574256896972656, -77.67121887207031, 35.85449600219727], "geometry": {"coordinates": [[[-78.0653305053711, 35.58203887939453], [-78.1249008178711, 35.59751892089843], [-78.16244506835938, 35.6829833984375], [-78.16180419921875, 35.70929336547852], [-78.18692779541016, 35.725112915039055], [-77.873046875, 35.84470748901367], [-77.84492492675781, 35.83557510375976], [-77.83014678955078, 35.85449600219727], [-77.76713562011719, 35.83686447143555], [-77.7550048828125, 35.82483673095703], [-77.75749206542969, 35.79810333251953], [-77.73314666748048, 35.73954772949217], [-77.67121887207031, 35.670265197753906], [-77.69832611083984, 35.65399932861328], [-77.8262939453125, 35.574256896972656], [-77.82717895507812, 35.58290100097656], [-78.00213623046875, 35.575996398925774], [-78.06048583984375, 35.594669342041016], [-78.0653305053711, 35.58203887939453]]], "type": "Polygon"}, "id": "48", "properties": {"AREA": 0.094, "BIR74": 3702.0, "BIR79": 4706.0, "CNTY_": 1979, "CNTY_ID": 1979, "CRESS_ID": 98, "FIPS": "37195", "FIPSNO": 37195, "NAME": "Wilson", "NWBIR74": 1827.0, "NWBIR79": 2330.0, "NWR74": 493.517018, "NWR79": 495.112622, "PERIMETER": 1.307, "SID74": 11.0, "SID79": 13.0, "SIDR74": 2.971367, "SIDR79": 2.762431, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.76612091064453, 35.49489974975585, -80.1819076538086, 35.85165786743164], "geometry": {"coordinates": [[[-80.2982406616211, 35.49489974975585], [-80.72651672363281, 35.50756835937499], [-80.76612091064453, 35.682037353515625], [-80.70597076416016, 35.85165786743164], [-80.63494110107422, 35.840259552001946], [-80.60755920410156, 35.82225799560546], [-80.57232666015625, 35.813812255859375], [-80.52672576904297, 35.78180694580078], [-80.48869323730469, 35.775615692138665], [-80.45677185058594, 35.74579620361329], [-80.37725830078125, 35.71068572998047], [-80.32628631591797, 35.714012145996094], [-80.32559204101562, 35.68315505981445], [-80.28578186035158, 35.6369743347168], [-80.251220703125, 35.62480163574219], [-80.20921325683594, 35.574512481689446], [-80.1819076538086, 35.505119323730455], [-80.2982406616211, 35.49489974975585]]], "type": "Polygon"}, "id": "49", "properties": {"AREA": 0.134, "BIR74": 4606.0, "BIR79": 6427.0, "CNTY_": 1980, "CNTY_ID": 1980, "CRESS_ID": 80, "FIPS": "37159", "FIPSNO": 37159, "NAME": "Rowan", "NWBIR74": 1057.0, "NWBIR79": 1504.0, "NWR74": 229.483283, "NWR79": 234.012759, "PERIMETER": 1.59, "SID74": 3.0, "SID79": 8.0, "SIDR74": 0.651324, "SIDR79": 1.244749, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.69832611083984, 35.32355499267578, -77.10376739501953, 35.82841873168945], "geometry": {"coordinates": [[[-77.47388458251953, 35.42152786254882], [-77.50456237792969, 35.48483276367187], [-77.50393676757812, 35.50389099121094], [-77.52104949951172, 35.51650619506837], [-77.52342987060547, 35.53017807006836], [-77.54957580566406, 35.52572631835937], [-77.56464385986328, 35.531940460205085], [-77.6341323852539, 35.58782577514648], [-77.69832611083984, 35.65399932861328], [-77.67121887207031, 35.670265197753906], [-77.5055160522461, 35.766754150390625], [-77.47323608398438, 35.799659729003906], [-77.4547119140625, 35.79381561279296], [-77.42699432373047, 35.808197021484375], [-77.4185791015625, 35.822086334228516], [-77.40569305419922, 35.817264556884766], [-77.39680480957031, 35.82841873168945], [-77.35810089111328, 35.815311431884766], [-77.2645034790039, 35.78277969360351], [-77.26081848144531, 35.75909042358398], [-77.2076644897461, 35.755126953125], [-77.17845916748047, 35.73219299316406], [-77.17742156982422, 35.714462280273445], [-77.1922378540039, 35.712093353271484], [-77.19551849365234, 35.699913024902344], [-77.1754379272461, 35.67628479003907], [-77.18721008300781, 35.664306640625], [-77.1746826171875, 35.63541030883788], [-77.15205383300781, 35.619884490966804], [-77.14834594726562, 35.59800338745117], [-77.11939239501953, 35.58549880981446], [-77.10376739501953, 35.55018615722657], [-77.14739990234375, 35.547588348388665], [-77.17221069335938, 35.519123077392585], [-77.19496154785156, 35.42295455932617], [-77.2112045288086, 35.3956413269043], [-77.24054718017578, 35.37998580932617], [-77.24430084228516, 35.354190826416016], [-77.26419067382812, 35.350112915039055], [-77.2938003540039, 35.37395095825196], [-77.35421752929688, 35.32355499267578], [-77.38616180419922, 35.32926177978516], [-77.4014892578125, 35.34276962280273], [-77.4439468383789, 35.35459518432617], [-77.47388458251953, 35.42152786254882]]], "type": "Polygon"}, "id": "50", "properties": {"AREA": 0.168, "BIR74": 5094.0, "BIR79": 6635.0, "CNTY_": 1984, "CNTY_ID": 1984, "CRESS_ID": 74, "FIPS": "37147", "FIPSNO": 37147, "NAME": "Pitt", "NWBIR74": 2620.0, "NWBIR79": 3059.0, "NWR74": 514.330585, "NWR79": 461.03994, "PERIMETER": 1.791, "SID74": 14.0, "SID79": 11.0, "SIDR74": 2.748331, "SIDR79": 1.657875, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.543563842773445, -80.9312744140625, 35.82331848144531], "geometry": {"coordinates": [[[-80.96143341064455, 35.543563842773445], [-81.52364349365234, 35.56126022338867], [-81.49569702148438, 35.60654830932617], [-81.40572357177734, 35.69750976562499], [-81.37665557861328, 35.75003433227539], [-81.32813262939453, 35.795059204101555], [-81.14140319824219, 35.82331848144531], [-81.12728118896484, 35.78896713256835], [-81.10888671875, 35.77190017700196], [-81.07220458984375, 35.743648529052734], [-81.05477905273438, 35.71340179443359], [-81.00357818603516, 35.69705581665038], [-80.9312744140625, 35.619590759277344], [-80.96143341064455, 35.543563842773445]]], "type": "Polygon"}, "id": "51", "properties": {"AREA": 0.106, "BIR74": 5754.0, "BIR79": 6883.0, "CNTY_": 1986, "CNTY_ID": 1986, "CRESS_ID": 18, "FIPS": "37035", "FIPSNO": 37035, "NAME": "Catawba", "NWBIR74": 790.0, "NWBIR79": 914.0, "NWR74": 137.295794, "NWR79": 132.790934, "PERIMETER": 1.444, "SID74": 5.0, "SID79": 21.0, "SIDR74": 0.868961, "SIDR79": 3.050995, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.88111114501953, 35.41803359985351, -82.17070770263672, 35.816402435302734], "geometry": {"coordinates": [[[-82.25810241699219, 35.46372985839844], [-82.3228759765625, 35.49515914916991], [-82.37096405029297, 35.4787712097168], [-82.36483764648438, 35.46345901489258], [-82.37368774414062, 35.45737838745117], [-82.40906524658203, 35.46892166137695], [-82.47492218017578, 35.44440460205078], [-82.51951599121094, 35.44391632080078], [-82.52690124511719, 35.428321838378906], [-82.55113220214844, 35.42689514160156], [-82.56393432617188, 35.438423156738274], [-82.61868286132812, 35.43767547607421], [-82.66898345947266, 35.45516586303711], [-82.7141571044922, 35.43915176391602], [-82.74388885498047, 35.41803359985351], [-82.7808837890625, 35.44168853759765], [-82.79472351074219, 35.464969635009766], [-82.7706298828125, 35.53273391723633], [-82.77203369140625, 35.571292877197266], [-82.81333923339844, 35.61753463745117], [-82.82310485839844, 35.62138748168945], [-82.84486389160156, 35.61314773559569], [-82.86552429199219, 35.63580322265625], [-82.88111114501953, 35.6735610961914], [-82.84326934814453, 35.69172668457032], [-82.80562591552734, 35.68490600585937], [-82.76630401611328, 35.694000244140625], [-82.50054931640625, 35.79612731933594], [-82.40581512451172, 35.81397247314453], [-82.37525177001953, 35.816402435302734], [-82.34539794921875, 35.80519485473633], [-82.34185028076173, 35.76350784301758], [-82.32184600830078, 35.73984909057618], [-82.28157806396484, 35.7202033996582], [-82.27920532226562, 35.69755554199219], [-82.2891845703125, 35.67148971557617], [-82.28424072265625, 35.638904571533196], [-82.26534271240234, 35.61248779296876], [-82.2906723022461, 35.58930206298828], [-82.26800537109375, 35.56885910034179], [-82.17070770263672, 35.52846527099609], [-82.22290802001953, 35.51569366455078], [-82.22760009765625, 35.4829216003418], [-82.24015808105469, 35.468154907226555], [-82.25810241699219, 35.46372985839844]]], "type": "Polygon"}, "id": "52", "properties": {"AREA": 0.168, "BIR74": 7515.0, "BIR79": 9956.0, "CNTY_": 1988, "CNTY_ID": 1988, "CRESS_ID": 11, "FIPS": "37021", "FIPSNO": 37021, "NAME": "Buncombe", "NWBIR74": 930.0, "NWBIR79": 1206.0, "NWR74": 123.752495, "NWR79": 121.132985, "PERIMETER": 1.995, "SID74": 9.0, "SID79": 18.0, "SIDR74": 1.197605, "SIDR79": 1.807955, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-78.70896911621094, 35.24907684326172, -78.0653305053711, 35.81552505493163], "geometry": {"coordinates": [[[-78.53874206542969, 35.31511688232422], [-78.53946685791016, 35.336463928222656], [-78.60082244873047, 35.40303039550781], [-78.62317657470703, 35.44641494750976], [-78.6887435913086, 35.507526397705085], [-78.70896911621094, 35.51410293579101], [-78.70321655273438, 35.51993942260741], [-78.4776382446289, 35.69561386108399], [-78.25454711914062, 35.81552505493163], [-78.23404693603516, 35.745792388916016], [-78.2115478515625, 35.73819351196289], [-78.20561981201172, 35.72539520263671], [-78.18692779541016, 35.725112915039055], [-78.16180419921875, 35.70929336547852], [-78.16244506835938, 35.6829833984375], [-78.1249008178711, 35.59751892089843], [-78.0653305053711, 35.58203887939453], [-78.1459732055664, 35.42899322509765], [-78.15689086914062, 35.35063171386719], [-78.17745971679688, 35.33959960937501], [-78.20903778076172, 35.3391761779785], [-78.23722839355469, 35.314632415771484], [-78.2681655883789, 35.317359924316406], [-78.31012725830078, 35.2802848815918], [-78.41667938232422, 35.24907684326172], [-78.49362182617188, 35.259620666503906], [-78.53874206542969, 35.31511688232422]]], "type": "Polygon"}, "id": "53", "properties": {"AREA": 0.207, "BIR74": 3999.0, "BIR79": 4780.0, "CNTY_": 1989, "CNTY_ID": 1989, "CRESS_ID": 51, "FIPS": "37101", "FIPSNO": 37101, "NAME": "Johnston", "NWBIR74": 1165.0, "NWBIR79": 1349.0, "NWR74": 291.322831, "NWR79": 282.217573, "PERIMETER": 1.851, "SID74": 6.0, "SID79": 13.0, "SIDR74": 1.500375, "SIDR79": 2.719665, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-83.25912475585938, 35.290767669677734, -82.74388885498047, 35.79185104370117], "geometry": {"coordinates": [[[-82.74388885498047, 35.41803359985351], [-82.83323669433594, 35.315570831298814], [-82.91911315917969, 35.290767669677734], [-82.95362091064453, 35.308528900146484], [-82.98535919189453, 35.3563232421875], [-83.0385971069336, 35.38993072509765], [-83.0460433959961, 35.4069938659668], [-83.08771514892578, 35.44632720947266], [-83.12823486328125, 35.456615447998054], [-83.14237213134766, 35.48439407348633], [-83.18139648437501, 35.51240921020508], [-83.15702056884766, 35.55166244506836], [-83.18037414550781, 35.58282089233399], [-83.1781005859375, 35.623291015625], [-83.19512939453125, 35.6378173828125], [-83.18429565429688, 35.66307830810547], [-83.21525573730469, 35.68539810180664], [-83.25912475585938, 35.691009521484375], [-83.25330352783203, 35.7007064819336], [-83.24385070800781, 35.718215942382805], [-83.18534851074219, 35.728885650634766], [-83.14366149902344, 35.762683868408196], [-83.1181869506836, 35.763809204101555], [-83.0599594116211, 35.782577514648445], [-82.98700714111328, 35.773990631103516], [-82.96275329589844, 35.79185104370117], [-82.94304656982422, 35.76646423339843], [-82.95218658447266, 35.73899841308594], [-82.90753936767578, 35.727848052978516], [-82.88111114501953, 35.6735610961914], [-82.86552429199219, 35.63580322265625], [-82.84486389160156, 35.61314773559569], [-82.82310485839844, 35.62138748168945], [-82.81333923339844, 35.61753463745117], [-82.77203369140625, 35.571292877197266], [-82.7706298828125, 35.53273391723633], [-82.79472351074219, 35.464969635009766], [-82.7808837890625, 35.44168853759765], [-82.74388885498047, 35.41803359985351]]], "type": "Polygon"}, "id": "54", "properties": {"AREA": 0.144, "BIR74": 2110.0, "BIR79": 2463.0, "CNTY_": 1996, "CNTY_ID": 1996, "CRESS_ID": 44, "FIPS": "37087", "FIPSNO": 37087, "NAME": "Haywood", "NWBIR74": 57.0, "NWBIR79": 62.0, "NWR74": 27.014218, "NWR79": 25.172554, "PERIMETER": 1.69, "SID74": 2.0, "SID79": 8.0, "SIDR74": 0.947867, "SIDR79": 3.248071, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-76.02120971679688, 35.189826965332024, -75.45697784423828, 36.22925567626953], "geometry": {"coordinates": [[[[-75.78317260742188, 36.225193023681626], [-75.77315521240234, 36.22925567626953], [-75.54496765136719, 35.788360595703125], [-75.7027359008789, 36.049861907958984], [-75.7408676147461, 36.050323486328125], [-75.78317260742188, 36.225193023681626]]], [[[-75.89149475097656, 35.63126754760743], [-75.90802764892578, 35.6656379699707], [-76.02120971679688, 35.66909408569335], [-75.98785400390625, 35.89270782470703], [-75.81805419921875, 35.92351913452148], [-75.74896240234375, 35.86933898925781], [-75.7293701171875, 35.66517257690429], [-75.779052734375, 35.57868576049804], [-75.89149475097656, 35.63126754760743]]], [[[-75.49121856689453, 35.6704978942871], [-75.53362274169922, 35.76885604858398], [-75.45697784423828, 35.6173973083496], [-75.52629852294922, 35.227916717529304], [-75.7492904663086, 35.189826965332024], [-75.69156646728516, 35.23498916625976], [-75.521484375, 35.28135681152344], [-75.47541809082031, 35.56449508666993], [-75.49121856689453, 35.6704978942871]]]], "type": "MultiPolygon"}, "id": "55", "properties": {"AREA": 0.094, "BIR74": 521.0, "BIR79": 1059.0, "CNTY_": 2000, "CNTY_ID": 2000, "CRESS_ID": 28, "FIPS": "37055", "FIPSNO": 37055, "NAME": "Dare", "NWBIR74": 43.0, "NWBIR79": 73.0, "NWR74": 82.533589, "NWR79": 68.932956, "PERIMETER": 3.64, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 0.944287, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.19551849365234, 35.217166900634766, -76.49253845214844, 35.736778259277344], "geometry": {"coordinates": [[[[-77.10376739501953, 35.55018615722657], [-77.11939239501953, 35.58549880981446], [-77.14834594726562, 35.59800338745117], [-77.15205383300781, 35.619884490966804], [-77.1746826171875, 35.63541030883788], [-77.18721008300781, 35.664306640625], [-77.1754379272461, 35.67628479003907], [-77.19551849365234, 35.699913024902344], [-77.1922378540039, 35.712093353271484], [-77.17742156982422, 35.714462280273445], [-77.17845916748047, 35.73219299316406], [-77.16128540039062, 35.736778259277344], [-76.97991180419922, 35.65012741088867], [-76.83831024169922, 35.70545578002929], [-76.63381958007812, 35.70300292968751], [-76.60891723632812, 35.664154052734375], [-76.60794830322266, 35.63506698608398], [-76.58587646484375, 35.60945510864258], [-76.53959655761719, 35.59403610229492], [-76.5189437866211, 35.57764434814453], [-76.49253845214844, 35.541786193847656], [-76.63819885253906, 35.520336151123054], [-76.62876892089844, 35.43789672851562], [-76.70537567138672, 35.411933898925774], [-77.10376739501953, 35.55018615722657]]], [[[-76.61451721191406, 35.272918701171875], [-76.64021301269531, 35.237247467041016], [-76.85057067871094, 35.217166900634766], [-76.8976058959961, 35.25157165527344], [-77.19496154785156, 35.42295455932617], [-77.17221069335938, 35.519123077392585], [-77.14739990234375, 35.547588348388665], [-77.10376739501953, 35.55018615722657], [-76.98318481445312, 35.436500549316406], [-76.69490051269531, 35.350425720214844], [-76.61451721191406, 35.272918701171875]]]], "type": "MultiPolygon"}, "id": "56", "properties": {"AREA": 0.203, "BIR74": 2692.0, "BIR79": 2909.0, "CNTY_": 2004, "CNTY_ID": 2004, "CRESS_ID": 7, "FIPS": "37013", "FIPSNO": 37013, "NAME": "Beaufort", "NWBIR74": 1131.0, "NWBIR79": 1163.0, "NWR74": 420.13373, "NWR79": 399.793744, "PERIMETER": 3.197, "SID74": 7.0, "SID79": 4.0, "SIDR74": 2.600297, "SIDR79": 1.375043, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.95470428466797, 35.27222061157226, -83.15702056884766, 35.691009521484375], "geometry": {"coordinates": [[[-83.33181762695312, 35.319343566894524], [-83.4246826171875, 35.31531906127929], [-83.47322845458984, 35.29164505004883], [-83.67919158935547, 35.27222061157226], [-83.6900863647461, 35.28778076171874], [-83.68938446044922, 35.30824279785156], [-83.63421630859375, 35.334033966064446], [-83.59888458251953, 35.36236572265625], [-83.58038330078126, 35.40108489990235], [-83.58671569824219, 35.42768859863282], [-83.63232421875, 35.43674087524414], [-83.65361022949219, 35.42109680175781], [-83.74495697021484, 35.441402435302734], [-83.85498809814453, 35.45012664794922], [-83.87989044189453, 35.46202850341796], [-83.93007659912111, 35.44901657104492], [-83.95470428466797, 35.45545959472656], [-83.9100112915039, 35.476478576660156], [-83.8812255859375, 35.5105857849121], [-83.8302001953125, 35.51906204223633], [-83.77587890625, 35.55260467529297], [-83.6728744506836, 35.56497192382813], [-83.61386108398438, 35.57173919677735], [-83.56103515625, 35.55517578125], [-83.50579833984375, 35.55955123901367], [-83.45829010009766, 35.597278594970696], [-83.38709259033203, 35.62521743774414], [-83.34302520751953, 35.65325927734374], [-83.29841613769531, 35.65632629394531], [-83.25912475585938, 35.691009521484375], [-83.21525573730469, 35.68539810180664], [-83.18429565429688, 35.66307830810547], [-83.19512939453125, 35.6378173828125], [-83.1781005859375, 35.623291015625], [-83.18037414550781, 35.58282089233399], [-83.15702056884766, 35.55166244506836], [-83.18139648437501, 35.51240921020508], [-83.2266616821289, 35.51345443725586], [-83.24730682373047, 35.506988525390625], [-83.30986022949219, 35.46347427368164], [-83.35302734375, 35.45589828491211], [-83.36471557617188, 35.413330078125], [-83.3298110961914, 35.36391067504883], [-83.33181762695312, 35.319343566894524]]], "type": "Polygon"}, "id": "57", "properties": {"AREA": 0.141, "BIR74": 675.0, "BIR79": 883.0, "CNTY_": 2013, "CNTY_ID": 2013, "CRESS_ID": 87, "FIPS": "37173", "FIPSNO": 37173, "NAME": "Swain", "NWBIR74": 281.0, "NWBIR79": 406.0, "NWR74": 416.296296, "NWR79": 459.796149, "PERIMETER": 2.316, "SID74": 3.0, "SID79": 2.0, "SIDR74": 4.444444, "SIDR79": 2.265006, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.83058166503906, 35.33967208862305, -77.47388458251953, 35.65399932861328], "geometry": {"coordinates": [[[-77.80518341064453, 35.36458969116211], [-77.80410766601562, 35.40179824829101], [-77.83058166503906, 35.42362594604492], [-77.8262939453125, 35.574256896972656], [-77.69832611083984, 35.65399932861328], [-77.6341323852539, 35.58782577514648], [-77.56464385986328, 35.531940460205085], [-77.54957580566406, 35.52572631835937], [-77.52342987060547, 35.53017807006836], [-77.52104949951172, 35.51650619506837], [-77.50393676757812, 35.50389099121094], [-77.50456237792969, 35.48483276367187], [-77.47388458251953, 35.42152786254882], [-77.4946746826172, 35.40744400024413], [-77.53497314453125, 35.417823791503906], [-77.53717803955078, 35.401981353759766], [-77.55872344970703, 35.38108825683594], [-77.6218032836914, 35.36648559570312], [-77.66605377197266, 35.33967208862305], [-77.6844711303711, 35.34593963623048], [-77.69841766357423, 35.36981964111328], [-77.76069641113281, 35.3619384765625], [-77.80518341064453, 35.36458969116211]]], "type": "Polygon"}, "id": "58", "properties": {"AREA": 0.07, "BIR74": 870.0, "BIR79": 1178.0, "CNTY_": 2016, "CNTY_ID": 2016, "CRESS_ID": 40, "FIPS": "37079", "FIPSNO": 37079, "NAME": "Greene", "NWBIR74": 534.0, "NWBIR79": 664.0, "NWR74": 613.793103, "NWR79": 563.667233, "PERIMETER": 1.105, "SID74": 4.0, "SID79": 4.0, "SIDR74": 4.597701, "SIDR79": 3.395586, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.36248779296875, 35.30453872680664, -78.9744873046875, 35.62461471557617], "geometry": {"coordinates": [[[-79.18244171142578, 35.30453872680664], [-79.26432037353516, 35.34457015991212], [-79.28472900390626, 35.39280700683594], [-79.3031997680664, 35.408805847167976], [-79.3245849609375, 35.41482925415039], [-79.33109283447266, 35.44482040405272], [-79.36248779296875, 35.470413208007805], [-79.34367370605469, 35.491641998291016], [-79.34294891357422, 35.5102424621582], [-79.33155059814455, 35.521980285644524], [-79.31285858154297, 35.5268669128418], [-79.31501007080078, 35.53913116455078], [-79.30536651611328, 35.542705535888665], [-79.2861328125, 35.54440689086914], [-79.27609252929688, 35.53027725219726], [-79.22713470458984, 35.565364837646484], [-79.22050476074219, 35.55080032348633], [-79.20973205566406, 35.55345153808594], [-79.19424438476562, 35.575130462646484], [-79.13260650634766, 35.62461471557617], [-79.06729125976562, 35.59870529174805], [-79.03849792480469, 35.54946136474609], [-78.9744873046875, 35.51715469360351], [-79.18244171142578, 35.30453872680664]]], "type": "Polygon"}, "id": "59", "properties": {"AREA": 0.065, "BIR74": 2252.0, "BIR79": 2949.0, "CNTY_": 2026, "CNTY_ID": 2026, "CRESS_ID": 53, "FIPS": "37105", "FIPSNO": 37105, "NAME": "Lee", "NWBIR74": 736.0, "NWBIR79": 905.0, "NWR74": 326.820604, "NWR79": 306.883689, "PERIMETER": 1.093, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.220249, "SIDR79": 2.034588, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-82.27872467041016, 35.182472229003906, -81.68431854248047, 35.60171127319336], "geometry": {"coordinates": [[[-81.97144317626953, 35.188282012939446], [-81.96451568603516, 35.2474250793457], [-82.05158233642578, 35.32312774658203], [-82.08415222167969, 35.33935546874999], [-82.1221694946289, 35.38861846923828], [-82.1551284790039, 35.39710235595703], [-82.25827789306642, 35.39335632324217], [-82.27872467041016, 35.43564224243163], [-82.2746810913086, 35.45160675048828], [-82.25810241699219, 35.46372985839844], [-82.24015808105469, 35.468154907226555], [-82.22760009765625, 35.4829216003418], [-82.22290802001953, 35.51569366455078], [-82.17070770263672, 35.52846527099609], [-82.11675262451172, 35.51900482177735], [-82.03618621826172, 35.52858734130858], [-82.00160217285156, 35.545974731445305], [-81.96704864501953, 35.52158737182617], [-81.86215209960939, 35.53054809570312], [-81.84027099609375, 35.537242889404304], [-81.83189392089844, 35.56506347656249], [-81.8162841796875, 35.574378967285156], [-81.76560974121094, 35.584224700927734], [-81.7496109008789, 35.60171127319336], [-81.70082092285156, 35.595611572265625], [-81.69519805908203, 35.57163619995117], [-81.68431854248047, 35.56543731689454], [-81.69768524169922, 35.35326385498047], [-81.73716735839844, 35.25417327880859], [-81.75949096679688, 35.220699310302734], [-81.7653579711914, 35.182472229003906], [-81.87059020996094, 35.18311691284181], [-81.97144317626953, 35.188282012939446]]], "type": "Polygon"}, "id": "60", "properties": {"AREA": 0.146, "BIR74": 2992.0, "BIR79": 3543.0, "CNTY_": 2027, "CNTY_ID": 2027, "CRESS_ID": 81, "FIPS": "37161", "FIPSNO": 37161, "NAME": "Rutherford", "NWBIR74": 495.0, "NWBIR79": 576.0, "NWR74": 165.441176, "NWR79": 162.57409, "PERIMETER": 1.778, "SID74": 12.0, "SID79": 8.0, "SIDR74": 4.010695, "SIDR79": 2.257973, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-78.31012725830078, 35.14418029785156, -77.80410766601562, 35.594669342041016], "geometry": {"coordinates": [[[-78.16319274902344, 35.18228912353516], [-78.16517639160156, 35.193218231201165], [-78.25740051269531, 35.220951080322266], [-78.31012725830078, 35.2802848815918], [-78.2681655883789, 35.317359924316406], [-78.23722839355469, 35.314632415771484], [-78.20903778076172, 35.3391761779785], [-78.17745971679688, 35.33959960937501], [-78.15689086914062, 35.35063171386719], [-78.1459732055664, 35.42899322509765], [-78.0653305053711, 35.58203887939453], [-78.06048583984375, 35.594669342041016], [-78.00213623046875, 35.575996398925774], [-77.82717895507812, 35.58290100097656], [-77.8262939453125, 35.574256896972656], [-77.83058166503906, 35.42362594604492], [-77.80410766601562, 35.40179824829101], [-77.80518341064453, 35.36458969116211], [-77.83006286621094, 35.34235000610351], [-77.83657836914064, 35.171741485595696], [-77.8876724243164, 35.15496444702148], [-77.89415740966798, 35.14418029785156], [-77.91397857666016, 35.15997314453125], [-77.94469451904297, 35.16823196411133], [-77.96392822265625, 35.16402435302734], [-78.00215911865234, 35.186477661132805], [-78.03650665283203, 35.18569183349609], [-78.08753204345703, 35.17018508911133], [-78.16319274902344, 35.18228912353516]]], "type": "Polygon"}, "id": "61", "properties": {"AREA": 0.142, "BIR74": 6638.0, "BIR79": 8227.0, "CNTY_": 2029, "CNTY_ID": 2029, "CRESS_ID": 96, "FIPS": "37191", "FIPSNO": 37191, "NAME": "Wayne", "NWBIR74": 2593.0, "NWBIR79": 3073.0, "NWR74": 390.629708, "NWR79": 373.526194, "PERIMETER": 1.655, "SID74": 18.0, "SID79": 23.0, "SIDR74": 2.71166, "SIDR79": 2.795673, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.2166519165039, 35.189964294433594, -78.53874206542969, 35.57885742187499], "geometry": {"coordinates": [[[-78.61273956298828, 35.243831634521484], [-78.716064453125, 35.259979248046875], [-78.81238555908203, 35.25872039794921], [-78.87457275390625, 35.24253463745117], [-78.88601684570312, 35.229934692382805], [-78.91258239746094, 35.22246551513671], [-79.09589385986328, 35.189964294433594], [-79.14683532714844, 35.21304321289062], [-79.16909790039064, 35.23590087890626], [-79.2166519165039, 35.26527786254882], [-79.18244171142578, 35.30453872680664], [-78.9744873046875, 35.51715469360351], [-78.92107391357422, 35.57885742187499], [-78.70321655273438, 35.51993942260741], [-78.70896911621094, 35.51410293579101], [-78.6887435913086, 35.507526397705085], [-78.62317657470703, 35.44641494750976], [-78.60082244873047, 35.40303039550781], [-78.53946685791016, 35.336463928222656], [-78.53874206542969, 35.31511688232422], [-78.58041381835938, 35.286575317382805], [-78.61273956298828, 35.243831634521484]]], "type": "Polygon"}, "id": "62", "properties": {"AREA": 0.154, "BIR74": 3776.0, "BIR79": 4789.0, "CNTY_": 2030, "CNTY_ID": 2030, "CRESS_ID": 43, "FIPS": "37085", "FIPSNO": 37085, "NAME": "Harnett", "NWBIR74": 1051.0, "NWBIR79": 1453.0, "NWR74": 278.336864, "NWR79": 303.403633, "PERIMETER": 1.68, "SID74": 6.0, "SID79": 10.0, "SIDR74": 1.588983, "SIDR79": 2.088119, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-81.7653579711914, 35.16285324096679, -81.3114242553711, 35.56543731689454], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.36217498779297, 35.16285324096679], [-81.7653579711914, 35.182472229003906], [-81.75949096679688, 35.220699310302734], [-81.73716735839844, 35.25417327880859], [-81.69768524169922, 35.35326385498047], [-81.68431854248047, 35.56543731689454], [-81.64390563964845, 35.5532989501953], [-81.5881118774414, 35.56177520751953], [-81.56253814697266, 35.5553092956543], [-81.52364349365234, 35.56126022338867], [-81.5069580078125, 35.54649734497071], [-81.5155029296875, 35.52142333984376], [-81.44507598876953, 35.413368225097656], [-81.40741729736328, 35.359806060791016], [-81.35326385498047, 35.32730102539063], [-81.36479949951172, 35.31037139892578], [-81.35234832763672, 35.275104522705064], [-81.31942749023438, 35.260498046875], [-81.3114242553711, 35.187950134277344], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "63", "properties": {"AREA": 0.118, "BIR74": 4866.0, "BIR79": 5526.0, "CNTY_": 2032, "CNTY_ID": 2032, "CRESS_ID": 23, "FIPS": "37045", "FIPSNO": 37045, "NAME": "Cleveland", "NWBIR74": 1491.0, "NWBIR79": 1729.0, "NWR74": 306.411837, "NWR79": 312.884546, "PERIMETER": 1.506, "SID74": 10.0, "SID79": 21.0, "SIDR74": 2.055076, "SIDR79": 3.800217, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-81.52364349365234, 35.39745330810547, -80.94219970703125, 35.56126022338867], "geometry": {"coordinates": [[[-80.95677185058594, 35.39745330810547], [-81.44507598876953, 35.413368225097656], [-81.5155029296875, 35.52142333984376], [-81.5069580078125, 35.54649734497071], [-81.52364349365234, 35.56126022338867], [-80.96143341064455, 35.543563842773445], [-80.9510726928711, 35.52866744995117], [-80.9553451538086, 35.50912094116211], [-80.94219970703125, 35.451129913330085], [-80.95386505126953, 35.436058044433594], [-80.95677185058594, 35.39745330810547]]], "type": "Polygon"}, "id": "64", "properties": {"AREA": 0.078, "BIR74": 2216.0, "BIR79": 2817.0, "CNTY_": 2034, "CNTY_ID": 2034, "CRESS_ID": 55, "FIPS": "37109", "FIPSNO": 37109, "NAME": "Lincoln", "NWBIR74": 302.0, "NWBIR79": 350.0, "NWR74": 136.281588, "NWR79": 124.245651, "PERIMETER": 1.384, "SID74": 8.0, "SID79": 7.0, "SIDR74": 3.610108, "SIDR79": 2.484913, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.36471557617188, 35.00027847290038, -82.91911315917969, 35.51345443725586], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.1614990234375, 35.05922317504883], [-83.14505767822266, 35.08328628540038], [-83.14820098876953, 35.091381072998054], [-83.1771469116211, 35.11149597167969], [-83.1934814453125, 35.13921737670899], [-83.21793365478516, 35.15899276733398], [-83.22003936767578, 35.222526550292976], [-83.23278045654297, 35.23080825805664], [-83.2639389038086, 35.22177124023437], [-83.28498077392578, 35.22663497924805], [-83.31063842773438, 35.259986877441406], [-83.33181762695312, 35.319343566894524], [-83.3298110961914, 35.36391067504883], [-83.36471557617188, 35.413330078125], [-83.35302734375, 35.45589828491211], [-83.30986022949219, 35.46347427368164], [-83.24730682373047, 35.506988525390625], [-83.2266616821289, 35.51345443725586], [-83.18139648437501, 35.51240921020508], [-83.14237213134766, 35.48439407348633], [-83.12823486328125, 35.456615447998054], [-83.08771514892578, 35.44632720947266], [-83.0460433959961, 35.4069938659668], [-83.0385971069336, 35.38993072509765], [-82.98535919189453, 35.3563232421875], [-82.95362091064453, 35.308528900146484], [-82.91911315917969, 35.290767669677734], [-82.9268569946289, 35.22790527343751], [-82.97871398925781, 35.18572998046875], [-82.99058532714844, 35.15817642211913], [-82.9820785522461, 35.12750625610351], [-83.05208587646484, 35.06347656249999], [-83.04385375976562, 35.04006958007812], [-83.00727844238281, 35.02420425415039], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "65", "properties": {"AREA": 0.125, "BIR74": 1143.0, "BIR79": 1504.0, "CNTY_": 2039, "CNTY_ID": 2039, "CRESS_ID": 50, "FIPS": "37099", "FIPSNO": 37099, "NAME": "Jackson", "NWBIR74": 215.0, "NWBIR79": 307.0, "NWR74": 188.101487, "NWR79": 204.12234, "PERIMETER": 1.601, "SID74": 2.0, "SID79": 5.0, "SIDR74": 1.749781, "SIDR79": 3.324468, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.7649917602539, 35.03735733032227, -79.09589385986328, 35.5130500793457], "geometry": {"coordinates": [[[-79.60746765136719, 35.15918731689453], [-79.64837646484375, 35.18973159790038], [-79.70823669433594, 35.27841567993164], [-79.7649917602539, 35.50593566894532], [-79.55535888671875, 35.5130500793457], [-79.34294891357422, 35.5102424621582], [-79.34367370605469, 35.491641998291016], [-79.36248779296875, 35.470413208007805], [-79.33109283447266, 35.44482040405272], [-79.3245849609375, 35.41482925415039], [-79.3031997680664, 35.408805847167976], [-79.28472900390626, 35.39280700683594], [-79.26432037353516, 35.34457015991212], [-79.18244171142578, 35.30453872680664], [-79.2166519165039, 35.26527786254882], [-79.16909790039064, 35.23590087890626], [-79.14683532714844, 35.21304321289062], [-79.09589385986328, 35.189964294433594], [-79.09717559814453, 35.176807403564446], [-79.12200164794922, 35.17018508911133], [-79.14727783203125, 35.1735496520996], [-79.23529052734375, 35.203208923339844], [-79.35005187988281, 35.14079666137695], [-79.45536041259766, 35.03735733032227], [-79.49506378173828, 35.062507629394524], [-79.55290222167969, 35.06410598754882], [-79.57419586181642, 35.073265075683594], [-79.57563018798828, 35.11912536621094], [-79.60746765136719, 35.15918731689453]]], "type": "Polygon"}, "id": "66", "properties": {"AREA": 0.181, "BIR74": 2648.0, "BIR79": 3534.0, "CNTY_": 2040, "CNTY_ID": 2040, "CRESS_ID": 63, "FIPS": "37125", "FIPSNO": 37125, "NAME": "Moore", "NWBIR74": 844.0, "NWBIR79": 1151.0, "NWR74": 318.731118, "NWR79": 325.693265, "PERIMETER": 1.98, "SID74": 5.0, "SID79": 5.0, "SIDR74": 1.888218, "SIDR79": 1.414827, "__folium_color": "#fde725", "cardinalities": 9}, "type": "Feature"}, {"bbox": [-81.0655517578125, 35.002017974853516, -80.53964233398438, 35.50912094116211], "geometry": {"coordinates": [[[-81.04930114746094, 35.15153121948242], [-81.02396392822266, 35.149032592773445], [-81.00727844238281, 35.16324996948243], [-81.00151824951172, 35.195987701416016], [-81.01405334472656, 35.249900817871094], [-80.97964477539062, 35.33326721191406], [-80.92627716064453, 35.348674774169915], [-80.93775939941406, 35.36492538452149], [-80.98292541503906, 35.369094848632805], [-80.95677185058594, 35.39745330810547], [-80.95386505126953, 35.436058044433594], [-80.94219970703125, 35.451129913330085], [-80.9553451538086, 35.50912094116211], [-80.77622985839844, 35.50680923461913], [-80.77538299560547, 35.47957229614257], [-80.76168823242188, 35.46513748168945], [-80.74543762207031, 35.419857025146484], [-80.76274108886719, 35.40068054199219], [-80.68998718261719, 35.34075927734376], [-80.6594467163086, 35.26467514038087], [-80.53964233398438, 35.205818176269524], [-80.75968170166016, 35.03662109375], [-80.7972183227539, 35.028198242187514], [-80.84016418457033, 35.002017974853516], [-80.89471435546875, 35.05973434448241], [-80.92779541015625, 35.10124969482421], [-81.03988647460938, 35.037200927734375], [-81.0655517578125, 35.06648254394531], [-81.0284423828125, 35.10540771484374], [-81.04904174804688, 35.13201141357422], [-81.04930114746094, 35.15153121948242]]], "type": "Polygon"}, "id": "67", "properties": {"AREA": 0.143, "BIR74": 21588.0, "BIR79": 30757.0, "CNTY_": 2041, "CNTY_ID": 2041, "CRESS_ID": 60, "FIPS": "37119", "FIPSNO": 37119, "NAME": "Mecklenburg", "NWBIR74": 8027.0, "NWBIR79": 11631.0, "NWR74": 371.826941, "NWR79": 378.157818, "PERIMETER": 1.887, "SID74": 44.0, "SID79": 35.0, "SIDR74": 2.038169, "SIDR79": 1.137952, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.77622985839844, 35.186912536621094, -80.2982406616211, 35.50756835937499], "geometry": {"coordinates": [[[-80.50294494628906, 35.186912536621094], [-80.53964233398438, 35.205818176269524], [-80.6594467163086, 35.26467514038087], [-80.68998718261719, 35.34075927734376], [-80.76274108886719, 35.40068054199219], [-80.74543762207031, 35.419857025146484], [-80.76168823242188, 35.46513748168945], [-80.77538299560547, 35.47957229614257], [-80.77622985839844, 35.50680923461913], [-80.72651672363281, 35.50756835937499], [-80.2982406616211, 35.49489974975585], [-80.37847137451172, 35.38483810424805], [-80.48171997070312, 35.21060943603516], [-80.50294494628906, 35.186912536621094]]], "type": "Polygon"}, "id": "68", "properties": {"AREA": 0.091, "BIR74": 4099.0, "BIR79": 5669.0, "CNTY_": 2042, "CNTY_ID": 2042, "CRESS_ID": 13, "FIPS": "37025", "FIPSNO": 37025, "NAME": "Cabarrus", "NWBIR74": 856.0, "NWBIR79": 1203.0, "NWR74": 208.831422, "NWR79": 212.206738, "PERIMETER": 1.321, "SID74": 3.0, "SID79": 20.0, "SIDR74": 0.731886, "SIDR79": 3.527959, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.1819076538086, 35.136581420898445, -79.60746765136719, 35.50593566894532], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.05906677246094, 35.17707824707031], [-80.06584167480469, 35.207942962646484], [-80.09234619140625, 35.25422668457031], [-80.09351348876953, 35.291446685791016], [-80.05075073242188, 35.36637115478515], [-80.05188751220703, 35.376808166503906], [-80.1163101196289, 35.46435928344726], [-80.16207122802734, 35.47474288940429], [-80.1819076538086, 35.505119323730455], [-80.06440734863281, 35.505699157714844], [-79.7649917602539, 35.50593566894532], [-79.70823669433594, 35.27841567993164], [-79.64837646484375, 35.18973159790038], [-79.60746765136719, 35.15918731689453], [-79.63729858398438, 35.15383529663087], [-79.69795227050781, 35.173072814941406], [-79.75984191894531, 35.16731262207032], [-79.83631896972656, 35.17380142211913], [-79.90946197509766, 35.15571975708007], [-79.97582244873047, 35.1507568359375], [-80.01068115234375, 35.13714218139649], [-80.06517791748047, 35.136581420898445], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "69", "properties": {"AREA": 0.13, "BIR74": 1258.0, "BIR79": 1598.0, "CNTY_": 2044, "CNTY_ID": 2044, "CRESS_ID": 62, "FIPS": "37123", "FIPSNO": 37123, "NAME": "Montgomery", "NWBIR74": 472.0, "NWBIR79": 588.0, "NWR74": 375.198728, "NWR79": 367.95995, "PERIMETER": 1.732, "SID74": 3.0, "SID79": 8.0, "SIDR74": 2.384738, "SIDR79": 5.006258, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-80.50294494628906, 35.14973068237305, -80.05075073242188, 35.505119323730455], "geometry": {"coordinates": [[[-80.0714111328125, 35.150741577148445], [-80.11027526855469, 35.193836212158196], [-80.1316146850586, 35.17111587524413], [-80.1546859741211, 35.17608261108398], [-80.15914154052734, 35.15473937988281], [-80.16812896728516, 35.14973068237305], [-80.19010162353516, 35.167858123779304], [-80.21988677978516, 35.15918350219726], [-80.24758911132814, 35.204524993896484], [-80.26109313964844, 35.20404052734374], [-80.2751235961914, 35.193111419677734], [-80.32567596435547, 35.173915863037124], [-80.34872436523438, 35.17067337036132], [-80.3729476928711, 35.177864074707024], [-80.39875030517578, 35.16461181640625], [-80.42858123779297, 35.168594360351555], [-80.45328521728516, 35.16078567504883], [-80.48323059082031, 35.182910919189446], [-80.50294494628906, 35.186912536621094], [-80.48171997070312, 35.21060943603516], [-80.37847137451172, 35.38483810424805], [-80.2982406616211, 35.49489974975585], [-80.1819076538086, 35.505119323730455], [-80.16207122802734, 35.47474288940429], [-80.1163101196289, 35.46435928344726], [-80.05188751220703, 35.376808166503906], [-80.05075073242188, 35.36637115478515], [-80.09351348876953, 35.291446685791016], [-80.09234619140625, 35.25422668457031], [-80.06584167480469, 35.207942962646484], [-80.05906677246094, 35.17707824707031], [-80.0714111328125, 35.150741577148445]]], "type": "Polygon"}, "id": "70", "properties": {"AREA": 0.103, "BIR74": 2356.0, "BIR79": 3039.0, "CNTY_": 2045, "CNTY_ID": 2045, "CRESS_ID": 84, "FIPS": "37167", "FIPSNO": 37167, "NAME": "Stanly", "NWBIR74": 370.0, "NWBIR79": 528.0, "NWR74": 157.04584, "NWR79": 173.741362, "PERIMETER": 1.461, "SID74": 5.0, "SID79": 7.0, "SIDR74": 2.122241, "SIDR79": 2.303389, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-82.74388885498047, 35.14949035644531, -82.25810241699219, 35.49515914916991], "geometry": {"coordinates": [[[-82.57003021240234, 35.14949035644531], [-82.58922576904297, 35.18494796752929], [-82.59623718261719, 35.24246597290039], [-82.61061096191406, 35.26757812500001], [-82.60810089111328, 35.29306411743165], [-82.74388885498047, 35.41803359985351], [-82.7141571044922, 35.43915176391602], [-82.66898345947266, 35.45516586303711], [-82.61868286132812, 35.43767547607421], [-82.56393432617188, 35.438423156738274], [-82.55113220214844, 35.42689514160156], [-82.52690124511719, 35.428321838378906], [-82.51951599121094, 35.44391632080078], [-82.47492218017578, 35.44440460205078], [-82.40906524658203, 35.46892166137695], [-82.37368774414062, 35.45737838745117], [-82.36483764648438, 35.46345901489258], [-82.37096405029297, 35.4787712097168], [-82.3228759765625, 35.49515914916991], [-82.25810241699219, 35.46372985839844], [-82.2746810913086, 35.45160675048828], [-82.27872467041016, 35.43564224243163], [-82.25827789306642, 35.39335632324217], [-82.31555938720703, 35.30961608886718], [-82.34130859375, 35.28549575805664], [-82.34508514404297, 35.24319076538086], [-82.3580322265625, 35.2429313659668], [-82.35086059570312, 35.19267272949219], [-82.36012268066406, 35.18294906616211], [-82.37137603759766, 35.182723999023445], [-82.38961029052734, 35.208240509033196], [-82.43791961669922, 35.16955947875977], [-82.46674346923828, 35.173500061035156], [-82.52463531494142, 35.15456008911132], [-82.57003021240234, 35.14949035644531]]], "type": "Polygon"}, "id": "71", "properties": {"AREA": 0.095, "BIR74": 2574.0, "BIR79": 3679.0, "CNTY_": 2047, "CNTY_ID": 2047, "CRESS_ID": 45, "FIPS": "37089", "FIPSNO": 37089, "NAME": "Henderson", "NWBIR74": 158.0, "NWBIR79": 264.0, "NWR74": 61.383061, "NWR79": 71.75863, "PERIMETER": 1.471, "SID74": 5.0, "SID79": 8.0, "SIDR74": 1.942502, "SIDR79": 2.174504, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-84.03086090087892, 35.21538162231445, -83.58038330078126, 35.46202850341796], "geometry": {"coordinates": [[[-83.69563293457031, 35.25080871582032], [-83.7535629272461, 35.23716735839844], [-83.79187774658203, 35.24866104125976], [-83.83686065673828, 35.24674987792968], [-83.9216537475586, 35.21896743774413], [-83.96089935302734, 35.21538162231445], [-83.99220275878906, 35.232501983642585], [-84.00389099121094, 35.262088775634766], [-84.03086090087892, 35.29252243041993], [-84.02920532226562, 35.32529067993164], [-84.00630950927734, 35.37285995483398], [-84.01264953613281, 35.40762329101562], [-83.95470428466797, 35.45545959472656], [-83.93007659912111, 35.44901657104492], [-83.87989044189453, 35.46202850341796], [-83.85498809814453, 35.45012664794922], [-83.74495697021484, 35.441402435302734], [-83.65361022949219, 35.42109680175781], [-83.63232421875, 35.43674087524414], [-83.58671569824219, 35.42768859863282], [-83.58038330078126, 35.40108489990235], [-83.59888458251953, 35.36236572265625], [-83.63421630859375, 35.334033966064446], [-83.68938446044922, 35.30824279785156], [-83.6900863647461, 35.28778076171874], [-83.67919158935547, 35.27222061157226], [-83.69563293457031, 35.25080871582032]]], "type": "Polygon"}, "id": "72", "properties": {"AREA": 0.078, "BIR74": 415.0, "BIR79": 488.0, "CNTY_": 2056, "CNTY_ID": 2056, "CRESS_ID": 38, "FIPS": "37075", "FIPSNO": 37075, "NAME": "Graham", "NWBIR74": 40.0, "NWBIR79": 45.0, "NWR74": 96.385542, "NWR79": 92.213115, "PERIMETER": 1.202, "SID74": 0.0, "SID79": 1.0, "SIDR74": 0.0, "SIDR79": 2.04918, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-77.83657836914064, 35.00083541870117, -77.38616180419922, 35.42152786254882], "geometry": {"coordinates": [[[-77.83657836914064, 35.171741485595696], [-77.83006286621094, 35.34235000610351], [-77.80518341064453, 35.36458969116211], [-77.76069641113281, 35.3619384765625], [-77.69841766357423, 35.36981964111328], [-77.6844711303711, 35.34593963623048], [-77.66605377197266, 35.33967208862305], [-77.6218032836914, 35.36648559570312], [-77.55872344970703, 35.38108825683594], [-77.53717803955078, 35.401981353759766], [-77.53497314453125, 35.417823791503906], [-77.4946746826172, 35.40744400024413], [-77.47388458251953, 35.42152786254882], [-77.4439468383789, 35.35459518432617], [-77.4014892578125, 35.34276962280273], [-77.38616180419922, 35.32926177978516], [-77.41315460205078, 35.33121871948242], [-77.45021057128906, 35.302059173583984], [-77.4485092163086, 35.285675048828125], [-77.42964935302734, 35.259838104248054], [-77.4740982055664, 35.227191925048814], [-77.52831268310547, 35.239696502685554], [-77.51077270507812, 35.15576934814453], [-77.5330581665039, 35.144882202148445], [-77.59949493408203, 35.070869445800774], [-77.73192596435547, 35.00083541870117], [-77.74478912353516, 35.002445220947266], [-77.75499725341797, 35.01808166503906], [-77.75160217285156, 35.09567642211913], [-77.7641372680664, 35.12861251831054], [-77.83657836914064, 35.171741485595696]]], "type": "Polygon"}, "id": "73", "properties": {"AREA": 0.104, "BIR74": 3589.0, "BIR79": 4225.0, "CNTY_": 2065, "CNTY_ID": 2065, "CRESS_ID": 54, "FIPS": "37107", "FIPSNO": 37107, "NAME": "Lenoir", "NWBIR74": 1826.0, "NWBIR79": 2047.0, "NWR74": 508.776818, "NWR79": 484.497041, "PERIMETER": 1.548, "SID74": 10.0, "SID79": 14.0, "SIDR74": 2.786291, "SIDR79": 3.313609, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-83.05208587646484, 35.02420425415039, -82.57003021240234, 35.41803359985351], "geometry": {"coordinates": [[[-82.8876953125, 35.055370330810554], [-83.00727844238281, 35.02420425415039], [-83.04385375976562, 35.04006958007812], [-83.05208587646484, 35.06347656249999], [-82.9820785522461, 35.12750625610351], [-82.99058532714844, 35.15817642211913], [-82.97871398925781, 35.18572998046875], [-82.9268569946289, 35.22790527343751], [-82.91911315917969, 35.290767669677734], [-82.83323669433594, 35.315570831298814], [-82.74388885498047, 35.41803359985351], [-82.60810089111328, 35.29306411743165], [-82.61061096191406, 35.26757812500001], [-82.59623718261719, 35.24246597290039], [-82.58922576904297, 35.18494796752929], [-82.57003021240234, 35.14949035644531], [-82.65449523925781, 35.11945724487304], [-82.68605041503906, 35.12146377563476], [-82.68803405761719, 35.097801208496094], [-82.69735717773438, 35.091232299804695], [-82.77134704589844, 35.08542251586914], [-82.8876953125, 35.055370330810554]]], "type": "Polygon"}, "id": "74", "properties": {"AREA": 0.098, "BIR74": 1173.0, "BIR79": 1401.0, "CNTY_": 2067, "CNTY_ID": 2067, "CRESS_ID": 88, "FIPS": "37175", "FIPSNO": 37175, "NAME": "Transylvania", "NWBIR74": 92.0, "NWBIR79": 104.0, "NWR74": 78.431373, "NWR79": 74.232691, "PERIMETER": 1.389, "SID74": 3.0, "SID79": 4.0, "SIDR74": 2.557545, "SIDR79": 2.855103, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-81.44507598876953, 35.149032592773445, -80.92627716064453, 35.413368225097656], "geometry": {"coordinates": [[[-81.32282257080078, 35.16375732421875], [-81.3114242553711, 35.187950134277344], [-81.31942749023438, 35.260498046875], [-81.35234832763672, 35.275104522705064], [-81.36479949951172, 35.31037139892578], [-81.35326385498047, 35.32730102539063], [-81.40741729736328, 35.359806060791016], [-81.44507598876953, 35.413368225097656], [-80.95677185058594, 35.39745330810547], [-80.98292541503906, 35.369094848632805], [-80.93775939941406, 35.36492538452149], [-80.92627716064453, 35.348674774169915], [-80.97964477539062, 35.33326721191406], [-81.01405334472656, 35.249900817871094], [-81.00151824951172, 35.195987701416016], [-81.00727844238281, 35.16324996948243], [-81.02396392822266, 35.149032592773445], [-81.04930114746094, 35.15153121948242], [-81.32282257080078, 35.16375732421875]]], "type": "Polygon"}, "id": "75", "properties": {"AREA": 0.091, "BIR74": 9014.0, "BIR79": 11455.0, "CNTY_": 2068, "CNTY_ID": 2068, "CRESS_ID": 36, "FIPS": "37071", "FIPSNO": 37071, "NAME": "Gaston", "NWBIR74": 1523.0, "NWBIR79": 2194.0, "NWR74": 168.959396, "NWR79": 191.532082, "PERIMETER": 1.47, "SID74": 11.0, "SID79": 26.0, "SIDR74": 1.220324, "SIDR79": 2.269751, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-82.3580322265625, 35.18418884277343, -81.96451568603516, 35.39710235595703], "geometry": {"coordinates": [[[-82.21017456054688, 35.193126678466804], [-82.27832794189453, 35.19500732421874], [-82.32077026367188, 35.18418884277343], [-82.35086059570312, 35.19267272949219], [-82.3580322265625, 35.2429313659668], [-82.34508514404297, 35.24319076538086], [-82.34130859375, 35.28549575805664], [-82.31555938720703, 35.30961608886718], [-82.25827789306642, 35.39335632324217], [-82.1551284790039, 35.39710235595703], [-82.1221694946289, 35.38861846923828], [-82.08415222167969, 35.33935546874999], [-82.05158233642578, 35.32312774658203], [-81.96451568603516, 35.2474250793457], [-81.97144317626953, 35.188282012939446], [-82.21017456054688, 35.193126678466804]]], "type": "Polygon"}, "id": "76", "properties": {"AREA": 0.06, "BIR74": 533.0, "BIR79": 673.0, "CNTY_": 2071, "CNTY_ID": 2071, "CRESS_ID": 75, "FIPS": "37149", "FIPSNO": 37149, "NAME": "Polk", "NWBIR74": 95.0, "NWBIR79": 79.0, "NWR74": 178.236398, "NWR79": 117.384844, "PERIMETER": 1.036, "SID74": 1.0, "SID79": 0.0, "SIDR74": 1.876173, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-83.7395248413086, 34.99202346801758, -83.10628509521484, 35.319343566894524], "geometry": {"coordinates": [[[-83.10628509521484, 35.00027847290038], [-83.51300811767578, 34.99202346801758], [-83.5272216796875, 35.019737243652344], [-83.55323791503906, 35.03576278686523], [-83.56204223632812, 35.05594253540038], [-83.64356231689453, 35.127498626708984], [-83.6448745727539, 35.14336013793946], [-83.71780395507812, 35.13880920410156], [-83.7395248413086, 35.14583969116211], [-83.71308135986328, 35.18075180053711], [-83.72232818603516, 35.19727325439453], [-83.69669342041016, 35.214435577392585], [-83.69563293457031, 35.25080871582032], [-83.67919158935547, 35.27222061157226], [-83.47322845458984, 35.29164505004883], [-83.4246826171875, 35.31531906127929], [-83.33181762695312, 35.319343566894524], [-83.31063842773438, 35.259986877441406], [-83.28498077392578, 35.22663497924805], [-83.2639389038086, 35.22177124023437], [-83.23278045654297, 35.23080825805664], [-83.22003936767578, 35.222526550292976], [-83.21793365478516, 35.15899276733398], [-83.1934814453125, 35.13921737670899], [-83.1771469116211, 35.11149597167969], [-83.14820098876953, 35.091381072998054], [-83.14505767822266, 35.08328628540038], [-83.1614990234375, 35.05922317504883], [-83.10628509521484, 35.00027847290038]]], "type": "Polygon"}, "id": "77", "properties": {"AREA": 0.131, "BIR74": 797.0, "BIR79": 1157.0, "CNTY_": 2082, "CNTY_ID": 2082, "CRESS_ID": 57, "FIPS": "37113", "FIPSNO": 37113, "NAME": "Macon", "NWBIR74": 9.0, "NWBIR79": 22.0, "NWR74": 11.292346, "NWR79": 19.014693, "PERIMETER": 1.677, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 2.592913, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.66641235351562, 34.553752899169915, -78.11373901367188, 35.31511688232422], "geometry": {"coordinates": [[[-78.11376953125, 34.72098541259764], [-78.11373901367188, 34.699180603027344], [-78.1567611694336, 34.67715454101562], [-78.25680541992188, 34.553752899169915], [-78.27461242675781, 34.58127593994141], [-78.30590057373047, 34.60535812377929], [-78.31988525390625, 34.63009262084961], [-78.30970001220703, 34.635852813720696], [-78.32234191894531, 34.64557266235351], [-78.3388671875, 34.6826057434082], [-78.36381530761719, 34.69204330444335], [-78.38667297363281, 34.72188949584961], [-78.4010009765625, 34.75933074951172], [-78.4992904663086, 34.85510635375977], [-78.5419921875, 34.90787124633789], [-78.59347534179688, 34.943470001220696], [-78.6342544555664, 34.98436737060547], [-78.66641235351562, 35.07146835327148], [-78.65815734863283, 35.09362030029296], [-78.64563751220703, 35.10255813598633], [-78.63348388671875, 35.153724670410156], [-78.64522552490236, 35.18972778320312], [-78.6327133178711, 35.1972999572754], [-78.63528442382812, 35.210952758789055], [-78.61273956298828, 35.243831634521484], [-78.58041381835938, 35.286575317382805], [-78.53874206542969, 35.31511688232422], [-78.49362182617188, 35.259620666503906], [-78.41667938232422, 35.24907684326172], [-78.31012725830078, 35.2802848815918], [-78.25740051269531, 35.220951080322266], [-78.16517639160156, 35.193218231201165], [-78.16319274902344, 35.18228912353516], [-78.17028045654297, 35.09748458862305], [-78.15524291992189, 35.06819152832031], [-78.14298248291016, 34.90132522583007], [-78.19544982910156, 34.74362564086913], [-78.15609741210938, 34.728477478027344], [-78.13581848144531, 34.711345672607415], [-78.11376953125, 34.72098541259764]]], "type": "Polygon"}, "id": "78", "properties": {"AREA": 0.241, "BIR74": 3025.0, "BIR79": 3447.0, "CNTY_": 2083, "CNTY_ID": 2083, "CRESS_ID": 82, "FIPS": "37163", "FIPSNO": 37163, "NAME": "Sampson", "NWBIR74": 1396.0, "NWBIR79": 1524.0, "NWR74": 461.487603, "NWR79": 442.123586, "PERIMETER": 2.214, "SID74": 4.0, "SID79": 4.0, "SIDR74": 1.322314, "SIDR79": 1.160429, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-76.9898910522461, 34.98221969604491, -76.50712585449219, 35.31208038330078], "geometry": {"coordinates": [[[-76.94324493408203, 35.0700340270996], [-76.94422912597658, 35.09972381591797], [-76.9898910522461, 35.15404510498046], [-76.97233581542969, 35.15677261352538], [-76.96660614013672, 35.18796539306641], [-76.94743347167969, 35.216991424560554], [-76.8976058959961, 35.25157165527344], [-76.85057067871094, 35.217166900634766], [-76.64021301269531, 35.237247467041016], [-76.61451721191406, 35.272918701171875], [-76.5912094116211, 35.31208038330078], [-76.54097747802734, 35.303688049316406], [-76.50712585449219, 35.248767852783196], [-76.64009094238281, 35.17251968383789], [-76.605224609375, 35.13856124877929], [-76.62422180175781, 35.06435012817383], [-76.67800903320312, 35.024085998535156], [-76.8494644165039, 34.98221969604491], [-76.94149017333984, 35.027427673339844], [-76.94324493408203, 35.0700340270996]]], "type": "Polygon"}, "id": "79", "properties": {"AREA": 0.082, "BIR74": 542.0, "BIR79": 631.0, "CNTY_": 2085, "CNTY_ID": 2085, "CRESS_ID": 69, "FIPS": "37137", "FIPSNO": 37137, "NAME": "Pamlico", "NWBIR74": 222.0, "NWBIR79": 277.0, "NWR74": 409.594096, "NWR79": 438.985737, "PERIMETER": 1.388, "SID74": 1.0, "SID79": 1.0, "SIDR74": 1.845018, "SIDR79": 1.584786, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-84.3238525390625, 34.988224029541016, -83.69563293457031, 35.29252243041993], "geometry": {"coordinates": [[[-84.2910385131836, 35.21054458618163], [-84.22594451904297, 35.26160430908203], [-84.17972564697266, 35.24098968505859], [-84.10164642333984, 35.24555206298828], [-84.04277801513672, 35.27257537841797], [-84.03086090087892, 35.29252243041993], [-84.00389099121094, 35.262088775634766], [-83.99220275878906, 35.232501983642585], [-83.96089935302734, 35.21538162231445], [-83.9216537475586, 35.21896743774413], [-83.83686065673828, 35.24674987792968], [-83.79187774658203, 35.24866104125976], [-83.7535629272461, 35.23716735839844], [-83.69563293457031, 35.25080871582032], [-83.69669342041016, 35.214435577392585], [-83.72232818603516, 35.19727325439453], [-83.71308135986328, 35.18075180053711], [-83.7395248413086, 35.14583969116211], [-83.7553939819336, 35.148063659667976], [-83.8538818359375, 35.12579345703126], [-83.90731811523438, 35.07041549682617], [-83.95285034179688, 35.04844284057617], [-83.95977020263672, 35.01912307739258], [-83.9885482788086, 34.98906707763672], [-84.11824035644531, 34.988224029541016], [-84.3238525390625, 34.98900985717773], [-84.2910385131836, 35.21054458618163]]], "type": "Polygon"}, "id": "80", "properties": {"AREA": 0.12, "BIR74": 1027.0, "BIR79": 1173.0, "CNTY_": 2088, "CNTY_ID": 2088, "CRESS_ID": 20, "FIPS": "37039", "FIPSNO": 37039, "NAME": "Cherokee", "NWBIR74": 32.0, "NWBIR79": 42.0, "NWR74": 31.158715, "NWR79": 35.805627, "PERIMETER": 1.686, "SID74": 2.0, "SID79": 1.0, "SIDR74": 1.94742, "SIDR79": 0.852515, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-79.10684204101562, 34.82742309570313, -78.4992904663086, 35.259979248046875], "geometry": {"coordinates": [[[-78.4992904663086, 34.85510635375977], [-78.51744079589844, 34.843528747558594], [-78.83165740966797, 34.844356536865234], [-78.89626312255861, 34.830902099609375], [-78.91255187988283, 34.82742309570313], [-78.92862701416016, 34.879798889160156], [-78.948486328125, 34.90268325805663], [-79.03360748291016, 34.9538230895996], [-79.09431457519531, 35.03785705566407], [-79.10684204101562, 35.119224548339844], [-79.09717559814453, 35.176807403564446], [-79.09589385986328, 35.189964294433594], [-78.91258239746094, 35.22246551513671], [-78.88601684570312, 35.229934692382805], [-78.87457275390625, 35.24253463745117], [-78.81238555908203, 35.25872039794921], [-78.716064453125, 35.259979248046875], [-78.61273956298828, 35.243831634521484], [-78.63528442382812, 35.210952758789055], [-78.6327133178711, 35.1972999572754], [-78.64522552490236, 35.18972778320312], [-78.63348388671875, 35.153724670410156], [-78.64563751220703, 35.10255813598633], [-78.65815734863283, 35.09362030029296], [-78.66641235351562, 35.07146835327148], [-78.6342544555664, 34.98436737060547], [-78.59347534179688, 34.943470001220696], [-78.5419921875, 34.90787124633789], [-78.4992904663086, 34.85510635375977]]], "type": "Polygon"}, "id": "81", "properties": {"AREA": 0.172, "BIR74": 20366.0, "BIR79": 26370.0, "CNTY_": 2090, "CNTY_ID": 2090, "CRESS_ID": 26, "FIPS": "37051", "FIPSNO": 37051, "NAME": "Cumberland", "NWBIR74": 7043.0, "NWBIR79": 10614.0, "NWR74": 345.821467, "NWR79": 402.502844, "PERIMETER": 1.835, "SID74": 38.0, "SID79": 57.0, "SIDR74": 1.865855, "SIDR79": 2.161547, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-77.73192596435547, 34.77451705932617, -77.04900360107422, 35.239696502685554], "geometry": {"coordinates": [[[-77.04900360107422, 34.83119201660156], [-77.05746459960938, 34.81504821777343], [-77.07313537597656, 34.815441131591804], [-77.10069274902344, 34.7974967956543], [-77.15982055664062, 34.78849792480469], [-77.16426086425783, 34.77451705932617], [-77.19284057617188, 34.80428695678711], [-77.18006134033203, 34.832149505615234], [-77.20626831054688, 34.835502624511726], [-77.22299194335938, 34.884510040283196], [-77.28542327880861, 34.92640304565429], [-77.33513641357422, 34.93254089355468], [-77.3699722290039, 34.914249420166016], [-77.4996337890625, 34.96250534057617], [-77.63925170898438, 34.9840202331543], [-77.68299102783203, 34.966724395751946], [-77.73192596435547, 35.00083541870117], [-77.59949493408203, 35.070869445800774], [-77.5330581665039, 35.144882202148445], [-77.51077270507812, 35.15576934814453], [-77.52831268310547, 35.239696502685554], [-77.4740982055664, 35.227191925048814], [-77.42340850830078, 35.194305419921875], [-77.20551300048828, 35.08805465698242], [-77.17924499511719, 35.05335998535157], [-77.14044952392578, 35.054237365722656], [-77.13111877441406, 35.06928253173829], [-77.11058807373047, 35.066036224365234], [-77.1033706665039, 35.02426147460937], [-77.10953521728516, 34.83042907714844], [-77.04900360107422, 34.83119201660156]]], "type": "Polygon"}, "id": "82", "properties": {"AREA": 0.121, "BIR74": 578.0, "BIR79": 650.0, "CNTY_": 2091, "CNTY_ID": 2091, "CRESS_ID": 52, "FIPS": "37103", "FIPSNO": 37103, "NAME": "Jones", "NWBIR74": 297.0, "NWBIR79": 305.0, "NWR74": 513.84083, "NWR79": 469.230769, "PERIMETER": 1.978, "SID74": 1.0, "SID79": 2.0, "SIDR74": 1.730104, "SIDR79": 3.076923, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-80.84016418457033, 34.814762115478516, -80.2751235961914, 35.205818176269524], "geometry": {"coordinates": [[[-80.84016418457033, 35.002017974853516], [-80.7972183227539, 35.028198242187514], [-80.75968170166016, 35.03662109375], [-80.53964233398438, 35.205818176269524], [-80.50294494628906, 35.186912536621094], [-80.48323059082031, 35.182910919189446], [-80.45328521728516, 35.16078567504883], [-80.42858123779297, 35.168594360351555], [-80.39875030517578, 35.16461181640625], [-80.3729476928711, 35.177864074707024], [-80.34872436523438, 35.17067337036132], [-80.32567596435547, 35.173915863037124], [-80.2751235961914, 35.193111419677734], [-80.32527923583984, 34.814762115478516], [-80.5615463256836, 34.815227508544915], [-80.80006408691406, 34.81611251831054], [-80.78565216064453, 34.94063949584961], [-80.84016418457033, 35.002017974853516]]], "type": "Polygon"}, "id": "83", "properties": {"AREA": 0.163, "BIR74": 3915.0, "BIR79": 5273.0, "CNTY_": 2095, "CNTY_ID": 2095, "CRESS_ID": 90, "FIPS": "37179", "FIPSNO": 37179, "NAME": "Union", "NWBIR74": 1034.0, "NWBIR79": 1348.0, "NWR74": 264.112388, "NWR79": 255.64195, "PERIMETER": 1.716, "SID74": 4.0, "SID79": 9.0, "SIDR74": 1.021711, "SIDR79": 1.706808, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-80.32527923583984, 34.807918548583984, -79.85370635986328, 35.204524993896484], "geometry": {"coordinates": [[[-79.91995239257812, 34.807918548583984], [-80.32527923583984, 34.814762115478516], [-80.2751235961914, 35.193111419677734], [-80.26109313964844, 35.20404052734374], [-80.24758911132814, 35.204524993896484], [-80.21988677978516, 35.15918350219726], [-80.19010162353516, 35.167858123779304], [-80.16812896728516, 35.14973068237305], [-80.15914154052734, 35.15473937988281], [-80.1546859741211, 35.17608261108398], [-80.1316146850586, 35.17111587524413], [-80.11027526855469, 35.193836212158196], [-80.0714111328125, 35.150741577148445], [-80.06517791748047, 35.136581420898445], [-80.0584487915039, 35.10398483276367], [-80.0028076171875, 35.089927673339844], [-79.97528076171875, 35.09673309326171], [-79.94491577148438, 35.115337371826165], [-79.92749786376953, 35.115779876708984], [-79.9151382446289, 35.10669326782227], [-79.90843200683594, 35.078994750976555], [-79.882080078125, 35.044464111328125], [-79.8939208984375, 35.00724411010742], [-79.86705017089844, 34.96771621704102], [-79.85370635986328, 34.90458297729492], [-79.90142059326172, 34.85240936279296], [-79.91995239257812, 34.807918548583984]]], "type": "Polygon"}, "id": "84", "properties": {"AREA": 0.138, "BIR74": 1570.0, "BIR79": 1875.0, "CNTY_": 2096, "CNTY_ID": 2096, "CRESS_ID": 4, "FIPS": "37007", "FIPSNO": 37007, "NAME": "Anson", "NWBIR74": 952.0, "NWBIR79": 1161.0, "NWR74": 606.369427, "NWR79": 619.2, "PERIMETER": 1.621, "SID74": 15.0, "SID79": 4.0, "SIDR74": 9.55414, "SIDR79": 2.133333, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.45536041259766, 34.83188247680663, -79.03360748291016, 35.203208923339844], "geometry": {"coordinates": [[[-79.34030151367188, 34.83560943603514], [-79.36067962646484, 34.94470977783204], [-79.3984146118164, 34.9962158203125], [-79.45536041259766, 35.03735733032227], [-79.35005187988281, 35.14079666137695], [-79.23529052734375, 35.203208923339844], [-79.14727783203125, 35.1735496520996], [-79.12200164794922, 35.17018508911133], [-79.09717559814453, 35.176807403564446], [-79.10684204101562, 35.119224548339844], [-79.09431457519531, 35.03785705566407], [-79.03360748291016, 34.9538230895996], [-79.18185424804688, 34.83188247680663], [-79.34030151367188, 34.83560943603514]]], "type": "Polygon"}, "id": "85", "properties": {"AREA": 0.098, "BIR74": 1494.0, "BIR79": 1706.0, "CNTY_": 2097, "CNTY_ID": 2097, "CRESS_ID": 47, "FIPS": "37093", "FIPSNO": 37093, "NAME": "Hoke", "NWBIR74": 987.0, "NWBIR79": 1172.0, "NWR74": 660.64257, "NWR79": 686.987104, "PERIMETER": 1.262, "SID74": 7.0, "SID79": 6.0, "SIDR74": 4.685408, "SIDR79": 3.516999, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-76.63381958007812, 35.069435119628906, -75.76370239257812, 35.70300292968751], "geometry": {"coordinates": [[[[-76.5189437866211, 35.57764434814453], [-76.53959655761719, 35.59403610229492], [-76.58587646484375, 35.60945510864258], [-76.60794830322266, 35.63506698608398], [-76.60891723632812, 35.664154052734375], [-76.63381958007812, 35.70300292968751], [-76.40843200683594, 35.69911575317382], [-76.27344512939453, 35.689498901367195], [-76.2976303100586, 35.61169433593749], [-76.23279571533203, 35.59466552734375], [-76.21023559570312, 35.604389190673835], [-76.16730499267578, 35.696842193603516], [-76.10474395751953, 35.663639068603516], [-76.02120971679688, 35.66909408569335], [-75.90802764892578, 35.6656379699707], [-75.89149475097656, 35.63126754760743], [-76.05297851562501, 35.41460418701171], [-76.1816177368164, 35.341533660888665], [-76.4988021850586, 35.41621780395508], [-76.53375244140625, 35.45019912719727], [-76.45843505859375, 35.50442504882813], [-76.44652557373047, 35.55086517333984], [-76.5189437866211, 35.57764434814453]]], [[[-76.01700592041016, 35.069435119628906], [-75.97569274902344, 35.11618423461914], [-75.85393524169922, 35.16728210449218], [-75.76370239257812, 35.1922836303711], [-75.81153869628906, 35.16402053833007], [-75.90394592285156, 35.132492065429695], [-76.00287628173828, 35.069435119628906], [-76.01700592041016, 35.069435119628906]]]], "type": "MultiPolygon"}, "id": "86", "properties": {"AREA": 0.167, "BIR74": 338.0, "BIR79": 427.0, "CNTY_": 2099, "CNTY_ID": 2099, "CRESS_ID": 48, "FIPS": "37095", "FIPSNO": 37095, "NAME": "Hyde", "NWBIR74": 134.0, "NWBIR79": 169.0, "NWR74": 396.449704, "NWR79": 395.784543, "PERIMETER": 2.709, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.19544982910156, 34.711006164550774, -77.65526580810547, 35.186477661132805], "geometry": {"coordinates": [[[-77.68983459472656, 34.72019577026367], [-77.92667388916016, 34.711006164550774], [-77.9393081665039, 34.719406127929695], [-77.98915100097656, 34.717094421386726], [-78.01736450195312, 34.728931427001946], [-78.11376953125, 34.72098541259764], [-78.13581848144531, 34.711345672607415], [-78.15609741210938, 34.728477478027344], [-78.19544982910156, 34.74362564086913], [-78.14298248291016, 34.90132522583007], [-78.15524291992189, 35.06819152832031], [-78.17028045654297, 35.09748458862305], [-78.16319274902344, 35.18228912353516], [-78.08753204345703, 35.17018508911133], [-78.03650665283203, 35.18569183349609], [-78.00215911865234, 35.186477661132805], [-77.96392822265625, 35.16402435302734], [-77.94469451904297, 35.16823196411133], [-77.91397857666016, 35.15997314453125], [-77.89415740966798, 35.14418029785156], [-77.8876724243164, 35.15496444702148], [-77.83657836914064, 35.171741485595696], [-77.7641372680664, 35.12861251831054], [-77.75160217285156, 35.09567642211913], [-77.75499725341797, 35.01808166503906], [-77.74478912353516, 35.002445220947266], [-77.73192596435547, 35.00083541870117], [-77.68299102783203, 34.966724395751946], [-77.65526580810547, 34.9189338684082], [-77.68983459472656, 34.72019577026367]]], "type": "Polygon"}, "id": "87", "properties": {"AREA": 0.204, "BIR74": 2483.0, "BIR79": 2777.0, "CNTY_": 2100, "CNTY_ID": 2100, "CRESS_ID": 31, "FIPS": "37061", "FIPSNO": 37061, "NAME": "Duplin", "NWBIR74": 1061.0, "NWBIR79": 1227.0, "NWR74": 427.305679, "NWR79": 441.843716, "PERIMETER": 1.871, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.610954, "SIDR79": 2.520706, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-80.06517791748047, 34.805255889892564, -79.45536041259766, 35.17380142211913], "geometry": {"coordinates": [[[-79.68595886230469, 34.805255889892564], [-79.91995239257812, 34.807918548583984], [-79.90142059326172, 34.85240936279296], [-79.85370635986328, 34.90458297729492], [-79.86705017089844, 34.96771621704102], [-79.8939208984375, 35.00724411010742], [-79.882080078125, 35.044464111328125], [-79.90843200683594, 35.078994750976555], [-79.9151382446289, 35.10669326782227], [-79.92749786376953, 35.115779876708984], [-79.94491577148438, 35.115337371826165], [-79.97528076171875, 35.09673309326171], [-80.0028076171875, 35.089927673339844], [-80.0584487915039, 35.10398483276367], [-80.06517791748047, 35.136581420898445], [-80.01068115234375, 35.13714218139649], [-79.97582244873047, 35.1507568359375], [-79.90946197509766, 35.15571975708007], [-79.83631896972656, 35.17380142211913], [-79.75984191894531, 35.16731262207032], [-79.69795227050781, 35.173072814941406], [-79.63729858398438, 35.15383529663087], [-79.60746765136719, 35.15918731689453], [-79.57563018798828, 35.11912536621094], [-79.57419586181642, 35.073265075683594], [-79.55290222167969, 35.06410598754882], [-79.49506378173828, 35.062507629394524], [-79.45536041259766, 35.03735733032227], [-79.54710388183594, 35.00006103515624], [-79.57304382324219, 34.97836685180665], [-79.58052062988281, 34.94478988647461], [-79.56558990478517, 34.90750122070313], [-79.6219253540039, 34.84957122802734], [-79.61144256591797, 34.8177490234375], [-79.66014862060547, 34.81789779663085], [-79.68595886230469, 34.805255889892564]]], "type": "Polygon"}, "id": "88", "properties": {"AREA": 0.121, "BIR74": 2756.0, "BIR79": 3108.0, "CNTY_": 2107, "CNTY_ID": 2107, "CRESS_ID": 77, "FIPS": "37153", "FIPSNO": 37153, "NAME": "Richmond", "NWBIR74": 1043.0, "NWBIR79": 1218.0, "NWR74": 378.447025, "NWR79": 391.891892, "PERIMETER": 1.855, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.451379, "SIDR79": 2.252252, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-83.9885482788086, 34.98906707763672, -83.51300811767578, 35.148063659667976], "geometry": {"coordinates": [[[-83.93799591064453, 34.98939132690429], [-83.9885482788086, 34.98906707763672], [-83.95977020263672, 35.01912307739258], [-83.95285034179688, 35.04844284057617], [-83.90731811523438, 35.07041549682617], [-83.8538818359375, 35.12579345703126], [-83.7553939819336, 35.148063659667976], [-83.7395248413086, 35.14583969116211], [-83.71780395507812, 35.13880920410156], [-83.6448745727539, 35.14336013793946], [-83.64356231689453, 35.127498626708984], [-83.56204223632812, 35.05594253540038], [-83.55323791503906, 35.03576278686523], [-83.5272216796875, 35.019737243652344], [-83.51300811767578, 34.99202346801758], [-83.5494155883789, 34.98953628540039], [-83.93799591064453, 34.98939132690429]]], "type": "Polygon"}, "id": "89", "properties": {"AREA": 0.051, "BIR74": 284.0, "BIR79": 419.0, "CNTY_": 2109, "CNTY_ID": 2109, "CRESS_ID": 22, "FIPS": "37043", "FIPSNO": 37043, "NAME": "Clay", "NWBIR74": 1.0, "NWBIR79": 5.0, "NWR74": 3.521127, "NWR79": 11.933174, "PERIMETER": 1.096, "SID74": 0.0, "SID79": 0.0, "SIDR74": 0.0, "SIDR79": 0.0, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-77.4740982055664, 34.83042907714844, -76.62561798095703, 35.42295455932617], "geometry": {"coordinates": [[[[-76.8976058959961, 35.25157165527344], [-76.94743347167969, 35.216991424560554], [-76.96660614013672, 35.18796539306641], [-76.97233581542969, 35.15677261352538], [-76.9898910522461, 35.15404510498046], [-76.94422912597658, 35.09972381591797], [-76.94324493408203, 35.0700340270996], [-77.04788208007812, 35.092155456542976], [-77.10467529296875, 35.08798599243163], [-77.11058807373047, 35.066036224365234], [-77.13111877441406, 35.06928253173829], [-77.14044952392578, 35.054237365722656], [-77.17924499511719, 35.05335998535157], [-77.20551300048828, 35.08805465698242], [-77.42340850830078, 35.194305419921875], [-77.4740982055664, 35.227191925048814], [-77.42964935302734, 35.259838104248054], [-77.4485092163086, 35.285675048828125], [-77.45021057128906, 35.302059173583984], [-77.41315460205078, 35.33121871948242], [-77.38616180419922, 35.32926177978516], [-77.35421752929688, 35.32355499267578], [-77.2938003540039, 35.37395095825196], [-77.26419067382812, 35.350112915039055], [-77.24430084228516, 35.354190826416016], [-77.24054718017578, 35.37998580932617], [-77.2112045288086, 35.3956413269043], [-77.19496154785156, 35.42295455932617], [-76.8976058959961, 35.25157165527344]]], [[[-76.64704895019531, 34.906333923339844], [-76.62561798095703, 34.890647888183594], [-76.75021362304688, 34.848274230957024], [-77.04900360107422, 34.83119201660156], [-77.10953521728516, 34.83042907714844], [-77.1033706665039, 35.02426147460937], [-77.11058807373047, 35.066036224365234], [-77.00119018554688, 35.05288696289063], [-76.9131088256836, 34.93647003173829], [-76.64704895019531, 34.906333923339844]]]], "type": "MultiPolygon"}, "id": "90", "properties": {"AREA": 0.177, "BIR74": 5868.0, "BIR79": 7595.0, "CNTY_": 2119, "CNTY_ID": 2119, "CRESS_ID": 25, "FIPS": "37049", "FIPSNO": 37049, "NAME": "Craven", "NWBIR74": 1744.0, "NWBIR79": 2342.0, "NWR74": 297.205181, "NWR79": 308.360764, "PERIMETER": 2.916, "SID74": 13.0, "SID79": 18.0, "SIDR74": 2.215406, "SIDR79": 2.36998, "__folium_color": "#1fa187", "cardinalities": 6}, "type": "Feature"}, {"bbox": [-79.68595886230469, 34.634090423583984, -79.32797241210938, 35.03735733032227], "geometry": {"coordinates": [[[-79.45597076416016, 34.634090423583984], [-79.6675033569336, 34.800662994384766], [-79.68595886230469, 34.805255889892564], [-79.66014862060547, 34.81789779663085], [-79.61144256591797, 34.8177490234375], [-79.6219253540039, 34.84957122802734], [-79.56558990478517, 34.90750122070313], [-79.58052062988281, 34.94478988647461], [-79.57304382324219, 34.97836685180665], [-79.54710388183594, 35.00006103515624], [-79.45536041259766, 35.03735733032227], [-79.3984146118164, 34.9962158203125], [-79.36067962646484, 34.94470977783204], [-79.34030151367188, 34.83560943603514], [-79.34445190429688, 34.80883789062501], [-79.32797241210938, 34.77241134643555], [-79.45597076416016, 34.634090423583984]]], "type": "Polygon"}, "id": "91", "properties": {"AREA": 0.08, "BIR74": 2255.0, "BIR79": 2617.0, "CNTY_": 2123, "CNTY_ID": 2123, "CRESS_ID": 83, "FIPS": "37165", "FIPSNO": 37165, "NAME": "Scotland", "NWBIR74": 1206.0, "NWBIR79": 1436.0, "NWR74": 534.81153, "NWR79": 548.719908, "PERIMETER": 1.188, "SID74": 8.0, "SID79": 16.0, "SIDR74": 3.547672, "SIDR79": 6.113871, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-77.68983459472656, 34.45700836181641, -77.12939453125, 34.9840202331543], "geometry": {"coordinates": [[[-77.53863525390625, 34.45700836181641], [-77.57633209228516, 34.469345092773445], [-77.68983459472656, 34.72019577026367], [-77.65526580810547, 34.9189338684082], [-77.68299102783203, 34.966724395751946], [-77.63925170898438, 34.9840202331543], [-77.4996337890625, 34.96250534057617], [-77.3699722290039, 34.914249420166016], [-77.33513641357422, 34.93254089355468], [-77.28542327880861, 34.92640304565429], [-77.22299194335938, 34.884510040283196], [-77.20626831054688, 34.835502624511726], [-77.18006134033203, 34.832149505615234], [-77.19284057617188, 34.80428695678711], [-77.16426086425783, 34.77451705932617], [-77.14895629882812, 34.76433181762695], [-77.12939453125, 34.6849136352539], [-77.15660095214845, 34.660636901855476], [-77.53863525390625, 34.45700836181641]]], "type": "Polygon"}, "id": "92", "properties": {"AREA": 0.195, "BIR74": 11158.0, "BIR79": 14655.0, "CNTY_": 2146, "CNTY_ID": 2146, "CRESS_ID": 67, "FIPS": "37133", "FIPSNO": 37133, "NAME": "Onslow", "NWBIR74": 2217.0, "NWBIR79": 3568.0, "NWR74": 198.691522, "NWR79": 243.466394, "PERIMETER": 1.783, "SID74": 29.0, "SID79": 23.0, "SIDR74": 2.599032, "SIDR79": 1.56943, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-79.45597076416016, 34.30457305908203, -78.8033218383789, 34.9538230895996], "geometry": {"coordinates": [[[-78.86450958251953, 34.47719573974609], [-78.91947174072266, 34.45363998413086], [-78.95073699951172, 34.449382781982415], [-78.9753646850586, 34.39916610717773], [-79.00223541259766, 34.38804244995117], [-79.00641632080078, 34.366268157958984], [-79.02947235107422, 34.347373962402344], [-79.04094696044922, 34.319297790527344], [-79.07450103759766, 34.30457305908203], [-79.4471435546875, 34.61906051635743], [-79.45597076416016, 34.634090423583984], [-79.32797241210938, 34.77241134643555], [-79.34445190429688, 34.80883789062501], [-79.34030151367188, 34.83560943603514], [-79.18185424804688, 34.83188247680663], [-79.03360748291016, 34.9538230895996], [-78.948486328125, 34.90268325805663], [-78.92862701416016, 34.879798889160156], [-78.91255187988283, 34.82742309570313], [-78.89626312255861, 34.830902099609375], [-78.84170532226562, 34.735000610351555], [-78.8033218383789, 34.68510437011718], [-78.85260009765625, 34.56658172607421], [-78.84566497802734, 34.50745391845703], [-78.86450958251953, 34.47719573974609]]], "type": "Polygon"}, "id": "93", "properties": {"AREA": 0.24, "BIR74": 7889.0, "BIR79": 9087.0, "CNTY_": 2150, "CNTY_ID": 2150, "CRESS_ID": 78, "FIPS": "37155", "FIPSNO": 37155, "NAME": "Robeson", "NWBIR74": 5904.0, "NWBIR79": 6899.0, "NWR74": 748.383826, "NWR79": 759.216463, "PERIMETER": 2.004, "SID74": 31.0, "SID79": 26.0, "SIDR74": 3.929522, "SIDR79": 2.86123, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-77.16426086425783, 34.58782958984375, -76.28770446777344, 35.016658782958984], "geometry": {"coordinates": [[[[-77.14895629882812, 34.76433181762695], [-77.16426086425783, 34.77451705932617], [-77.15982055664062, 34.78849792480469], [-77.10069274902344, 34.7974967956543], [-77.07313537597656, 34.815441131591804], [-77.05746459960938, 34.81504821777343], [-77.04900360107422, 34.83119201660156], [-76.75021362304688, 34.848274230957024], [-76.62561798095703, 34.890647888183594], [-76.64704895019531, 34.906333923339844], [-76.67005920410156, 34.96999740600585], [-76.52977752685547, 34.97463607788085], [-76.44503021240234, 35.016658782958984], [-76.42405700683594, 34.946247100830085], [-76.364013671875, 34.943111419677734], [-76.32940673828125, 34.97595596313477], [-76.31471252441406, 34.94881439208984], [-76.46990203857422, 34.78506088256836], [-76.62531280517578, 34.71975326538086], [-77.05052947998047, 34.69891738891602], [-77.14895629882812, 34.76433181762695]]], [[[-76.54427337646486, 34.58782958984375], [-76.55514526367188, 34.61066055297852], [-76.53775024414062, 34.61392211914062], [-76.48448181152344, 34.69763183593751], [-76.43229675292969, 34.76068496704101], [-76.37467956542969, 34.81287002563477], [-76.28770446777344, 34.87701034545899], [-76.4692611694336, 34.693283081054695], [-76.54427337646486, 34.58782958984375]]]], "type": "MultiPolygon"}, "id": "94", "properties": {"AREA": 0.125, "BIR74": 2414.0, "BIR79": 3339.0, "CNTY_": 2156, "CNTY_ID": 2156, "CRESS_ID": 16, "FIPS": "37031", "FIPSNO": 37031, "NAME": "Carteret", "NWBIR74": 341.0, "NWBIR79": 487.0, "NWR74": 141.259321, "NWR79": 145.852052, "PERIMETER": 2.868, "SID74": 5.0, "SID79": 4.0, "SIDR74": 2.071251, "SIDR79": 1.197963, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}, {"bbox": [-78.89626312255861, 34.364421844482415, -78.169677734375, 34.85510635375977], "geometry": {"coordinates": [[[-78.2614974975586, 34.3947868347168], [-78.3289794921875, 34.364421844482415], [-78.43794250488281, 34.37184143066406], [-78.6380844116211, 34.45114517211915], [-78.65982055664062, 34.45094299316406], [-78.66849517822266, 34.46512985229493], [-78.8118896484375, 34.455318450927734], [-78.83635711669922, 34.45919799804686], [-78.86450958251953, 34.47719573974609], [-78.84566497802734, 34.50745391845703], [-78.85260009765625, 34.56658172607421], [-78.8033218383789, 34.68510437011718], [-78.84170532226562, 34.735000610351555], [-78.89626312255861, 34.830902099609375], [-78.83165740966797, 34.844356536865234], [-78.51744079589844, 34.843528747558594], [-78.4992904663086, 34.85510635375977], [-78.4010009765625, 34.75933074951172], [-78.38667297363281, 34.72188949584961], [-78.36381530761719, 34.69204330444335], [-78.3388671875, 34.6826057434082], [-78.32234191894531, 34.64557266235351], [-78.30970001220703, 34.635852813720696], [-78.31988525390625, 34.63009262084961], [-78.30590057373047, 34.60535812377929], [-78.27461242675781, 34.58127593994141], [-78.25680541992188, 34.553752899169915], [-78.26240539550781, 34.52793884277344], [-78.25505828857422, 34.507381439208984], [-78.169677734375, 34.46245193481445], [-78.2614974975586, 34.3947868347168]]], "type": "Polygon"}, "id": "95", "properties": {"AREA": 0.225, "BIR74": 1782.0, "BIR79": 2052.0, "CNTY_": 2162, "CNTY_ID": 2162, "CRESS_ID": 9, "FIPS": "37017", "FIPSNO": 37017, "NAME": "Bladen", "NWBIR74": 818.0, "NWBIR79": 1023.0, "NWR74": 459.034792, "NWR79": 498.538012, "PERIMETER": 2.107, "SID74": 8.0, "SID79": 5.0, "SIDR74": 4.489338, "SIDR79": 2.436647, "__folium_color": "#277f8e", "cardinalities": 5}, "type": "Feature"}, {"bbox": [-78.26240539550781, 34.30504608154297, -77.53863525390625, 34.728931427001946], "geometry": {"coordinates": [[[-78.02592468261719, 34.32876968383788], [-78.13024139404297, 34.36412429809569], [-78.15478515625, 34.36224365234376], [-78.18461608886719, 34.34817123413085], [-78.19456481933594, 34.351051330566406], [-78.2614974975586, 34.3947868347168], [-78.169677734375, 34.46245193481445], [-78.25505828857422, 34.507381439208984], [-78.26240539550781, 34.52793884277344], [-78.25680541992188, 34.553752899169915], [-78.1567611694336, 34.67715454101562], [-78.11373901367188, 34.699180603027344], [-78.11376953125, 34.72098541259764], [-78.01736450195312, 34.728931427001946], [-77.98915100097656, 34.717094421386726], [-77.9393081665039, 34.719406127929695], [-77.92667388916016, 34.711006164550774], [-77.68983459472656, 34.72019577026367], [-77.57633209228516, 34.469345092773445], [-77.53863525390625, 34.45700836181641], [-77.58676147460938, 34.420936584472656], [-77.60972595214844, 34.43504333496095], [-77.60261535644531, 34.412628173828125], [-77.75052642822266, 34.30504608154297], [-77.80914306640625, 34.359432220458984], [-77.82838439941406, 34.38796997070313], [-77.88806915283203, 34.364070892333984], [-77.92178344726562, 34.373313903808594], [-77.94393920898438, 34.35643768310547], [-77.94981384277344, 34.366085052490234], [-77.97907257080078, 34.375686645507805], [-77.99445343017578, 34.362316131591804], [-77.98667907714844, 34.33991622924805], [-78.02592468261719, 34.32876968383788]]], "type": "Polygon"}, "id": "96", "properties": {"AREA": 0.214, "BIR74": 1228.0, "BIR79": 1602.0, "CNTY_": 2185, "CNTY_ID": 2185, "CRESS_ID": 71, "FIPS": "37141", "FIPSNO": 37141, "NAME": "Pender", "NWBIR74": 580.0, "NWBIR79": 763.0, "NWR74": 472.312704, "NWR79": 476.27965, "PERIMETER": 2.152, "SID74": 4.0, "SID79": 3.0, "SIDR74": 3.257329, "SIDR79": 1.872659, "__folium_color": "#4ac16d", "cardinalities": 7}, "type": "Feature"}, {"bbox": [-79.07450103759766, 33.948673248291, -78.15478515625, 34.47719573974609], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-79.07450103759766, 34.30457305908203], [-79.04094696044922, 34.319297790527344], [-79.02947235107422, 34.347373962402344], [-79.00641632080078, 34.366268157958984], [-79.00223541259766, 34.38804244995117], [-78.9753646850586, 34.39916610717773], [-78.95073699951172, 34.449382781982415], [-78.91947174072266, 34.45363998413086], [-78.86450958251953, 34.47719573974609], [-78.83635711669922, 34.45919799804686], [-78.8118896484375, 34.455318450927734], [-78.66849517822266, 34.46512985229493], [-78.65982055664062, 34.45094299316406], [-78.6380844116211, 34.45114517211915], [-78.43794250488281, 34.37184143066406], [-78.3289794921875, 34.364421844482415], [-78.2614974975586, 34.3947868347168], [-78.19456481933594, 34.351051330566406], [-78.18461608886719, 34.34817123413085], [-78.15478515625, 34.36224365234376], [-78.26106262207031, 34.21526336669921], [-78.37357330322266, 34.20235061645508], [-78.36112213134766, 34.186721801757805], [-78.42543029785158, 34.138065338134766], [-78.49274444580078, 34.15850448608399], [-78.52723693847656, 34.15485763549805], [-78.54428100585938, 34.13416290283203], [-78.56343078613281, 34.05894470214844], [-78.58778381347656, 34.0306053161621], [-78.63027191162111, 34.01020050048828], [-78.63471984863281, 33.977977752685554], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "97", "properties": {"AREA": 0.24, "BIR74": 3350.0, "BIR79": 4144.0, "CNTY_": 2232, "CNTY_ID": 2232, "CRESS_ID": 24, "FIPS": "37047", "FIPSNO": 37047, "NAME": "Columbus", "NWBIR74": 1431.0, "NWBIR79": 1832.0, "NWR74": 427.164179, "NWR79": 442.084942, "PERIMETER": 2.365, "SID74": 15.0, "SID79": 17.0, "SIDR74": 4.477612, "SIDR79": 4.102317, "__folium_color": "#365c8d", "cardinalities": 4}, "type": "Feature"}, {"bbox": [-78.02592468261719, 34.062034606933594, -77.75052642822266, 34.38796997070313], "geometry": {"coordinates": [[[-77.96073150634766, 34.18924331665039], [-77.96586608886719, 34.242286682128906], [-77.97528076171875, 34.24336242675782], [-77.98314666748047, 34.26168060302734], [-78.0002212524414, 34.26788330078124], [-77.99539184570312, 34.282798767089844], [-78.00701904296875, 34.28481674194336], [-78.01130676269531, 34.31261444091797], [-78.02592468261719, 34.32876968383788], [-77.98667907714844, 34.33991622924805], [-77.99445343017578, 34.362316131591804], [-77.97907257080078, 34.375686645507805], [-77.94981384277344, 34.366085052490234], [-77.94393920898438, 34.35643768310547], [-77.92178344726562, 34.373313903808594], [-77.88806915283203, 34.364070892333984], [-77.82838439941406, 34.38796997070313], [-77.80914306640625, 34.359432220458984], [-77.75052642822266, 34.30504608154297], [-77.86438751220703, 34.1927375793457], [-77.89440155029297, 34.0691795349121], [-77.9267578125, 34.062034606933594], [-77.96073150634766, 34.18924331665039]]], "type": "Polygon"}, "id": "98", "properties": {"AREA": 0.042, "BIR74": 5526.0, "BIR79": 6917.0, "CNTY_": 2238, "CNTY_ID": 2238, "CRESS_ID": 65, "FIPS": "37129", "FIPSNO": 37129, "NAME": "New Hanover", "NWBIR74": 1633.0, "NWBIR79": 2100.0, "NWR74": 295.512125, "NWR79": 303.599827, "PERIMETER": 0.999, "SID74": 12.0, "SID79": 9.0, "SIDR74": 2.171553, "SIDR79": 1.301142, "__folium_color": "#440154", "cardinalities": 2}, "type": "Feature"}, {"bbox": [-78.65571594238281, 33.88199234008788, -77.95852661132812, 34.36412429809569], "geometry": {"coordinates": [[[-78.65571594238281, 33.948673248291], [-78.63471984863281, 33.977977752685554], [-78.63027191162111, 34.01020050048828], [-78.58778381347656, 34.0306053161621], [-78.56343078613281, 34.05894470214844], [-78.54428100585938, 34.13416290283203], [-78.52723693847656, 34.15485763549805], [-78.49274444580078, 34.15850448608399], [-78.42543029785158, 34.138065338134766], [-78.36112213134766, 34.186721801757805], [-78.37357330322266, 34.20235061645508], [-78.26106262207031, 34.21526336669921], [-78.15478515625, 34.36224365234376], [-78.13024139404297, 34.36412429809569], [-78.02592468261719, 34.32876968383788], [-78.01130676269531, 34.31261444091797], [-78.00701904296875, 34.28481674194336], [-77.99539184570312, 34.282798767089844], [-78.0002212524414, 34.26788330078124], [-77.98314666748047, 34.26168060302734], [-77.97528076171875, 34.24336242675782], [-77.96586608886719, 34.242286682128906], [-77.96073150634766, 34.18924331665039], [-77.95852661132812, 33.99258041381836], [-78.03480529785156, 33.914291381835945], [-78.57971954345703, 33.88199234008788], [-78.65571594238281, 33.948673248291]]], "type": "Polygon"}, "id": "99", "properties": {"AREA": 0.212, "BIR74": 2181.0, "BIR79": 2655.0, "CNTY_": 2241, "CNTY_ID": 2241, "CRESS_ID": 10, "FIPS": "37019", "FIPSNO": 37019, "NAME": "Brunswick", "NWBIR74": 659.0, "NWBIR79": 841.0, "NWR74": 302.154975, "NWR79": 316.760829, "PERIMETER": 2.024, "SID74": 5.0, "SID79": 6.0, "SIDR74": 2.292526, "SIDR79": 2.259887, "__folium_color": "#46327e", "cardinalities": 3}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_f17383e6e19f5b6583be75e8145c8d27.bindTooltip(\n", + " geo_json_b1775bee21c704ce2c0b465ad749e42b.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -2147,45 +2147,45 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_f17383e6e19f5b6583be75e8145c8d27.addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " geo_json_b1775bee21c704ce2c0b465ad749e42b.addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", " \n", " \n", - " var color_map_6c95dad0a388897bd0f35f96c8815bf0 = {};\n", + " var color_map_78f3c3977978f718a5e4a66c790169ac = {};\n", "\n", " \n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.color = d3.scale.threshold()\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.color = d3.scale.threshold()\n", " .domain([2.0, 2.0140280561122244, 2.0280561122244487, 2.0420841683366735, 2.056112224448898, 2.070140280561122, 2.0841683366733466, 2.0981963927855714, 2.1122244488977957, 2.12625250501002, 2.1402805611222444, 2.1543086172344688, 2.1683366733466936, 2.182364729458918, 2.1963927855711423, 2.2104208416833666, 2.2244488977955914, 2.2384769539078158, 2.25250501002004, 2.2665330661322645, 2.280561122244489, 2.2945891783567136, 2.308617234468938, 2.3226452905811623, 2.3366733466933867, 2.350701402805611, 2.364729458917836, 2.37875751503006, 2.3927855711422845, 2.406813627254509, 2.420841683366733, 2.434869739478958, 2.4488977955911824, 2.4629258517034067, 2.476953907815631, 2.490981963927856, 2.50501002004008, 2.5190380761523046, 2.533066132264529, 2.5470941883767537, 2.561122244488978, 2.5751503006012024, 2.5891783567134268, 2.603206412825651, 2.617234468937876, 2.6312625250501003, 2.6452905811623246, 2.659318637274549, 2.6733466933867733, 2.687374749498998, 2.7014028056112225, 2.715430861723447, 2.729458917835671, 2.7434869739478955, 2.7575150300601203, 2.7715430861723447, 2.785571142284569, 2.799599198396794, 2.813627254509018, 2.8276553106212425, 2.841683366733467, 2.8557114228456912, 2.869739478957916, 2.8837675350701404, 2.8977955911823647, 2.911823647294589, 2.9258517034068134, 2.9398797595190382, 2.9539078156312626, 2.967935871743487, 2.9819639278557113, 2.9959919839679356, 3.0100200400801604, 3.024048096192385, 3.038076152304609, 3.052104208416834, 3.066132264529058, 3.0801603206412826, 3.094188376753507, 3.1082164328657313, 3.122244488977956, 3.13627254509018, 3.150300601202405, 3.164328657314629, 3.1783567134268536, 3.1923847695390783, 3.2064128256513027, 3.220440881763527, 3.2344689378757514, 3.2484969939879758, 3.2625250501002006, 3.276553106212425, 3.2905811623246493, 3.304609218436874, 3.318637274549098, 3.3326653306613228, 3.346693386773547, 3.3607214428857715, 3.3747494989979963, 3.38877755511022, 3.402805611222445, 3.4168336673346693, 3.4308617234468937, 3.4448897795591185, 3.4589178356713424, 3.472945891783567, 3.4869739478957915, 3.501002004008016, 3.5150300601202407, 3.529058116232465, 3.5430861723446894, 3.5571142284569137, 3.571142284569138, 3.585170340681363, 3.599198396793587, 3.6132264529058116, 3.6272545090180364, 3.6412825651302603, 3.655310621242485, 3.6693386773547094, 3.6833667334669338, 3.6973947895791586, 3.7114228456913825, 3.7254509018036073, 3.7394789579158316, 3.753507014028056, 3.7675350701402808, 3.7815631262525047, 3.7955911823647295, 3.809619238476954, 3.823647294589178, 3.837675350701403, 3.8517034068136273, 3.8657314629258517, 3.8797595190380765, 3.8937875751503004, 3.907815631262525, 3.9218436873747495, 3.935871743486974, 3.9498997995991987, 3.9639278557114226, 3.9779559118236474, 3.9919839679358717, 4.006012024048096, 4.020040080160321, 4.034068136272545, 4.04809619238477, 4.062124248496994, 4.076152304609218, 4.090180360721443, 4.104208416833668, 4.118236472945892, 4.132264529058116, 4.1462925851703405, 4.160320641282565, 4.174348697394789, 4.188376753507014, 4.202404809619239, 4.216432865731463, 4.2304609218436875, 4.244488977955912, 4.258517034068136, 4.27254509018036, 4.286573146292586, 4.30060120240481, 4.314629258517034, 4.328657314629258, 4.342685370741483, 4.356713426853707, 4.370741482965932, 4.384769539078157, 4.398797595190381, 4.412825651302605, 4.42685370741483, 4.440881763527054, 4.454909819639278, 4.468937875751503, 4.482965931863728, 4.4969939879759515, 4.511022044088176, 4.525050100200401, 4.539078156312625, 4.55310621242485, 4.567134268537075, 4.5811623246492985, 4.595190380761522, 4.609218436873748, 4.623246492985972, 4.637274549098196, 4.651302605210421, 4.6653306613226455, 4.679358717434869, 4.693386773547094, 4.707414829659319, 4.721442885771543, 4.735470941883768, 4.7494989979959925, 4.763527054108216, 4.77755511022044, 4.791583166332665, 4.80561122244489, 4.819639278557114, 4.833667334669339, 4.847695390781563, 4.861723446893787, 4.875751503006012, 4.889779559118237, 4.903807615230461, 4.917835671342685, 4.93186372745491, 4.945891783567134, 4.959919839679358, 4.973947895791583, 4.987975951903808, 5.002004008016032, 5.0160320641282565, 5.030060120240481, 5.044088176352705, 5.05811623246493, 5.072144288577155, 5.086172344689379, 5.100200400801603, 5.114228456913827, 5.128256513026052, 5.142284569138276, 5.156312625250501, 5.170340681362726, 5.18436873747495, 5.198396793587174, 5.212424849699399, 5.226452905811623, 5.240480961923847, 5.254509018036073, 5.268537074148297, 5.2825651302605205, 5.296593186372745, 5.31062124248497, 5.324649298597194, 5.338677354709419, 5.352705410821644, 5.3667334669338675, 5.380761523046092, 5.394789579158317, 5.408817635270541, 5.422845691382765, 5.436873747494991, 5.4509018036072145, 5.4649298597194385, 5.478957915831663, 5.492985971943888, 5.507014028056112, 5.521042084168337, 5.5350701402805615, 5.5490981963927855, 5.563126252505009, 5.577154308617235, 5.591182364729459, 5.605210420841683, 5.619238476953908, 5.6332665330661325, 5.647294589178356, 5.661322645290581, 5.675350701402806, 5.68937875751503, 5.703406813627255, 5.7174348697394795, 5.731462925851703, 5.745490981963927, 5.759519038076153, 5.773547094188377, 5.787575150300601, 5.801603206412826, 5.81563126252505, 5.829659318637274, 5.843687374749499, 5.857715430861724, 5.871743486973948, 5.885771543086173, 5.899799599198397, 5.913827655310621, 5.927855711422845, 5.94188376753507, 5.955911823647295, 5.969939879759519, 5.9839679358717435, 5.997995991983968, 6.012024048096192, 6.026052104208417, 6.040080160320641, 6.054108216432866, 6.0681362725450905, 6.082164328657314, 6.096192384769539, 6.110220440881764, 6.124248496993988, 6.138276553106213, 6.152304609218437, 6.166332665330661, 6.180360721442886, 6.19438877755511, 6.208416833667335, 6.222444889779559, 6.236472945891784, 6.250501002004008, 6.264529058116232, 6.278557114228457, 6.292585170340681, 6.306613226452906, 6.320641282565131, 6.3346693386773545, 6.348697394789579, 6.362725450901803, 6.376753507014028, 6.390781563126253, 6.404809619238477, 6.4188376753507015, 6.432865731462926, 6.44689378757515, 6.460921843687375, 6.474949899799599, 6.488977955911824, 6.5030060120240485, 6.517034068136272, 6.531062124248497, 6.545090180360721, 6.559118236472946, 6.573146292585171, 6.587174348697395, 6.601202404809619, 6.615230460921843, 6.629258517034068, 6.643286573146293, 6.657314629258517, 6.671342685370742, 6.6853707414829655, 6.69939879759519, 6.713426853707415, 6.727454909819639, 6.741482965931864, 6.755511022044089, 6.7695390781563125, 6.783567134268537, 6.797595190380761, 6.811623246492986, 6.825651302605211, 6.839679358717435, 6.8537074148296595, 6.867735470941883, 6.881763527054108, 6.895791583166333, 6.909819639278557, 6.923847695390782, 6.937875751503006, 6.95190380761523, 6.965931863727455, 6.979959919839679, 6.993987975951904, 7.008016032064128, 7.022044088176353, 7.036072144288577, 7.050100200400801, 7.064128256513026, 7.078156312625251, 7.092184368737475, 7.1062124248497, 7.1202404809619235, 7.134268537074148, 7.148296593186373, 7.162324649298597, 7.176352705410822, 7.190380761523046, 7.2044088176352705, 7.218436873747495, 7.232464929859719, 7.246492985971944, 7.260521042084168, 7.274549098196393, 7.2885771543086175, 7.302605210420841, 7.316633266533066, 7.330661322645291, 7.344689378757515, 7.35871743486974, 7.372745490981964, 7.386773547094188, 7.400801603206413, 7.414829659318637, 7.428857715430862, 7.442885771543086, 7.456913827655311, 7.470941883767535, 7.484969939879759, 7.498997995991984, 7.513026052104208, 7.527054108216433, 7.541082164328658, 7.5551102204408815, 7.569138276553106, 7.58316633266533, 7.597194388777555, 7.61122244488978, 7.625250501002004, 7.6392785571142285, 7.653306613226453, 7.667334669338677, 7.681362725450902, 7.695390781563126, 7.709418837675351, 7.7234468937875755, 7.7374749498997994, 7.751503006012024, 7.765531062124248, 7.779559118236473, 7.793587174348698, 7.807615230460922, 7.8216432865731464, 7.83567134268537, 7.849699398797595, 7.86372745490982, 7.877755511022044, 7.891783567134269, 7.905811623246493, 7.919839679358717, 7.933867735470942, 7.947895791583166, 7.961923847695391, 7.975951903807616, 7.98997995991984, 8.004008016032063, 8.018036072144287, 8.032064128256513, 8.046092184368739, 8.060120240480963, 8.074148296593187, 8.08817635270541, 8.102204408817634, 8.11623246492986, 8.130260521042084, 8.14428857715431, 8.158316633266534, 8.172344689378757, 8.186372745490981, 8.200400801603205, 8.214428857715431, 8.228456913827655, 8.24248496993988, 8.256513026052104, 8.270541082164328, 8.284569138276552, 8.298597194388778, 8.312625250501002, 8.326653306613228, 8.340681362725451, 8.354709418837675, 8.3687374749499, 8.382765531062123, 8.396793587174349, 8.410821643286573, 8.424849699398798, 8.438877755511022, 8.452905811623246, 8.46693386773547, 8.480961923847694, 8.49498997995992, 8.509018036072145, 8.52304609218437, 8.537074148296593, 8.551102204408817, 8.565130260521041, 8.579158316633267, 8.59318637274549, 8.607214428857716, 8.62124248496994, 8.635270541082164, 8.649298597194388, 8.663326653306612, 8.677354709418838, 8.691382765531063, 8.705410821643287, 8.719438877755511, 8.733466933867735, 8.747494989979959, 8.761523046092185, 8.775551102204409, 8.789579158316634, 8.803607214428858, 8.817635270541082, 8.831663326653306, 8.84569138276553, 8.859719438877756, 8.873747494989981, 8.887775551102205, 8.901803607214429, 8.915831663326653, 8.929859719438877, 8.943887775551103, 8.957915831663327, 8.971943887775552, 8.985971943887776, 9.0])\n", " .range(['#440154ff', '#440155ff', '#440256ff', '#440356ff', '#450457ff', '#450458ff', '#450559ff', '#450659ff', '#46075aff', '#46075bff', '#46085cff', '#46095cff', '#460a5dff', '#460a5eff', '#460b5eff', '#460c5fff', '#470d60ff', '#470d61ff', '#470e61ff', '#470f62ff', '#471063ff', '#471064ff', '#471164ff', '#471265ff', '#471365ff', '#481366ff', '#481467ff', '#481568ff', '#481668ff', '#481669ff', '#481769ff', '#48176aff', '#48186bff', '#48196cff', '#481a6cff', '#481a6dff', '#481b6dff', '#481c6eff', '#481c6eff', '#481d6fff', '#481d6fff', '#481f70ff', '#481f70ff', '#482071ff', '#482072ff', '#482173ff', '#482273ff', '#482374ff', '#482374ff', '#482475ff', '#482476ff', '#482576ff', '#482577ff', '#482677ff', '#482778ff', '#482878ff', '#482879ff', '#482979ff', '#47297aff', '#472a7aff', '#472b7aff', '#472c7aff', '#472c7bff', '#472d7bff', '#472d7cff', '#472e7cff', '#472e7dff', '#472f7dff', '#462f7eff', '#46307eff', '#46317eff', '#46327eff', '#46327fff', '#46337fff', '#463480ff', '#453480ff', '#453581ff', '#453581ff', '#453681ff', '#453781ff', '#453882ff', '#443882ff', '#443983ff', '#443983ff', '#443a83ff', '#443a83ff', '#443b84ff', '#433c84ff', '#433d84ff', '#433d85ff', '#433e85ff', '#423e85ff', '#423f85ff', '#423f86ff', '#424086ff', '#424086ff', '#424186ff', '#414187ff', '#414287ff', '#414387ff', '#414487ff', '#404488ff', '#404588ff', '#404588ff', '#404688ff', '#3f4688ff', '#3f4788ff', '#3f4789ff', '#3f4889ff', '#3e4889ff', '#3e4989ff', '#3e4a89ff', '#3e4a89ff', '#3e4b8aff', '#3d4c8aff', '#3d4d8aff', '#3d4d8aff', '#3d4e8aff', '#3c4e8aff', '#3c4f8aff', '#3c4f8aff', '#3c508bff', '#3b508bff', '#3b518bff', '#3b518bff', '#3b528bff', '#3a528bff', '#3a538bff', '#3a538bff', '#3a548cff', '#39548cff', '#39558cff', '#39558cff', '#39568cff', '#38578cff', '#38588cff', '#38588cff', '#38598cff', '#37598cff', '#375a8cff', '#375a8dff', '#375b8dff', '#365b8dff', '#365c8dff', '#365c8dff', '#365d8dff', '#355d8dff', '#355e8dff', '#355f8dff', '#355f8dff', '#34608dff', '#34608dff', '#34618dff', '#34618dff', '#33628dff', '#33628dff', '#33638dff', '#32638dff', '#32648eff', '#32648eff', '#32658eff', '#31658eff', '#31668eff', '#31668eff', '#31678eff', '#31678eff', '#31688eff', '#30688eff', '#30698eff', '#30698eff', '#306a8eff', '#2f6a8eff', '#2f6b8eff', '#2f6b8eff', '#2f6c8eff', '#2e6c8eff', '#2e6d8eff', '#2e6d8eff', '#2e6e8eff', '#2e6e8eff', '#2e6f8eff', '#2d6f8eff', '#2d708eff', '#2d708eff', '#2d718eff', '#2c718eff', '#2c718eff', '#2c728eff', '#2c728eff', '#2c738eff', '#2c738eff', '#2b748eff', '#2b748eff', '#2b758eff', '#2b758eff', '#2a768eff', '#2a768eff', '#2a778eff', '#2a778eff', '#2a788eff', '#29788eff', '#29798eff', '#29798eff', '#297a8eff', '#297a8eff', '#297b8eff', '#287b8eff', '#287c8eff', '#287c8eff', '#287d8eff', '#277d8eff', '#277e8eff', '#277e8eff', '#277f8eff', '#277f8eff', '#27808eff', '#26808eff', '#26818eff', '#26818eff', '#26828eff', '#26828eff', '#26828eff', '#25828eff', '#25838eff', '#25838eff', '#25848eff', '#25858eff', '#25858eff', '#24868eff', '#24868eff', '#24878eff', '#24878eff', '#23888eff', '#23888eff', '#23898eff', '#23898eff', '#238a8dff', '#238a8dff', '#228b8dff', '#228b8dff', '#228c8dff', '#228c8dff', '#228d8dff', '#218d8dff', '#218e8dff', '#218e8dff', '#218f8dff', '#218f8dff', '#21908dff', '#21908dff', '#21918cff', '#20918cff', '#20928cff', '#20928cff', '#20928cff', '#20928cff', '#20938cff', '#1f938cff', '#1f948cff', '#1f948cff', '#1f958bff', '#1f958bff', '#1f968bff', '#1f968bff', '#1f978bff', '#1f988bff', '#1f988bff', '#1f998bff', '#1f998aff', '#1f9a8aff', '#1f9a8aff', '#1e9b8aff', '#1e9b8aff', '#1e9c8aff', '#1e9c89ff', '#1e9d89ff', '#1e9d89ff', '#1e9e89ff', '#1f9e89ff', '#1f9f88ff', '#1f9f88ff', '#1fa088ff', '#1fa088ff', '#1fa188ff', '#1fa188ff', '#1fa187ff', '#1fa187ff', '#1fa287ff', '#1fa287ff', '#1fa386ff', '#20a386ff', '#20a486ff', '#20a486ff', '#20a585ff', '#21a585ff', '#21a685ff', '#21a685ff', '#21a785ff', '#22a785ff', '#22a884ff', '#22a884ff', '#22a983ff', '#23a983ff', '#23aa83ff', '#24ab83ff', '#25ab82ff', '#25ac82ff', '#25ac82ff', '#25ad82ff', '#26ad81ff', '#26ad81ff', '#27ad81ff', '#27ae81ff', '#28ae80ff', '#28af80ff', '#29af7fff', '#29b07fff', '#2ab07fff', '#2bb17eff', '#2cb17eff', '#2cb27dff', '#2db27dff', '#2db37cff', '#2eb37cff', '#2eb47cff', '#2fb47cff', '#30b57bff', '#31b57bff', '#31b67aff', '#32b67aff', '#33b679ff', '#34b679ff', '#34b779ff', '#35b779ff', '#36b878ff', '#37b878ff', '#37b977ff', '#38b977ff', '#39ba76ff', '#3aba76ff', '#3abb75ff', '#3bbb75ff', '#3cbc74ff', '#3dbc74ff', '#3ebc73ff', '#3fbd73ff', '#40bd72ff', '#40be72ff', '#41be71ff', '#42bf71ff', '#43bf70ff', '#45c070ff', '#46c06fff', '#47c16fff', '#48c16eff', '#49c16eff', '#4ac16dff', '#4bc26cff', '#4cc26cff', '#4dc36bff', '#4ec36bff', '#4fc46aff', '#50c46aff', '#51c569ff', '#52c569ff', '#53c568ff', '#54c568ff', '#55c667ff', '#56c667ff', '#57c766ff', '#58c765ff', '#59c864ff', '#5ac864ff', '#5bc863ff', '#5cc863ff', '#5dc962ff', '#5ec962ff', '#5fca61ff', '#60ca60ff', '#62cb5fff', '#63cb5fff', '#64cb5eff', '#65cc5dff', '#66cc5cff', '#67cd5cff', '#68cd5bff', '#6acd5bff', '#6bcd5aff', '#6cce59ff', '#6ece58ff', '#6fcf58ff', '#70cf57ff', '#71d057ff', '#72d056ff', '#74d055ff', '#75d054ff', '#76d153ff', '#77d153ff', '#78d152ff', '#7ad151ff', '#7bd250ff', '#7cd250ff', '#7dd34fff', '#7fd34eff', '#80d34dff', '#81d34dff', '#82d44cff', '#84d44bff', '#85d54aff', '#86d549ff', '#88d548ff', '#89d548ff', '#8ad647ff', '#8bd646ff', '#8dd645ff', '#8ed645ff', '#8fd744ff', '#90d743ff', '#92d742ff', '#93d741ff', '#94d840ff', '#96d83fff', '#97d83eff', '#99d93dff', '#9ad93cff', '#9bd93cff', '#9dd93bff', '#9eda3aff', '#9fda39ff', '#a1da38ff', '#a2da37ff', '#a3db36ff', '#a4db36ff', '#a6db35ff', '#a8db34ff', '#a9dc33ff', '#aadc32ff', '#abdc31ff', '#addc30ff', '#aedd2fff', '#b0dd2fff', '#b1dd2eff', '#b2dd2dff', '#b3de2cff', '#b5de2bff', '#b6de2aff', '#b8de29ff', '#b9de28ff', '#bade28ff', '#bcdf27ff', '#bddf26ff', '#bfdf25ff', '#c0df25ff', '#c1df24ff', '#c2df23ff', '#c4e022ff', '#c5e021ff', '#c7e020ff', '#c8e020ff', '#c9e11fff', '#cbe11eff', '#cce11dff', '#cee11dff', '#cfe11cff', '#d1e11bff', '#d2e21bff', '#d3e21aff', '#d4e21aff', '#d6e219ff', '#d7e219ff', '#d9e319ff', '#dae319ff', '#dbe318ff', '#dde318ff', '#dee318ff', '#dfe318ff', '#e0e418ff', '#e2e418ff', '#e3e418ff', '#e5e418ff', '#e6e419ff', '#e7e419ff', '#e8e519ff', '#eae519ff', '#ebe51aff', '#ece51aff', '#ede51bff', '#efe51bff', '#f0e51cff', '#f1e51dff', '#f3e61dff', '#f4e61eff', '#f5e61eff', '#f6e61fff', '#f7e620ff', '#f8e621ff', '#fae722ff', '#fbe723ff', '#fce724ff', '#fde725ff']);\n", " \n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.x = d3.scale.linear()\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.x = d3.scale.linear()\n", " .domain([2.0, 9.0])\n", " .range([0, 450 - 50]);\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.legend = L.control({position: 'topright'});\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.legend.addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.legend = L.control({position: 'topright'});\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.legend.onAdd = function (map) {var div = L.DomUtil.create('div', 'legend'); return div};\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.legend.addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.xAxis = d3.svg.axis()\n", - " .scale(color_map_6c95dad0a388897bd0f35f96c8815bf0.x)\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.xAxis = d3.svg.axis()\n", + " .scale(color_map_78f3c3977978f718a5e4a66c790169ac.x)\n", " .orient("top")\n", " .tickSize(1)\n", " .tickValues([2.0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 2.7137254901960786, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 3.427450980392157, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 4.141176470588235, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 4.854901960784314, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 5.568627450980392, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 6.2823529411764705, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 6.996078431372549, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 7.709803921568628, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 8.423529411764706, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']);\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.svg = d3.select(".legend.leaflet-control").append("svg")\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.svg = d3.select(".legend.leaflet-control").append("svg")\n", " .attr("id", 'legend')\n", " .attr("width", 450)\n", " .attr("height", 40);\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.g = color_map_6c95dad0a388897bd0f35f96c8815bf0.svg.append("g")\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.g = color_map_78f3c3977978f718a5e4a66c790169ac.svg.append("g")\n", " .attr("class", "key")\n", " .attr("transform", "translate(25,16)");\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.g.selectAll("rect")\n", - " .data(color_map_6c95dad0a388897bd0f35f96c8815bf0.color.range().map(function(d, i) {\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.g.selectAll("rect")\n", + " .data(color_map_78f3c3977978f718a5e4a66c790169ac.color.range().map(function(d, i) {\n", " return {\n", - " x0: i ? color_map_6c95dad0a388897bd0f35f96c8815bf0.x(color_map_6c95dad0a388897bd0f35f96c8815bf0.color.domain()[i - 1]) : color_map_6c95dad0a388897bd0f35f96c8815bf0.x.range()[0],\n", - " x1: i < color_map_6c95dad0a388897bd0f35f96c8815bf0.color.domain().length ? color_map_6c95dad0a388897bd0f35f96c8815bf0.x(color_map_6c95dad0a388897bd0f35f96c8815bf0.color.domain()[i]) : color_map_6c95dad0a388897bd0f35f96c8815bf0.x.range()[1],\n", + " x0: i ? color_map_78f3c3977978f718a5e4a66c790169ac.x(color_map_78f3c3977978f718a5e4a66c790169ac.color.domain()[i - 1]) : color_map_78f3c3977978f718a5e4a66c790169ac.x.range()[0],\n", + " x1: i < color_map_78f3c3977978f718a5e4a66c790169ac.color.domain().length ? color_map_78f3c3977978f718a5e4a66c790169ac.x(color_map_78f3c3977978f718a5e4a66c790169ac.color.domain()[i]) : color_map_78f3c3977978f718a5e4a66c790169ac.x.range()[1],\n", " z: d\n", " };\n", " }))\n", @@ -2195,63 +2195,63 @@ " .attr("width", function(d) { return d.x1 - d.x0; })\n", " .style("fill", function(d) { return d.z; });\n", "\n", - " color_map_6c95dad0a388897bd0f35f96c8815bf0.g.call(color_map_6c95dad0a388897bd0f35f96c8815bf0.xAxis).append("text")\n", + " color_map_78f3c3977978f718a5e4a66c790169ac.g.call(color_map_78f3c3977978f718a5e4a66c790169ac.xAxis).append("text")\n", " .attr("class", "caption")\n", " .attr("y", 21)\n", " .text("cardinalities");\n", " \n", - " function geo_json_099cbeb3ca0d5a540c16a6316f999f63_styler(feature) {\n", + " function geo_json_54869514a936bdabb3389a5a34008c74_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_099cbeb3ca0d5a540c16a6316f999f63_highlighter(feature) {\n", + " function geo_json_54869514a936bdabb3389a5a34008c74_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_099cbeb3ca0d5a540c16a6316f999f63_pointToLayer(feature, latlng) {\n", + " function geo_json_54869514a936bdabb3389a5a34008c74_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_099cbeb3ca0d5a540c16a6316f999f63_styler(feature)\n", + " let style = geo_json_54869514a936bdabb3389a5a34008c74_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_099cbeb3ca0d5a540c16a6316f999f63_onEachFeature(feature, layer) {\n", + " function geo_json_54869514a936bdabb3389a5a34008c74_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_099cbeb3ca0d5a540c16a6316f999f63.resetStyle(e.target);\n", + " geo_json_54869514a936bdabb3389a5a34008c74.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_099cbeb3ca0d5a540c16a6316f999f63_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_54869514a936bdabb3389a5a34008c74_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_099cbeb3ca0d5a540c16a6316f999f63 = L.geoJson(null, {\n", - " onEachFeature: geo_json_099cbeb3ca0d5a540c16a6316f999f63_onEachFeature,\n", + " var geo_json_54869514a936bdabb3389a5a34008c74 = L.geoJson(null, {\n", + " onEachFeature: geo_json_54869514a936bdabb3389a5a34008c74_onEachFeature,\n", " \n", - " style: geo_json_099cbeb3ca0d5a540c16a6316f999f63_styler,\n", - " pointToLayer: geo_json_099cbeb3ca0d5a540c16a6316f999f63_pointToLayer,\n", + " style: geo_json_54869514a936bdabb3389a5a34008c74_styler,\n", + " pointToLayer: geo_json_54869514a936bdabb3389a5a34008c74_pointToLayer,\n", " });\n", "\n", - " function geo_json_099cbeb3ca0d5a540c16a6316f999f63_add (data) {\n", - " geo_json_099cbeb3ca0d5a540c16a6316f999f63\n", + " function geo_json_54869514a936bdabb3389a5a34008c74_add (data) {\n", + " geo_json_54869514a936bdabb3389a5a34008c74\n", " .addData(data);\n", " }\n", - " geo_json_099cbeb3ca0d5a540c16a6316f999f63_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 1, "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.38789612168756, -80.69283730965327, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-80.69283730965327, 36.38789612168756]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 2, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.23456192640865, 36.401227370972855]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 9, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.17220768865046, -80.65910549496982, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.1143389052351, -80.25053372049967, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.305372474455865, -75.93765003734005, 36.369675590406956], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-76.19502280601716, 36.369675590406956]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 6, "weight": 1}, "type": "Feature"}, {"bbox": [-75.93765003734005, 35.773009234143785, -75.87201533024219, 36.305372474455865], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-75.87201533024219, 35.773009234143785]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 55, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-76.99851152335646, 36.35951639232211]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 5, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.346271292404964, -77.37246171928803, 36.431574192838355], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-78.11408945025987, 36.431574192838355]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 8, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.02838211402072, -77.00034832803134, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.369675590406956, -76.19502280601716, 36.43099711652998], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.32482355505354, -76.3082408976784, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.22728328016211, -76.45111569351359, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.19801271093677, -76.65150188131545, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.25616892305704, -77.67958234541625, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 35.93822583107635, -77.98657016102852, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.39578671196982, -79.77276476728454, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.121425443650615, -79.78257703120624, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.394472390737356, -79.33606772948953, 36.39578671196982], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.38895351245035, -78.97676286158412, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 35.974239868231855, -79.13156582724993, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 35.97812907941472, -79.40062842768751, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.3465746028161, -78.65955245707339, 36.38895351245035], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.04481979569061, -78.33218415595869, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 35.793718523235434, -78.61963768303745, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.046624468880886, -78.86743923985517, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.04481979569061, -78.33218415595869, 36.37686581999349], "geometry": {"coordinates": [[-78.40588759239012, 36.37686581999349], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "black", "focal": 14, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.02838211402072, -77.00034832803134, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.88136990275862, -77.5816426130457, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.85241144553857, -77.1263213146242, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [[-76.3082408976784, 36.32482355505354], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "black", "focal": 16, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.212591058235546, -81.1680924257293, 36.250751216087075], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.17220768865046, -80.65910549496982, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 35.803923095003206, -80.90101493959926, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.91995341116828, 36.0793186797884]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 21, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 35.93679745767059, -81.5564902506844, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [[-76.45111569351359, 36.22728328016211], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "black", "focal": 19, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.12248353999284, 35.975969205859286]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 31, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.93679745767059, -81.5564902506844, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.764754813596575, -81.6825329190607, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.1143389052351, -80.25053372049967, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 35.91976543237011, -80.53127816956352, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 35.93822583107635, -77.98657016102852, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 35.97812907941472, -79.40062842768751, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.974239868231855, -79.13156582724993, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.69646335850461, -79.25597874115246, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 35.82771455327548, -76.59090273018614, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 35.793718523235434, -78.61963768303745, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.88136990275862, -77.5816426130457, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.711426153089995, -77.93835602935111, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.29878534140809, 35.891263191643226]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 34, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.74009996280318, -82.04339606088747, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.85241144553857, -77.1263213146242, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.56915865033354, -77.3643519229068, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.90285493694586, -81.17936093491355, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.65815642455532, -81.20636795501596, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.67626610534305, 35.84307981796387]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 37, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.74009996280318, -82.04339606088747, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.82771455327548, -76.59090273018614, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.56410582410714, -76.80756743037757, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.55111267356497, -78.3703938075336, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.61935866399454, -82.54208536355003, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.803923095003206, -80.90101493959926, 35.90285493694586], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.659772053128975, -80.53283827506755, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.25740486354764, -80.82735715242157, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.36297645265597, -80.5547048031675, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.7744010641556, -80.25600741309485, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [[-81.17936093491355, 35.90285493694586], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "black", "focal": 40, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.67781301100719, -79.80167663908625, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.327431460158316, -79.89606682644703, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.33009083353577, -80.24127152466903, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.65815642455532, -81.20636795501596, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.38603832932577, -81.56095654230508, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.479939019175795, -81.21835056524885, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.81868673514218, -76.22124491320736, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.22124491320736, 35.81868673514218]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 44, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.51854028682398, -76.21757613206822, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.51854028682398, -76.21757613206822, 35.81868673514218], "geometry": {"coordinates": [[-76.22124491320736, 35.81868673514218], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "black", "focal": 44, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.39340997905669, -81.91432326401467, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.27206243636648, -79.45977217261137, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.45539941067479, -79.19208992681638, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.19208992681638, 35.45539941067479]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 59, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.37487380360481, -78.83973208503795, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.56915865033354, -77.3643519229068, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.498952507618, -77.66626580682512, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.327431460158316, -79.89606682644703, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.33009083353577, -80.24127152466903, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56410582410714, -76.80756743037757, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.238638759898045, -77.18804707266813, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.39340997905669, -81.91432326401467, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.34931942462325, -82.47671294559912, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.38765571678414, -77.97787880182456, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 34.922356132333654, -78.35673975816896, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.60490348252915, 35.47586812816397]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 57, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.34931942462325, -82.47671294559912, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.20959213861049, -82.77267464488618, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [[-75.87201533024219, 35.773009234143785], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "black", "focal": 55, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.14908744570476, -76.79515102455096, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.79515102455096, 35.14908744570476]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 79, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.51854028682398, -76.21757613206822, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.24830652006442, -83.11150471676939, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.81944500863986, 35.34389325773047]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 72, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.169995453707, -83.47193852539337, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.37487380360481, -78.83973208503795, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.38603832932577, -81.56095654230508, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.20020763197254, -77.67721341139872, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 34.949151043248946, -77.90798830403743, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 34.922356132333654, -78.35673975816896, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.293139601003844, -81.17736882425847, 35.38603832932577], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.25740486354764, -80.82735715242157, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.293139601003844, -81.17736882425847, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.20959213861049, -82.77267464488618, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.27206243636648, -79.45977217261137, 35.327431460158316], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.054813025646546, -78.87810448081477, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.01438406556255, -79.25113955330204, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.25740486354764, -80.82735715242157, 35.293139601003844], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.01444375932666, -80.55885768683369, 35.25740486354764], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.33009083353577, -80.24127152466903, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.327431460158316, -79.89606682644703, 35.33009083353577], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 34.99102766751888, -79.72202064037224, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 34.989241505841214, -80.09124626604962, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.2991253887554, -82.17699252199117, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.169995453707, -83.47193852539337, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.012407955304155, -77.39905531467014, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.39905531467014, 35.012407955304155]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 82, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.922356132333654, -78.35673975816896, 35.054813025646546], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.509697709519855, -77.9245658269991, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.14908744570476, -76.79515102455096, 35.238638759898045], "geometry": {"coordinates": [[-76.79515102455096, 35.14908744570476], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "black", "focal": 79, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.06359077255187, -83.75265358254363, 35.14015600385817], "geometry": {"coordinates": [[-84.0321893966368, 35.14015600385817], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "black", "focal": 80, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.62312080120418, -78.56996079307251, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 34.86427750937366, -76.54395923944259, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 34.989241505841214, -80.09124626604962, 35.01444375932666], "geometry": {"coordinates": [[-80.55885768683369, 35.01444375932666], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "black", "focal": 83, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [[-80.09124626604962, 34.989241505841214], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "black", "focal": 84, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 34.6599186266382, -79.12198368689681, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.74238011850433, -77.41302012730806, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.82678725757952, -79.47844550242344, 34.99102766751888], "geometry": {"coordinates": [[-79.72202064037224, 34.99102766751888], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "black", "focal": 88, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 34.86427750937366, -76.54395923944259, 35.238638759898045], "geometry": {"coordinates": [[-77.18804707266813, 35.238638759898045], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "black", "focal": 90, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.6599186266382, -79.12198368689681, 34.82678725757952], "geometry": {"coordinates": [[-79.47844550242344, 34.82678725757952], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "black", "focal": 91, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.62312080120418, -78.56996079307251, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.21558682200368, -78.64673911019337, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.509697709519855, -77.9245658269991, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.2172010123703, -77.90239283469771, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-77.90239283469771, 34.2172010123703]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 98, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.0902733398776, -78.2566549713068, 34.21558682200368], "geometry": {"coordinates": [[-78.64673911019337, 34.21558682200368], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "black", "focal": 97, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [[-77.90239283469771, 34.2172010123703], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "black", "focal": 98, "neighbor": 99, "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_54869514a936bdabb3389a5a34008c74_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 1, "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": 0, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.38789612168756, -80.69283730965327, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-80.69283730965327, 36.38789612168756]], "type": "LineString"}, "id": "3", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 2, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.13220542827582, 36.47409386901486], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "4", "properties": {"__folium_color": "black", "focal": 1, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.23456192640865, 36.401227370972855]], "type": "LineString"}, "id": "5", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 9, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "6", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 17, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.17220768865046, -80.65910549496982, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "7", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.1143389052351, -80.25053372049967, 36.38789612168756], "geometry": {"coordinates": [[-80.69283730965327, 36.38789612168756], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "8", "properties": {"__folium_color": "black", "focal": 2, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.305372474455865, -75.93765003734005, 36.369675590406956], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-76.19502280601716, 36.369675590406956]], "type": "LineString"}, "id": "9", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 6, "weight": 1}, "type": "Feature"}, {"bbox": [-75.93765003734005, 35.773009234143785, -75.87201533024219, 36.305372474455865], "geometry": {"coordinates": [[-75.93765003734005, 36.305372474455865], [-75.87201533024219, 35.773009234143785]], "type": "LineString"}, "id": "10", "properties": {"__folium_color": "black", "focal": 3, "neighbor": 55, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-76.99851152335646, 36.35951639232211]], "type": "LineString"}, "id": "11", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 5, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.346271292404964, -77.37246171928803, 36.431574192838355], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-78.11408945025987, 36.431574192838355]], "type": "LineString"}, "id": "12", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 8, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "13", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.02838211402072, -77.00034832803134, 36.346271292404964], "geometry": {"coordinates": [[-77.37246171928803, 36.346271292404964], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "14", "properties": {"__folium_color": "black", "focal": 4, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "15", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [[-76.99851152335646, 36.35951639232211], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "16", "properties": {"__folium_color": "black", "focal": 5, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.369675590406956, -76.19502280601716, 36.43099711652998], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.71802675073793, 36.43099711652998]], "type": "LineString"}, "id": "17", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 7, "weight": 1}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [[-76.19502280601716, 36.369675590406956], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "18", "properties": {"__folium_color": "black", "focal": 6, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.32482355505354, -76.3082408976784, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.3082408976784, 36.32482355505354]], "type": "LineString"}, "id": "19", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 16, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.22728328016211, -76.45111569351359, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "20", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.19801271093677, -76.65150188131545, 36.43099711652998], "geometry": {"coordinates": [[-76.71802675073793, 36.43099711652998], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "21", "properties": {"__folium_color": "black", "focal": 7, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "22", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.25616892305704, -77.67958234541625, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.67958234541625, 36.25616892305704]], "type": "LineString"}, "id": "23", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 15, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "24", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.11408945025987, 35.93822583107635, -77.98657016102852, 36.431574192838355], "geometry": {"coordinates": [[-78.11408945025987, 36.431574192838355], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "25", "properties": {"__folium_color": "black", "focal": 8, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.39578671196982, -79.77276476728454, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "26", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "27", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.121425443650615, -79.78257703120624, 36.401227370972855], "geometry": {"coordinates": [[-80.23456192640865, 36.401227370972855], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "28", "properties": {"__folium_color": "black", "focal": 9, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.394472390737356, -79.33606772948953, 36.39578671196982], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.77276476728454, 36.39578671196982]], "type": "LineString"}, "id": "29", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 11, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.38895351245035, -78.97676286158412, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "30", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "31", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-79.33606772948953, 35.974239868231855, -79.13156582724993, 36.394472390737356], "geometry": {"coordinates": [[-79.33606772948953, 36.394472390737356], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "32", "properties": {"__folium_color": "black", "focal": 10, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "33", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "34", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-79.77276476728454, 35.97812907941472, -79.40062842768751, 36.39578671196982], "geometry": {"coordinates": [[-79.77276476728454, 36.39578671196982], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "35", "properties": {"__folium_color": "black", "focal": 11, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.3465746028161, -78.65955245707339, 36.38895351245035], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.97676286158412, 36.38895351245035]], "type": "LineString"}, "id": "36", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 13, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.40588759239012, 36.37686581999349]], "type": "LineString"}, "id": "37", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 14, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.04481979569061, -78.33218415595869, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "38", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "39", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.65955245707339, 35.793718523235434, -78.61963768303745, 36.3465746028161], "geometry": {"coordinates": [[-78.65955245707339, 36.3465746028161], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "40", "properties": {"__folium_color": "black", "focal": 12, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "41", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.046624468880886, -78.86743923985517, 36.38895351245035], "geometry": {"coordinates": [[-78.97676286158412, 36.38895351245035], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "42", "properties": {"__folium_color": "black", "focal": 13, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.04481979569061, -78.33218415595869, 36.37686581999349], "geometry": {"coordinates": [[-78.40588759239012, 36.37686581999349], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "43", "properties": {"__folium_color": "black", "focal": 14, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-78.33218415595869, 36.04481979569061]], "type": "LineString"}, "id": "44", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 23, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.02838211402072, -77.00034832803134, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.00034832803134, 36.02838211402072]], "type": "LineString"}, "id": "45", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 27, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "46", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.88136990275862, -77.5816426130457, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "47", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67958234541625, 35.85241144553857, -77.1263213146242, 36.25616892305704], "geometry": {"coordinates": [[-77.67958234541625, 36.25616892305704], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "48", "properties": {"__folium_color": "black", "focal": 15, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [[-76.3082408976784, 36.32482355505354], [-76.45111569351359, 36.22728328016211]], "type": "LineString"}, "id": "49", "properties": {"__folium_color": "black", "focal": 16, "neighbor": 19, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.212591058235546, -81.1680924257293, 36.250751216087075], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "50", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 18, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.17220768865046, -80.65910549496982, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.65910549496982, 36.17220768865046]], "type": "LineString"}, "id": "51", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 22, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "52", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.1680924257293, 35.803923095003206, -80.90101493959926, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "53", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [[-81.1680924257293, 36.212591058235546], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "54", "properties": {"__folium_color": "black", "focal": 17, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.91995341116828, 36.0793186797884]], "type": "LineString"}, "id": "55", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 21, "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 35.93679745767059, -81.5564902506844, 36.250751216087075], "geometry": {"coordinates": [[-81.70133643506227, 36.250751216087075], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "56", "properties": {"__folium_color": "black", "focal": 18, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [[-76.45111569351359, 36.22728328016211], [-76.65150188131545, 36.19801271093677]], "type": "LineString"}, "id": "57", "properties": {"__folium_color": "black", "focal": 19, "neighbor": 20, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.12248353999284, 35.975969205859286]], "type": "LineString"}, "id": "58", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 31, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.93679745767059, -81.5564902506844, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.5564902506844, 35.93679745767059]], "type": "LineString"}, "id": "59", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 33, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91995341116828, 35.764754813596575, -81.6825329190607, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "60", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [[-81.91995341116828, 36.0793186797884], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "61", "properties": {"__folium_color": "black", "focal": 21, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.1143389052351, -80.25053372049967, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.25053372049967, 36.1143389052351]], "type": "LineString"}, "id": "62", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 24, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.90101493959926, 35.803923095003206]], "type": "LineString"}, "id": "63", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 38, "weight": 1}, "type": "Feature"}, {"bbox": [-80.65910549496982, 35.91976543237011, -80.53127816956352, 36.17220768865046], "geometry": {"coordinates": [[-80.65910549496982, 36.17220768865046], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "64", "properties": {"__folium_color": "black", "focal": 22, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-78.33218415595869, 35.93822583107635, -77.98657016102852, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-77.98657016102852, 35.93822583107635]], "type": "LineString"}, "id": "65", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 30, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "66", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [[-78.33218415595869, 36.04481979569061], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "67", "properties": {"__folium_color": "black", "focal": 23, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-79.78257703120624, 36.121425443650615]], "type": "LineString"}, "id": "68", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 25, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "69", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [[-80.25053372049967, 36.1143389052351], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "70", "properties": {"__folium_color": "black", "focal": 24, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.78257703120624, 35.97812907941472, -79.40062842768751, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.40062842768751, 35.97812907941472]], "type": "LineString"}, "id": "71", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 26, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "72", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [[-79.78257703120624, 36.121425443650615], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "73", "properties": {"__folium_color": "black", "focal": 25, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.974239868231855, -79.13156582724993, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.13156582724993, 35.974239868231855]], "type": "LineString"}, "id": "74", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 28, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "75", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.69646335850461, -79.25597874115246, 35.97812907941472], "geometry": {"coordinates": [[-79.40062842768751, 35.97812907941472], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "76", "properties": {"__folium_color": "black", "focal": 26, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "77", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.00034832803134, 35.82771455327548, -76.59090273018614, 36.02838211402072], "geometry": {"coordinates": [[-77.00034832803134, 36.02838211402072], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "78", "properties": {"__folium_color": "black", "focal": 27, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-78.86743923985517, 36.046624468880886]], "type": "LineString"}, "id": "79", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 29, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [[-79.13156582724993, 35.974239868231855], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "80", "properties": {"__folium_color": "black", "focal": 28, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.86743923985517, 35.793718523235434, -78.61963768303745, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "81", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [[-78.86743923985517, 36.046624468880886], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "82", "properties": {"__folium_color": "black", "focal": 29, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.88136990275862, -77.5816426130457, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.5816426130457, 35.88136990275862]], "type": "LineString"}, "id": "83", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 32, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.61963768303745, 35.793718523235434]], "type": "LineString"}, "id": "84", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 36, "weight": 1}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.711426153089995, -77.93835602935111, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "85", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [[-77.98657016102852, 35.93822583107635], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "86", "properties": {"__folium_color": "black", "focal": 30, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.29878534140809, 35.891263191643226]], "type": "LineString"}, "id": "87", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 34, "weight": 1}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.74009996280318, -82.04339606088747, 35.975969205859286], "geometry": {"coordinates": [[-82.12248353999284, 35.975969205859286], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "88", "properties": {"__folium_color": "black", "focal": 31, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.85241144553857, -77.1263213146242, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.1263213146242, 35.85241144553857]], "type": "LineString"}, "id": "89", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 35, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.93835602935111, 35.711426153089995]], "type": "LineString"}, "id": "90", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 48, "weight": 1}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.56915865033354, -77.3643519229068, 35.88136990275862], "geometry": {"coordinates": [[-77.5816426130457, 35.88136990275862], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "91", "properties": {"__folium_color": "black", "focal": 32, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.90285493694586, -81.17936093491355, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "92", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.6825329190607, 35.764754813596575]], "type": "LineString"}, "id": "93", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 42, "weight": 1}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.65815642455532, -81.20636795501596, 35.93679745767059], "geometry": {"coordinates": [[-81.5564902506844, 35.93679745767059], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "94", "properties": {"__folium_color": "black", "focal": 33, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.67626610534305, 35.84307981796387]], "type": "LineString"}, "id": "95", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 37, "weight": 1}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.74009996280318, -82.04339606088747, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "96", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [[-82.29878534140809, 35.891263191643226], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "97", "properties": {"__folium_color": "black", "focal": 34, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.82771455327548, -76.59090273018614, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.59090273018614, 35.82771455327548]], "type": "LineString"}, "id": "98", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 43, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "99", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.56410582410714, -76.80756743037757, 35.85241144553857], "geometry": {"coordinates": [[-77.1263213146242, 35.85241144553857], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "100", "properties": {"__folium_color": "black", "focal": 35, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "101", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.55111267356497, -78.3703938075336, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "102", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [[-78.61963768303745, 35.793718523235434], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "103", "properties": {"__folium_color": "black", "focal": 36, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.61935866399454, -82.54208536355003, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "104", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [[-82.67626610534305, 35.84307981796387], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "105", "properties": {"__folium_color": "black", "focal": 37, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53127816956352, 35.91976543237011]], "type": "LineString"}, "id": "106", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 39, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.803923095003206, -80.90101493959926, 35.90285493694586], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.17936093491355, 35.90285493694586]], "type": "LineString"}, "id": "107", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 40, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.659772053128975, -80.53283827506755, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "108", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "109", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "110", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.25740486354764, -80.82735715242157, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "111", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.36297645265597, -80.5547048031675, 35.803923095003206], "geometry": {"coordinates": [[-80.90101493959926, 35.803923095003206], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "112", "properties": {"__folium_color": "black", "focal": 38, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.7744010641556, -80.25600741309485, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.25600741309485, 35.7744010641556]], "type": "LineString"}, "id": "113", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 41, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [[-80.53127816956352, 35.91976543237011], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "114", "properties": {"__folium_color": "black", "focal": 39, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [[-81.17936093491355, 35.90285493694586], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "115", "properties": {"__folium_color": "black", "focal": 40, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.67781301100719, -79.80167663908625, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.80167663908625, 35.67781301100719]], "type": "LineString"}, "id": "116", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 46, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.53283827506755, 35.659772053128975]], "type": "LineString"}, "id": "117", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 49, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.327431460158316, -79.89606682644703, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "118", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.33009083353577, -80.24127152466903, 35.7744010641556], "geometry": {"coordinates": [[-80.25600741309485, 35.7744010641556], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "119", "properties": {"__folium_color": "black", "focal": 41, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-82.04339606088747, 35.74009996280318]], "type": "LineString"}, "id": "120", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 45, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.65815642455532, -81.20636795501596, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.20636795501596, 35.65815642455532]], "type": "LineString"}, "id": "121", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 51, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "122", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.38603832932577, -81.56095654230508, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "123", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.479939019175795, -81.21835056524885, 35.764754813596575], "geometry": {"coordinates": [[-81.6825329190607, 35.764754813596575], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "124", "properties": {"__folium_color": "black", "focal": 42, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.81868673514218, -76.22124491320736, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.22124491320736, 35.81868673514218]], "type": "LineString"}, "id": "125", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 44, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "126", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.51854028682398, -76.21757613206822, 35.82771455327548], "geometry": {"coordinates": [[-76.59090273018614, 35.82771455327548], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "127", "properties": {"__folium_color": "black", "focal": 43, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.51854028682398, -76.21757613206822, 35.81868673514218], "geometry": {"coordinates": [[-76.22124491320736, 35.81868673514218], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "128", "properties": {"__folium_color": "black", "focal": 44, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-82.54208536355003, 35.61935866399454]], "type": "LineString"}, "id": "129", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 52, "weight": 1}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.39340997905669, -81.91432326401467, 35.74009996280318], "geometry": {"coordinates": [[-82.04339606088747, 35.74009996280318], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "130", "properties": {"__folium_color": "black", "focal": 45, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.25597874115246, 35.69646335850461]], "type": "LineString"}, "id": "131", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 47, "weight": 1}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.27206243636648, -79.45977217261137, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "132", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [[-79.80167663908625, 35.67781301100719], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "133", "properties": {"__folium_color": "black", "focal": 46, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.45539941067479, -79.19208992681638, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.19208992681638, 35.45539941067479]], "type": "LineString"}, "id": "134", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 59, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.37487380360481, -78.83973208503795, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "135", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [[-79.25597874115246, 35.69646335850461], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "136", "properties": {"__folium_color": "black", "focal": 47, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.56915865033354, -77.3643519229068, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.3643519229068, 35.56915865033354]], "type": "LineString"}, "id": "137", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 50, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-78.3703938075336, 35.55111267356497]], "type": "LineString"}, "id": "138", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 53, "weight": 1}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.498952507618, -77.66626580682512, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "139", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [[-77.93835602935111, 35.711426153089995], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "140", "properties": {"__folium_color": "black", "focal": 48, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "141", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.327431460158316, -79.89606682644703, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "142", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.33009083353577, -80.24127152466903, 35.659772053128975], "geometry": {"coordinates": [[-80.53283827506755, 35.659772053128975], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "143", "properties": {"__folium_color": "black", "focal": 49, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56410582410714, -76.80756743037757, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-76.80756743037757, 35.56410582410714]], "type": "LineString"}, "id": "144", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 56, "weight": 1}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.66626580682512, 35.498952507618]], "type": "LineString"}, "id": "145", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 58, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "146", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.238638759898045, -77.18804707266813, 35.56915865033354], "geometry": {"coordinates": [[-77.3643519229068, 35.56915865033354], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "147", "properties": {"__folium_color": "black", "focal": 50, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "148", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [[-81.20636795501596, 35.65815642455532], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "149", "properties": {"__folium_color": "black", "focal": 51, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.96803136678908, 35.54228494433707]], "type": "LineString"}, "id": "150", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 54, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.39340997905669, -81.91432326401467, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-81.91432326401467, 35.39340997905669]], "type": "LineString"}, "id": "151", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 60, "weight": 1}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.34931942462325, -82.47671294559912, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "152", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [[-82.54208536355003, 35.61935866399454], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "153", "properties": {"__folium_color": "black", "focal": 52, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.38765571678414, -77.97787880182456, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "154", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "155", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-78.3703938075336, 34.922356132333654, -78.35673975816896, 35.55111267356497], "geometry": {"coordinates": [[-78.3703938075336, 35.55111267356497], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "156", "properties": {"__folium_color": "black", "focal": 53, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.60490348252915, 35.47586812816397]], "type": "LineString"}, "id": "157", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 57, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "158", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.34931942462325, -82.47671294559912, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "159", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.20959213861049, -82.77267464488618, 35.54228494433707], "geometry": {"coordinates": [[-82.96803136678908, 35.54228494433707], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "160", "properties": {"__folium_color": "black", "focal": 54, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [[-75.87201533024219, 35.773009234143785], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "161", "properties": {"__folium_color": "black", "focal": 55, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.14908744570476, -76.79515102455096, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.79515102455096, 35.14908744570476]], "type": "LineString"}, "id": "162", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 79, "weight": 1}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.51854028682398, -76.21757613206822, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-76.21757613206822, 35.51854028682398]], "type": "LineString"}, "id": "163", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 86, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [[-76.80756743037757, 35.56410582410714], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "164", "properties": {"__folium_color": "black", "focal": 56, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.24830652006442, -83.11150471676939, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.11150471676939, 35.24830652006442]], "type": "LineString"}, "id": "165", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 65, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.81944500863986, 35.34389325773047]], "type": "LineString"}, "id": "166", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 72, "weight": 1}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.169995453707, -83.47193852539337, 35.47586812816397], "geometry": {"coordinates": [[-83.60490348252915, 35.47586812816397], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "167", "properties": {"__folium_color": "black", "focal": 57, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.97787880182456, 35.38765571678414]], "type": "LineString"}, "id": "168", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 61, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [[-77.66626580682512, 35.498952507618], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "169", "properties": {"__folium_color": "black", "focal": 58, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.37487380360481, -78.83973208503795, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-78.83973208503795, 35.37487380360481]], "type": "LineString"}, "id": "170", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 62, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [[-79.19208992681638, 35.45539941067479], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "171", "properties": {"__folium_color": "black", "focal": 59, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.38603832932577, -81.56095654230508, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-81.56095654230508, 35.38603832932577]], "type": "LineString"}, "id": "172", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 63, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.47671294559912, 35.34931942462325]], "type": "LineString"}, "id": "173", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 71, "weight": 1}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [[-81.91432326401467, 35.39340997905669], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "174", "properties": {"__folium_color": "black", "focal": 60, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.20020763197254, -77.67721341139872, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.67721341139872, 35.20020763197254]], "type": "LineString"}, "id": "175", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 73, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "176", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-77.97787880182456, 34.949151043248946, -77.90798830403743, 35.38765571678414], "geometry": {"coordinates": [[-77.97787880182456, 35.38765571678414], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "177", "properties": {"__folium_color": "black", "focal": 61, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-79.45977217261137, 35.27206243636648]], "type": "LineString"}, "id": "178", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 66, "weight": 1}, "type": "Feature"}, {"bbox": [-78.83973208503795, 34.922356132333654, -78.35673975816896, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.35673975816896, 34.922356132333654]], "type": "LineString"}, "id": "179", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 78, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [[-78.83973208503795, 35.37487380360481], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "180", "properties": {"__folium_color": "black", "focal": 62, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.21835056524885, 35.479939019175795]], "type": "LineString"}, "id": "181", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 64, "weight": 1}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.293139601003844, -81.17736882425847, 35.38603832932577], "geometry": {"coordinates": [[-81.56095654230508, 35.38603832932577], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "182", "properties": {"__folium_color": "black", "focal": 63, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.25740486354764, -80.82735715242157, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-80.82735715242157, 35.25740486354764]], "type": "LineString"}, "id": "183", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 67, "weight": 1}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.293139601003844, -81.17736882425847, 35.479939019175795], "geometry": {"coordinates": [[-81.21835056524885, 35.479939019175795], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "184", "properties": {"__folium_color": "black", "focal": 64, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.20959213861049, -82.77267464488618, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "185", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [[-83.11150471676939, 35.24830652006442], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "186", "properties": {"__folium_color": "black", "focal": 65, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.27206243636648, -79.45977217261137, 35.327431460158316], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.89606682644703, 35.327431460158316]], "type": "LineString"}, "id": "187", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 69, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.054813025646546, -78.87810448081477, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "188", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.01438406556255, -79.25113955330204, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "189", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "190", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [[-79.45977217261137, 35.27206243636648], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "191", "properties": {"__folium_color": "black", "focal": 66, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.5547048031675, 35.36297645265597]], "type": "LineString"}, "id": "192", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 68, "weight": 1}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.25740486354764, -80.82735715242157, 35.293139601003844], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-81.17736882425847, 35.293139601003844]], "type": "LineString"}, "id": "193", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 75, "weight": 1}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.01444375932666, -80.55885768683369, 35.25740486354764], "geometry": {"coordinates": [[-80.82735715242157, 35.25740486354764], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "194", "properties": {"__folium_color": "black", "focal": 67, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.33009083353577, -80.24127152466903, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "195", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [[-80.5547048031675, 35.36297645265597], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "196", "properties": {"__folium_color": "black", "focal": 68, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.327431460158316, -79.89606682644703, 35.33009083353577], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.24127152466903, 35.33009083353577]], "type": "LineString"}, "id": "197", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 70, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "198", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-79.89606682644703, 34.99102766751888, -79.72202064037224, 35.327431460158316], "geometry": {"coordinates": [[-79.89606682644703, 35.327431460158316], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "199", "properties": {"__folium_color": "black", "focal": 69, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.55885768683369, 35.01444375932666]], "type": "LineString"}, "id": "200", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 83, "weight": 1}, "type": "Feature"}, {"bbox": [-80.24127152466903, 34.989241505841214, -80.09124626604962, 35.33009083353577], "geometry": {"coordinates": [[-80.24127152466903, 35.33009083353577], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "201", "properties": {"__folium_color": "black", "focal": 70, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.77267464488618, 35.20959213861049]], "type": "LineString"}, "id": "202", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 74, "weight": 1}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.2991253887554, -82.17699252199117, 35.34931942462325], "geometry": {"coordinates": [[-82.47671294559912, 35.34931942462325], [-82.17699252199117, 35.2991253887554]], "type": "LineString"}, "id": "203", "properties": {"__folium_color": "black", "focal": 71, "neighbor": 76, "weight": 1}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.169995453707, -83.47193852539337, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-83.47193852539337, 35.169995453707]], "type": "LineString"}, "id": "204", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 77, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [[-83.81944500863986, 35.34389325773047], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "205", "properties": {"__folium_color": "black", "focal": 72, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.012407955304155, -77.39905531467014, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.39905531467014, 35.012407955304155]], "type": "LineString"}, "id": "206", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 82, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "207", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.67721341139872, 35.20020763197254], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "208", "properties": {"__folium_color": "black", "focal": 73, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-84.0321893966368, 35.14015600385817]], "type": "LineString"}, "id": "209", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 80, "weight": 1}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [[-83.47193852539337, 35.169995453707], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "210", "properties": {"__folium_color": "black", "focal": 77, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.922356132333654, -78.35673975816896, 35.054813025646546], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.87810448081477, 35.054813025646546]], "type": "LineString"}, "id": "211", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 81, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "212", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "213", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.509697709519855, -77.9245658269991, 34.922356132333654], "geometry": {"coordinates": [[-78.35673975816896, 34.922356132333654], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "214", "properties": {"__folium_color": "black", "focal": 78, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.14908744570476, -76.79515102455096, 35.238638759898045], "geometry": {"coordinates": [[-76.79515102455096, 35.14908744570476], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "215", "properties": {"__folium_color": "black", "focal": 79, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.06359077255187, -83.75265358254363, 35.14015600385817], "geometry": {"coordinates": [[-84.0321893966368, 35.14015600385817], [-83.75265358254363, 35.06359077255187]], "type": "LineString"}, "id": "216", "properties": {"__folium_color": "black", "focal": 80, "neighbor": 89, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.25113955330204, 35.01438406556255]], "type": "LineString"}, "id": "217", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 85, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "218", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-78.87810448081477, 34.62312080120418, -78.56996079307251, 35.054813025646546], "geometry": {"coordinates": [[-78.87810448081477, 35.054813025646546], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "219", "properties": {"__folium_color": "black", "focal": 81, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.90798830403743, 34.949151043248946]], "type": "LineString"}, "id": "220", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 87, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.18804707266813, 35.238638759898045]], "type": "LineString"}, "id": "221", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 90, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "222", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.39905531467014, 34.86427750937366, -76.54395923944259, 35.012407955304155], "geometry": {"coordinates": [[-77.39905531467014, 35.012407955304155], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "223", "properties": {"__folium_color": "black", "focal": 82, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-80.55885768683369, 34.989241505841214, -80.09124626604962, 35.01444375932666], "geometry": {"coordinates": [[-80.55885768683369, 35.01444375932666], [-80.09124626604962, 34.989241505841214]], "type": "LineString"}, "id": "224", "properties": {"__folium_color": "black", "focal": 83, "neighbor": 84, "weight": 1}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [[-80.09124626604962, 34.989241505841214], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "225", "properties": {"__folium_color": "black", "focal": 84, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.72202064037224, 34.99102766751888]], "type": "LineString"}, "id": "226", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 88, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "227", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-79.25113955330204, 34.6599186266382, -79.12198368689681, 35.01438406556255], "geometry": {"coordinates": [[-79.25113955330204, 35.01438406556255], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "228", "properties": {"__folium_color": "black", "focal": 85, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.74238011850433, -77.41302012730806, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.41302012730806, 34.74238011850433]], "type": "LineString"}, "id": "229", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 92, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [[-77.90798830403743, 34.949151043248946], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "230", "properties": {"__folium_color": "black", "focal": 87, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.82678725757952, -79.47844550242344, 34.99102766751888], "geometry": {"coordinates": [[-79.72202064037224, 34.99102766751888], [-79.47844550242344, 34.82678725757952]], "type": "LineString"}, "id": "231", "properties": {"__folium_color": "black", "focal": 88, "neighbor": 91, "weight": 1}, "type": "Feature"}, {"bbox": [-77.18804707266813, 34.86427750937366, -76.54395923944259, 35.238638759898045], "geometry": {"coordinates": [[-77.18804707266813, 35.238638759898045], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "232", "properties": {"__folium_color": "black", "focal": 90, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.6599186266382, -79.12198368689681, 34.82678725757952], "geometry": {"coordinates": [[-79.47844550242344, 34.82678725757952], [-79.12198368689681, 34.6599186266382]], "type": "LineString"}, "id": "233", "properties": {"__folium_color": "black", "focal": 91, "neighbor": 93, "weight": 1}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-76.54395923944259, 34.86427750937366]], "type": "LineString"}, "id": "234", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 94, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [[-77.41302012730806, 34.74238011850433], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "235", "properties": {"__folium_color": "black", "focal": 92, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.62312080120418, -78.56996079307251, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.56996079307251, 34.62312080120418]], "type": "LineString"}, "id": "236", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 95, "weight": 1}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.21558682200368, -78.64673911019337, 34.6599186266382], "geometry": {"coordinates": [[-79.12198368689681, 34.6599186266382], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "237", "properties": {"__folium_color": "black", "focal": 93, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.509697709519855, -77.9245658269991, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-77.9245658269991, 34.509697709519855]], "type": "LineString"}, "id": "238", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 96, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [[-78.56996079307251, 34.62312080120418], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "239", "properties": {"__folium_color": "black", "focal": 95, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.64673911019337, 34.21558682200368]], "type": "LineString"}, "id": "240", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 97, "weight": 1}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.2172010123703, -77.90239283469771, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-77.90239283469771, 34.2172010123703]], "type": "LineString"}, "id": "241", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 98, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [[-77.9245658269991, 34.509697709519855], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "242", "properties": {"__folium_color": "black", "focal": 96, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.0902733398776, -78.2566549713068, 34.21558682200368], "geometry": {"coordinates": [[-78.64673911019337, 34.21558682200368], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "243", "properties": {"__folium_color": "black", "focal": 97, "neighbor": 99, "weight": 1}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [[-77.90239283469771, 34.2172010123703], [-78.2566549713068, 34.0902733398776]], "type": "LineString"}, "id": "244", "properties": {"__folium_color": "black", "focal": 98, "neighbor": 99, "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_099cbeb3ca0d5a540c16a6316f999f63.bindTooltip(\n", + " geo_json_54869514a936bdabb3389a5a34008c74.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -2275,61 +2275,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_099cbeb3ca0d5a540c16a6316f999f63.addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " geo_json_54869514a936bdabb3389a5a34008c74.addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", " \n", " \n", - " function geo_json_26a89fa48bf916784b31663c4432000e_styler(feature) {\n", + " function geo_json_dab94ef587e18a19e4be487260cee229_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_26a89fa48bf916784b31663c4432000e_highlighter(feature) {\n", + " function geo_json_dab94ef587e18a19e4be487260cee229_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_26a89fa48bf916784b31663c4432000e_pointToLayer(feature, latlng) {\n", + " function geo_json_dab94ef587e18a19e4be487260cee229_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_26a89fa48bf916784b31663c4432000e_styler(feature)\n", + " let style = geo_json_dab94ef587e18a19e4be487260cee229_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_26a89fa48bf916784b31663c4432000e_onEachFeature(feature, layer) {\n", + " function geo_json_dab94ef587e18a19e4be487260cee229_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_26a89fa48bf916784b31663c4432000e.resetStyle(e.target);\n", + " geo_json_dab94ef587e18a19e4be487260cee229.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_26a89fa48bf916784b31663c4432000e_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_dab94ef587e18a19e4be487260cee229_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_26a89fa48bf916784b31663c4432000e = L.geoJson(null, {\n", - " onEachFeature: geo_json_26a89fa48bf916784b31663c4432000e_onEachFeature,\n", + " var geo_json_dab94ef587e18a19e4be487260cee229 = L.geoJson(null, {\n", + " onEachFeature: geo_json_dab94ef587e18a19e4be487260cee229_onEachFeature,\n", " \n", - " style: geo_json_26a89fa48bf916784b31663c4432000e_styler,\n", - " pointToLayer: geo_json_26a89fa48bf916784b31663c4432000e_pointToLayer,\n", + " style: geo_json_dab94ef587e18a19e4be487260cee229_styler,\n", + " pointToLayer: geo_json_dab94ef587e18a19e4be487260cee229_pointToLayer,\n", " });\n", "\n", - " function geo_json_26a89fa48bf916784b31663c4432000e_add (data) {\n", - " geo_json_26a89fa48bf916784b31663c4432000e\n", + " function geo_json_dab94ef587e18a19e4be487260cee229_add (data) {\n", + " geo_json_dab94ef587e18a19e4be487260cee229\n", " .addData(data);\n", " }\n", - " geo_json_26a89fa48bf916784b31663c4432000e_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [-80.69283730965327, 36.38789612168756], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": 2}, "type": "Feature"}, {"bbox": [-75.93765003734005, 36.305372474455865, -75.93765003734005, 36.305372474455865], "geometry": {"coordinates": [-75.93765003734005, 36.305372474455865], "type": "Point"}, "id": "3", "properties": {"__folium_color": "black", "focal": 3}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [-77.37246171928803, 36.346271292404964], "type": "Point"}, "id": "4", "properties": {"__folium_color": "black", "focal": 4}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [-76.99851152335646, 36.35951639232211], "type": "Point"}, "id": "5", "properties": {"__folium_color": "black", "focal": 5}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.369675590406956, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [-76.19502280601716, 36.369675590406956], "type": "Point"}, "id": "6", "properties": {"__folium_color": "black", "focal": 6}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.43099711652998, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [-76.71802675073793, 36.43099711652998], "type": "Point"}, "id": "7", "properties": {"__folium_color": "black", "focal": 7}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.431574192838355, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [-78.11408945025987, 36.431574192838355], "type": "Point"}, "id": "8", "properties": {"__folium_color": "black", "focal": 8}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.401227370972855, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [-80.23456192640865, 36.401227370972855], "type": "Point"}, "id": "9", "properties": {"__folium_color": "black", "focal": 9}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.394472390737356, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [-79.33606772948953, 36.394472390737356], "type": "Point"}, "id": "10", "properties": {"__folium_color": "black", "focal": 10}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.39578671196982, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [-79.77276476728454, 36.39578671196982], "type": "Point"}, "id": "11", "properties": {"__folium_color": "black", "focal": 11}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [-78.65955245707339, 36.3465746028161], "type": "Point"}, "id": "12", "properties": {"__folium_color": "black", "focal": 12}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.38895351245035, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [-78.97676286158412, 36.38895351245035], "type": "Point"}, "id": "13", "properties": {"__folium_color": "black", "focal": 13}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [-78.40588759239012, 36.37686581999349], "type": "Point"}, "id": "14", "properties": {"__folium_color": "black", "focal": 14}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [-77.67958234541625, 36.25616892305704], "type": "Point"}, "id": "15", "properties": {"__folium_color": "black", "focal": 15}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [-76.3082408976784, 36.32482355505354], "type": "Point"}, "id": "16", "properties": {"__folium_color": "black", "focal": 16}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "17", "properties": {"__folium_color": "black", "focal": 17}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "18", "properties": {"__folium_color": "black", "focal": 18}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [-76.45111569351359, 36.22728328016211], "type": "Point"}, "id": "19", "properties": {"__folium_color": "black", "focal": 19}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.65150188131545, 36.19801271093677], "geometry": {"coordinates": [-76.65150188131545, 36.19801271093677], "type": "Point"}, "id": "20", "properties": {"__folium_color": "black", "focal": 20}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [-81.91995341116828, 36.0793186797884], "type": "Point"}, "id": "21", "properties": {"__folium_color": "black", "focal": 21}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.17220768865046, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [-80.65910549496982, 36.17220768865046], "type": "Point"}, "id": "22", "properties": {"__folium_color": "black", "focal": 22}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [-78.33218415595869, 36.04481979569061], "type": "Point"}, "id": "23", "properties": {"__folium_color": "black", "focal": 23}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [-80.25053372049967, 36.1143389052351], "type": "Point"}, "id": "24", "properties": {"__folium_color": "black", "focal": 24}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [-79.78257703120624, 36.121425443650615], "type": "Point"}, "id": "25", "properties": {"__folium_color": "black", "focal": 25}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [-79.40062842768751, 35.97812907941472], "type": "Point"}, "id": "26", "properties": {"__folium_color": "black", "focal": 26}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [-77.00034832803134, 36.02838211402072], "type": "Point"}, "id": "27", "properties": {"__folium_color": "black", "focal": 27}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [-79.13156582724993, 35.974239868231855], "type": "Point"}, "id": "28", "properties": {"__folium_color": "black", "focal": 28}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [-78.86743923985517, 36.046624468880886], "type": "Point"}, "id": "29", "properties": {"__folium_color": "black", "focal": 29}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [-77.98657016102852, 35.93822583107635], "type": "Point"}, "id": "30", "properties": {"__folium_color": "black", "focal": 30}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [-82.12248353999284, 35.975969205859286], "type": "Point"}, "id": "31", "properties": {"__folium_color": "black", "focal": 31}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.88136990275862, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [-77.5816426130457, 35.88136990275862], "type": "Point"}, "id": "32", "properties": {"__folium_color": "black", "focal": 32}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [-81.5564902506844, 35.93679745767059], "type": "Point"}, "id": "33", "properties": {"__folium_color": "black", "focal": 33}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [-82.29878534140809, 35.891263191643226], "type": "Point"}, "id": "34", "properties": {"__folium_color": "black", "focal": 34}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [-77.1263213146242, 35.85241144553857], "type": "Point"}, "id": "35", "properties": {"__folium_color": "black", "focal": 35}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [-78.61963768303745, 35.793718523235434], "type": "Point"}, "id": "36", "properties": {"__folium_color": "black", "focal": 36}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [-82.67626610534305, 35.84307981796387], "type": "Point"}, "id": "37", "properties": {"__folium_color": "black", "focal": 37}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [-80.90101493959926, 35.803923095003206], "type": "Point"}, "id": "38", "properties": {"__folium_color": "black", "focal": 38}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [-80.53127816956352, 35.91976543237011], "type": "Point"}, "id": "39", "properties": {"__folium_color": "black", "focal": 39}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [-81.17936093491355, 35.90285493694586], "type": "Point"}, "id": "40", "properties": {"__folium_color": "black", "focal": 40}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [-80.25600741309485, 35.7744010641556], "type": "Point"}, "id": "41", "properties": {"__folium_color": "black", "focal": 41}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [-81.6825329190607, 35.764754813596575], "type": "Point"}, "id": "42", "properties": {"__folium_color": "black", "focal": 42}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.82771455327548, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [-76.59090273018614, 35.82771455327548], "type": "Point"}, "id": "43", "properties": {"__folium_color": "black", "focal": 43}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.81868673514218, -76.22124491320736, 35.81868673514218], "geometry": {"coordinates": [-76.22124491320736, 35.81868673514218], "type": "Point"}, "id": "44", "properties": {"__folium_color": "black", "focal": 44}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [-82.04339606088747, 35.74009996280318], "type": "Point"}, "id": "45", "properties": {"__folium_color": "black", "focal": 45}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [-79.80167663908625, 35.67781301100719], "type": "Point"}, "id": "46", "properties": {"__folium_color": "black", "focal": 46}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [-79.25597874115246, 35.69646335850461], "type": "Point"}, "id": "47", "properties": {"__folium_color": "black", "focal": 47}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [-77.93835602935111, 35.711426153089995], "type": "Point"}, "id": "48", "properties": {"__folium_color": "black", "focal": 48}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [-80.53283827506755, 35.659772053128975], "type": "Point"}, "id": "49", "properties": {"__folium_color": "black", "focal": 49}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [-77.3643519229068, 35.56915865033354], "type": "Point"}, "id": "50", "properties": {"__folium_color": "black", "focal": 50}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [-81.20636795501596, 35.65815642455532], "type": "Point"}, "id": "51", "properties": {"__folium_color": "black", "focal": 51}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [-82.54208536355003, 35.61935866399454], "type": "Point"}, "id": "52", "properties": {"__folium_color": "black", "focal": 52}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [-78.3703938075336, 35.55111267356497], "type": "Point"}, "id": "53", "properties": {"__folium_color": "black", "focal": 53}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [-82.96803136678908, 35.54228494433707], "type": "Point"}, "id": "54", "properties": {"__folium_color": "black", "focal": 54}, "type": "Feature"}, {"bbox": [-75.87201533024219, 35.773009234143785, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [-75.87201533024219, 35.773009234143785], "type": "Point"}, "id": "55", "properties": {"__folium_color": "black", "focal": 55}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [-76.80756743037757, 35.56410582410714], "type": "Point"}, "id": "56", "properties": {"__folium_color": "black", "focal": 56}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [-83.60490348252915, 35.47586812816397], "type": "Point"}, "id": "57", "properties": {"__folium_color": "black", "focal": 57}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [-77.66626580682512, 35.498952507618], "type": "Point"}, "id": "58", "properties": {"__folium_color": "black", "focal": 58}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.45539941067479, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [-79.19208992681638, 35.45539941067479], "type": "Point"}, "id": "59", "properties": {"__folium_color": "black", "focal": 59}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [-81.91432326401467, 35.39340997905669], "type": "Point"}, "id": "60", "properties": {"__folium_color": "black", "focal": 60}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [-77.97787880182456, 35.38765571678414], "type": "Point"}, "id": "61", "properties": {"__folium_color": "black", "focal": 61}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [-78.83973208503795, 35.37487380360481], "type": "Point"}, "id": "62", "properties": {"__folium_color": "black", "focal": 62}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.56095654230508, 35.38603832932577], "geometry": {"coordinates": [-81.56095654230508, 35.38603832932577], "type": "Point"}, "id": "63", "properties": {"__folium_color": "black", "focal": 63}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [-81.21835056524885, 35.479939019175795], "type": "Point"}, "id": "64", "properties": {"__folium_color": "black", "focal": 64}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [-83.11150471676939, 35.24830652006442], "type": "Point"}, "id": "65", "properties": {"__folium_color": "black", "focal": 65}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [-79.45977217261137, 35.27206243636648], "type": "Point"}, "id": "66", "properties": {"__folium_color": "black", "focal": 66}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.82735715242157, 35.25740486354764], "geometry": {"coordinates": [-80.82735715242157, 35.25740486354764], "type": "Point"}, "id": "67", "properties": {"__folium_color": "black", "focal": 67}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [-80.5547048031675, 35.36297645265597], "type": "Point"}, "id": "68", "properties": {"__folium_color": "black", "focal": 68}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [-79.89606682644703, 35.327431460158316], "type": "Point"}, "id": "69", "properties": {"__folium_color": "black", "focal": 69}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.33009083353577, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [-80.24127152466903, 35.33009083353577], "type": "Point"}, "id": "70", "properties": {"__folium_color": "black", "focal": 70}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [-82.47671294559912, 35.34931942462325], "type": "Point"}, "id": "71", "properties": {"__folium_color": "black", "focal": 71}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [-83.81944500863986, 35.34389325773047], "type": "Point"}, "id": "72", "properties": {"__folium_color": "black", "focal": 72}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [-77.67721341139872, 35.20020763197254], "type": "Point"}, "id": "73", "properties": {"__folium_color": "black", "focal": 73}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.77267464488618, 35.20959213861049], "geometry": {"coordinates": [-82.77267464488618, 35.20959213861049], "type": "Point"}, "id": "74", "properties": {"__folium_color": "black", "focal": 74}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.293139601003844, -81.17736882425847, 35.293139601003844], "geometry": {"coordinates": [-81.17736882425847, 35.293139601003844], "type": "Point"}, "id": "75", "properties": {"__folium_color": "black", "focal": 75}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -82.17699252199117, 35.2991253887554], "geometry": {"coordinates": [-82.17699252199117, 35.2991253887554], "type": "Point"}, "id": "76", "properties": {"__folium_color": "black", "focal": 76}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [-83.47193852539337, 35.169995453707], "type": "Point"}, "id": "77", "properties": {"__folium_color": "black", "focal": 77}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [-78.35673975816896, 34.922356132333654], "type": "Point"}, "id": "78", "properties": {"__folium_color": "black", "focal": 78}, "type": "Feature"}, {"bbox": [-76.79515102455096, 35.14908744570476, -76.79515102455096, 35.14908744570476], "geometry": {"coordinates": [-76.79515102455096, 35.14908744570476], "type": "Point"}, "id": "79", "properties": {"__folium_color": "black", "focal": 79}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -84.0321893966368, 35.14015600385817], "geometry": {"coordinates": [-84.0321893966368, 35.14015600385817], "type": "Point"}, "id": "80", "properties": {"__folium_color": "black", "focal": 80}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [-78.87810448081477, 35.054813025646546], "type": "Point"}, "id": "81", "properties": {"__folium_color": "black", "focal": 81}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [-77.39905531467014, 35.012407955304155], "type": "Point"}, "id": "82", "properties": {"__folium_color": "black", "focal": 82}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.55885768683369, 35.01444375932666], "geometry": {"coordinates": [-80.55885768683369, 35.01444375932666], "type": "Point"}, "id": "83", "properties": {"__folium_color": "black", "focal": 83}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -80.09124626604962, 34.989241505841214], "geometry": {"coordinates": [-80.09124626604962, 34.989241505841214], "type": "Point"}, "id": "84", "properties": {"__folium_color": "black", "focal": 84}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [-79.25113955330204, 35.01438406556255], "type": "Point"}, "id": "85", "properties": {"__folium_color": "black", "focal": 85}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -76.21757613206822, 35.51854028682398], "geometry": {"coordinates": [-76.21757613206822, 35.51854028682398], "type": "Point"}, "id": "86", "properties": {"__folium_color": "black", "focal": 86}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [-77.90798830403743, 34.949151043248946], "type": "Point"}, "id": "87", "properties": {"__folium_color": "black", "focal": 87}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [-79.72202064037224, 34.99102766751888], "type": "Point"}, "id": "88", "properties": {"__folium_color": "black", "focal": 88}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.75265358254363, 35.06359077255187], "geometry": {"coordinates": [-83.75265358254363, 35.06359077255187], "type": "Point"}, "id": "89", "properties": {"__folium_color": "black", "focal": 89}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [-77.18804707266813, 35.238638759898045], "type": "Point"}, "id": "90", "properties": {"__folium_color": "black", "focal": 90}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.47844550242344, 34.82678725757952], "geometry": {"coordinates": [-79.47844550242344, 34.82678725757952], "type": "Point"}, "id": "91", "properties": {"__folium_color": "black", "focal": 91}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [-77.41302012730806, 34.74238011850433], "type": "Point"}, "id": "92", "properties": {"__folium_color": "black", "focal": 92}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -79.12198368689681, 34.6599186266382], "geometry": {"coordinates": [-79.12198368689681, 34.6599186266382], "type": "Point"}, "id": "93", "properties": {"__folium_color": "black", "focal": 93}, "type": "Feature"}, {"bbox": [-76.54395923944259, 34.86427750937366, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [-76.54395923944259, 34.86427750937366], "type": "Point"}, "id": "94", "properties": {"__folium_color": "black", "focal": 94}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [-78.56996079307251, 34.62312080120418], "type": "Point"}, "id": "95", "properties": {"__folium_color": "black", "focal": 95}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [-77.9245658269991, 34.509697709519855], "type": "Point"}, "id": "96", "properties": {"__folium_color": "black", "focal": 96}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.64673911019337, 34.21558682200368], "geometry": {"coordinates": [-78.64673911019337, 34.21558682200368], "type": "Point"}, "id": "97", "properties": {"__folium_color": "black", "focal": 97}, "type": "Feature"}, {"bbox": [-77.90239283469771, 34.2172010123703, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [-77.90239283469771, 34.2172010123703], "type": "Point"}, "id": "98", "properties": {"__folium_color": "black", "focal": 98}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -78.2566549713068, 34.0902733398776], "geometry": {"coordinates": [-78.2566549713068, 34.0902733398776], "type": "Point"}, "id": "99", "properties": {"__folium_color": "black", "focal": 99}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_dab94ef587e18a19e4be487260cee229_add({"bbox": [-84.0321893966368, 34.0902733398776, -75.87201533024219, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": 0}, "type": "Feature"}, {"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": 1}, "type": "Feature"}, {"bbox": [-80.69283730965327, 36.38789612168756, -80.69283730965327, 36.38789612168756], "geometry": {"coordinates": [-80.69283730965327, 36.38789612168756], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": 2}, "type": "Feature"}, {"bbox": [-75.93765003734005, 36.305372474455865, -75.93765003734005, 36.305372474455865], "geometry": {"coordinates": [-75.93765003734005, 36.305372474455865], "type": "Point"}, "id": "3", "properties": {"__folium_color": "black", "focal": 3}, "type": "Feature"}, {"bbox": [-77.37246171928803, 36.346271292404964, -77.37246171928803, 36.346271292404964], "geometry": {"coordinates": [-77.37246171928803, 36.346271292404964], "type": "Point"}, "id": "4", "properties": {"__folium_color": "black", "focal": 4}, "type": "Feature"}, {"bbox": [-76.99851152335646, 36.35951639232211, -76.99851152335646, 36.35951639232211], "geometry": {"coordinates": [-76.99851152335646, 36.35951639232211], "type": "Point"}, "id": "5", "properties": {"__folium_color": "black", "focal": 5}, "type": "Feature"}, {"bbox": [-76.19502280601716, 36.369675590406956, -76.19502280601716, 36.369675590406956], "geometry": {"coordinates": [-76.19502280601716, 36.369675590406956], "type": "Point"}, "id": "6", "properties": {"__folium_color": "black", "focal": 6}, "type": "Feature"}, {"bbox": [-76.71802675073793, 36.43099711652998, -76.71802675073793, 36.43099711652998], "geometry": {"coordinates": [-76.71802675073793, 36.43099711652998], "type": "Point"}, "id": "7", "properties": {"__folium_color": "black", "focal": 7}, "type": "Feature"}, {"bbox": [-78.11408945025987, 36.431574192838355, -78.11408945025987, 36.431574192838355], "geometry": {"coordinates": [-78.11408945025987, 36.431574192838355], "type": "Point"}, "id": "8", "properties": {"__folium_color": "black", "focal": 8}, "type": "Feature"}, {"bbox": [-80.23456192640865, 36.401227370972855, -80.23456192640865, 36.401227370972855], "geometry": {"coordinates": [-80.23456192640865, 36.401227370972855], "type": "Point"}, "id": "9", "properties": {"__folium_color": "black", "focal": 9}, "type": "Feature"}, {"bbox": [-79.33606772948953, 36.394472390737356, -79.33606772948953, 36.394472390737356], "geometry": {"coordinates": [-79.33606772948953, 36.394472390737356], "type": "Point"}, "id": "10", "properties": {"__folium_color": "black", "focal": 10}, "type": "Feature"}, {"bbox": [-79.77276476728454, 36.39578671196982, -79.77276476728454, 36.39578671196982], "geometry": {"coordinates": [-79.77276476728454, 36.39578671196982], "type": "Point"}, "id": "11", "properties": {"__folium_color": "black", "focal": 11}, "type": "Feature"}, {"bbox": [-78.65955245707339, 36.3465746028161, -78.65955245707339, 36.3465746028161], "geometry": {"coordinates": [-78.65955245707339, 36.3465746028161], "type": "Point"}, "id": "12", "properties": {"__folium_color": "black", "focal": 12}, "type": "Feature"}, {"bbox": [-78.97676286158412, 36.38895351245035, -78.97676286158412, 36.38895351245035], "geometry": {"coordinates": [-78.97676286158412, 36.38895351245035], "type": "Point"}, "id": "13", "properties": {"__folium_color": "black", "focal": 13}, "type": "Feature"}, {"bbox": [-78.40588759239012, 36.37686581999349, -78.40588759239012, 36.37686581999349], "geometry": {"coordinates": [-78.40588759239012, 36.37686581999349], "type": "Point"}, "id": "14", "properties": {"__folium_color": "black", "focal": 14}, "type": "Feature"}, {"bbox": [-77.67958234541625, 36.25616892305704, -77.67958234541625, 36.25616892305704], "geometry": {"coordinates": [-77.67958234541625, 36.25616892305704], "type": "Point"}, "id": "15", "properties": {"__folium_color": "black", "focal": 15}, "type": "Feature"}, {"bbox": [-76.3082408976784, 36.32482355505354, -76.3082408976784, 36.32482355505354], "geometry": {"coordinates": [-76.3082408976784, 36.32482355505354], "type": "Point"}, "id": "16", "properties": {"__folium_color": "black", "focal": 16}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "17", "properties": {"__folium_color": "black", "focal": 17}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "18", "properties": {"__folium_color": "black", "focal": 18}, "type": "Feature"}, {"bbox": [-76.45111569351359, 36.22728328016211, -76.45111569351359, 36.22728328016211], "geometry": {"coordinates": [-76.45111569351359, 36.22728328016211], "type": "Point"}, "id": "19", "properties": {"__folium_color": "black", "focal": 19}, "type": "Feature"}, {"bbox": [-76.65150188131545, 36.19801271093677, -76.65150188131545, 36.19801271093677], "geometry": {"coordinates": [-76.65150188131545, 36.19801271093677], "type": "Point"}, "id": "20", "properties": {"__folium_color": "black", "focal": 20}, "type": "Feature"}, {"bbox": [-81.91995341116828, 36.0793186797884, -81.91995341116828, 36.0793186797884], "geometry": {"coordinates": [-81.91995341116828, 36.0793186797884], "type": "Point"}, "id": "21", "properties": {"__folium_color": "black", "focal": 21}, "type": "Feature"}, {"bbox": [-80.65910549496982, 36.17220768865046, -80.65910549496982, 36.17220768865046], "geometry": {"coordinates": [-80.65910549496982, 36.17220768865046], "type": "Point"}, "id": "22", "properties": {"__folium_color": "black", "focal": 22}, "type": "Feature"}, {"bbox": [-78.33218415595869, 36.04481979569061, -78.33218415595869, 36.04481979569061], "geometry": {"coordinates": [-78.33218415595869, 36.04481979569061], "type": "Point"}, "id": "23", "properties": {"__folium_color": "black", "focal": 23}, "type": "Feature"}, {"bbox": [-80.25053372049967, 36.1143389052351, -80.25053372049967, 36.1143389052351], "geometry": {"coordinates": [-80.25053372049967, 36.1143389052351], "type": "Point"}, "id": "24", "properties": {"__folium_color": "black", "focal": 24}, "type": "Feature"}, {"bbox": [-79.78257703120624, 36.121425443650615, -79.78257703120624, 36.121425443650615], "geometry": {"coordinates": [-79.78257703120624, 36.121425443650615], "type": "Point"}, "id": "25", "properties": {"__folium_color": "black", "focal": 25}, "type": "Feature"}, {"bbox": [-79.40062842768751, 35.97812907941472, -79.40062842768751, 35.97812907941472], "geometry": {"coordinates": [-79.40062842768751, 35.97812907941472], "type": "Point"}, "id": "26", "properties": {"__folium_color": "black", "focal": 26}, "type": "Feature"}, {"bbox": [-77.00034832803134, 36.02838211402072, -77.00034832803134, 36.02838211402072], "geometry": {"coordinates": [-77.00034832803134, 36.02838211402072], "type": "Point"}, "id": "27", "properties": {"__folium_color": "black", "focal": 27}, "type": "Feature"}, {"bbox": [-79.13156582724993, 35.974239868231855, -79.13156582724993, 35.974239868231855], "geometry": {"coordinates": [-79.13156582724993, 35.974239868231855], "type": "Point"}, "id": "28", "properties": {"__folium_color": "black", "focal": 28}, "type": "Feature"}, {"bbox": [-78.86743923985517, 36.046624468880886, -78.86743923985517, 36.046624468880886], "geometry": {"coordinates": [-78.86743923985517, 36.046624468880886], "type": "Point"}, "id": "29", "properties": {"__folium_color": "black", "focal": 29}, "type": "Feature"}, {"bbox": [-77.98657016102852, 35.93822583107635, -77.98657016102852, 35.93822583107635], "geometry": {"coordinates": [-77.98657016102852, 35.93822583107635], "type": "Point"}, "id": "30", "properties": {"__folium_color": "black", "focal": 30}, "type": "Feature"}, {"bbox": [-82.12248353999284, 35.975969205859286, -82.12248353999284, 35.975969205859286], "geometry": {"coordinates": [-82.12248353999284, 35.975969205859286], "type": "Point"}, "id": "31", "properties": {"__folium_color": "black", "focal": 31}, "type": "Feature"}, {"bbox": [-77.5816426130457, 35.88136990275862, -77.5816426130457, 35.88136990275862], "geometry": {"coordinates": [-77.5816426130457, 35.88136990275862], "type": "Point"}, "id": "32", "properties": {"__folium_color": "black", "focal": 32}, "type": "Feature"}, {"bbox": [-81.5564902506844, 35.93679745767059, -81.5564902506844, 35.93679745767059], "geometry": {"coordinates": [-81.5564902506844, 35.93679745767059], "type": "Point"}, "id": "33", "properties": {"__folium_color": "black", "focal": 33}, "type": "Feature"}, {"bbox": [-82.29878534140809, 35.891263191643226, -82.29878534140809, 35.891263191643226], "geometry": {"coordinates": [-82.29878534140809, 35.891263191643226], "type": "Point"}, "id": "34", "properties": {"__folium_color": "black", "focal": 34}, "type": "Feature"}, {"bbox": [-77.1263213146242, 35.85241144553857, -77.1263213146242, 35.85241144553857], "geometry": {"coordinates": [-77.1263213146242, 35.85241144553857], "type": "Point"}, "id": "35", "properties": {"__folium_color": "black", "focal": 35}, "type": "Feature"}, {"bbox": [-78.61963768303745, 35.793718523235434, -78.61963768303745, 35.793718523235434], "geometry": {"coordinates": [-78.61963768303745, 35.793718523235434], "type": "Point"}, "id": "36", "properties": {"__folium_color": "black", "focal": 36}, "type": "Feature"}, {"bbox": [-82.67626610534305, 35.84307981796387, -82.67626610534305, 35.84307981796387], "geometry": {"coordinates": [-82.67626610534305, 35.84307981796387], "type": "Point"}, "id": "37", "properties": {"__folium_color": "black", "focal": 37}, "type": "Feature"}, {"bbox": [-80.90101493959926, 35.803923095003206, -80.90101493959926, 35.803923095003206], "geometry": {"coordinates": [-80.90101493959926, 35.803923095003206], "type": "Point"}, "id": "38", "properties": {"__folium_color": "black", "focal": 38}, "type": "Feature"}, {"bbox": [-80.53127816956352, 35.91976543237011, -80.53127816956352, 35.91976543237011], "geometry": {"coordinates": [-80.53127816956352, 35.91976543237011], "type": "Point"}, "id": "39", "properties": {"__folium_color": "black", "focal": 39}, "type": "Feature"}, {"bbox": [-81.17936093491355, 35.90285493694586, -81.17936093491355, 35.90285493694586], "geometry": {"coordinates": [-81.17936093491355, 35.90285493694586], "type": "Point"}, "id": "40", "properties": {"__folium_color": "black", "focal": 40}, "type": "Feature"}, {"bbox": [-80.25600741309485, 35.7744010641556, -80.25600741309485, 35.7744010641556], "geometry": {"coordinates": [-80.25600741309485, 35.7744010641556], "type": "Point"}, "id": "41", "properties": {"__folium_color": "black", "focal": 41}, "type": "Feature"}, {"bbox": [-81.6825329190607, 35.764754813596575, -81.6825329190607, 35.764754813596575], "geometry": {"coordinates": [-81.6825329190607, 35.764754813596575], "type": "Point"}, "id": "42", "properties": {"__folium_color": "black", "focal": 42}, "type": "Feature"}, {"bbox": [-76.59090273018614, 35.82771455327548, -76.59090273018614, 35.82771455327548], "geometry": {"coordinates": [-76.59090273018614, 35.82771455327548], "type": "Point"}, "id": "43", "properties": {"__folium_color": "black", "focal": 43}, "type": "Feature"}, {"bbox": [-76.22124491320736, 35.81868673514218, -76.22124491320736, 35.81868673514218], "geometry": {"coordinates": [-76.22124491320736, 35.81868673514218], "type": "Point"}, "id": "44", "properties": {"__folium_color": "black", "focal": 44}, "type": "Feature"}, {"bbox": [-82.04339606088747, 35.74009996280318, -82.04339606088747, 35.74009996280318], "geometry": {"coordinates": [-82.04339606088747, 35.74009996280318], "type": "Point"}, "id": "45", "properties": {"__folium_color": "black", "focal": 45}, "type": "Feature"}, {"bbox": [-79.80167663908625, 35.67781301100719, -79.80167663908625, 35.67781301100719], "geometry": {"coordinates": [-79.80167663908625, 35.67781301100719], "type": "Point"}, "id": "46", "properties": {"__folium_color": "black", "focal": 46}, "type": "Feature"}, {"bbox": [-79.25597874115246, 35.69646335850461, -79.25597874115246, 35.69646335850461], "geometry": {"coordinates": [-79.25597874115246, 35.69646335850461], "type": "Point"}, "id": "47", "properties": {"__folium_color": "black", "focal": 47}, "type": "Feature"}, {"bbox": [-77.93835602935111, 35.711426153089995, -77.93835602935111, 35.711426153089995], "geometry": {"coordinates": [-77.93835602935111, 35.711426153089995], "type": "Point"}, "id": "48", "properties": {"__folium_color": "black", "focal": 48}, "type": "Feature"}, {"bbox": [-80.53283827506755, 35.659772053128975, -80.53283827506755, 35.659772053128975], "geometry": {"coordinates": [-80.53283827506755, 35.659772053128975], "type": "Point"}, "id": "49", "properties": {"__folium_color": "black", "focal": 49}, "type": "Feature"}, {"bbox": [-77.3643519229068, 35.56915865033354, -77.3643519229068, 35.56915865033354], "geometry": {"coordinates": [-77.3643519229068, 35.56915865033354], "type": "Point"}, "id": "50", "properties": {"__folium_color": "black", "focal": 50}, "type": "Feature"}, {"bbox": [-81.20636795501596, 35.65815642455532, -81.20636795501596, 35.65815642455532], "geometry": {"coordinates": [-81.20636795501596, 35.65815642455532], "type": "Point"}, "id": "51", "properties": {"__folium_color": "black", "focal": 51}, "type": "Feature"}, {"bbox": [-82.54208536355003, 35.61935866399454, -82.54208536355003, 35.61935866399454], "geometry": {"coordinates": [-82.54208536355003, 35.61935866399454], "type": "Point"}, "id": "52", "properties": {"__folium_color": "black", "focal": 52}, "type": "Feature"}, {"bbox": [-78.3703938075336, 35.55111267356497, -78.3703938075336, 35.55111267356497], "geometry": {"coordinates": [-78.3703938075336, 35.55111267356497], "type": "Point"}, "id": "53", "properties": {"__folium_color": "black", "focal": 53}, "type": "Feature"}, {"bbox": [-82.96803136678908, 35.54228494433707, -82.96803136678908, 35.54228494433707], "geometry": {"coordinates": [-82.96803136678908, 35.54228494433707], "type": "Point"}, "id": "54", "properties": {"__folium_color": "black", "focal": 54}, "type": "Feature"}, {"bbox": [-75.87201533024219, 35.773009234143785, -75.87201533024219, 35.773009234143785], "geometry": {"coordinates": [-75.87201533024219, 35.773009234143785], "type": "Point"}, "id": "55", "properties": {"__folium_color": "black", "focal": 55}, "type": "Feature"}, {"bbox": [-76.80756743037757, 35.56410582410714, -76.80756743037757, 35.56410582410714], "geometry": {"coordinates": [-76.80756743037757, 35.56410582410714], "type": "Point"}, "id": "56", "properties": {"__folium_color": "black", "focal": 56}, "type": "Feature"}, {"bbox": [-83.60490348252915, 35.47586812816397, -83.60490348252915, 35.47586812816397], "geometry": {"coordinates": [-83.60490348252915, 35.47586812816397], "type": "Point"}, "id": "57", "properties": {"__folium_color": "black", "focal": 57}, "type": "Feature"}, {"bbox": [-77.66626580682512, 35.498952507618, -77.66626580682512, 35.498952507618], "geometry": {"coordinates": [-77.66626580682512, 35.498952507618], "type": "Point"}, "id": "58", "properties": {"__folium_color": "black", "focal": 58}, "type": "Feature"}, {"bbox": [-79.19208992681638, 35.45539941067479, -79.19208992681638, 35.45539941067479], "geometry": {"coordinates": [-79.19208992681638, 35.45539941067479], "type": "Point"}, "id": "59", "properties": {"__folium_color": "black", "focal": 59}, "type": "Feature"}, {"bbox": [-81.91432326401467, 35.39340997905669, -81.91432326401467, 35.39340997905669], "geometry": {"coordinates": [-81.91432326401467, 35.39340997905669], "type": "Point"}, "id": "60", "properties": {"__folium_color": "black", "focal": 60}, "type": "Feature"}, {"bbox": [-77.97787880182456, 35.38765571678414, -77.97787880182456, 35.38765571678414], "geometry": {"coordinates": [-77.97787880182456, 35.38765571678414], "type": "Point"}, "id": "61", "properties": {"__folium_color": "black", "focal": 61}, "type": "Feature"}, {"bbox": [-78.83973208503795, 35.37487380360481, -78.83973208503795, 35.37487380360481], "geometry": {"coordinates": [-78.83973208503795, 35.37487380360481], "type": "Point"}, "id": "62", "properties": {"__folium_color": "black", "focal": 62}, "type": "Feature"}, {"bbox": [-81.56095654230508, 35.38603832932577, -81.56095654230508, 35.38603832932577], "geometry": {"coordinates": [-81.56095654230508, 35.38603832932577], "type": "Point"}, "id": "63", "properties": {"__folium_color": "black", "focal": 63}, "type": "Feature"}, {"bbox": [-81.21835056524885, 35.479939019175795, -81.21835056524885, 35.479939019175795], "geometry": {"coordinates": [-81.21835056524885, 35.479939019175795], "type": "Point"}, "id": "64", "properties": {"__folium_color": "black", "focal": 64}, "type": "Feature"}, {"bbox": [-83.11150471676939, 35.24830652006442, -83.11150471676939, 35.24830652006442], "geometry": {"coordinates": [-83.11150471676939, 35.24830652006442], "type": "Point"}, "id": "65", "properties": {"__folium_color": "black", "focal": 65}, "type": "Feature"}, {"bbox": [-79.45977217261137, 35.27206243636648, -79.45977217261137, 35.27206243636648], "geometry": {"coordinates": [-79.45977217261137, 35.27206243636648], "type": "Point"}, "id": "66", "properties": {"__folium_color": "black", "focal": 66}, "type": "Feature"}, {"bbox": [-80.82735715242157, 35.25740486354764, -80.82735715242157, 35.25740486354764], "geometry": {"coordinates": [-80.82735715242157, 35.25740486354764], "type": "Point"}, "id": "67", "properties": {"__folium_color": "black", "focal": 67}, "type": "Feature"}, {"bbox": [-80.5547048031675, 35.36297645265597, -80.5547048031675, 35.36297645265597], "geometry": {"coordinates": [-80.5547048031675, 35.36297645265597], "type": "Point"}, "id": "68", "properties": {"__folium_color": "black", "focal": 68}, "type": "Feature"}, {"bbox": [-79.89606682644703, 35.327431460158316, -79.89606682644703, 35.327431460158316], "geometry": {"coordinates": [-79.89606682644703, 35.327431460158316], "type": "Point"}, "id": "69", "properties": {"__folium_color": "black", "focal": 69}, "type": "Feature"}, {"bbox": [-80.24127152466903, 35.33009083353577, -80.24127152466903, 35.33009083353577], "geometry": {"coordinates": [-80.24127152466903, 35.33009083353577], "type": "Point"}, "id": "70", "properties": {"__folium_color": "black", "focal": 70}, "type": "Feature"}, {"bbox": [-82.47671294559912, 35.34931942462325, -82.47671294559912, 35.34931942462325], "geometry": {"coordinates": [-82.47671294559912, 35.34931942462325], "type": "Point"}, "id": "71", "properties": {"__folium_color": "black", "focal": 71}, "type": "Feature"}, {"bbox": [-83.81944500863986, 35.34389325773047, -83.81944500863986, 35.34389325773047], "geometry": {"coordinates": [-83.81944500863986, 35.34389325773047], "type": "Point"}, "id": "72", "properties": {"__folium_color": "black", "focal": 72}, "type": "Feature"}, {"bbox": [-77.67721341139872, 35.20020763197254, -77.67721341139872, 35.20020763197254], "geometry": {"coordinates": [-77.67721341139872, 35.20020763197254], "type": "Point"}, "id": "73", "properties": {"__folium_color": "black", "focal": 73}, "type": "Feature"}, {"bbox": [-82.77267464488618, 35.20959213861049, -82.77267464488618, 35.20959213861049], "geometry": {"coordinates": [-82.77267464488618, 35.20959213861049], "type": "Point"}, "id": "74", "properties": {"__folium_color": "black", "focal": 74}, "type": "Feature"}, {"bbox": [-81.17736882425847, 35.293139601003844, -81.17736882425847, 35.293139601003844], "geometry": {"coordinates": [-81.17736882425847, 35.293139601003844], "type": "Point"}, "id": "75", "properties": {"__folium_color": "black", "focal": 75}, "type": "Feature"}, {"bbox": [-82.17699252199117, 35.2991253887554, -82.17699252199117, 35.2991253887554], "geometry": {"coordinates": [-82.17699252199117, 35.2991253887554], "type": "Point"}, "id": "76", "properties": {"__folium_color": "black", "focal": 76}, "type": "Feature"}, {"bbox": [-83.47193852539337, 35.169995453707, -83.47193852539337, 35.169995453707], "geometry": {"coordinates": [-83.47193852539337, 35.169995453707], "type": "Point"}, "id": "77", "properties": {"__folium_color": "black", "focal": 77}, "type": "Feature"}, {"bbox": [-78.35673975816896, 34.922356132333654, -78.35673975816896, 34.922356132333654], "geometry": {"coordinates": [-78.35673975816896, 34.922356132333654], "type": "Point"}, "id": "78", "properties": {"__folium_color": "black", "focal": 78}, "type": "Feature"}, {"bbox": [-76.79515102455096, 35.14908744570476, -76.79515102455096, 35.14908744570476], "geometry": {"coordinates": [-76.79515102455096, 35.14908744570476], "type": "Point"}, "id": "79", "properties": {"__folium_color": "black", "focal": 79}, "type": "Feature"}, {"bbox": [-84.0321893966368, 35.14015600385817, -84.0321893966368, 35.14015600385817], "geometry": {"coordinates": [-84.0321893966368, 35.14015600385817], "type": "Point"}, "id": "80", "properties": {"__folium_color": "black", "focal": 80}, "type": "Feature"}, {"bbox": [-78.87810448081477, 35.054813025646546, -78.87810448081477, 35.054813025646546], "geometry": {"coordinates": [-78.87810448081477, 35.054813025646546], "type": "Point"}, "id": "81", "properties": {"__folium_color": "black", "focal": 81}, "type": "Feature"}, {"bbox": [-77.39905531467014, 35.012407955304155, -77.39905531467014, 35.012407955304155], "geometry": {"coordinates": [-77.39905531467014, 35.012407955304155], "type": "Point"}, "id": "82", "properties": {"__folium_color": "black", "focal": 82}, "type": "Feature"}, {"bbox": [-80.55885768683369, 35.01444375932666, -80.55885768683369, 35.01444375932666], "geometry": {"coordinates": [-80.55885768683369, 35.01444375932666], "type": "Point"}, "id": "83", "properties": {"__folium_color": "black", "focal": 83}, "type": "Feature"}, {"bbox": [-80.09124626604962, 34.989241505841214, -80.09124626604962, 34.989241505841214], "geometry": {"coordinates": [-80.09124626604962, 34.989241505841214], "type": "Point"}, "id": "84", "properties": {"__folium_color": "black", "focal": 84}, "type": "Feature"}, {"bbox": [-79.25113955330204, 35.01438406556255, -79.25113955330204, 35.01438406556255], "geometry": {"coordinates": [-79.25113955330204, 35.01438406556255], "type": "Point"}, "id": "85", "properties": {"__folium_color": "black", "focal": 85}, "type": "Feature"}, {"bbox": [-76.21757613206822, 35.51854028682398, -76.21757613206822, 35.51854028682398], "geometry": {"coordinates": [-76.21757613206822, 35.51854028682398], "type": "Point"}, "id": "86", "properties": {"__folium_color": "black", "focal": 86}, "type": "Feature"}, {"bbox": [-77.90798830403743, 34.949151043248946, -77.90798830403743, 34.949151043248946], "geometry": {"coordinates": [-77.90798830403743, 34.949151043248946], "type": "Point"}, "id": "87", "properties": {"__folium_color": "black", "focal": 87}, "type": "Feature"}, {"bbox": [-79.72202064037224, 34.99102766751888, -79.72202064037224, 34.99102766751888], "geometry": {"coordinates": [-79.72202064037224, 34.99102766751888], "type": "Point"}, "id": "88", "properties": {"__folium_color": "black", "focal": 88}, "type": "Feature"}, {"bbox": [-83.75265358254363, 35.06359077255187, -83.75265358254363, 35.06359077255187], "geometry": {"coordinates": [-83.75265358254363, 35.06359077255187], "type": "Point"}, "id": "89", "properties": {"__folium_color": "black", "focal": 89}, "type": "Feature"}, {"bbox": [-77.18804707266813, 35.238638759898045, -77.18804707266813, 35.238638759898045], "geometry": {"coordinates": [-77.18804707266813, 35.238638759898045], "type": "Point"}, "id": "90", "properties": {"__folium_color": "black", "focal": 90}, "type": "Feature"}, {"bbox": [-79.47844550242344, 34.82678725757952, -79.47844550242344, 34.82678725757952], "geometry": {"coordinates": [-79.47844550242344, 34.82678725757952], "type": "Point"}, "id": "91", "properties": {"__folium_color": "black", "focal": 91}, "type": "Feature"}, {"bbox": [-77.41302012730806, 34.74238011850433, -77.41302012730806, 34.74238011850433], "geometry": {"coordinates": [-77.41302012730806, 34.74238011850433], "type": "Point"}, "id": "92", "properties": {"__folium_color": "black", "focal": 92}, "type": "Feature"}, {"bbox": [-79.12198368689681, 34.6599186266382, -79.12198368689681, 34.6599186266382], "geometry": {"coordinates": [-79.12198368689681, 34.6599186266382], "type": "Point"}, "id": "93", "properties": {"__folium_color": "black", "focal": 93}, "type": "Feature"}, {"bbox": [-76.54395923944259, 34.86427750937366, -76.54395923944259, 34.86427750937366], "geometry": {"coordinates": [-76.54395923944259, 34.86427750937366], "type": "Point"}, "id": "94", "properties": {"__folium_color": "black", "focal": 94}, "type": "Feature"}, {"bbox": [-78.56996079307251, 34.62312080120418, -78.56996079307251, 34.62312080120418], "geometry": {"coordinates": [-78.56996079307251, 34.62312080120418], "type": "Point"}, "id": "95", "properties": {"__folium_color": "black", "focal": 95}, "type": "Feature"}, {"bbox": [-77.9245658269991, 34.509697709519855, -77.9245658269991, 34.509697709519855], "geometry": {"coordinates": [-77.9245658269991, 34.509697709519855], "type": "Point"}, "id": "96", "properties": {"__folium_color": "black", "focal": 96}, "type": "Feature"}, {"bbox": [-78.64673911019337, 34.21558682200368, -78.64673911019337, 34.21558682200368], "geometry": {"coordinates": [-78.64673911019337, 34.21558682200368], "type": "Point"}, "id": "97", "properties": {"__folium_color": "black", "focal": 97}, "type": "Feature"}, {"bbox": [-77.90239283469771, 34.2172010123703, -77.90239283469771, 34.2172010123703], "geometry": {"coordinates": [-77.90239283469771, 34.2172010123703], "type": "Point"}, "id": "98", "properties": {"__folium_color": "black", "focal": 98}, "type": "Feature"}, {"bbox": [-78.2566549713068, 34.0902733398776, -78.2566549713068, 34.0902733398776], "geometry": {"coordinates": [-78.2566549713068, 34.0902733398776], "type": "Point"}, "id": "99", "properties": {"__folium_color": "black", "focal": 99}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_26a89fa48bf916784b31663c4432000e.bindTooltip(\n", + " geo_json_dab94ef587e18a19e4be487260cee229.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -2353,13 +2353,13 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_26a89fa48bf916784b31663c4432000e.addTo(map_40146ccdd4cceacc9fb5bb71d785b7a0);\n", + " geo_json_dab94ef587e18a19e4be487260cee229.addTo(map_ad02ee3d04f42ff062355e0b20b7f04f);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 39, @@ -2489,7 +2489,7 @@ "source": [ "Since `transform` is a property of `W`, setting the `transform` will update the values of the weights.\n", "\n", - "For the `Graph` class, things have change in terms of these standardizations." + "For the `Graph` class, things have changed in terms of these standardizations." ] }, { @@ -2543,7 +2543,7 @@ "id": "35ad4391-6829-48d2-a7c0-403b1b1688cc", "metadata": {}, "source": [ - "This tells us that the `transform` member is now a method and to a property of the `Graph`.\n", + "This tells us that the `transform` member is now a method of the `Graph`.\n", "\n", "The related change is the addition of a `transformation` property:" ] @@ -2578,7 +2578,7 @@ "\n", "However, `Graph.transformation` is not a setter in the sense that if the user changes its value, the weight values will not be affected. It is an information-only property.\n", "\n", - "This is because, by design, the the weights for the `Graph` are **immutable**.\n", + "This is because, by design, the weights for the `Graph` are **immutable**.\n", "In other words, once the `Graph` instance is created, its state cannot be changed.\n", "\n", "If transformed spatial weights are required, the `Graph` method `transform` can be called with the type of transformation required:" @@ -2860,7 +2860,7 @@ "id": "4798679f-ad54-4488-9b45-afd2fd978b4a", "metadata": {}, "source": [ - "is actually a [slice](https://pandas.pydata.org/docs/user_guide/indexing.html) of the `Graph` that returns another pandas series where the index is the index is the id of the neighboring unit and the value is the weight of that neighbor relationship.\n" + "is actually a [slice](https://pandas.pydata.org/docs/user_guide/indexing.html) of the `Graph` that returns another pandas series where the index is the id of the neighboring unit and the value is the weight of that neighbor relationship.\n" ] }, { @@ -2966,7 +2966,7 @@ "id": "4cfe70cb-18f2-432d-95e0-cbe2c7fe7b4f", "metadata": {}, "source": [ - "Another way the `Graph` makes use of the powerful indexing affored by pandas is seen it the method `subgraph`:" + "Another way the `Graph` makes use of the powerful indexing afforded by pandas is seen it the method `subgraph`:" ] }, { @@ -3209,7 +3209,7 @@ " <meta name="viewport" content="width=device-width,\n", " initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />\n", " <style>\n", - " #map_d41a9d3e4c7da6bf70e94d51cbf0c0e2 {\n", + " #map_56283e7a370b43ffb76bd82068d08537 {\n", " position: relative;\n", " width: 100.0%;\n", " height: 100.0%;\n", @@ -3303,14 +3303,14 @@ "<body>\n", " \n", " \n", - " <div class="folium-map" id="map_d41a9d3e4c7da6bf70e94d51cbf0c0e2" ></div>\n", + " <div class="folium-map" id="map_56283e7a370b43ffb76bd82068d08537" ></div>\n", " \n", "</body>\n", "<script>\n", " \n", " \n", - " var map_d41a9d3e4c7da6bf70e94d51cbf0c0e2 = L.map(\n", - " "map_d41a9d3e4c7da6bf70e94d51cbf0c0e2",\n", + " var map_56283e7a370b43ffb76bd82068d08537 = L.map(\n", + " "map_56283e7a370b43ffb76bd82068d08537",\n", " {\n", " center: [36.28109550476074, -81.39101028442383],\n", " crs: L.CRS.EPSG3857,\n", @@ -3319,79 +3319,79 @@ " preferCanvas: false,\n", " }\n", " );\n", - " L.control.scale().addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " L.control.scale().addTo(map_56283e7a370b43ffb76bd82068d08537);\n", "\n", " \n", "\n", " \n", " \n", - " var tile_layer_686883b43c0190cc94e30197fbb9aa01 = L.tileLayer(\n", + " var tile_layer_b3c2d82fac355e5470a8e2844b981b15 = L.tileLayer(\n", " "https://tile.openstreetmap.org/{z}/{x}/{y}.png",\n", " {"attribution": "\\u0026copy; \\u003ca href=\\"https://www.openstreetmap.org/copyright\\"\\u003eOpenStreetMap\\u003c/a\\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}\n", " );\n", " \n", " \n", - " tile_layer_686883b43c0190cc94e30197fbb9aa01.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " tile_layer_b3c2d82fac355e5470a8e2844b981b15.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", " \n", - " map_d41a9d3e4c7da6bf70e94d51cbf0c0e2.fitBounds(\n", + " map_56283e7a370b43ffb76bd82068d08537.fitBounds(\n", " [[35.98932647705078, -81.9111557006836], [36.5728645324707, -80.87086486816406]],\n", " {}\n", " );\n", " \n", " \n", - " function geo_json_bb9290b67362b8569faeadaaef9ed4d1_styler(feature) {\n", + " function geo_json_1220eddc974ebe22a776f9dcf676cfc0_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "#25b497", "fillColor": "#25b497", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_bb9290b67362b8569faeadaaef9ed4d1_highlighter(feature) {\n", + " function geo_json_1220eddc974ebe22a776f9dcf676cfc0_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_bb9290b67362b8569faeadaaef9ed4d1_pointToLayer(feature, latlng) {\n", + " function geo_json_1220eddc974ebe22a776f9dcf676cfc0_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_bb9290b67362b8569faeadaaef9ed4d1_styler(feature)\n", + " let style = geo_json_1220eddc974ebe22a776f9dcf676cfc0_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_bb9290b67362b8569faeadaaef9ed4d1_onEachFeature(feature, layer) {\n", + " function geo_json_1220eddc974ebe22a776f9dcf676cfc0_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_bb9290b67362b8569faeadaaef9ed4d1.resetStyle(e.target);\n", + " geo_json_1220eddc974ebe22a776f9dcf676cfc0.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_bb9290b67362b8569faeadaaef9ed4d1_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_1220eddc974ebe22a776f9dcf676cfc0_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_bb9290b67362b8569faeadaaef9ed4d1 = L.geoJson(null, {\n", - " onEachFeature: geo_json_bb9290b67362b8569faeadaaef9ed4d1_onEachFeature,\n", + " var geo_json_1220eddc974ebe22a776f9dcf676cfc0 = L.geoJson(null, {\n", + " onEachFeature: geo_json_1220eddc974ebe22a776f9dcf676cfc0_onEachFeature,\n", " \n", - " style: geo_json_bb9290b67362b8569faeadaaef9ed4d1_styler,\n", - " pointToLayer: geo_json_bb9290b67362b8569faeadaaef9ed4d1_pointToLayer,\n", + " style: geo_json_1220eddc974ebe22a776f9dcf676cfc0_styler,\n", + " pointToLayer: geo_json_1220eddc974ebe22a776f9dcf676cfc0_pointToLayer,\n", " });\n", "\n", - " function geo_json_bb9290b67362b8569faeadaaef9ed4d1_add (data) {\n", - " geo_json_bb9290b67362b8569faeadaaef9ed4d1\n", + " function geo_json_1220eddc974ebe22a776f9dcf676cfc0_add (data) {\n", + " geo_json_1220eddc974ebe22a776f9dcf676cfc0\n", " .addData(data);\n", " }\n", - " geo_json_bb9290b67362b8569faeadaaef9ed4d1_add({"bbox": [-81.9111557006836, 35.98932647705078, -80.87086486816406, 36.5728645324707], "features": [{"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055, "__folium_color": "#25b497", "cardinalities": 3, "neighbor": "Alleghany"}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195, "__folium_color": "#25b497", "cardinalities": 8, "neighbor": "Wilkes"}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338, "__folium_color": "#25b497", "cardinalities": 4, "neighbor": "Watauga"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_1220eddc974ebe22a776f9dcf676cfc0_add({"bbox": [-81.9111557006836, 35.98932647705078, -80.87086486816406, 36.5728645324707], "features": [{"bbox": [-81.34754180908203, 36.36536407470704, -80.9034423828125, 36.5728645324707], "geometry": {"coordinates": [[[-81.2398910522461, 36.36536407470704], [-81.24069213867188, 36.37941741943359], [-81.2628402709961, 36.40504074096678], [-81.2662353515625, 36.43720626831055], [-81.31332397460938, 36.48069763183594], [-81.32477569580078, 36.51367950439453], [-81.34754180908203, 36.53791427612304], [-81.34529876708984, 36.5728645324707], [-80.9034423828125, 36.56521224975587], [-80.93354797363283, 36.49831390380859], [-80.96577453613281, 36.467220306396484], [-80.94966888427734, 36.41473388671876], [-80.95639038085938, 36.4037971496582], [-80.97795104980469, 36.39137649536133], [-80.98284149169922, 36.37183380126953], [-81.00277709960938, 36.36668014526367], [-81.02464294433594, 36.37783432006836], [-81.04280090332031, 36.410335540771484], [-81.08425140380861, 36.4299201965332], [-81.09856414794922, 36.43115234375], [-81.11331176757812, 36.42285156249999], [-81.12937927246094, 36.42633056640625], [-81.13839721679688, 36.41762542724609], [-81.15336608886719, 36.424739837646484], [-81.17667388916016, 36.415443420410156], [-81.2398910522461, 36.36536407470704]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.061, "BIR74": 487.0, "BIR79": 542.0, "CNTY_": 1827, "CNTY_ID": 1827, "CRESS_ID": 3, "FIPS": "37005", "FIPSNO": 37005, "NWBIR74": 10.0, "NWBIR79": 12.0, "NWR74": 20.533881, "NWR79": 22.140221, "PERIMETER": 1.231, "SID74": 0.0, "SID79": 3.0, "SIDR74": 0.0, "SIDR79": 5.535055, "__folium_color": "#25b497", "cardinalities": 3, "neighbor": "Alleghany"}, "type": "Feature"}, {"bbox": [-81.54610443115234, 35.98932647705078, -80.87086486816406, 36.43115234375], "geometry": {"coordinates": [[[-81.02056884765625, 36.0349349975586], [-81.0840835571289, 36.02076721191407], [-81.12406158447266, 36.03128433227538], [-81.15746307373047, 36.02098083496094], [-81.23600769042969, 36.02382278442382], [-81.32186889648438, 35.98932647705078], [-81.34735107421875, 36.015357971191406], [-81.38871002197266, 36.03756713867187], [-81.39814758300781, 36.05605697631835], [-81.42963409423828, 36.06566238403319], [-81.45443725585938, 36.083057403564446], [-81.5173110961914, 36.09543228149414], [-81.54610443115234, 36.11139297485351], [-81.49932098388672, 36.13603591918946], [-81.4508056640625, 36.19062042236328], [-81.4727554321289, 36.23435592651367], [-81.45288848876953, 36.239585876464844], [-81.43103790283203, 36.260719299316406], [-81.4123306274414, 36.26729202270508], [-81.40638732910156, 36.28505325317382], [-81.3674545288086, 36.2786979675293], [-81.35413360595703, 36.29971694946288], [-81.36569213867188, 36.33905029296874], [-81.36137390136719, 36.353160858154304], [-81.32899475097656, 36.363502502441406], [-81.26424407958984, 36.352413177490234], [-81.2398910522461, 36.36536407470704], [-81.17667388916016, 36.415443420410156], [-81.15336608886719, 36.424739837646484], [-81.13839721679688, 36.41762542724609], [-81.12937927246094, 36.42633056640625], [-81.11331176757812, 36.42285156249999], [-81.09856414794922, 36.43115234375], [-81.08425140380861, 36.4299201965332], [-81.04280090332031, 36.410335540771484], [-81.02464294433594, 36.37783432006836], [-81.00277709960938, 36.36668014526367], [-80.98284149169922, 36.37183380126953], [-80.97795104980469, 36.39137649536133], [-80.95639038085938, 36.4037971496582], [-80.92456817626953, 36.37275314331055], [-80.88892364501953, 36.35442733764648], [-80.87086486816406, 36.324623107910156], [-80.87438201904297, 36.23388290405273], [-80.87741088867188, 36.05240631103516], [-80.98895263671875, 36.05334854125976], [-81.02056884765625, 36.0349349975586]]], "type": "Polygon"}, "id": "1", "properties": {"AREA": 0.199, "BIR74": 3146.0, "BIR79": 3725.0, "CNTY_": 1874, "CNTY_ID": 1874, "CRESS_ID": 97, "FIPS": "37193", "FIPSNO": 37193, "NWBIR74": 200.0, "NWBIR79": 222.0, "NWR74": 63.572791, "NWR79": 59.597315, "PERIMETER": 1.984, "SID74": 4.0, "SID79": 7.0, "SIDR74": 1.271456, "SIDR79": 1.879195, "__folium_color": "#25b497", "cardinalities": 8, "neighbor": "Wilkes"}, "type": "Feature"}, {"bbox": [-81.9111557006836, 36.10456085205079, -81.4508056640625, 36.39178466796875], "geometry": {"coordinates": [[[-81.80622100830078, 36.10456085205079], [-81.81715393066406, 36.1093864440918], [-81.82231140136719, 36.15785598754883], [-81.8502426147461, 36.181472778320305], [-81.88519287109375, 36.18863677978517], [-81.89856719970703, 36.198856353759766], [-81.9065628051758, 36.221866607666016], [-81.89399719238283, 36.26698303222656], [-81.9111557006836, 36.29075241088867], [-81.83057403564453, 36.33465576171875], [-81.7304916381836, 36.32934188842774], [-81.70945739746094, 36.33372497558593], [-81.7403793334961, 36.36185836791992], [-81.74107360839844, 36.39178466796875], [-81.63306427001953, 36.3406867980957], [-81.56198120117188, 36.2735939025879], [-81.5408401489258, 36.27250671386719], [-81.4727554321289, 36.23435592651367], [-81.4508056640625, 36.19062042236328], [-81.49932098388672, 36.13603591918946], [-81.54610443115234, 36.11139297485351], [-81.65900421142578, 36.117591857910156], [-81.80622100830078, 36.10456085205079]]], "type": "Polygon"}, "id": "2", "properties": {"AREA": 0.081, "BIR74": 1323.0, "BIR79": 1775.0, "CNTY_": 1880, "CNTY_ID": 1880, "CRESS_ID": 95, "FIPS": "37189", "FIPSNO": 37189, "NWBIR74": 17.0, "NWBIR79": 33.0, "NWR74": 12.849584, "NWR79": 18.591549, "PERIMETER": 1.288, "SID74": 1.0, "SID79": 1.0, "SIDR74": 0.755858, "SIDR79": 0.56338, "__folium_color": "#25b497", "cardinalities": 4, "neighbor": "Watauga"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_bb9290b67362b8569faeadaaef9ed4d1.bindTooltip(\n", + " geo_json_1220eddc974ebe22a776f9dcf676cfc0.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -3415,61 +3415,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_bb9290b67362b8569faeadaaef9ed4d1.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " geo_json_1220eddc974ebe22a776f9dcf676cfc0.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", " \n", - " function geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_styler(feature) {\n", + " function geo_json_abdb224422af6ef3a2afe057219a893b_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "#fa94a5", "fillColor": "#fa94a5", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_highlighter(feature) {\n", + " function geo_json_abdb224422af6ef3a2afe057219a893b_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_pointToLayer(feature, latlng) {\n", + " function geo_json_abdb224422af6ef3a2afe057219a893b_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_styler(feature)\n", + " let style = geo_json_abdb224422af6ef3a2afe057219a893b_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_onEachFeature(feature, layer) {\n", + " function geo_json_abdb224422af6ef3a2afe057219a893b_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_91fb9da63c68b4d85ac4830c78c3d7ae.resetStyle(e.target);\n", + " geo_json_abdb224422af6ef3a2afe057219a893b.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_abdb224422af6ef3a2afe057219a893b_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_91fb9da63c68b4d85ac4830c78c3d7ae = L.geoJson(null, {\n", - " onEachFeature: geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_onEachFeature,\n", + " var geo_json_abdb224422af6ef3a2afe057219a893b = L.geoJson(null, {\n", + " onEachFeature: geo_json_abdb224422af6ef3a2afe057219a893b_onEachFeature,\n", " \n", - " style: geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_styler,\n", - " pointToLayer: geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_pointToLayer,\n", + " style: geo_json_abdb224422af6ef3a2afe057219a893b_styler,\n", + " pointToLayer: geo_json_abdb224422af6ef3a2afe057219a893b_pointToLayer,\n", " });\n", "\n", - " function geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_add (data) {\n", - " geo_json_91fb9da63c68b4d85ac4830c78c3d7ae\n", + " function geo_json_abdb224422af6ef3a2afe057219a893b_add (data) {\n", + " geo_json_abdb224422af6ef3a2afe057219a893b\n", " .addData(data);\n", " }\n", - " geo_json_91fb9da63c68b4d85ac4830c78c3d7ae_add({"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0, "__folium_color": "#fa94a5", "cardinalities": 3}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_abdb224422af6ef3a2afe057219a893b_add({"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "features": [{"bbox": [-81.74107360839844, 36.23435592651367, -81.2398910522461, 36.589649200439446], "geometry": {"coordinates": [[[-81.4727554321289, 36.23435592651367], [-81.5408401489258, 36.27250671386719], [-81.56198120117188, 36.2735939025879], [-81.63306427001953, 36.3406867980957], [-81.74107360839844, 36.39178466796875], [-81.69828033447266, 36.4717788696289], [-81.70279693603516, 36.51934051513671], [-81.66999816894531, 36.589649200439446], [-81.34529876708984, 36.5728645324707], [-81.34754180908203, 36.53791427612304], [-81.32477569580078, 36.51367950439453], [-81.31332397460938, 36.48069763183594], [-81.2662353515625, 36.43720626831055], [-81.2628402709961, 36.40504074096678], [-81.24069213867188, 36.37941741943359], [-81.2398910522461, 36.36536407470704], [-81.26424407958984, 36.352413177490234], [-81.32899475097656, 36.363502502441406], [-81.36137390136719, 36.353160858154304], [-81.36569213867188, 36.33905029296874], [-81.35413360595703, 36.29971694946288], [-81.3674545288086, 36.2786979675293], [-81.40638732910156, 36.28505325317382], [-81.4123306274414, 36.26729202270508], [-81.43103790283203, 36.260719299316406], [-81.45288848876953, 36.239585876464844], [-81.4727554321289, 36.23435592651367]]], "type": "Polygon"}, "id": "0", "properties": {"AREA": 0.114, "BIR74": 1091.0, "BIR79": 1364.0, "CNTY_": 1825, "CNTY_ID": 1825, "CRESS_ID": 5, "FIPS": "37009", "FIPSNO": 37009, "NAME": "Ashe", "NWBIR74": 10.0, "NWBIR79": 19.0, "NWR74": 9.165903, "NWR79": 13.929619, "PERIMETER": 1.442, "SID74": 1.0, "SID79": 0.0, "SIDR74": 0.91659, "SIDR79": 0.0, "__folium_color": "#fa94a5", "cardinalities": 3}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_91fb9da63c68b4d85ac4830c78c3d7ae.bindTooltip(\n", + " geo_json_abdb224422af6ef3a2afe057219a893b.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -3493,61 +3493,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_91fb9da63c68b4d85ac4830c78c3d7ae.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " geo_json_abdb224422af6ef3a2afe057219a893b.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", " \n", - " function geo_json_a06311630885ac8c70f782ea751f701b_styler(feature) {\n", + " function geo_json_62885597f42d491b62f6b2645108fecb_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_a06311630885ac8c70f782ea751f701b_highlighter(feature) {\n", + " function geo_json_62885597f42d491b62f6b2645108fecb_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_a06311630885ac8c70f782ea751f701b_pointToLayer(feature, latlng) {\n", + " function geo_json_62885597f42d491b62f6b2645108fecb_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_a06311630885ac8c70f782ea751f701b_styler(feature)\n", + " let style = geo_json_62885597f42d491b62f6b2645108fecb_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_a06311630885ac8c70f782ea751f701b_onEachFeature(feature, layer) {\n", + " function geo_json_62885597f42d491b62f6b2645108fecb_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_a06311630885ac8c70f782ea751f701b.resetStyle(e.target);\n", + " geo_json_62885597f42d491b62f6b2645108fecb.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_a06311630885ac8c70f782ea751f701b_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_62885597f42d491b62f6b2645108fecb_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_a06311630885ac8c70f782ea751f701b = L.geoJson(null, {\n", - " onEachFeature: geo_json_a06311630885ac8c70f782ea751f701b_onEachFeature,\n", + " var geo_json_62885597f42d491b62f6b2645108fecb = L.geoJson(null, {\n", + " onEachFeature: geo_json_62885597f42d491b62f6b2645108fecb_onEachFeature,\n", " \n", - " style: geo_json_a06311630885ac8c70f782ea751f701b_styler,\n", - " pointToLayer: geo_json_a06311630885ac8c70f782ea751f701b_pointToLayer,\n", + " style: geo_json_62885597f42d491b62f6b2645108fecb_styler,\n", + " pointToLayer: geo_json_62885597f42d491b62f6b2645108fecb_pointToLayer,\n", " });\n", "\n", - " function geo_json_a06311630885ac8c70f782ea751f701b_add (data) {\n", - " geo_json_a06311630885ac8c70f782ea751f701b\n", + " function geo_json_62885597f42d491b62f6b2645108fecb_add (data) {\n", + " geo_json_62885597f42d491b62f6b2645108fecb\n", " .addData(data);\n", " }\n", - " geo_json_a06311630885ac8c70f782ea751f701b_add({"bbox": [-81.70133643506227, 36.212591058235546, -81.13220542827582, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Alleghany", "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Wilkes", "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Watauga", "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_62885597f42d491b62f6b2645108fecb_add({"bbox": [-81.70133643506227, 36.212591058235546, -81.13220542827582, 36.47409386901486], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.13220542827582, 36.47409386901486]], "type": "LineString"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Alleghany", "weight": 1}, "type": "Feature"}, {"bbox": [-81.49548148653162, 36.212591058235546, -81.1680924257293, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.1680924257293, 36.212591058235546]], "type": "LineString"}, "id": "1", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Wilkes", "weight": 1}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [[-81.49548148653162, 36.420388562634756], [-81.70133643506227, 36.250751216087075]], "type": "LineString"}, "id": "2", "properties": {"__folium_color": "black", "focal": "Ashe", "neighbor": "Watauga", "weight": 1}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_a06311630885ac8c70f782ea751f701b.bindTooltip(\n", + " geo_json_62885597f42d491b62f6b2645108fecb.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -3571,61 +3571,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_a06311630885ac8c70f782ea751f701b.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " geo_json_62885597f42d491b62f6b2645108fecb.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", " \n", - " function geo_json_d6269d30473655e68a794b6eeea0afc2_styler(feature) {\n", + " function geo_json_82099fe19aa0de6bc25759979608b0e6_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_d6269d30473655e68a794b6eeea0afc2_highlighter(feature) {\n", + " function geo_json_82099fe19aa0de6bc25759979608b0e6_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_d6269d30473655e68a794b6eeea0afc2_pointToLayer(feature, latlng) {\n", + " function geo_json_82099fe19aa0de6bc25759979608b0e6_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_d6269d30473655e68a794b6eeea0afc2_styler(feature)\n", + " let style = geo_json_82099fe19aa0de6bc25759979608b0e6_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_d6269d30473655e68a794b6eeea0afc2_onEachFeature(feature, layer) {\n", + " function geo_json_82099fe19aa0de6bc25759979608b0e6_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_d6269d30473655e68a794b6eeea0afc2.resetStyle(e.target);\n", + " geo_json_82099fe19aa0de6bc25759979608b0e6.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_d6269d30473655e68a794b6eeea0afc2_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_82099fe19aa0de6bc25759979608b0e6_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_d6269d30473655e68a794b6eeea0afc2 = L.geoJson(null, {\n", - " onEachFeature: geo_json_d6269d30473655e68a794b6eeea0afc2_onEachFeature,\n", + " var geo_json_82099fe19aa0de6bc25759979608b0e6 = L.geoJson(null, {\n", + " onEachFeature: geo_json_82099fe19aa0de6bc25759979608b0e6_onEachFeature,\n", " \n", - " style: geo_json_d6269d30473655e68a794b6eeea0afc2_styler,\n", - " pointToLayer: geo_json_d6269d30473655e68a794b6eeea0afc2_pointToLayer,\n", + " style: geo_json_82099fe19aa0de6bc25759979608b0e6_styler,\n", + " pointToLayer: geo_json_82099fe19aa0de6bc25759979608b0e6_pointToLayer,\n", " });\n", "\n", - " function geo_json_d6269d30473655e68a794b6eeea0afc2_add (data) {\n", - " geo_json_d6269d30473655e68a794b6eeea0afc2\n", + " function geo_json_82099fe19aa0de6bc25759979608b0e6_add (data) {\n", + " geo_json_82099fe19aa0de6bc25759979608b0e6\n", " .addData(data);\n", " }\n", - " geo_json_d6269d30473655e68a794b6eeea0afc2_add({"bbox": [-81.70133643506227, 36.212591058235546, -81.13220542827582, 36.47409386901486], "features": [{"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Alleghany"}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": "Wilkes"}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": "Watauga"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_82099fe19aa0de6bc25759979608b0e6_add({"bbox": [-81.70133643506227, 36.212591058235546, -81.13220542827582, 36.47409386901486], "features": [{"bbox": [-81.13220542827582, 36.47409386901486, -81.13220542827582, 36.47409386901486], "geometry": {"coordinates": [-81.13220542827582, 36.47409386901486], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Alleghany"}, "type": "Feature"}, {"bbox": [-81.1680924257293, 36.212591058235546, -81.1680924257293, 36.212591058235546], "geometry": {"coordinates": [-81.1680924257293, 36.212591058235546], "type": "Point"}, "id": "1", "properties": {"__folium_color": "black", "focal": "Wilkes"}, "type": "Feature"}, {"bbox": [-81.70133643506227, 36.250751216087075, -81.70133643506227, 36.250751216087075], "geometry": {"coordinates": [-81.70133643506227, 36.250751216087075], "type": "Point"}, "id": "2", "properties": {"__folium_color": "black", "focal": "Watauga"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_d6269d30473655e68a794b6eeea0afc2.bindTooltip(\n", + " geo_json_82099fe19aa0de6bc25759979608b0e6.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -3649,61 +3649,61 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_d6269d30473655e68a794b6eeea0afc2.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " geo_json_82099fe19aa0de6bc25759979608b0e6.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", " \n", - " function geo_json_d589e4d1a29f48dc27d616b801b73928_styler(feature) {\n", + " function geo_json_a1cb228099073e22a0d5adafe5af058e_styler(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"color": "black", "fillColor": "black", "fillOpacity": 0.5, "weight": 2};\n", " }\n", " }\n", - " function geo_json_d589e4d1a29f48dc27d616b801b73928_highlighter(feature) {\n", + " function geo_json_a1cb228099073e22a0d5adafe5af058e_highlighter(feature) {\n", " switch(feature.id) {\n", " default:\n", " return {"fillOpacity": 0.75};\n", " }\n", " }\n", - " function geo_json_d589e4d1a29f48dc27d616b801b73928_pointToLayer(feature, latlng) {\n", + " function geo_json_a1cb228099073e22a0d5adafe5af058e_pointToLayer(feature, latlng) {\n", " var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};\n", " \n", - " let style = geo_json_d589e4d1a29f48dc27d616b801b73928_styler(feature)\n", + " let style = geo_json_a1cb228099073e22a0d5adafe5af058e_styler(feature)\n", " Object.assign(opts, style)\n", " \n", " return new L.CircleMarker(latlng, opts)\n", " }\n", "\n", - " function geo_json_d589e4d1a29f48dc27d616b801b73928_onEachFeature(feature, layer) {\n", + " function geo_json_a1cb228099073e22a0d5adafe5af058e_onEachFeature(feature, layer) {\n", " layer.on({\n", " mouseout: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " geo_json_d589e4d1a29f48dc27d616b801b73928.resetStyle(e.target);\n", + " geo_json_a1cb228099073e22a0d5adafe5af058e.resetStyle(e.target);\n", " }\n", " },\n", " mouseover: function(e) {\n", " if(typeof e.target.setStyle === "function"){\n", - " const highlightStyle = geo_json_d589e4d1a29f48dc27d616b801b73928_highlighter(e.target.feature)\n", + " const highlightStyle = geo_json_a1cb228099073e22a0d5adafe5af058e_highlighter(e.target.feature)\n", " e.target.setStyle(highlightStyle);\n", " }\n", " },\n", " });\n", " };\n", - " var geo_json_d589e4d1a29f48dc27d616b801b73928 = L.geoJson(null, {\n", - " onEachFeature: geo_json_d589e4d1a29f48dc27d616b801b73928_onEachFeature,\n", + " var geo_json_a1cb228099073e22a0d5adafe5af058e = L.geoJson(null, {\n", + " onEachFeature: geo_json_a1cb228099073e22a0d5adafe5af058e_onEachFeature,\n", " \n", - " style: geo_json_d589e4d1a29f48dc27d616b801b73928_styler,\n", - " pointToLayer: geo_json_d589e4d1a29f48dc27d616b801b73928_pointToLayer,\n", + " style: geo_json_a1cb228099073e22a0d5adafe5af058e_styler,\n", + " pointToLayer: geo_json_a1cb228099073e22a0d5adafe5af058e_pointToLayer,\n", " });\n", "\n", - " function geo_json_d589e4d1a29f48dc27d616b801b73928_add (data) {\n", - " geo_json_d589e4d1a29f48dc27d616b801b73928\n", + " function geo_json_a1cb228099073e22a0d5adafe5af058e_add (data) {\n", + " geo_json_a1cb228099073e22a0d5adafe5af058e\n", " .addData(data);\n", " }\n", - " geo_json_d589e4d1a29f48dc27d616b801b73928_add({"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Ashe"}, "type": "Feature"}], "type": "FeatureCollection"});\n", + " geo_json_a1cb228099073e22a0d5adafe5af058e_add({"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "features": [{"bbox": [-81.49548148653162, 36.420388562634756, -81.49548148653162, 36.420388562634756], "geometry": {"coordinates": [-81.49548148653162, 36.420388562634756], "type": "Point"}, "id": "0", "properties": {"__folium_color": "black", "focal": "Ashe"}, "type": "Feature"}], "type": "FeatureCollection"});\n", "\n", " \n", " \n", - " geo_json_d589e4d1a29f48dc27d616b801b73928.bindTooltip(\n", + " geo_json_a1cb228099073e22a0d5adafe5af058e.bindTooltip(\n", " function(layer){\n", " let div = L.DomUtil.create('div');\n", " \n", @@ -3727,13 +3727,13 @@ " ,{"className": "foliumtooltip", "sticky": true});\n", " \n", " \n", - " geo_json_d589e4d1a29f48dc27d616b801b73928.addTo(map_d41a9d3e4c7da6bf70e94d51cbf0c0e2);\n", + " geo_json_a1cb228099073e22a0d5adafe5af058e.addTo(map_56283e7a370b43ffb76bd82068d08537);\n", " \n", "</script>\n", "</html>\" style=\"position:absolute;width:100%;height:100%;left:0;top:0;border:none !important;\" allowfullscreen webkitallowfullscreen mozallowfullscreen>" ], "text/plain": [ - "" + "" ] }, "execution_count": 70,