Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/54b1164f4dc311c6406d to your computer and use it in GitHub Desktop.
Save maptastik/54b1164f4dc311c6406d to your computer and use it in GitHub Desktop.
My first Mapsense
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/topojson.v1.min.js" charset="utf-8"></script>
<script src="https://developer.mapsense.co/mapsense.js" charset="utf-8"></script>
<link type="text/css" href="https://developer.mapsense.co/mapsense.css" rel="stylesheet"/>
<style>
html, body, #myMap{
height: 100%;
width: 100%;
margin: 0; padding: 0;
}
.map {
background-color: white;
width: 100%;
height: 100%;
}
.mapFeatures {
vector-effect: non-scaling-stroke;
stroke: grey;
fill : none;
}
.tile-background {
fill: #158F00;
}
.blockgroup{
fill: rgba(57,215,29,0.5);
stroke: rgba(23,44,58,1);
stroke-width: 5px;
}
.blockgroup:hover{
fill: rgba(23,44,58,1);
cursor: pointer;
}
</style>
</head>
<body>
<div id="myMap"></div>
<script>
var sf = [
{lon: -84.739998, lat: 38.113182},
{lon: -84.401825, lat: 38.49279}
];
var map = mapsense.map("#myMap"); //tell it where to go
map.add(
mapsense.basemap()
.apiKey("key-b4bc5affdce44f7d86e3efdf72f5d0d4")
.style("tron")
)
.extent(sf);
d3.json("popACS13.geojson", function(data){
map.add(mapsense.geoJson()
.features(data.features)
.selection(function(d){
d.attr("class","blockgroup")
})
);
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:OGC:1.3:CRS84"}},"features":[{"type":"Feature","properties":{"geoid":"15000US212090401001","name":"Block Group 1, Scott, KY","pop":2409,"error":616},"geometry":{"type":"Polygon","coordinates":[[[-84.557584,38.214525],[-84.556559,38.215383],[-84.553549,38.21722],[-84.549799,38.221274],[-84.551508,38.224104],[-84.549717,38.225583],[-84.548246,38.227566],[-84.547206,38.227972],[-84.546061,38.227865],[-84.544841,38.226456],[-84.544915,38.225341],[-84.545607,38.222942],[-84.544928,38.222347],[-84.542365,38.220883],[-84.540807,38.220474],[-84.540259,38.221768],[-84.538437,38.224873],[-84.534672,38.216077],[-84.528937,38.202807],[-84.530358,38.202535],[-84.535712,38.20425],[-84.537278,38.204548],[-84.538658,38.204926],[-84.541837,38.206391],[-84.545219,38.20827],[-84.547187,38.20884],[-84.547156,38.211163],[-84.547911,38.212371],[-84.557799,38.212989],[-84.557584,38.214525]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090401002","name":"Block Group 2, Scott, KY","pop":1704,"error":409},"geometry":{"type":"Polygon","coordinates":[[[-84.551508,38.224104],[-84.549799,38.221274],[-84.553549,38.21722],[-84.556559,38.215383],[-84.557584,38.214525],[-84.55904,38.215141],[-84.560178,38.21504],[-84.563331,38.218777],[-84.562811,38.219405],[-84.564342,38.221202],[-84.565985,38.223476],[-84.56621,38.225006],[-84.565194,38.225558],[-84.563136,38.225653],[-84.562064,38.224474],[-84.560894,38.22246],[-84.559653,38.221768],[-84.557679,38.221619],[-84.553355,38.221934],[-84.551508,38.224104]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090401003","name":"Block Group 3, Scott, KY","pop":1012,"error":254},"geometry":{"type":"Polygon","coordinates":[[[-84.563331,38.218777],[-84.560178,38.21504],[-84.55904,38.215141],[-84.557584,38.214525],[-84.557799,38.212989],[-84.547911,38.212371],[-84.547156,38.211163],[-84.547187,38.20884],[-84.550009,38.209371],[-84.559804,38.209946],[-84.564995,38.210239],[-84.571568,38.210447],[-84.572252,38.210346],[-84.572308,38.210824],[-84.57142,38.211582],[-84.571267,38.213149],[-84.573362,38.215502],[-84.573865,38.216448],[-84.573796,38.217484],[-84.573081,38.218495],[-84.571787,38.219345],[-84.570214,38.219305],[-84.569323,38.218755],[-84.569204,38.217737],[-84.568417,38.217124],[-84.567232,38.216978],[-84.565884,38.217283],[-84.563331,38.218777]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402031","name":"Block Group 1, Scott, KY","pop":3049,"error":508},"geometry":{"type":"Polygon","coordinates":[[[-84.585425,38.19753],[-84.583305,38.201127],[-84.582167,38.201404],[-84.57631,38.199251],[-84.57591,38.200013],[-84.574434,38.199668],[-84.570999,38.198234],[-84.566496,38.197189],[-84.564993,38.197353],[-84.561239,38.19651],[-84.561524,38.194671],[-84.56316,38.194951],[-84.564139,38.195755],[-84.568349,38.196734],[-84.568648,38.19614],[-84.570701,38.194011],[-84.571532,38.192466],[-84.572154,38.189364],[-84.573735,38.187958],[-84.585425,38.19753]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402032","name":"Block Group 2, Scott, KY","pop":1379,"error":321},"geometry":{"type":"Polygon","coordinates":[[[-84.600385,38.17157],[-84.597767,38.176096],[-84.594725,38.18037],[-84.593937,38.181671],[-84.590339,38.188377],[-84.588682,38.190166],[-84.587945,38.191581],[-84.587029,38.19454],[-84.585425,38.19753],[-84.573735,38.187958],[-84.572154,38.189364],[-84.571532,38.192466],[-84.570701,38.194011],[-84.568648,38.19614],[-84.568349,38.196734],[-84.564139,38.195755],[-84.56316,38.194951],[-84.561524,38.194671],[-84.56186,38.192554],[-84.562613,38.18717],[-84.562269,38.185783],[-84.56111,38.183132],[-84.55448,38.167985],[-84.553245,38.166465],[-84.54667,38.156262],[-84.550026,38.155034],[-84.566841,38.16069],[-84.600385,38.17157]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402041","name":"Block Group 1, Scott, KY","pop":1402,"error":322},"geometry":{"type":"Polygon","coordinates":[[[-84.572252,38.210346],[-84.571568,38.210447],[-84.564995,38.210239],[-84.559804,38.209946],[-84.560306,38.204412],[-84.564619,38.204727],[-84.567061,38.204643],[-84.569182,38.203924],[-84.568992,38.202949],[-84.569954,38.201724],[-84.572092,38.202788],[-84.572721,38.201995],[-84.574018,38.202702],[-84.573074,38.204357],[-84.57216,38.207898],[-84.572252,38.210346]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402042","name":"Block Group 2, Scott, KY","pop":1299,"error":346},"geometry":{"type":"Polygon","coordinates":[[[-84.579427,38.209099],[-84.574463,38.20958],[-84.572252,38.210346],[-84.57216,38.207898],[-84.573074,38.204357],[-84.574018,38.202702],[-84.572721,38.201995],[-84.574434,38.199668],[-84.57591,38.200013],[-84.57631,38.199251],[-84.582167,38.201404],[-84.583305,38.201127],[-84.579703,38.207244],[-84.579427,38.209099]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402043","name":"Block Group 3, Scott, KY","pop":1040,"error":230},"geometry":{"type":"Polygon","coordinates":[[[-84.574434,38.199668],[-84.572721,38.201995],[-84.572092,38.202788],[-84.569954,38.201724],[-84.568992,38.202949],[-84.569182,38.203924],[-84.567061,38.204643],[-84.564619,38.204727],[-84.560306,38.204412],[-84.560646,38.200609],[-84.561239,38.19651],[-84.564993,38.197353],[-84.566496,38.197189],[-84.570999,38.198234],[-84.574434,38.199668]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402051","name":"Block Group 1, Scott, KY","pop":1654,"error":318},"geometry":{"type":"Polygon","coordinates":[[[-84.544893,38.188066],[-84.544489,38.186859],[-84.54131,38.181093],[-84.54062,38.17943],[-84.540496,38.177607],[-84.54212,38.168931],[-84.541787,38.167165],[-84.538989,38.159066],[-84.54667,38.156262],[-84.553245,38.166465],[-84.55448,38.167985],[-84.56111,38.183132],[-84.553427,38.184794],[-84.547986,38.186536],[-84.544893,38.188066]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402052","name":"Block Group 2, Scott, KY","pop":951,"error":231},"geometry":{"type":"Polygon","coordinates":[[[-84.544893,38.188066],[-84.543144,38.189726],[-84.542367,38.19091],[-84.539424,38.196361],[-84.538736,38.198276],[-84.524964,38.193545],[-84.525137,38.191214],[-84.526473,38.188083],[-84.535697,38.172105],[-84.536519,38.170042],[-84.536773,38.167347],[-84.536449,38.165516],[-84.534769,38.16061],[-84.538989,38.159066],[-84.541787,38.167165],[-84.54212,38.168931],[-84.540496,38.177607],[-84.54062,38.17943],[-84.54131,38.181093],[-84.544489,38.186859],[-84.544893,38.188066]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402053","name":"Block Group 3, Scott, KY","pop":1158,"error":296},"geometry":{"type":"Polygon","coordinates":[[[-84.537278,38.204548],[-84.535712,38.20425],[-84.530358,38.202535],[-84.528937,38.202807],[-84.525674,38.196408],[-84.524964,38.193545],[-84.538736,38.198276],[-84.53755,38.202832],[-84.537278,38.204548]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402061","name":"Block Group 1, Scott, KY","pop":1509,"error":279},"geometry":{"type":"Polygon","coordinates":[[[-84.559804,38.209946],[-84.550009,38.209371],[-84.547187,38.20884],[-84.545219,38.20827],[-84.541837,38.206391],[-84.538658,38.204926],[-84.537278,38.204548],[-84.53755,38.202832],[-84.538736,38.198276],[-84.539424,38.196361],[-84.542367,38.19091],[-84.543144,38.189726],[-84.544893,38.188066],[-84.54814,38.193229],[-84.549858,38.197282],[-84.550191,38.199729],[-84.549549,38.201827],[-84.548687,38.20375],[-84.551611,38.203987],[-84.560306,38.204412],[-84.559804,38.209946]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402062","name":"Block Group 2, Scott, KY","pop":867,"error":295},"geometry":{"type":"Polygon","coordinates":[[[-84.561524,38.194671],[-84.561239,38.19651],[-84.560646,38.200609],[-84.560306,38.204412],[-84.551611,38.203987],[-84.548687,38.20375],[-84.549549,38.201827],[-84.553717,38.202613],[-84.55753,38.20271],[-84.557479,38.201668],[-84.556083,38.199292],[-84.554213,38.196604],[-84.555624,38.196357],[-84.554886,38.19545],[-84.553,38.195575],[-84.552565,38.194602],[-84.552836,38.191974],[-84.56186,38.192554],[-84.561524,38.194671]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090402063","name":"Block Group 3, Scott, KY","pop":1918,"error":364},"geometry":{"type":"Polygon","coordinates":[[[-84.56186,38.192554],[-84.552836,38.191974],[-84.552565,38.194602],[-84.553,38.195575],[-84.554886,38.19545],[-84.555624,38.196357],[-84.554213,38.196604],[-84.556083,38.199292],[-84.557479,38.201668],[-84.55753,38.20271],[-84.553717,38.202613],[-84.549549,38.201827],[-84.550191,38.199729],[-84.549858,38.197282],[-84.54814,38.193229],[-84.544893,38.188066],[-84.547986,38.186536],[-84.553427,38.184794],[-84.56111,38.183132],[-84.562269,38.185783],[-84.562613,38.18717],[-84.56186,38.192554]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403011","name":"Block Group 1, Scott, KY","pop":2452,"error":327},"geometry":{"type":"Polygon","coordinates":[[[-84.524964,38.193545],[-84.525674,38.196408],[-84.528937,38.202807],[-84.534672,38.216077],[-84.53323,38.216405],[-84.531053,38.216895],[-84.52789,38.217352],[-84.524472,38.217566],[-84.522795,38.217866],[-84.51702,38.220173],[-84.514443,38.220831],[-84.512217,38.221069],[-84.508259,38.221026],[-84.50133,38.219857],[-84.496218,38.219089],[-84.494539,38.218977],[-84.481236,38.219315],[-84.48062,38.213938],[-84.481453,38.213378],[-84.482351,38.21357],[-84.484523,38.213056],[-84.485295,38.213165],[-84.486148,38.211879],[-84.486481,38.210652],[-84.486105,38.20979],[-84.484388,38.209484],[-84.483181,38.208004],[-84.483576,38.206675],[-84.484496,38.206438],[-84.48519,38.207043],[-84.487414,38.206498],[-84.488717,38.206477],[-84.490135,38.206035],[-84.491416,38.204969],[-84.491321,38.204098],[-84.490529,38.20352],[-84.488185,38.203658],[-84.4871,38.204059],[-84.486194,38.203615],[-84.483215,38.203363],[-84.482484,38.20269],[-84.482834,38.201644],[-84.483838,38.200588],[-84.486865,38.199939],[-84.48848,38.197646],[-84.48783,38.196471],[-84.485567,38.195502],[-84.484912,38.193751],[-84.484578,38.191455],[-84.485327,38.190231],[-84.491054,38.189261],[-84.494347,38.189107],[-84.496277,38.190004],[-84.499005,38.190081],[-84.499996,38.189631],[-84.502837,38.186907],[-84.502711,38.186165],[-84.501069,38.186302],[-84.498037,38.188153],[-84.496235,38.188655],[-84.49485,38.186265],[-84.491751,38.183096],[-84.48956,38.183357],[-84.489134,38.181298],[-84.488555,38.17705],[-84.499947,38.173059],[-84.53227,38.16152],[-84.534769,38.16061],[-84.536449,38.165516],[-84.536773,38.167347],[-84.536519,38.170042],[-84.535697,38.172105],[-84.526473,38.188083],[-84.525137,38.191214],[-84.524964,38.193545]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403012","name":"Block Group 2, Scott, KY","pop":529,"error":209},"geometry":{"type":"Polygon","coordinates":[[[-84.481236,38.219315],[-84.470304,38.220267],[-84.458512,38.221703],[-84.449446,38.222547],[-84.442737,38.222788],[-84.431889,38.222862],[-84.427855,38.223403],[-84.418664,38.223497],[-84.417113,38.223651],[-84.416828,38.22125],[-84.417421,38.219979],[-84.41867,38.220002],[-84.420802,38.218972],[-84.422236,38.216764],[-84.420269,38.215522],[-84.419522,38.213988],[-84.417877,38.21342],[-84.415679,38.213678],[-84.412978,38.211559],[-84.410554,38.211074],[-84.409536,38.21134],[-84.407244,38.210086],[-84.405929,38.209007],[-84.403739,38.20876],[-84.403152,38.20813],[-84.40185,38.207889],[-84.452063,38.190016],[-84.488555,38.17705],[-84.489134,38.181298],[-84.48956,38.183357],[-84.491751,38.183096],[-84.49485,38.186265],[-84.496235,38.188655],[-84.498037,38.188153],[-84.501069,38.186302],[-84.502711,38.186165],[-84.502837,38.186907],[-84.499996,38.189631],[-84.499005,38.190081],[-84.496277,38.190004],[-84.494347,38.189107],[-84.491054,38.189261],[-84.485327,38.190231],[-84.484578,38.191455],[-84.484912,38.193751],[-84.485567,38.195502],[-84.48783,38.196471],[-84.48848,38.197646],[-84.486865,38.199939],[-84.483838,38.200588],[-84.482834,38.201644],[-84.482484,38.20269],[-84.483215,38.203363],[-84.486194,38.203615],[-84.4871,38.204059],[-84.488185,38.203658],[-84.490529,38.20352],[-84.491321,38.204098],[-84.491416,38.204969],[-84.490135,38.206035],[-84.488717,38.206477],[-84.487414,38.206498],[-84.48519,38.207043],[-84.484496,38.206438],[-84.483576,38.206675],[-84.483181,38.208004],[-84.484388,38.209484],[-84.486105,38.20979],[-84.486481,38.210652],[-84.486148,38.211879],[-84.485295,38.213165],[-84.484523,38.213056],[-84.482351,38.21357],[-84.481453,38.213378],[-84.48062,38.213938],[-84.481236,38.219315]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403021","name":"Block Group 1, Scott, KY","pop":548,"error":143},"geometry":{"type":"Polygon","coordinates":[[[-84.50018,38.252504],[-84.497214,38.253437],[-84.495938,38.25361],[-84.495843,38.258094],[-84.496101,38.261876],[-84.496569,38.265688],[-84.498031,38.269948],[-84.492387,38.269654],[-84.489924,38.269285],[-84.466363,38.268127],[-84.464489,38.268349],[-84.463402,38.268775],[-84.461954,38.269907],[-84.459979,38.272421],[-84.459007,38.273389],[-84.457202,38.274281],[-84.44805,38.277512],[-84.444643,38.279003],[-84.442663,38.280207],[-84.442307,38.280834],[-84.441353,38.281308],[-84.442503,38.280362],[-84.442602,38.279432],[-84.441622,38.277595],[-84.44152,38.275993],[-84.440435,38.275961],[-84.439406,38.275384],[-84.439255,38.27388],[-84.438221,38.273745],[-84.436983,38.274182],[-84.435945,38.272591],[-84.436298,38.271604],[-84.435486,38.271],[-84.437036,38.270052],[-84.437225,38.269308],[-84.436294,38.267689],[-84.436872,38.266346],[-84.434416,38.264602],[-84.433253,38.264869],[-84.431983,38.264688],[-84.431432,38.263482],[-84.432275,38.262474],[-84.43134,38.261412],[-84.430808,38.259977],[-84.429089,38.259624],[-84.426706,38.258081],[-84.425936,38.256946],[-84.423351,38.257158],[-84.42254,38.256642],[-84.422375,38.254823],[-84.421267,38.252776],[-84.421725,38.249889],[-84.420704,38.24674],[-84.422664,38.244679],[-84.422528,38.243505],[-84.423441,38.242781],[-84.42329,38.241233],[-84.421957,38.240528],[-84.423411,38.238104],[-84.421382,38.233586],[-84.421382,38.231599],[-84.419927,38.229792],[-84.418228,38.229223],[-84.417713,38.227977],[-84.417698,38.225459],[-84.417113,38.223651],[-84.418664,38.223497],[-84.427855,38.223403],[-84.431889,38.222862],[-84.442737,38.222788],[-84.449446,38.222547],[-84.458512,38.221703],[-84.470304,38.220267],[-84.481236,38.219315],[-84.494539,38.218977],[-84.496218,38.219089],[-84.50133,38.219857],[-84.500961,38.221476],[-84.500195,38.223265],[-84.500813,38.224809],[-84.500846,38.225995],[-84.501394,38.227417],[-84.500724,38.230058],[-84.499694,38.231198],[-84.498252,38.232149],[-84.496835,38.233978],[-84.497149,38.23731],[-84.49825,38.238743],[-84.497347,38.239485],[-84.49821,38.240077],[-84.497669,38.241862],[-84.497809,38.243828],[-84.497309,38.244893],[-84.497379,38.245964],[-84.496781,38.247886],[-84.497367,38.249077],[-84.50018,38.252504]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403022","name":"Block Group 2, Scott, KY","pop":827,"error":256},"geometry":{"type":"Polygon","coordinates":[[[-84.50018,38.252504],[-84.497367,38.249077],[-84.496781,38.247886],[-84.497379,38.245964],[-84.497309,38.244893],[-84.497809,38.243828],[-84.497669,38.241862],[-84.49821,38.240077],[-84.497347,38.239485],[-84.49825,38.238743],[-84.497149,38.23731],[-84.496835,38.233978],[-84.498252,38.232149],[-84.499694,38.231198],[-84.500724,38.230058],[-84.501394,38.227417],[-84.500846,38.225995],[-84.500813,38.224809],[-84.500195,38.223265],[-84.500961,38.221476],[-84.50133,38.219857],[-84.508259,38.221026],[-84.512217,38.221069],[-84.514443,38.220831],[-84.51702,38.220173],[-84.522795,38.217866],[-84.524472,38.217566],[-84.52789,38.217352],[-84.531053,38.216895],[-84.53323,38.216405],[-84.534936,38.218929],[-84.535242,38.220452],[-84.535014,38.221263],[-84.533142,38.224502],[-84.532446,38.225112],[-84.530089,38.22636],[-84.527473,38.226993],[-84.523803,38.228637],[-84.520621,38.230339],[-84.520048,38.231163],[-84.519713,38.232791],[-84.518038,38.235836],[-84.514257,38.240046],[-84.512464,38.242393],[-84.507965,38.246734],[-84.506705,38.248275],[-84.504546,38.250125],[-84.502592,38.251441],[-84.50018,38.252504]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403031","name":"Block Group 1, Scott, KY","pop":687,"error":196},"geometry":{"type":"Polygon","coordinates":[[[-84.557773,38.276425],[-84.553436,38.275],[-84.548758,38.273837],[-84.544548,38.272163],[-84.540915,38.271682],[-84.53868,38.2718],[-84.535883,38.271472],[-84.532843,38.2714],[-84.530753,38.271553],[-84.522247,38.271171],[-84.506004,38.27029],[-84.503016,38.268569],[-84.502213,38.269002],[-84.499257,38.269925],[-84.498031,38.269948],[-84.496569,38.265688],[-84.496101,38.261876],[-84.496515,38.261795],[-84.505012,38.254766],[-84.516917,38.245259],[-84.518689,38.243928],[-84.523965,38.243863],[-84.526637,38.243707],[-84.530782,38.236701],[-84.534804,38.230981],[-84.535361,38.231201],[-84.53638,38.228612],[-84.538437,38.224873],[-84.541705,38.232674],[-84.556919,38.273926],[-84.557773,38.276425]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090403032","name":"Block Group 2, Scott, KY","pop":877,"error":140},"geometry":{"type":"Polygon","coordinates":[[[-84.496101,38.261876],[-84.495843,38.258094],[-84.495938,38.25361],[-84.497214,38.253437],[-84.50018,38.252504],[-84.502592,38.251441],[-84.504546,38.250125],[-84.506705,38.248275],[-84.507965,38.246734],[-84.512464,38.242393],[-84.514257,38.240046],[-84.518038,38.235836],[-84.519713,38.232791],[-84.520048,38.231163],[-84.520621,38.230339],[-84.523803,38.228637],[-84.527473,38.226993],[-84.530089,38.22636],[-84.532446,38.225112],[-84.533142,38.224502],[-84.535014,38.221263],[-84.535242,38.220452],[-84.534936,38.218929],[-84.53323,38.216405],[-84.534672,38.216077],[-84.538437,38.224873],[-84.53638,38.228612],[-84.535361,38.231201],[-84.534804,38.230981],[-84.530782,38.236701],[-84.526637,38.243707],[-84.523965,38.243863],[-84.518689,38.243928],[-84.516917,38.245259],[-84.505012,38.254766],[-84.496515,38.261795],[-84.496101,38.261876]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090404001","name":"Block Group 1, Scott, KY","pop":812,"error":189},"geometry":{"type":"Polygon","coordinates":[[[-84.580539,38.473039],[-84.573599,38.479721],[-84.563506,38.489653],[-84.560674,38.492378],[-84.558854,38.492128],[-84.557375,38.492917],[-84.55566,38.492553],[-84.553786,38.491351],[-84.552996,38.489915],[-84.551464,38.479314],[-84.551065,38.478152],[-84.549428,38.475532],[-84.548855,38.474056],[-84.54713,38.468096],[-84.546401,38.466801],[-84.543918,38.464735],[-84.539636,38.462523],[-84.532615,38.459299],[-84.531421,38.458417],[-84.526601,38.450648],[-84.526092,38.449249],[-84.526127,38.448164],[-84.526984,38.446331],[-84.527109,38.445031],[-84.52642,38.439205],[-84.5265,38.438072],[-84.527948,38.43325],[-84.526628,38.433218],[-84.526314,38.432383],[-84.5235,38.430791],[-84.523067,38.428736],[-84.522133,38.427996],[-84.520254,38.428069],[-84.518548,38.427807],[-84.517664,38.426577],[-84.516219,38.426132],[-84.516068,38.425475],[-84.512755,38.426112],[-84.511818,38.425223],[-84.51162,38.424066],[-84.510941,38.4227],[-84.509612,38.422212],[-84.508991,38.421284],[-84.507568,38.420488],[-84.505513,38.421147],[-84.504756,38.420374],[-84.503499,38.419793],[-84.503183,38.419057],[-84.500921,38.41828],[-84.499953,38.418222],[-84.497417,38.417213],[-84.495513,38.417264],[-84.494697,38.416019],[-84.493123,38.414895],[-84.491092,38.414374],[-84.48946,38.411501],[-84.487511,38.410463],[-84.486097,38.410532],[-84.485435,38.410149],[-84.484723,38.407709],[-84.483568,38.407694],[-84.482713,38.40618],[-84.481824,38.405296],[-84.482756,38.405414],[-84.485168,38.40496],[-84.486807,38.403873],[-84.487219,38.4024],[-84.489707,38.397663],[-84.491531,38.39529],[-84.493872,38.393104],[-84.497015,38.392559],[-84.498267,38.391674],[-84.500808,38.390529],[-84.50347,38.391086],[-84.507223,38.390361],[-84.509673,38.390632],[-84.512104,38.390297],[-84.513491,38.390674],[-84.516834,38.390576],[-84.519418,38.390847],[-84.523188,38.392149],[-84.524963,38.39204],[-84.526738,38.391203],[-84.527,38.390204],[-84.528168,38.388869],[-84.528692,38.387735],[-84.528714,38.386286],[-84.529416,38.384201],[-84.529331,38.382798],[-84.528585,38.379803],[-84.528698,38.378535],[-84.529321,38.377405],[-84.530901,38.376648],[-84.531767,38.37525],[-84.532948,38.374387],[-84.533205,38.372622],[-84.534499,38.371201],[-84.534759,38.367956],[-84.535431,38.367395],[-84.537075,38.366991],[-84.538029,38.366273],[-84.538962,38.364618],[-84.539998,38.361879],[-84.540224,38.359565],[-84.539073,38.357342],[-84.539459,38.355189],[-84.541575,38.35301],[-84.543901,38.352774],[-84.54494,38.352088],[-84.546405,38.352045],[-84.550516,38.352919],[-84.55428,38.355393],[-84.557673,38.357468],[-84.561479,38.358812],[-84.563283,38.359195],[-84.56704,38.360684],[-84.567939,38.363247],[-84.569947,38.366498],[-84.570768,38.368752],[-84.570929,38.371073],[-84.570448,38.377522],[-84.570796,38.38001],[-84.57234,38.382987],[-84.574217,38.385295],[-84.57549,38.387428],[-84.575982,38.389838],[-84.576998,38.403391],[-84.577746,38.405719],[-84.580393,38.410859],[-84.580968,38.413257],[-84.580421,38.415561],[-84.579361,38.418083],[-84.578492,38.420705],[-84.577577,38.424137],[-84.576855,38.4258],[-84.571284,38.436473],[-84.570583,38.438196],[-84.570372,38.439751],[-84.570586,38.441474],[-84.571785,38.44667],[-84.572455,38.448709],[-84.57481,38.453193],[-84.575494,38.455011],[-84.577112,38.462863],[-84.577759,38.465188],[-84.57968,38.470425],[-84.580539,38.473039]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090404002","name":"Block Group 2, Scott, KY","pop":2025,"error":192},"geometry":{"type":"Polygon","coordinates":[[[-84.568334,38.349013],[-84.566955,38.358305],[-84.56704,38.360684],[-84.563283,38.359195],[-84.561479,38.358812],[-84.557673,38.357468],[-84.55428,38.355393],[-84.550516,38.352919],[-84.546405,38.352045],[-84.54494,38.352088],[-84.543901,38.352774],[-84.541575,38.35301],[-84.539459,38.355189],[-84.539073,38.357342],[-84.540224,38.359565],[-84.539998,38.361879],[-84.538962,38.364618],[-84.538029,38.366273],[-84.537075,38.366991],[-84.535431,38.367395],[-84.534759,38.367956],[-84.534499,38.371201],[-84.533205,38.372622],[-84.532948,38.374387],[-84.531767,38.37525],[-84.530901,38.376648],[-84.529321,38.377405],[-84.528698,38.378535],[-84.528585,38.379803],[-84.529331,38.382798],[-84.529416,38.384201],[-84.528714,38.386286],[-84.528692,38.387735],[-84.528168,38.388869],[-84.527,38.390204],[-84.526738,38.391203],[-84.524963,38.39204],[-84.523188,38.392149],[-84.519418,38.390847],[-84.516834,38.390576],[-84.513491,38.390674],[-84.512104,38.390297],[-84.509673,38.390632],[-84.507223,38.390361],[-84.50347,38.391086],[-84.500808,38.390529],[-84.498267,38.391674],[-84.497015,38.392559],[-84.493872,38.393104],[-84.491531,38.39529],[-84.489707,38.397663],[-84.487219,38.4024],[-84.486807,38.403873],[-84.485168,38.40496],[-84.482756,38.405414],[-84.481824,38.405296],[-84.481053,38.405171],[-84.481165,38.403763],[-84.480283,38.402983],[-84.478939,38.402688],[-84.477459,38.401548],[-84.475635,38.400626],[-84.474249,38.400216],[-84.47434,38.399278],[-84.473199,38.398159],[-84.472946,38.396946],[-84.471244,38.395985],[-84.472064,38.395192],[-84.471822,38.394444],[-84.47078,38.393957],[-84.469936,38.392943],[-84.468189,38.393194],[-84.467828,38.392159],[-84.466821,38.391114],[-84.467325,38.390076],[-84.466578,38.389303],[-84.466031,38.387484],[-84.46469,38.386924],[-84.463418,38.385161],[-84.462358,38.384598],[-84.462754,38.383404],[-84.462204,38.380652],[-84.461291,38.379511],[-84.460359,38.379126],[-84.460157,38.377045],[-84.458901,38.376459],[-84.458108,38.373545],[-84.45894,38.37277],[-84.460746,38.372485],[-84.460949,38.370692],[-84.460238,38.37023],[-84.460844,38.368806],[-84.461113,38.367303],[-84.460471,38.366027],[-84.462293,38.365044],[-84.462832,38.363961],[-84.461922,38.362152],[-84.462632,38.360204],[-84.462626,38.357996],[-84.461469,38.356223],[-84.461343,38.355355],[-84.461756,38.353819],[-84.46123,38.352839],[-84.458367,38.351817],[-84.457677,38.350783],[-84.458744,38.349537],[-84.459445,38.349524],[-84.460891,38.348425],[-84.459562,38.346933],[-84.459496,38.345143],[-84.459103,38.343711],[-84.456943,38.342628],[-84.4569,38.341207],[-84.456202,38.340133],[-84.456904,38.339095],[-84.456349,38.338511],[-84.456298,38.336761],[-84.453521,38.335358],[-84.454023,38.334774],[-84.453815,38.333437],[-84.45216,38.332954],[-84.452212,38.331478],[-84.451068,38.331503],[-84.450422,38.330885],[-84.449263,38.33117],[-84.44845,38.328959],[-84.446623,38.328824],[-84.446331,38.327322],[-84.447054,38.325986],[-84.446312,38.325065],[-84.446646,38.324401],[-84.444022,38.324506],[-84.44434,38.323287],[-84.443995,38.322191],[-84.444835,38.32174],[-84.444023,38.320573],[-84.442719,38.32044],[-84.441748,38.319604],[-84.439962,38.319263],[-84.440432,38.317625],[-84.439863,38.315121],[-84.437409,38.313252],[-84.437727,38.311975],[-84.436161,38.310531],[-84.43695,38.309619],[-84.436411,38.308067],[-84.435661,38.307208],[-84.43398,38.306788],[-84.434783,38.305553],[-84.433848,38.304159],[-84.434974,38.302958],[-84.43486,38.301951],[-84.433614,38.300982],[-84.432831,38.299442],[-84.433678,38.297978],[-84.435997,38.297034],[-84.436995,38.296253],[-84.438924,38.297201],[-84.440662,38.296482],[-84.440494,38.295586],[-84.441549,38.294938],[-84.441369,38.293772],[-84.442125,38.292721],[-84.441905,38.291842],[-84.442679,38.291539],[-84.44367,38.28943],[-84.442191,38.288023],[-84.443433,38.286564],[-84.444712,38.28615],[-84.44487,38.284739],[-84.444063,38.28378],[-84.44296,38.283733],[-84.442468,38.282731],[-84.44116,38.281838],[-84.441353,38.281308],[-84.442307,38.280834],[-84.442663,38.280207],[-84.444643,38.279003],[-84.44805,38.277512],[-84.457202,38.274281],[-84.459007,38.273389],[-84.459979,38.272421],[-84.461954,38.269907],[-84.463402,38.268775],[-84.464489,38.268349],[-84.466363,38.268127],[-84.489924,38.269285],[-84.492387,38.269654],[-84.498031,38.269948],[-84.499257,38.269925],[-84.502213,38.269002],[-84.503016,38.268569],[-84.506004,38.27029],[-84.522247,38.271171],[-84.530753,38.271553],[-84.532843,38.2714],[-84.535883,38.271472],[-84.53868,38.2718],[-84.540915,38.271682],[-84.544548,38.272163],[-84.548758,38.273837],[-84.553436,38.275],[-84.557773,38.276425],[-84.558546,38.279647],[-84.558882,38.282964],[-84.558974,38.311885],[-84.558867,38.314263],[-84.558203,38.318458],[-84.558134,38.319721],[-84.55855,38.321413],[-84.559888,38.323354],[-84.562147,38.325641],[-84.563227,38.327295],[-84.56355,38.32832],[-84.564167,38.332447],[-84.564998,38.334108],[-84.566699,38.336335],[-84.567689,38.337996],[-84.568805,38.340488],[-84.569174,38.341773],[-84.569143,38.343596],[-84.568334,38.349013]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090405011","name":"Block Group 1, Scott, KY","pop":1383,"error":246},"geometry":{"type":"Polygon","coordinates":[[[-84.681555,38.390157],[-84.681065,38.38913],[-84.681331,38.388114],[-84.680558,38.386974],[-84.676749,38.386199],[-84.673651,38.385028],[-84.672889,38.384281],[-84.669609,38.382459],[-84.669255,38.381533],[-84.668842,38.377807],[-84.668204,38.376782],[-84.667371,38.376306],[-84.662918,38.375624],[-84.66165,38.374182],[-84.662178,38.370928],[-84.663086,38.369665],[-84.664348,38.368948],[-84.664697,38.36787],[-84.663932,38.365322],[-84.664338,38.364382],[-84.665303,38.363844],[-84.666871,38.36356],[-84.665089,38.362634],[-84.664177,38.360183],[-84.659655,38.358252],[-84.657061,38.357797],[-84.65623,38.356255],[-84.656341,38.355313],[-84.65748,38.3545],[-84.657679,38.353611],[-84.657525,38.347661],[-84.658495,38.345979],[-84.658872,38.344467],[-84.65825,38.343366],[-84.658115,38.341371],[-84.656948,38.338479],[-84.655828,38.337128],[-84.654544,38.3341],[-84.65319,38.332184],[-84.652827,38.330997],[-84.651926,38.329792],[-84.650946,38.327708],[-84.649908,38.324249],[-84.649656,38.320907],[-84.648132,38.32007],[-84.645995,38.318382],[-84.644214,38.316252],[-84.643122,38.314301],[-84.642788,38.311945],[-84.641948,38.308814],[-84.641833,38.30733],[-84.642746,38.300524],[-84.643698,38.295462],[-84.643897,38.292773],[-84.643717,38.289709],[-84.64257,38.286964],[-84.641676,38.28622],[-84.642506,38.28562],[-84.645727,38.284187],[-84.648711,38.284187],[-84.650036,38.283825],[-84.653446,38.281444],[-84.655979,38.285784],[-84.657307,38.2888],[-84.657089,38.29144],[-84.657298,38.293547],[-84.662611,38.290233],[-84.663374,38.290191],[-84.665793,38.288723],[-84.669784,38.28606],[-84.674239,38.282207],[-84.677497,38.281372],[-84.679457,38.280235],[-84.683936,38.278282],[-84.686113,38.27682],[-84.686334,38.274356],[-84.688106,38.27241],[-84.692822,38.273869],[-84.696772,38.274351],[-84.697915,38.275039],[-84.699478,38.273981],[-84.702713,38.273285],[-84.704365,38.272742],[-84.70612,38.272509],[-84.706448,38.271439],[-84.707585,38.271041],[-84.709735,38.271028],[-84.712043,38.270177],[-84.7147,38.26984],[-84.716034,38.269863],[-84.71755,38.269083],[-84.718463,38.267837],[-84.721048,38.26796],[-84.723256,38.269044],[-84.72749,38.268271],[-84.731381,38.268576],[-84.733951,38.268585],[-84.73524,38.267479],[-84.737281,38.290978],[-84.737771,38.297696],[-84.737921,38.309292],[-84.738122,38.316012],[-84.738647,38.322294],[-84.739462,38.334046],[-84.740031,38.344258],[-84.740594,38.352415],[-84.723564,38.361077],[-84.705988,38.370102],[-84.699672,38.375132],[-84.688595,38.38438],[-84.681555,38.390157]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090405012","name":"Block Group 2, Scott, KY","pop":1231,"error":215},"geometry":{"type":"Polygon","coordinates":[[[-84.73524,38.267479],[-84.733951,38.268585],[-84.731381,38.268576],[-84.72749,38.268271],[-84.723256,38.269044],[-84.721048,38.26796],[-84.718463,38.267837],[-84.71755,38.269083],[-84.716034,38.269863],[-84.7147,38.26984],[-84.712043,38.270177],[-84.709735,38.271028],[-84.707585,38.271041],[-84.706448,38.271439],[-84.70612,38.272509],[-84.704365,38.272742],[-84.702713,38.273285],[-84.699478,38.273981],[-84.697915,38.275039],[-84.696772,38.274351],[-84.692822,38.273869],[-84.688106,38.27241],[-84.686334,38.274356],[-84.686113,38.27682],[-84.683936,38.278282],[-84.679457,38.280235],[-84.677497,38.281372],[-84.674239,38.282207],[-84.669784,38.28606],[-84.665793,38.288723],[-84.663374,38.290191],[-84.662611,38.290233],[-84.657298,38.293547],[-84.657089,38.29144],[-84.657307,38.2888],[-84.655979,38.285784],[-84.653446,38.281444],[-84.650036,38.283825],[-84.648711,38.284187],[-84.645727,38.284187],[-84.642506,38.28562],[-84.641676,38.28622],[-84.639896,38.285604],[-84.634186,38.284549],[-84.632128,38.284026],[-84.62992,38.282744],[-84.62874,38.282515],[-84.62605,38.282944],[-84.622757,38.282878],[-84.620741,38.281154],[-84.619051,38.28021],[-84.616186,38.277674],[-84.610371,38.272348],[-84.61059,38.271528],[-84.613409,38.26971],[-84.613296,38.268963],[-84.61544,38.267836],[-84.617391,38.268006],[-84.618617,38.26851],[-84.623263,38.267926],[-84.625225,38.267949],[-84.626332,38.268318],[-84.629661,38.270142],[-84.63301,38.270715],[-84.634083,38.269584],[-84.634551,38.268305],[-84.63731,38.266967],[-84.639192,38.267099],[-84.640236,38.267709],[-84.64307,38.267463],[-84.645001,38.264713],[-84.647425,38.26406],[-84.648811,38.264138],[-84.650776,38.263029],[-84.652915,38.261338],[-84.652568,38.259614],[-84.653545,38.256386],[-84.654164,38.255985],[-84.657263,38.255601],[-84.658795,38.255217],[-84.661297,38.253516],[-84.66232,38.252538],[-84.661444,38.250907],[-84.659328,38.249904],[-84.658179,38.248909],[-84.658731,38.247284],[-84.665458,38.24543],[-84.668703,38.246167],[-84.669259,38.245793],[-84.668076,38.242762],[-84.669176,38.242619],[-84.669817,38.243564],[-84.671614,38.244278],[-84.67277,38.244432],[-84.67474,38.246772],[-84.676467,38.246766],[-84.676954,38.244625],[-84.67609,38.24261],[-84.676307,38.241264],[-84.676914,38.240182],[-84.677776,38.239859],[-84.679824,38.240084],[-84.680785,38.240864],[-84.683861,38.242171],[-84.686931,38.242655],[-84.688735,38.242106],[-84.689891,38.239893],[-84.693365,38.239673],[-84.695006,38.241931],[-84.693571,38.244602],[-84.692201,38.245948],[-84.689934,38.24768],[-84.689693,38.24834],[-84.690435,38.250015],[-84.69124,38.250671],[-84.69362,38.250604],[-84.698118,38.247646],[-84.699578,38.245121],[-84.701743,38.243129],[-84.702211,38.241914],[-84.703561,38.241895],[-84.704896,38.242881],[-84.70608,38.244536],[-84.706319,38.245995],[-84.707428,38.249045],[-84.706757,38.251602],[-84.706036,38.25326],[-84.706572,38.254604],[-84.707379,38.255397],[-84.70926,38.256469],[-84.71139,38.256462],[-84.713158,38.254996],[-84.714419,38.252848],[-84.717372,38.249352],[-84.718177,38.248959],[-84.720411,38.248787],[-84.721013,38.249256],[-84.72243,38.251826],[-84.722483,38.253592],[-84.721039,38.255723],[-84.719541,38.256699],[-84.716653,38.257942],[-84.713342,38.25893],[-84.712479,38.260001],[-84.712912,38.261407],[-84.714909,38.262921],[-84.715712,38.263138],[-84.719665,38.262382],[-84.721933,38.261376],[-84.723203,38.260379],[-84.725098,38.258038],[-84.726632,38.257425],[-84.728948,38.257782],[-84.731954,38.257879],[-84.733301,38.256673],[-84.73427,38.25633],[-84.73524,38.267479]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090405021","name":"Block Group 1, Scott, KY","pop":990,"error":411},"geometry":{"type":"Polygon","coordinates":[[[-84.681555,38.390157],[-84.672963,38.397191],[-84.662238,38.406109],[-84.64946,38.416567],[-84.630797,38.427027],[-84.625571,38.429914],[-84.623583,38.431191],[-84.604219,38.450013],[-84.580539,38.473039],[-84.57968,38.470425],[-84.577759,38.465188],[-84.577112,38.462863],[-84.575494,38.455011],[-84.57481,38.453193],[-84.572455,38.448709],[-84.571785,38.44667],[-84.570586,38.441474],[-84.570372,38.439751],[-84.570583,38.438196],[-84.571284,38.436473],[-84.576855,38.4258],[-84.577577,38.424137],[-84.578492,38.420705],[-84.579361,38.418083],[-84.580421,38.415561],[-84.580968,38.413257],[-84.580393,38.410859],[-84.577746,38.405719],[-84.576998,38.403391],[-84.575982,38.389838],[-84.57549,38.387428],[-84.574217,38.385295],[-84.57234,38.382987],[-84.570796,38.38001],[-84.570448,38.377522],[-84.570929,38.371073],[-84.570768,38.368752],[-84.569947,38.366498],[-84.567939,38.363247],[-84.56704,38.360684],[-84.567642,38.361007],[-84.568851,38.362601],[-84.570869,38.363354],[-84.572394,38.362017],[-84.573696,38.362046],[-84.576522,38.363865],[-84.578974,38.364102],[-84.582064,38.362943],[-84.58399,38.362851],[-84.590137,38.363645],[-84.59193,38.362854],[-84.594286,38.361024],[-84.595849,38.359278],[-84.596475,38.35801],[-84.597425,38.356939],[-84.60103,38.354605],[-84.603496,38.352172],[-84.605132,38.351717],[-84.60766,38.349519],[-84.608057,38.348711],[-84.607885,38.34692],[-84.608136,38.345717],[-84.610214,38.342038],[-84.611136,38.339909],[-84.611955,38.336901],[-84.611855,38.335911],[-84.613516,38.335838],[-84.616377,38.33498],[-84.619429,38.33535],[-84.620558,38.335102],[-84.622283,38.33324],[-84.62525,38.331504],[-84.62628,38.329952],[-84.6229,38.326744],[-84.617957,38.324768],[-84.617102,38.323371],[-84.616118,38.32275],[-84.615057,38.320926],[-84.615416,38.319251],[-84.616507,38.317577],[-84.622351,38.31195],[-84.62607,38.309493],[-84.62648,38.308292],[-84.625632,38.306507],[-84.625838,38.305652],[-84.628531,38.303699],[-84.628593,38.302978],[-84.627989,38.300266],[-84.628501,38.298896],[-84.626913,38.296058],[-84.624427,38.293952],[-84.622031,38.292198],[-84.620741,38.291042],[-84.620155,38.289676],[-84.617181,38.286955],[-84.617194,38.286621],[-84.620802,38.283836],[-84.622757,38.282878],[-84.62605,38.282944],[-84.62874,38.282515],[-84.62992,38.282744],[-84.632128,38.284026],[-84.634186,38.284549],[-84.639896,38.285604],[-84.641676,38.28622],[-84.64257,38.286964],[-84.643717,38.289709],[-84.643897,38.292773],[-84.643698,38.295462],[-84.642746,38.300524],[-84.641833,38.30733],[-84.641948,38.308814],[-84.642788,38.311945],[-84.643122,38.314301],[-84.644214,38.316252],[-84.645995,38.318382],[-84.648132,38.32007],[-84.649656,38.320907],[-84.649908,38.324249],[-84.650946,38.327708],[-84.651926,38.329792],[-84.652827,38.330997],[-84.65319,38.332184],[-84.654544,38.3341],[-84.655828,38.337128],[-84.656948,38.338479],[-84.658115,38.341371],[-84.65825,38.343366],[-84.658872,38.344467],[-84.658495,38.345979],[-84.657525,38.347661],[-84.657679,38.353611],[-84.65748,38.3545],[-84.656341,38.355313],[-84.65623,38.356255],[-84.657061,38.357797],[-84.659655,38.358252],[-84.664177,38.360183],[-84.665089,38.362634],[-84.666871,38.36356],[-84.665303,38.363844],[-84.664338,38.364382],[-84.663932,38.365322],[-84.664697,38.36787],[-84.664348,38.368948],[-84.663086,38.369665],[-84.662178,38.370928],[-84.66165,38.374182],[-84.662918,38.375624],[-84.667371,38.376306],[-84.668204,38.376782],[-84.668842,38.377807],[-84.669255,38.381533],[-84.669609,38.382459],[-84.672889,38.384281],[-84.673651,38.385028],[-84.676749,38.386199],[-84.680558,38.386974],[-84.681331,38.388114],[-84.681065,38.38913],[-84.681555,38.390157]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090405022","name":"Block Group 2, Scott, KY","pop":1357,"error":348},"geometry":{"type":"Polygon","coordinates":[[[-84.56704,38.360684],[-84.566955,38.358305],[-84.568334,38.349013],[-84.573115,38.346487],[-84.573941,38.344939],[-84.573778,38.342342],[-84.57404,38.338598],[-84.57521,38.335002],[-84.575264,38.333955],[-84.574107,38.330585],[-84.57047,38.325285],[-84.568188,38.321768],[-84.56673,38.319993],[-84.569342,38.317829],[-84.569984,38.316761],[-84.573012,38.316368],[-84.574248,38.315551],[-84.576437,38.315216],[-84.577957,38.313989],[-84.577565,38.31291],[-84.576918,38.312599],[-84.576514,38.311405],[-84.576736,38.309776],[-84.578443,38.308332],[-84.571542,38.302025],[-84.571983,38.3007],[-84.571669,38.299657],[-84.570554,38.297652],[-84.570276,38.296241],[-84.569404,38.294715],[-84.569439,38.29382],[-84.570304,38.293348],[-84.570798,38.29181],[-84.571334,38.291453],[-84.571501,38.288905],[-84.571129,38.287014],[-84.571439,38.284941],[-84.572065,38.284238],[-84.571779,38.282948],[-84.572288,38.282431],[-84.572177,38.281333],[-84.571535,38.279939],[-84.571893,38.275711],[-84.573276,38.276184],[-84.582131,38.282426],[-84.584824,38.284415],[-84.585828,38.286482],[-84.586788,38.289888],[-84.587093,38.290331],[-84.589949,38.292582],[-84.590221,38.294495],[-84.589322,38.295836],[-84.588632,38.298263],[-84.590276,38.29999],[-84.590467,38.300519],[-84.592076,38.301505],[-84.592445,38.302514],[-84.595042,38.308172],[-84.595905,38.308696],[-84.598244,38.311085],[-84.601813,38.316014],[-84.603156,38.318711],[-84.603743,38.322628],[-84.60584,38.328417],[-84.606652,38.329499],[-84.608553,38.331263],[-84.61177,38.3355],[-84.611855,38.335911],[-84.611955,38.336901],[-84.611136,38.339909],[-84.610214,38.342038],[-84.608136,38.345717],[-84.607885,38.34692],[-84.608057,38.348711],[-84.60766,38.349519],[-84.605132,38.351717],[-84.603496,38.352172],[-84.60103,38.354605],[-84.597425,38.356939],[-84.596475,38.35801],[-84.595849,38.359278],[-84.594286,38.361024],[-84.59193,38.362854],[-84.590137,38.363645],[-84.58399,38.362851],[-84.582064,38.362943],[-84.578974,38.364102],[-84.576522,38.363865],[-84.573696,38.362046],[-84.572394,38.362017],[-84.570869,38.363354],[-84.568851,38.362601],[-84.567642,38.361007],[-84.56704,38.360684]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090405023","name":"Block Group 3, Scott, KY","pop":1414,"error":350},"geometry":{"type":"Polygon","coordinates":[[[-84.568334,38.349013],[-84.569143,38.343596],[-84.569174,38.341773],[-84.568805,38.340488],[-84.567689,38.337996],[-84.566699,38.336335],[-84.564998,38.334108],[-84.564167,38.332447],[-84.56355,38.32832],[-84.563227,38.327295],[-84.562147,38.325641],[-84.559888,38.323354],[-84.55855,38.321413],[-84.558134,38.319721],[-84.558203,38.318458],[-84.558867,38.314263],[-84.558974,38.311885],[-84.558882,38.282964],[-84.558546,38.279647],[-84.557773,38.276425],[-84.562223,38.277899],[-84.56337,38.278109],[-84.568172,38.278412],[-84.568692,38.275131],[-84.571893,38.275711],[-84.571535,38.279939],[-84.572177,38.281333],[-84.572288,38.282431],[-84.571779,38.282948],[-84.572065,38.284238],[-84.571439,38.284941],[-84.571129,38.287014],[-84.571501,38.288905],[-84.571334,38.291453],[-84.570798,38.29181],[-84.570304,38.293348],[-84.569439,38.29382],[-84.569404,38.294715],[-84.570276,38.296241],[-84.570554,38.297652],[-84.571669,38.299657],[-84.571983,38.3007],[-84.571542,38.302025],[-84.578443,38.308332],[-84.576736,38.309776],[-84.576514,38.311405],[-84.576918,38.312599],[-84.577565,38.31291],[-84.577957,38.313989],[-84.576437,38.315216],[-84.574248,38.315551],[-84.573012,38.316368],[-84.569984,38.316761],[-84.569342,38.317829],[-84.56673,38.319993],[-84.568188,38.321768],[-84.57047,38.325285],[-84.574107,38.330585],[-84.575264,38.333955],[-84.57521,38.335002],[-84.57404,38.338598],[-84.573778,38.342342],[-84.573941,38.344939],[-84.573115,38.346487],[-84.568334,38.349013]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406011","name":"Block Group 1, Scott, KY","pop":1051,"error":255},"geometry":{"type":"Polygon","coordinates":[[[-84.730289,38.208302],[-84.703499,38.207314],[-84.702427,38.205213],[-84.701794,38.204549],[-84.69984,38.203373],[-84.696991,38.201985],[-84.689664,38.199535],[-84.680245,38.196264],[-84.674912,38.19469],[-84.667493,38.192139],[-84.664314,38.191157],[-84.629153,38.181122],[-84.630378,38.180675],[-84.63273,38.180408],[-84.633446,38.179293],[-84.633497,38.178222],[-84.634366,38.177097],[-84.635412,38.174176],[-84.637311,38.173013],[-84.637745,38.171712],[-84.640931,38.169612],[-84.642356,38.168268],[-84.643641,38.168187],[-84.646478,38.166388],[-84.647475,38.165331],[-84.647733,38.164389],[-84.64898,38.163023],[-84.650556,38.162648],[-84.651979,38.160731],[-84.652692,38.16038],[-84.655507,38.16113],[-84.656904,38.161315],[-84.657231,38.162133],[-84.655853,38.164336],[-84.655881,38.165237],[-84.656844,38.16623],[-84.657432,38.167395],[-84.655275,38.171015],[-84.65287,38.16989],[-84.65151,38.167673],[-84.650436,38.167845],[-84.649402,38.168969],[-84.648783,38.171453],[-84.649003,38.17311],[-84.648738,38.173786],[-84.64734,38.17492],[-84.647821,38.176606],[-84.649741,38.177838],[-84.651754,38.178603],[-84.655708,38.179467],[-84.657986,38.179422],[-84.660174,38.179078],[-84.661131,38.179448],[-84.66252,38.180694],[-84.665257,38.182049],[-84.666188,38.18191],[-84.666454,38.181064],[-84.664933,38.178555],[-84.663903,38.177625],[-84.665327,38.176225],[-84.666485,38.175919],[-84.668122,38.176247],[-84.670214,38.176328],[-84.671448,38.176744],[-84.673655,38.178071],[-84.678308,38.179308],[-84.678148,38.180629],[-84.677532,38.182288],[-84.677006,38.184828],[-84.677948,38.185193],[-84.680653,38.183877],[-84.68088,38.182635],[-84.682641,38.181267],[-84.682229,38.179444],[-84.681519,38.178141],[-84.682353,38.176978],[-84.684124,38.175994],[-84.68379,38.174937],[-84.68171,38.174068],[-84.677635,38.173076],[-84.675657,38.172164],[-84.675982,38.17062],[-84.677272,38.169826],[-84.679599,38.169236],[-84.681432,38.169241],[-84.683547,38.170122],[-84.685398,38.170653],[-84.68681,38.170721],[-84.688342,38.170386],[-84.689717,38.171179],[-84.687607,38.173008],[-84.688526,38.174422],[-84.690129,38.174585],[-84.691354,38.175154],[-84.691956,38.17656],[-84.691248,38.177221],[-84.687997,38.176908],[-84.687324,38.17799],[-84.687293,38.179093],[-84.687839,38.180193],[-84.689017,38.1811],[-84.690753,38.181509],[-84.692667,38.181065],[-84.694431,38.179868],[-84.69571,38.178282],[-84.698397,38.177565],[-84.699885,38.177669],[-84.70319,38.178891],[-84.704413,38.178068],[-84.705255,38.175084],[-84.706445,38.173521],[-84.707541,38.173389],[-84.712499,38.174802],[-84.714158,38.175379],[-84.715634,38.176877],[-84.715756,38.177762],[-84.714865,38.179515],[-84.714085,38.18251],[-84.715321,38.182928],[-84.717463,38.181228],[-84.718729,38.17996],[-84.720519,38.181299],[-84.721507,38.183475],[-84.721179,38.185185],[-84.721444,38.185604],[-84.723598,38.186046],[-84.725027,38.185939],[-84.727437,38.185396],[-84.729619,38.18578],[-84.731187,38.186865],[-84.731728,38.187849],[-84.731405,38.189126],[-84.729387,38.190804],[-84.728116,38.190924],[-84.725871,38.190299],[-84.724113,38.191238],[-84.723568,38.192278],[-84.723417,38.194113],[-84.725168,38.195426],[-84.730289,38.208302]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406012","name":"Block Group 2, Scott, KY","pop":1264,"error":266},"geometry":{"type":"Polygon","coordinates":[[[-84.703499,38.207314],[-84.697085,38.207068],[-84.688993,38.20749],[-84.686645,38.20752],[-84.679891,38.20604],[-84.674152,38.205775],[-84.669275,38.205758],[-84.668133,38.205919],[-84.652999,38.210651],[-84.651221,38.210498],[-84.648475,38.209369],[-84.641786,38.207646],[-84.637944,38.206559],[-84.631587,38.205663],[-84.626722,38.205424],[-84.623295,38.205782],[-84.620459,38.2063],[-84.617457,38.206329],[-84.61443,38.207758],[-84.612857,38.208951],[-84.610865,38.20992],[-84.607491,38.211029],[-84.605448,38.211004],[-84.60014,38.209975],[-84.594456,38.208702],[-84.59329,38.208551],[-84.582074,38.209081],[-84.579427,38.209099],[-84.579703,38.207244],[-84.583305,38.201127],[-84.585425,38.19753],[-84.587029,38.19454],[-84.587945,38.191581],[-84.588682,38.190166],[-84.590339,38.188377],[-84.593937,38.181671],[-84.594725,38.18037],[-84.597767,38.176096],[-84.600385,38.17157],[-84.612763,38.175851],[-84.622626,38.179186],[-84.629153,38.181122],[-84.664314,38.191157],[-84.667493,38.192139],[-84.674912,38.19469],[-84.680245,38.196264],[-84.689664,38.199535],[-84.696991,38.201985],[-84.69984,38.203373],[-84.701794,38.204549],[-84.702427,38.205213],[-84.703499,38.207314]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406013","name":"Block Group 3, Scott, KY","pop":359,"error":189},"geometry":{"type":"Polygon","coordinates":[[[-84.64898,38.163023],[-84.647733,38.164389],[-84.647475,38.165331],[-84.646478,38.166388],[-84.643641,38.168187],[-84.642356,38.168268],[-84.640931,38.169612],[-84.637745,38.171712],[-84.637311,38.173013],[-84.635412,38.174176],[-84.634366,38.177097],[-84.633497,38.178222],[-84.633446,38.179293],[-84.63273,38.180408],[-84.630378,38.180675],[-84.629153,38.181122],[-84.622626,38.179186],[-84.612763,38.175851],[-84.600385,38.17157],[-84.566841,38.16069],[-84.550026,38.155034],[-84.567203,38.148818],[-84.596487,38.138269],[-84.62065,38.129527],[-84.625079,38.116397],[-84.626591,38.116116],[-84.626754,38.114725],[-84.628396,38.114571],[-84.629646,38.113398],[-84.632422,38.112531],[-84.633376,38.110878],[-84.634531,38.111126],[-84.63602,38.112058],[-84.637786,38.11262],[-84.63904,38.113371],[-84.642557,38.115893],[-84.644213,38.116723],[-84.645012,38.116631],[-84.647144,38.11425],[-84.648912,38.112857],[-84.650627,38.112608],[-84.65112,38.11389],[-84.651,38.115146],[-84.653055,38.116459],[-84.653229,38.118468],[-84.654062,38.120196],[-84.653262,38.121014],[-84.651411,38.120815],[-84.648321,38.120064],[-84.647574,38.11935],[-84.646529,38.119221],[-84.643674,38.119529],[-84.641726,38.120161],[-84.640761,38.121077],[-84.640343,38.12208],[-84.640607,38.123474],[-84.643952,38.126035],[-84.644983,38.127534],[-84.643772,38.128402],[-84.640101,38.12836],[-84.639277,38.128023],[-84.638169,38.125838],[-84.637208,38.122593],[-84.636985,38.120557],[-84.635573,38.120494],[-84.634128,38.121793],[-84.633891,38.122639],[-84.634045,38.125985],[-84.635146,38.127341],[-84.637356,38.128498],[-84.638712,38.130873],[-84.639717,38.131357],[-84.64039,38.134362],[-84.64134,38.135319],[-84.642413,38.135763],[-84.644897,38.134763],[-84.646571,38.134666],[-84.64817,38.135207],[-84.648131,38.136505],[-84.646172,38.138651],[-84.643703,38.144214],[-84.64108,38.146041],[-84.63875,38.148873],[-84.639146,38.149642],[-84.640223,38.14978],[-84.641686,38.14939],[-84.642709,38.147452],[-84.645805,38.145451],[-84.650277,38.144824],[-84.651033,38.145227],[-84.650842,38.146253],[-84.649888,38.147105],[-84.650194,38.149364],[-84.651641,38.150641],[-84.652126,38.151788],[-84.651567,38.155212],[-84.652096,38.158395],[-84.65126,38.158842],[-84.64867,38.158274],[-84.646595,38.158142],[-84.643787,38.157536],[-84.642327,38.157473],[-84.641381,38.158387],[-84.6423,38.159748],[-84.644128,38.160556],[-84.644941,38.162667],[-84.64584,38.163261],[-84.64898,38.163023]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406021","name":"Block Group 1, Scott, KY","pop":1524,"error":339},"geometry":{"type":"Polygon","coordinates":[[[-84.583631,38.22428],[-84.579644,38.224069],[-84.577181,38.222293],[-84.577637,38.219963],[-84.576863,38.218381],[-84.576719,38.216319],[-84.578151,38.214583],[-84.578472,38.212528],[-84.578087,38.211127],[-84.577169,38.210466],[-84.574582,38.21008],[-84.572308,38.210824],[-84.572252,38.210346],[-84.574463,38.20958],[-84.579427,38.209099],[-84.582074,38.209081],[-84.59329,38.208551],[-84.594456,38.208702],[-84.60014,38.209975],[-84.605448,38.211004],[-84.607491,38.211029],[-84.610865,38.20992],[-84.612062,38.211313],[-84.613262,38.211066],[-84.613139,38.212456],[-84.612407,38.213574],[-84.610924,38.214155],[-84.60915,38.214205],[-84.607281,38.21457],[-84.605278,38.216396],[-84.603989,38.219907],[-84.602451,38.222028],[-84.600024,38.222988],[-84.597785,38.222743],[-84.596397,38.22211],[-84.594224,38.219355],[-84.593143,38.217349],[-84.592395,38.216489],[-84.590572,38.215672],[-84.588523,38.215696],[-84.587665,38.21673],[-84.588367,38.218485],[-84.588471,38.220508],[-84.587429,38.221525],[-84.58557,38.222717],[-84.583631,38.22428]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406022","name":"Block Group 2, Scott, KY","pop":1523,"error":329},"geometry":{"type":"Polygon","coordinates":[[[-84.693365,38.239673],[-84.689891,38.239893],[-84.688735,38.242106],[-84.686931,38.242655],[-84.683861,38.242171],[-84.680785,38.240864],[-84.679824,38.240084],[-84.677776,38.239859],[-84.676914,38.240182],[-84.676307,38.241264],[-84.67609,38.24261],[-84.676954,38.244625],[-84.676467,38.246766],[-84.67474,38.246772],[-84.67277,38.244432],[-84.671614,38.244278],[-84.669817,38.243564],[-84.669176,38.242619],[-84.668076,38.242762],[-84.669259,38.245793],[-84.668703,38.246167],[-84.665458,38.24543],[-84.658731,38.247284],[-84.658179,38.248909],[-84.659328,38.249904],[-84.661444,38.250907],[-84.66232,38.252538],[-84.661297,38.253516],[-84.658795,38.255217],[-84.657263,38.255601],[-84.654164,38.255985],[-84.653545,38.256386],[-84.652568,38.259614],[-84.652915,38.261338],[-84.650776,38.263029],[-84.648811,38.264138],[-84.647425,38.26406],[-84.645001,38.264713],[-84.64307,38.267463],[-84.640236,38.267709],[-84.639192,38.267099],[-84.63731,38.266967],[-84.634551,38.268305],[-84.634083,38.269584],[-84.63301,38.270715],[-84.629661,38.270142],[-84.626332,38.268318],[-84.625225,38.267949],[-84.623263,38.267926],[-84.618617,38.26851],[-84.617391,38.268006],[-84.61544,38.267836],[-84.613296,38.268963],[-84.613409,38.26971],[-84.61059,38.271528],[-84.610371,38.272348],[-84.608583,38.27039],[-84.60362,38.265913],[-84.601581,38.264972],[-84.593032,38.258449],[-84.592639,38.257982],[-84.59008,38.252836],[-84.59262,38.251987],[-84.594176,38.250743],[-84.595282,38.244064],[-84.59605,38.242326],[-84.5948,38.240831],[-84.59409,38.239547],[-84.594194,38.238937],[-84.592599,38.236087],[-84.590321,38.233392],[-84.589764,38.233024],[-84.588977,38.231327],[-84.58694,38.229587],[-84.584507,38.227973],[-84.584514,38.227056],[-84.583631,38.22428],[-84.58557,38.222717],[-84.587429,38.221525],[-84.588471,38.220508],[-84.588367,38.218485],[-84.587665,38.21673],[-84.588523,38.215696],[-84.590572,38.215672],[-84.592395,38.216489],[-84.593143,38.217349],[-84.594224,38.219355],[-84.596397,38.22211],[-84.597785,38.222743],[-84.600024,38.222988],[-84.602451,38.222028],[-84.603989,38.219907],[-84.605278,38.216396],[-84.607281,38.21457],[-84.60915,38.214205],[-84.610924,38.214155],[-84.612407,38.213574],[-84.613139,38.212456],[-84.613262,38.211066],[-84.612062,38.211313],[-84.610865,38.20992],[-84.612857,38.208951],[-84.61443,38.207758],[-84.617457,38.206329],[-84.620459,38.2063],[-84.623295,38.205782],[-84.626722,38.205424],[-84.631587,38.205663],[-84.637944,38.206559],[-84.641786,38.207646],[-84.648475,38.209369],[-84.651221,38.210498],[-84.652999,38.210651],[-84.668133,38.205919],[-84.669275,38.205758],[-84.674152,38.205775],[-84.679891,38.20604],[-84.686645,38.20752],[-84.688993,38.20749],[-84.688969,38.208256],[-84.686995,38.208332],[-84.684509,38.208797],[-84.682967,38.210029],[-84.682242,38.213855],[-84.68138,38.215255],[-84.681799,38.216842],[-84.681465,38.217571],[-84.67994,38.21873],[-84.678993,38.22031],[-84.678794,38.222],[-84.679942,38.223961],[-84.678442,38.224656],[-84.679317,38.2256],[-84.679618,38.226957],[-84.679278,38.229154],[-84.678622,38.230387],[-84.67758,38.231118],[-84.67757,38.232087],[-84.678684,38.233592],[-84.679949,38.234428],[-84.682359,38.23537],[-84.684885,38.235855],[-84.689461,38.236314],[-84.692288,38.237259],[-84.692893,38.237854],[-84.693365,38.239673]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406023","name":"Block Group 3, Scott, KY","pop":790,"error":263},"geometry":{"type":"Polygon","coordinates":[[[-84.73427,38.25633],[-84.733301,38.256673],[-84.731954,38.257879],[-84.728948,38.257782],[-84.726632,38.257425],[-84.725098,38.258038],[-84.723203,38.260379],[-84.721933,38.261376],[-84.719665,38.262382],[-84.715712,38.263138],[-84.714909,38.262921],[-84.712912,38.261407],[-84.712479,38.260001],[-84.713342,38.25893],[-84.716653,38.257942],[-84.719541,38.256699],[-84.721039,38.255723],[-84.722483,38.253592],[-84.72243,38.251826],[-84.721013,38.249256],[-84.720411,38.248787],[-84.718177,38.248959],[-84.717372,38.249352],[-84.714419,38.252848],[-84.713158,38.254996],[-84.71139,38.256462],[-84.70926,38.256469],[-84.707379,38.255397],[-84.706572,38.254604],[-84.706036,38.25326],[-84.706757,38.251602],[-84.707428,38.249045],[-84.706319,38.245995],[-84.70608,38.244536],[-84.704896,38.242881],[-84.703561,38.241895],[-84.702211,38.241914],[-84.701743,38.243129],[-84.699578,38.245121],[-84.698118,38.247646],[-84.69362,38.250604],[-84.69124,38.250671],[-84.690435,38.250015],[-84.689693,38.24834],[-84.689934,38.24768],[-84.692201,38.245948],[-84.693571,38.244602],[-84.695006,38.241931],[-84.693365,38.239673],[-84.692893,38.237854],[-84.692288,38.237259],[-84.689461,38.236314],[-84.684885,38.235855],[-84.682359,38.23537],[-84.679949,38.234428],[-84.678684,38.233592],[-84.67757,38.232087],[-84.67758,38.231118],[-84.678622,38.230387],[-84.679278,38.229154],[-84.679618,38.226957],[-84.679317,38.2256],[-84.678442,38.224656],[-84.679942,38.223961],[-84.678794,38.222],[-84.678993,38.22031],[-84.67994,38.21873],[-84.681465,38.217571],[-84.681799,38.216842],[-84.68138,38.215255],[-84.682242,38.213855],[-84.682967,38.210029],[-84.684509,38.208797],[-84.686995,38.208332],[-84.688969,38.208256],[-84.688993,38.20749],[-84.697085,38.207068],[-84.703499,38.207314],[-84.730289,38.208302],[-84.732042,38.228746],[-84.73427,38.25633]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406031","name":"Block Group 1, Scott, KY","pop":2372,"error":615},"geometry":{"type":"Polygon","coordinates":[[[-84.584507,38.227973],[-84.584119,38.230988],[-84.58335,38.23219],[-84.58313,38.23409],[-84.582295,38.235134],[-84.58162,38.234975],[-84.581217,38.236787],[-84.580005,38.238747],[-84.577879,38.240621],[-84.575589,38.239199],[-84.573972,38.23876],[-84.570861,38.239079],[-84.567632,38.238861],[-84.568066,38.234925],[-84.568272,38.231751],[-84.568804,38.227447],[-84.568574,38.226536],[-84.566548,38.223333],[-84.563331,38.218777],[-84.565884,38.217283],[-84.567232,38.216978],[-84.568417,38.217124],[-84.569204,38.217737],[-84.569323,38.218755],[-84.570214,38.219305],[-84.571787,38.219345],[-84.573081,38.218495],[-84.573796,38.217484],[-84.573865,38.216448],[-84.573362,38.215502],[-84.571267,38.213149],[-84.57142,38.211582],[-84.572308,38.210824],[-84.574582,38.21008],[-84.577169,38.210466],[-84.578087,38.211127],[-84.578472,38.212528],[-84.578151,38.214583],[-84.576719,38.216319],[-84.576863,38.218381],[-84.577637,38.219963],[-84.577181,38.222293],[-84.579644,38.224069],[-84.583631,38.22428],[-84.584514,38.227056],[-84.584507,38.227973]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406032","name":"Block Group 2, Scott, KY","pop":1795,"error":384},"geometry":{"type":"Polygon","coordinates":[[[-84.567632,38.238861],[-84.567611,38.241986],[-84.566954,38.248574],[-84.566676,38.250507],[-84.565267,38.257254],[-84.56534,38.258226],[-84.568081,38.270531],[-84.568575,38.273119],[-84.568692,38.275131],[-84.568172,38.278412],[-84.56337,38.278109],[-84.562223,38.277899],[-84.557773,38.276425],[-84.556919,38.273926],[-84.541705,38.232674],[-84.538437,38.224873],[-84.540259,38.221768],[-84.540807,38.220474],[-84.542365,38.220883],[-84.544928,38.222347],[-84.545607,38.222942],[-84.544915,38.225341],[-84.544841,38.226456],[-84.546061,38.227865],[-84.547206,38.227972],[-84.548246,38.227566],[-84.549717,38.225583],[-84.551508,38.224104],[-84.553355,38.221934],[-84.557679,38.221619],[-84.559653,38.221768],[-84.560894,38.22246],[-84.562064,38.224474],[-84.563136,38.225653],[-84.565194,38.225558],[-84.56621,38.225006],[-84.565985,38.223476],[-84.564342,38.221202],[-84.562811,38.219405],[-84.563331,38.218777],[-84.566548,38.223333],[-84.568574,38.226536],[-84.568804,38.227447],[-84.568272,38.231751],[-84.568066,38.234925],[-84.567632,38.238861]]]}},
{"type":"Feature","properties":{"geoid":"15000US212090406033","name":"Block Group 3, Scott, KY","pop":988,"error":418},"geometry":{"type":"Polygon","coordinates":[[[-84.611855,38.335911],[-84.61177,38.3355],[-84.608553,38.331263],[-84.606652,38.329499],[-84.60584,38.328417],[-84.603743,38.322628],[-84.603156,38.318711],[-84.601813,38.316014],[-84.598244,38.311085],[-84.595905,38.308696],[-84.595042,38.308172],[-84.592445,38.302514],[-84.592076,38.301505],[-84.590467,38.300519],[-84.590276,38.29999],[-84.588632,38.298263],[-84.589322,38.295836],[-84.590221,38.294495],[-84.589949,38.292582],[-84.587093,38.290331],[-84.586788,38.289888],[-84.585828,38.286482],[-84.584824,38.284415],[-84.582131,38.282426],[-84.573276,38.276184],[-84.571893,38.275711],[-84.568692,38.275131],[-84.568575,38.273119],[-84.568081,38.270531],[-84.56534,38.258226],[-84.565267,38.257254],[-84.566676,38.250507],[-84.566954,38.248574],[-84.567611,38.241986],[-84.567632,38.238861],[-84.570861,38.239079],[-84.573972,38.23876],[-84.575589,38.239199],[-84.577879,38.240621],[-84.580005,38.238747],[-84.581217,38.236787],[-84.58162,38.234975],[-84.582295,38.235134],[-84.58313,38.23409],[-84.58335,38.23219],[-84.584119,38.230988],[-84.584507,38.227973],[-84.58694,38.229587],[-84.588977,38.231327],[-84.589764,38.233024],[-84.590321,38.233392],[-84.592599,38.236087],[-84.594194,38.238937],[-84.59409,38.239547],[-84.5948,38.240831],[-84.59605,38.242326],[-84.595282,38.244064],[-84.594176,38.250743],[-84.59262,38.251987],[-84.59008,38.252836],[-84.592639,38.257982],[-84.593032,38.258449],[-84.601581,38.264972],[-84.60362,38.265913],[-84.608583,38.27039],[-84.610371,38.272348],[-84.616186,38.277674],[-84.619051,38.28021],[-84.620741,38.281154],[-84.622757,38.282878],[-84.620802,38.283836],[-84.617194,38.286621],[-84.617181,38.286955],[-84.620155,38.289676],[-84.620741,38.291042],[-84.622031,38.292198],[-84.624427,38.293952],[-84.626913,38.296058],[-84.628501,38.298896],[-84.627989,38.300266],[-84.628593,38.302978],[-84.628531,38.303699],[-84.625838,38.305652],[-84.625632,38.306507],[-84.62648,38.308292],[-84.62607,38.309493],[-84.622351,38.31195],[-84.616507,38.317577],[-84.615416,38.319251],[-84.615057,38.320926],[-84.616118,38.32275],[-84.617102,38.323371],[-84.617957,38.324768],[-84.6229,38.326744],[-84.62628,38.329952],[-84.62525,38.331504],[-84.622283,38.33324],[-84.620558,38.335102],[-84.619429,38.33535],[-84.616377,38.33498],[-84.613516,38.335838],[-84.611855,38.335911]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment